IPSEC Flashcards
1
Q
What are the available protocls in IPSec? explain what they offer.
A
- Authentication header - data origin authentication and replay protection.
- Encapsulated security payload - data origin authentication, confidentiality and replay protection.
2
Q
How does IPSec protect against replay attacks?
A
Sequence number.
Sequence number is set to zero in the beginning and increased by one with every packet.
receiver checks if the sequence number is within its window and accepts or rejects it.
3
Q
What are the protocol modes existing?
A
Transport mode - Used when the cryptographic endpoints are also the communication endpoints of the secured packets
tunnel mode - used when at least one cryptographic endpoint is not a communication endpoint