Hi, First off I'm sorry if this is a really stupid question.
Basically I've been following the CBT NUggets for ICND1 and have recreated the LAB topology Jeremy Cioara uses.
I'm currently implementing dynamic routing using RIP. When I view the routing table on my routers
Gateway of last resort is not set
68.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
R 68.0.0.0/8 [120/2] via 192.168.2.1, 00:00:24, Serial0/0
R 68.110.171.96/27 [120/2] via 192.168.2.1, 00:00:25, Serial0/0
R 192.168.1.0/24 [120/1] via 192.168.2.1, 00:00:24, Serial0/0
C 192.168.2.0/24 is directly connected, Serial0/0
C 192.168.3.0/24 is directly connected, FastEthernet0/0
and
68.0.0.0/27 is subnetted, 1 subnets
C 68.110.171.96 is directly connected, FastEthernet0/0
C 192.168.1.0/24 is directly connected, FastEthernet0/1
I see the entries
68.0.0.0/8 is variably subnetted, 2 subnets, 2 masks &
68.0.0.0/27 is subnetted, 1 subnets.
What is confusing me is that one router is showing 68.0.0.0 with it's class A mask and the other uses the /27 mask. I tried builing the LAB using 10.1.1.0/24 addresses and it was even more confussing.

Can anyone explain this to me as I am stuck? Thanks.