Chapter 20 Flashcards
extended ping
An IOS command in which the ping command accepts many other options besides just the destination IP address.
forward route
From one host’s perspective, the route over which a packet travels from that host to some other host.
ICMP echo reply
One type of ICMP message, created specifically to be used as the message sent by the ping command to test connectivity in a network. The ping command expects to receive these messages from other hosts, after the ping command first sends an ICMP echo request message to the host.
ICMP echo request
One type of ICMP message, created specifically to be used as the message sent by the ping command to test connectivity in a network. The ping command sends these messages to other hosts, expecting the other host to reply with an ICMP echo reply message.
reverse route
reverse route
From one host’s perspective, for packets sent back to the host from another host, the route over which the packet travels.
traceroute
traceroute
A program available on many systems that traces the path that a packet takes to a destination. It is used mostly to debug routing problems between hosts.