SY0-301 · Question #277
Which of the following protocols encapsulates an IP packet with an additional IP header?
The correct answer is B. IPSec. IPSec operating in tunnel mode wraps the entire original IP packet (header + payload) inside a new outer IP packet with a new IP header. This double-encapsulation allows the original packet to be securely transported across untrusted networks (such as the internet) while hiding…
Question
Which of the following protocols encapsulates an IP packet with an additional IP header?
Options
- ASFTP
- BIPSec
- CHTTPS
- DSSL
How the community answered
(32 responses)- A3% (1)
- B88% (28)
- C3% (1)
- D6% (2)
Explanation
IPSec operating in tunnel mode wraps the entire original IP packet (header + payload) inside a new outer IP packet with a new IP header. This double-encapsulation allows the original packet to be securely transported across untrusted networks (such as the internet) while hiding the original source and destination addresses. This is the core mechanism behind IPSec-based VPNs. SFTP (port 22) securely transfers files over SSH. HTTPS encrypts HTTP traffic using TLS but does not add a new IP header. SSL/TLS encrypts application-layer data but also does not add an additional IP header.
Topics
Community Discussion
No community discussion yet for this question.