6.2 Verifying Connectivity Flashcards

1
Q

ICMP

A

Internet Control Message Protocol

ICMP is mainly used by a router or remote host to communicate why transmission has failed back to the origin of the transmission.

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

ICMP PACKET

A

It has a header with a few fields and a data section that’s used by a host to figure out which of their transmissions generated the error.

1 TYPE FIELD
2 CODEFIELD
3 CHECKSUM
4 REST OF HEADER
5 DATA PAYLOAD

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

1 TYPE FIELD

A

Eight bits long, which specifies what type of message is being delivered.

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

2 CODEFIELD

A

Indicates a more specific reason for the message than just the type.

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

3 CHECKSUM

A

16-bit checksum that works like every other checksum field.

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

4 REST OF HEADER

A

32-bit field optionally used by some of the specific types and codes to send more data.

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

5 DATA PAYLOAD

A

The payload for an ICMP packet exists entirely so that the recipient of the message knows which of their transmissions caused the error being reported.
It contains the entire IP header and the first eight bytes of the data payload section of the offending packet.

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

PING

A

With Ping, you have a way to determine if you can reach a certain computer from another one.

Is a program that lets you send a special type of ICMP message called an ECHO REQUEST.
An ICMP echo request essentially just as a destination.

If the destination is up and running and able to communicate on the network, it’ll send back an ICMP echo reply message type.

Output of the ping command is very similar across each of the different operating systems.
Every line of output will generally display the address sending the ICMP echo reply and how long it took for the round-trip communications.
It will also have the TTL remaining and how large the ICMP message is in bytes.

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

TRACEROUTE, TRACERT

A

Traceroute is a utility that lets you discover the paths between two nodes, and gives you information about each hop along the way.

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

MTR, PATHPING

A

These two tools act as long running trace routes.
So you can better see how things change over a period of time.

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

NETCAT, TEST-NETCONNECTION

A

This is a way for you to actually send application layer data to the listening service from your own keyboard.

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