Hi, i have the following question:
topology:
PC1–Switch–Router 1–Router 2–PC2
addressing: 172.16.0.0/16
PC1–Switch–Router 1
addressing:172.17.0.0/16
Router 1–Router 2
addressing: 172.18.0.0/16
Router 2–PC2
question:
list the following information – ip address for each device
-the routers use the first address.
-R1 uses the first address and R2 uses the
second
-the PCs use the 10th.
Answer:
PC1: 172.16.1.10 255.255.0.0
R1 [Fa0/0]: 172.16.1.1 255.255.0.0
R1 [S0/0]: 172.17.1.1 255.255.0.0
R2 [Fa0/0]: 172.18.1.1 255.255.0.0
R1 [S0/0]: 172.17.1.2 255.255.0.0
PC2: 172.18.1.10 255.255.0.0
just need to confirm if my answers are correct? thanks!