Assignment 04 (SKZ - Fall 2023)
Assignment 04 (SKZ - Fall 2023)
Email *
Student ID *
20301168
Section *
Section 6
Section 9
Use the network address 105.0.0.0/16 to subnet the following network. Assume all
routers have a LAN each of size 100 hosts. Assume Router ONE and THREE are
ISPs.
**There's no mark for this step.
You're editing your response. Sharing this URL allows FILL OUT A NEW
others to also edit your response. RESPONSE
[CO3] On how many routers do you need to set up default routes? 5 points
[CO3] On how many routers can you set up floating routes? 5 points
[CO3] Total of how many standard static routes you need to set up in all the 5 points
34
[CO3] Set up a directly attached default static route on Router FOUR. Write 10 points
the command only.
[CO3] Set up a floating default static route on Router FOUR. Write the 10 points
command only. (has a mistake)
[CO3] How many networks does R3 learn about before configuring static 5 points
routes?
[CO3] Given R1 and R2 is connected to R0. Summarize the following static 10 points
172.16.0.0/20
[CO3] Continued from the previous question. Summarize the following 10 points
static routes for R0:
R2: 172.16.13.0/26,172.16.2.0/26,172.16.6.0/26,172.16.11.0/26
Answer in the format: x.x.x.x/y where x is decimal value and y is the prefix
mask.
172.16.0.0/20
[CO2] Do the above two routes cause any issues for R0? 5 points
Yes
No
Clear selection
Explanation (1):
Given, the following entries in a routing table:
C 172.16.1.0 is directly connected, f0
C 172.16.2.0 is directly connected, s0
S 172.16.3.0 via [23/0] via 172.16.1.1
S* 0.0.0.0 via [1/0] via 172.16.2.3
None
Why does static routes have the value of zero as the cost metrics and one 15 points
as the administrative distance?
In routing protocols such as Cisco's Routing Information Protocol (RIP), static routes are
configured with a cost metric of zero and an administrative distance of one for specific
reasons. The cost metric of zero indicates that static routes are explicitly defined by
network administrators and have no associated dynamic metric. This reflects the fact that
static routes are manually configured and are therefore considered reachable at no extra
cost. The administrative distance of one indicates that static routes have a high level of
trustworthiness. If a router learns about multiple routes to the same destination from
different sources, it will prefer static routes over routes learned from other sources with
greater administrative distances, ensuring that manually configured routes take precedence
in the routing table. This design choice aids in the preservation of control and predictability
in network routing decisions.
Submit
Forms