Currently studying for the ccna and there is a little bit of confusion over classful routing.
Let's say we have 2 routers each 2 interfaces, a fastethernet0/0 and a serial0/0. And we are using routing protocol RIP v1. Serial interfaces are plugged into one another as well as the ethernet ports.
Router1 s0/0 - 10.1.1.1/24
Router1 fastethernet/0/ - 10.1.2.1/24
Router2 s0/0 - 10.1.1.2/24
Router2 fastethernet0/0 - 10.1.2.2/24
Since they are all on the same subnet, will RIP know that these are 2 separate networks or will it just broadcast 10.0.0.8/8 and think of this as one network?
I'm a little confused because the book i'm using (todd Lamme) has an example similar to this except i think he uses 4 routers. But he has everything on the same subnet (/24) but is using class A networks. He has RIP routing the various networks, 10.1.1.0, 10.1.2.0,10.1.3.0 and so forth.
I guess my initial thought would be that classful routing would mean RIP would send the updates as the classful boundary (10.0.0.0/8 and routing wouldn't work but i assume it does if they are on the same subnet?
any light that can be shed on my confusion would be much appreciated.