I want to ask a question.We have got two router
R1(DTE)
(DCE)R2
| |
| |
---- ----
And R2 Serail interface ip address is 192.1.1.5/30 and R2 ethernet ip adress is 192.1.1.65/26 question is that Which series of command can be used for a LAN to LAN connection between R1 and R2 on R1?
a) interface ethernet 0
ip address 192.1.1.129 255.255.255.192
no shutdown
b) interface ethernet 0
ip address 192.1.1.97 255.255.255.192
c) interface serial 0
ip address 192.1.1.4 255.255.255.252
clock rate 56000
d) interface serial 0
ip address 192.1.1.6 255.255.255.252
no shutdown
e) router rip
network 192.1.1.0
network 192.1.1.128
f) router rip
version 2
network 192.1.1.0
Answer is : A D F
I am very sure about D and F because we must use version 2 rip because of VLSM and D also right because its inte same subnet of R2 serial interface in 255.255.255.252 A is okey correct. But why B is incorrect it's also in 255.255.255.192 network (64-12

if choice A (128-192) is correct then B must be correct because ip address is 192.1.1.97 97 is between 64 and 128 same as choice A (192.1.1.129 is between 128 and 192).
Why Choice B is incorrect WHY WHY please give me answer.
Thx for everything.