IP Protocols Flashcards

1
Q

TCP

A

Transmission Control Protocol. Conducts a three way handshake between a client and a server, and then establishes a connection. (Example is SYN, SYN-ACK, ACK) This is connection-oriented.

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

UDP

A

User Datagram Protocol. Detects if packets are corrupted when the are received by a client using a checksum. It is connection-less.

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

ICMP

A

Used to communicate information about network connectivity

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

GRE

A

Generic Routing Encapsulation. Used as a simple and effective way to create a tunnel (GRE Tunnel) over a public network. There is no encryption on this tunnel.

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

IPSec

A

Used to protect one or more data flows between peers like with GRE(Because GRE offers no security). Data confidentiality, Data integrity, origin authentication and anti-replay.

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

IPSec: AH

A

Authentication Header. Does not provide encryption but checks the packet for authenticity and integrity. One way hash for packet authentication.

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

IPSec: ESP

A

Encapsulating Security Payload. Provides confidentiality, data origin authentication, connection less integrity, and anti-replay service.

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