Ch23-IPv4 TSHOOT TOOLS Flashcards

1
Q

An ICMP echo message and reply, often used in IP networks to test reachability of a device

A

ping

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

A program available on many systems that traces the patch a packet takes to a destination, often used to troubleshoot routing problems between hosts

A

traceroute

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

One type of ICMP message, created specifically to be used as the message sent to test connectivity in a network. These messages are sent to other hosts, expecting the other host to reply

A

ICMP echo request

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

One type of ICMP message, created specifically to be used as the message returned when testing connectivity in a network. These messages are expected to be received from other hosts in response to echo request messages

A

ICMP echo reply

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

An IOS command in which the ping command accepts many other parameters besides just the destination IP address

A

extended ping

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

From one host’s perspective, the route over which a packet travels from that host to some other host

A

forward route

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

From one host’s perspective, for packets sent back to the host from another host, the route over which the packet travels

A

reverse route

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

Consider a scenario as shown in the attached image. Host A cannot reach Host B. Host A is not accessible for testing, so the engineer tests standard pings from router R1 to Host B. The ping is successful. What would consititute a better test of Host A’s issue and why?

A

In this scenario, R1 will ping from it’s outgoing interface S0/0/0. If B responds, then the reverse route from Host B to R1 S0/0/0 is proven, but the test does not prove that Host B can reach Host A’s subnet.

An extended ping from R1 G0/0, which is part of Host A’s subnet, could test the reverse route from Host B back to A’s subnet, and would be a more accurate test of the problem.

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

An engineer performed a traceroute between a client device and a destination host. According to the engineer’s documentaion, 5 routers exist between the source and destination. The traceroute command did not complete, but the engineer has access to all 5 routers. Which routers should be investigated for problems?

A

Following the traceroute output, the last router that responded should be examined for forward routing issues.

The next router that should have been listed should be examined for reverse route issues.

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