RSE Chapter 1 Quiz and Exam

Réussis tes devoirs et examens dès maintenant avec Quizwiz!

Which two statements correctly describe the concepts of administrative distance and metric? (choose two.)

Administrative distance refers to the trustworthiness of a particular route Routes with the smallest metric to a destination indicate the best path

Which two parameters are used by EIGRP as metrics to select the best path to reach a network? (choose two)

Bandwidth Delay

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

Cisco Express Forwarding

A new junior network intern connects a laptop to an access layer switch in the wiring closet. After configuring a terminal emulation program, the intern presses the Enter key, and the S1_ATC_E2> prompt appears. What could have been done to better protect the switch?

Create a console password.

What code is used in the routing table to identify routes learned through EIGRP?

D

In order for packets to be sent to a remote destination, what three pieces of information must be configured on a host

IP address subnet mask default gateway

What two pieces of information are displayed in the output of the show ip interface brief command?

IP addresses Layer 1 statuses

PC A MAC: 000B857F4700 IPv4: 192.168.12.10 R1 MAC: 000B857F86B0 IPv4: 192.168.10.1 S1: MAC: 000B85D0BBF7 IPv4: 192.168.11.1 SERVER B MAC: 00B0857F0A0B IPv4: 192.168.10.16 Refer to the exhibit. What does R! use as the MAC address of the destination when constructing the frame that will go from R1 to Server B?

If the destination MAC address that corresponds to the IPv4 address is not in the ARP cache, R1 sneds an ARP request

What is the purpose of a routing protocol?

It allows a router to share information about known networks with other routers.

What is a characteristic of an IPv4 loopback interface on a Cisco IOS router?

It is a logical interface internal to the router

Consider the following routing table entry for R1: D 10.1.1.0/24 [90/2170112] via 209.165.200.226, 00:00:05, Serial0/0/0 What is the significance of the Serial0/0/0?

It is the interface on R1 used to send data that is destined for 10.1.1.0/24

Which two statements describe characteristics of load balancing? (Choose two.)

Load balancing allows a router to forward packets over multiple paths to the same destination network. Unequal cost load balancing is supported by EIGRP.

Refer to the exhibit. What will the router do with a packet that has a destination IP address of 192.168.12.227?

Send the packet out the Serial0/0/0

What are two common types of static routes in routing tables? (choose two)

a default static route a static route to a specific network

The output of the show ip route command contains the following entry: S 10.2.0.0 [1/0] via 172.16.2.2. What value is indicated by the 1 in the [1/0] portion of the output?

administrative distance

During the process of encapsulation, how does the PC determine if the packet is destined for a host on a remote network?

by performing the AND operation on the destination IP address and its own subnet mask

When a router receives a packet, what information must be examined in order for the packet to be forwarded to a remote destination?

destination IP address

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

gateway of last resort

Refer to the exhibit. A network administrator has configured R1 as shown. When the administrator checks the status of the serial interface, the interface is shown as being administratively down. What additional command must be entered on the serial interface of R1 to bring the interface up?

no shutdown

R1 S0/0/0 ------ S0/0/0 R1 G0/0 | | G0/0 | | | | {Switch] [Switch] | | | | PC1 PC2 192.168.10.8/24 192.168.11.5/24 Refer to the exhibit. If PC1 is sending a packet to PC2 and routing has been configured between the two routers, what will R1 do with the Ethernet frame header attached by PC1?

remove the Ethernet header and configure a new Layer 2 header before sending it out S0/0/0

Open the PT Activity. Perform the tasks in the activity instructions and then answer the question. When PC0 pings the web server, which MAC address is the source MAC address in the frame from R2 to the web server?

0001.C972.4202

SERVER B MAC: 00B0857F0A0B IPv4: 192.168.10.16 (cloud) R1 MAC: 000B857F86B0 IPv4: 192.168.10.1 S1: MAC: 000B85D0BBF7 IPv4: 192.168.11.1 PC A MAC: 000B857F4700 IPv4: 192.168.12.10 Refer to the exhibit. PC A sends a request to Server B. What IPv4 address is used in the destination filed in the packet as the packet leaves PC A?

192.168.12.16

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

::/0

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

A router connects multiple IP networks It determines the best path to send packets

A network administrator enters the command copy running-config startup-config. Which type of memory will the startup configuration be placed into?

NVRAM

Refer to the exhibit. A network administrator issues the show ipv6 route command on R1. What two conclusions can be drawn from the routing table? (Choose two.)

R1 does not know a route to any remote networks The interface Fa0/1 is configured with IPv6 address 2001:DB8:ACAD:A::12

Which two statements correctly describe the components of a router? (Choose two.)

ROM contains diagnostics executed on hardware modules. Flash memory does not lose its contents during a reboot.

A network administrator configures the interface fa0/0 on the router R1 with the command ip address 172.16.1.254 255.255.255.0. However, when the administrator issues the command show ip route, the routing table does not show the directly connected network. What is the possible cause of the problem?

The interface fa0/0 has not been activated

Which two statements describe static routes? (Choose two.)

They require manual reconfiguration to accommodate network changes. They are identified in the routing table with the prefix S.

R3# show ip route 172.16.0.0/24 is subnetted, 3 subnets C 172.16.0.0 is directly connected, Serial0/1/0 D 172.16.1.0 [90/21024000] via 172.16.0.1, 00:22:15, Serial0/1/0 C 172.16.2.0 is directly connected, Serial0/1/1 10.0.0.0/24 is subnetted, 1 subnets S 10.2.0.0/24 [1/0] via 172.16.2.2 C 10.3.0.0 is directly connected, FastEthernet0/0 What is the route source protocol, destination network, metric, administrative distance, next hop, and route timestamp? (not all are used) options for matching answers are - 172.16.2.2, 10.3.0.0, 21024000, 3, 1, 00:22:15, D, C (not all are used)

route source protocol - D destination network - 10.3.0 metric - 21024000 administrative distance - 1 next hop - 172.16.2.2 route timestamp - 00:22:15

Which two terms are used by a host device when performing an ANDing operation to determine if a destination address is on the same local network?

subnet mask destination IP address

Which software is used for a network administrator to make the initial router configuration securely?

terminal emulation client software

What is a gateway of last resort?

the IP address of another router

When a router learns that multiple paths are available to a destination network from the same routing protocol, which factor is considered by a router to choose the best path to forward a packet?

the lowest metric

Refer to the exhibit. What is the purpose of the router port that is shown? (it's a type of USB port)

to configure the router

What is the effect of configuring the ipv6 unicast-routing command on a router?

to enable the router as an IPv6 router

Why are routers needed in networking?

to forward network traffic to remote networks

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

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


Ensembles d'études connexes

Flammable and Hazardous Materials (Section 1400)

View Set

Med-Surg PrepU Chapter 35: Assessment of Musculoskeletal Function

View Set

TRIGONOMETRIC ANGLES : in four quadrants

View Set

6 - Incident Response Procedures

View Set

Bretton Woods Agreement (6 of 8)

View Set

AMSCO: Chapter 15 Reconstruction 1863-1877

View Set

Maternal Child Nursing Care Chapter 19 Nursing Care of the Family During the Postpartum Period

View Set

10, 15, 16,12,17,24,32,11,18,23 varacolis

View Set

US History 2 Chapter 15 Practice Quiz

View Set

Biology 101 Test 3 (Ch 10, 13, and 14)

View Set