wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Static Routing

Total questions: 15

Worksheet time: 19mins

Name
Class
Date
1.

What are the advantages of static routing (select all that is right) ?

a)

The network administrator will exactly know how a router will deliver in coming packets.

b)

Over time, the static routing entries will become less and less accurate, and may even become completely wrong

c)

There is no CPU burden on the router to deal with changes to the routing table

d)

Routers do not advertise any of its routing table to other routers, this is a form of network security.

2.

In what scenarios would you prefer using static routing ?

a)

Connecting stub networks to the internet

b)

Small intranets with private IP addresses

c)

Backup routes

d)

Campus networks

3.

Router 1 needs to learn about the 56.1.18.0 /25 LAN, what command would you use on Router 1 to add this static route ?

a)

ip route 56.1.18.0 255.255.255.128 s0/0/0

b)

ip route 56.1.18.0 255.255.255.128 77.9.35.1

c)

ip route 56.1.18.0 255.255.255.128 fa0/0

d)

ip route 56.1.18.0 255.255.255.128 103.4.5.1

4.

Two different "ip route" commands can be used to configure static routes, when should we use one and not the other ?

a)

When switches are used to interconnect routers, we should specify exit-interfaces

b)

When routers are directly connect to each-other, we should not specify exit-interfaces

c)

When switches are used to interconnect routers, we should specify IP-address-of-next-router

d)

When routers are directly connect to each-other, we should not specify IP-address-of-next-router

5.

What do you understand by "Recursive route entries" ?

a)

The routing table having multiple entries to route to a single network

b)

The routing table having to refer to itself a second time in order to find the delivery interface

c)

The routing table having a single entry to a single network

d)

The routing table having to refer to itself a second time in order to find the IP-address-of-next-router

6.

What command is used to display the routing table ?

a)

show routes

b)

show ip routes

c)

show route

d)

show ip route

7.

What is the right command that will add a default route on Router 1 ?

a)

ip route 0.0.0.0 0.0.0.0 fa0/0

b)

ip route 0.0.0.0 255.255.255.255 s0/0/0

c)

ip route 0.0.0.0 255.255.255.255 fa0/0

d)

ip route 0.0.0.0 0.0.0.0 s0/0/0

8.

What do you understand of "Route Summarisation" ?

a)

a technique where a single entry in the routing table can be replaced by many routing entries that cover the same range of IP addresses as the original routing entry

b)

a technique where a single entry is added to the routing table to deliver packets for those networks that are not present in the routing table

c)

a technique where multiple entries in a routing table can be replaced by one (or a few) routing entries that cover the same range of IP addresses as the original routing entries

d)

a technique where multiple entries are added to the routing table to deliver packets for those networks that are not present in the routing table

9.

What are the advantages of Route Summarisation" (select all that is right) ?

a)

reduces the amount of RAM needed to store the routing table

b)

increase the amount of RAM needed to store the routing table

c)

increases the processing time for each incoming packets

d)

reduces the processing time for each incoming packets

10.

What summary static route can be added to router R1 to cover all of the three LANs attached to router R2 ?

a)

ip route 98.7.7.0 255.255.255.0 s0/0/0

b)

ip route 98.7.6.0 255.255.255.254 s0/0/0

c)

ip route 98.7.6.0 255.255.254.0 s0/0/0

d)

ip route 98.7.6.0 255.255.255.0 s0/0/0

11.

When creating static routes, under what circumstances would you use the "IP-address-of-next-router" instead of "exit-interface" ?

a)

when the router is connected via the same interface to two or more routers

b)

when the router is directly connected one other router

c)

when the router is directly connected one other network

d)

when the router is connected via the same interface to two or more networks

12.

A network administrator has configured the above network with static routing and found PC2 not able to ping PC5, on troubleshooting it was found that the route entries on HQ router was incorrect. What could be wrong (select all wrong entries) ?

a)

The static route for 192.168.1.16/28 network has "IP-address-to-next-router" as 172.16.10.1

b)

The static route for 192.168.1.32/29 network has "IP-address-to-next-router" as 172.16.10.9

c)

The static route for 192.168.1.16/28 network has "IP-address-to-next-router" as 172.16.10.2

d)

The static route for 192.168.1.32/29 network has "IP-address-to-next-router" as 172.16.10.10

13.

The problem was still present even after fixing the problem on HQ router, on further troubleshooting it was found that the route entries on BRANCH 2 router was incorrect. What could be wrong (select all wrong entries) ?

a)

Route entry to 192.168.1.16/28 had "IP-address-to-next-router" as 172.16.10.2

b)

Route entry to 192.168.1.16/28 had "IP-address-to-next-router" as 172.16.10.1

c)

Route entry to 192.168.1.16/28 had "IP-address-to-next-router" as 172.16.10.9

d)

Route entry to 192.168.1.16/28 had "IP-address-to-next-router" as 172.16.10.8

14.

What are the correct static route commands that you would execute on router R1 for the above network (select all that is right).

a)

ip route 10.1.0.0 255.255.255.0 192.168.1.1

b)

ip route 10.2.0.0 255.255.255.0 192.168.1.1

c)

ip route 192.168.1.0 255.255.255.252 s0/0/0

d)

ip route 10.1.0.0 255.255.255.0 192.168.1.2

15.

What are the correct static route commands that you would execute on router R0 for the above network (select all that is right).

a)

ip route 20.1.0.0 255.255.255.0 192.168.1.1

b)

ip route 20.2.0.0 255.255.255.0 192.168.1.1

c)

ip route 20.1.0.0 255.255.255.0 s0/0/0

d)

ip route 20.2.0.0 255.255.255.0 s0/0/0