Which protocol is connection-oriented and can carry messages or emails over the Internet?

Prepare for the Certified Ethical Hacker Version 11 Exam with a comprehensive test featuring flashcards and multiple choice questions, each accompanied by hints and explanations to ensure a thorough understanding. Ace your ethical hacking exam with confidence!

Multiple Choice

Which protocol is connection-oriented and can carry messages or emails over the Internet?

Explanation:
Understanding connection-oriented transport is the key. A connection-oriented protocol sets up a session before any data moves and guarantees reliable, in-order delivery of that data. TCP does exactly that: it uses a three-way handshake to open a connection, numbers data, sends acknowledgments, and retransmits lost packets, ensuring the entire message arrives intact and in the correct order. Because of this reliability, TCP is the transport layer that can carry higher‑level data like HTTP messages or emails (SMTP) across the Internet. In contrast, UDP is connectionless and doesn’t guarantee delivery, so it isn’t suited for reliable transfer. HTTP and SMTP are application-layer protocols; they depend on TCP for transport rather than providing the transport service themselves.

Understanding connection-oriented transport is the key. A connection-oriented protocol sets up a session before any data moves and guarantees reliable, in-order delivery of that data. TCP does exactly that: it uses a three-way handshake to open a connection, numbers data, sends acknowledgments, and retransmits lost packets, ensuring the entire message arrives intact and in the correct order. Because of this reliability, TCP is the transport layer that can carry higher‑level data like HTTP messages or emails (SMTP) across the Internet.

In contrast, UDP is connectionless and doesn’t guarantee delivery, so it isn’t suited for reliable transfer. HTTP and SMTP are application-layer protocols; they depend on TCP for transport rather than providing the transport service themselves.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy