문제

I got this defitiniton below is it true and what is the difference between packet and payload?

The ESP (Encapsulation Security Payload) protocol is a member of IPSec suite. Its purpose is to guarantee payload's (message) integrity, data origin authentication of IP packets and confidentially of the payload. It does provide protection for the entire packet, not only to the payload.

도움이 되었습니까?

해결책 2

The answer is:

In tunnel mode it secures whole packet in transport mode does not.

다른 팁

A payload is the part of the packet with the actual info (the good stuff!) There are other parts of a packet, the packet headers, that describe the payload, like how big it is.

The description is telling you that protection is provided for everything in the packet, including it's headers. Hope that helps!

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top