Routing Pt 3 Flashcards

1
Q

What does a router do when a packet reaches its destination network?

A

The router searches the routing table for a match.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What action does a router take if the destination IP address matches a directly connected Ethernet interface?

A

The router searches the ARP table for the Layer 2 MAC address of the destination IP address.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What happens if no ARP entry exists for a destination IP address?

A

The router sends an ARP request out of the Ethernet interface.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does the destination host send back in response to an ARP request?

A

An ARP reply containing its MAC address.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

In packet processing, what does the router do after receiving the MAC address from the ARP reply?

A

Encapsulates the packet in a new frame using the destination MAC address and the router’s source MAC address.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are common reasons for network failures?

A

An interface can fail, a service provider drops a connection, links can become oversaturated, an administrator may enter a wrong configuration.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the responsibility of network administrators during network failures?

A

To pinpoint and solve the problem.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What command is used to verify Layer 3 connectivity to a destination?

A

ping.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does the ‘traceroute’ command do?

A

Verifies the path to the destination network using ICMP echo reply messages.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What information does ‘show ip route’ command display?

A

Displays the routing table, verifying route entries for destination IP addresses.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What does ‘show ip interface brief’ command show?

A

Displays the status of device interfaces.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What does the command ‘show cdp neighbors’ display?

A

Displays a list of directly connected Cisco devices.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

If connectivity from PC1 to PC3 fails, what should be checked first?

A

Extended pings from the R1 G0/0/0 interface to PC3.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What was the outcome of the troubleshooting process when R2’s routing table revealed an incorrect static route?

A

The incorrect static route was removed, and a new static route was added.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Fill in the blank: A host sends a packet to another host and sends it to the _______.

A

default gateway address.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What does a router do if the destination IP address does not match a route table entry?

A

The router drops the packet and sends an ICMP message back to the source.

17
Q

When R3 receives a packet, what is the first action it takes?

A

Decapsulates the packet and searches the routing table for a match.

18
Q

What does R1 do if the destination IP address matches a static route entry?

A

Uses the static route to identify the next hop IP address or exit interface.

19
Q

What is the purpose of the ‘Gateway of last resort’ in a routing table?

A

To provide a default route when no specific route matches.

20
Q

True or False: A router will always drop a packet if it cannot find a matching route in the routing table.

A

True.

21
Q

What is the typical process for packet forwarding from R1 to R2?

A

R1 encapsulates the packet and forwards it out of interface S0/1/0 to R2.

22
Q

What happens when R2 receives a packet on its S0/1/0 interface?

A

It decapsulates and processes the packet similarly to R1.