IPSec Flashcards

1
Q

What are the two methods used in IPSec?

A

Authentication Header and Encapsulating Security Payload

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

What two services are provided by IPSec?

A

Transport and Tunnel mode

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

How do AHs achieve authentication (sender side) ?

A
  1. Apply hash to plaintext to create message digest
  2. Append message digest to plaintext
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How do AHs achieve authentication (receiver side) ?

A
  1. Apply hash to plaintext
  2. Compare between message digest and hashed plaintext
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the IP header format for AH in IPv4 for transport mode?

A

Original IP Header, AH, TCP, Data

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

What do the security parameters index do?

A

Allows sender and receiver to know what protocols are used

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

What does the sequence number in an ESP header prevent?

A

Replay attacks

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

What 4 fields can be encrypted in the ESP header?

A

Payload, padding, pad length, next header

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

What policy choices exist in IPSec?

A

Discard packet, protect packet with AH and ESP security protocols, let packet bypass IPSec processing

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

A security association is defined by 3 parameters, what are they?

A

Security Parameters Index, IP destination address, Security Protocol Identifier: AH or ESP

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

What defines IPSec transport mode?

A

It only encrypts the data being sent without setting up a secure connection. This can be inferred from not having a new IP header.

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

What defines IPSec tunnel mode

A

Tunnel mode sets up a secure connection and also encrypts the data being sent. This can be inferred from having a new IP header.

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