wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

105 14-16 Review

Total questions: 31

Worksheet time: 31mins

Name
Class
Date
1.

(MODULE 14)

Which feature on a Cisco router permits the forwarding of traffic for which there is no specific route?

a)

route source

b)

gateway of last resort

c)

outgoing interface

d)

next-hop

2.

Which three advantages are provided by static routing? (Choose three.)

a)

The path a static route uses to send data is known.

b)

Static routing typically uses less network bandwidth and fewer CPU operations than dynamic routing does.

c)

Static routing does not advertise over the network, thus providing better security.

d)

Static routes scale well as the network grows.

e)

No intervention is required to maintain changing route information.

3.

What are two functions of dynamic routing protocols? (Choose two.)

a)

to avoid exposing network information

b)

to discover the network

c)

to assure low router overhead

d)

to maintain routing tables

e)

to choose the path that is specified by the administrator

4.

What is an advantage of using dynamic routing protocols instead of static routing?

a)

fewer router resource overhead requirements

b)

ability to actively search for new routes if the current path becomes unavailable​

c)

more secure in controlling routing updates

d)

harder implementation

5.

Which value represents the "trustworthiness" of a route and is used to determine which route to install into the routing table when there are multiple routes toward the same destination?

a)

administrative distance

b)

metric

c)

routing protocol

d)

outgoing interface

6.

Which packet-forwarding method does a router use to make switching decisions when it is using a forwarding information base and an adjacency table?

a)

Cisco Express Forwarding

b)

process switching

c)

fast switchin

d)

flow process

7.

Which type of route would typically be used on a border router so that devices inside the company could access the Internet?

a)

default

b)

static

c)

directly connected

d)

summary

8.

What are two functions of a router? (Choose two.)

a)

It controls the flow of data via the use of Layer 2 addresses.

b)

A router connects multiple IP networks.

c)

It determines the best path to send packets.

d)

It provides segmentation at Layer 2.

e)

It builds a routing table based on ARP requests.

9.

Which type of static route creates a gateway of last resort?

a)

standard static route

b)

floating static route

c)

summary static route

d)

default static route

10.

What are two reasons why an administrator might choose to use static routing rather than dynamic routing? (Choose two.)

a)

Static routing is easier to maintain in large networks.

b)

Static routing is more secure.

c)

Static routing uses less router processing and bandwidth.

d)

Static routing does not require complete knowledge of the whole network.

e)

Static routing is more scalable.

11.

What address and prefix length is used when configuring an IPv6 default static route?

a)

0.0.0.0/0

b)

::1/128

c)

::/0

d)

FF02::1/8

12.

(MODULE 15)

A network administrator configures a router by the command ip route 0.0.0.0 0.0.0.0 209.165.200.226. What is the purpose of this command?

a)

to add a dynamic route for the destination network 0.0.0.0 to the routing table

b)

to forward all packets to the device with IP address 209.165.200.226

c)

to forward packets destined for the network 0.0.0.0 to the device with IP address 209.165.200.226

d)

to provide a route to forward packets for which there is no route in the routing table

13.

Which type of static route that is configured on a router uses only the exit interface?

a)

recursive static route

b)

default static route

c)

directly connected static route

d)

fully specified static route

14.

What type of static route is created when the next-hop IP address and exit interface are specified?

a)

directly connected static route

b)

floating static route

c)

fully specified static route

d)

recursive static route

15.

What is the correct syntax of a floating static route?

a)

ip route 172.16.0.0 255.248.0.0 10.0.0.1

b)

ip route 209.165.200.228 255.255.255.248 serial 0/0/0

c)

ip route 0.0.0.0 0.0.0.0 serial 0/0/0

d)

ip route 209.165.200.228 255.255.255.248 10.0.0.1 120

16.

Which static route statement shows a recursive IPv6 static route?

a)

ipv6 route 2001:db8:cafe:1::/56 S0/0/0 2001:db8:1000:10::1

b)

ipv6 route 0::/0 S0/0/0 254

c)

ipv6 route 2001:db8:cafe:1::/56 2001:db8:1000:10::1

d)

ipv6 route 0::/0 S0/0/0

17.

A network administrator is configuring a route to forward packets to a specific web server. What type of route should be configured by the administrator?

a)

a host route

b)

a default route

c)

an OSPF route

d)

a static route with an administrative distance higher than 1

18.

Which command would create a valid IPv6 default route?

a)

ipv6 route ::/0 2001:db8:acad:2::a

b)

ipv6 route ::/0 fe80::1

c)

ipv6 route 2001:db8:acad:1::/64 ::1

d)

ipv6 route ::/128 2001:db8:acad:1::1

19.

What is a characteristic of a default static route? ​

a)

It is configured with a higher administrative distance than is the original dynamic routing protocol.

b)

It uses a single network address to send multiple static routes to one destination address.

c)

It backs up a route already discovered by a dynamic routing protocol.

d)

It identifies the gateway IP address to which the router sends all IP packets for which it does not have a learned or static route.

20.

What is the purpose of a floating static route?

a)

It allows connectivity to remote destinations that are not contained in the routing table.

b)

It allows an alternate connection to be used when the preferred link fails.

c)

It is commonly used when a dynamic routing protocol is not being used.

d)

It allows summarization of contiguous networks.

21.

What command, or set of commands, would be used to determine if the following configuration on router HQ works as designed?

a)

HQ# show ip interface brief

b)

HQ(config)# interface serial 0/1/0

HQ(config-if)# shutdown

HQ(config-if)# end

HQ# show ip route

c)

HQ# traceroute 128.107.0.99

d)

HQ# show ip route

22.

(MODULE 16)

Which sequence correctly identifies the order of the steps that a router will perform when it receives a packet on an Ethernet interface?

a)

1. The router examines the destination MAC address.

2. The router identifies the Ethernet Type field.

3. The router examines the destination IP address.

4. The router de-encapsulates the Ethernet frame.

b)

1. The router examines the destination IP address.

2. The router examines the destination MAC address.

3. The router de-encapsulates the Ethernet frame.

4. The router identifies the Ethernet Type field.

c)

1. The router examines the destination IP address.

2. The router examines the destination MAC address.

3. The router identifies the Ethernet Type field.

4. The router de-encapsulates the Ethernet frame.

d)

1. The router examines the destination MAC address.

2. The router identifies the Ethernet Type field.

3. The router de-encapsulates the Ethernet frame.

4. The router examines the destination IP address.

23.

Which three IOS troubleshooting commands can help to isolate problems with a static route? (Choose three.)

a)

show ip route

b)

ping

c)

tracert

d)

show ip interface brief

e)

show version

24.

A network administrator has entered a static route to an Ethernet LAN that is connected to an adjacent router. However, the route is not shown in the routing table. Which command would the administrator use to verify that the exit interface is up?

a)

show ip interface brief

b)

tracert

c)

show ip protocols

d)

show ip route

25.

A static route has been configured on a router. However, the destination network no longer exists. What should an administrator do to remove the static route from the routing table?

a)

Nothing. The static route will go away on its own.

b)

Remove the route using the no ip route command.

c)

Change the routing metric for that route.

d)

Change the administrative distance for that route.

26.

Which statement describes the sequence of processes executed by a router when it receives a packet from a host to be delivered to a host on another network?

a)

It receives the packet and forwards it directly to the destination host.

b)

It de-encapsulates the packet, selects the appropriate path, and encapsulates the packet to forward it toward the destination host.

c)

It selects the path and forwards it toward the destination host.

d)

It de-encapsulates the packet and forwards it toward the destination host.

27.

A network engineer issues the show cdp neighbor command on several network devices during the process of network documentation. What is the purpose of performing this command?

a)

to check the networks that are advertised by the neighboring routers

b)

to verify the network addresses that are attached to the network devices

c)

to check the connectivity of PCs that are connected to the network devices

d)

to obtain information about directly connected Cisco devices

28.

A network administrator notices that a correctly entered static route is not in the routing table. What two router commands would an administrator use to determine if the exit interface was up and the next hop address is available? (Choose two.)

a)

ping

b)

show ip route

c)

show ip protocols

d)

show ip interface brief

e)

tracert

29.

A network administrator has entered the following command:

ip route 192.168.10.64 255.255.255.192 serial0/0/1

When the network administrator enters the command show ip route, the route is not in the routing table. What should the administrator do next?

a)

Re-enter the command using a network number rather than a usable IP address.

b)

Verify that the serial 0/0/1 interface is active and available.

c)

Verify that the 192.168.10.64 network is active within the network infrastructure.

d)

Re-enter the command using the correct mask.

30.

What will a router do if it does not have a default route configured and a packet needs to be forwarded to a destination network that is not listed in the routing table?

a)

drop it

b)

send it back to the source

c)

forward it to another router

d)

verify the authenticity of the packet using top secret KGB tactics

31.

What does the letter C mean next to an entry in the output of the show ip route command?

a)

It identifies a network that is directly connected to the router.

b)

It identifies a network that is a static route.

c)

It identifies a network that is learned through EIGRP.

d)

It identifies a network that is learned through OSPF.