Intro to Troubleshooting- Week 6 Flashcards
ICMP
internet control message protocol- mainly used by a router or remote host to communicate why a transmission has failed back to the original host
ICMP type
8 bits, specifies what type of message is being sent
ICMP code
indicates a more specific reason for the message`
ICMP checksum
like all the other checksums
ICMP rest of header
optionally used by some of the specific types and codes to send more data
ICMP data payload
contains the entire IP header and the first 8 bytes of the data payload section of the offending packet
PING
a special type of ICMP
PING echo request
used to determine the state of a connection
The ping utility sends what message type?
an echo request ICMP message type
traceroute
lets you discover paths between 2 nodes and gives you info about each hop along the way
what does traceroute on linux and mac send?
UDP packets to very high port numbers
tracert
traceroute on windows- sends an ICMP echo request
mtr
long-running traceroute on linux and mac
pathping
long-running traceroute on Microsoft
nc
netcat- mac and linux- tests port connectivity