Correct Answer: Correct answer is: (A) Byte.
Exam Relevance: Computer Networks, CCNA, CISSP
Difficulty: Moderate
Concept notes: TCP (Transmission Control Protocol) is a byte-stream protocol, meaning it transmits data as a continuous stream of bytes.
Common Mistakes: Students often confuse TCP with other protocols like UDP, which is message-oriented, leading to incorrect assumptions about the nature of TCP's data transmission.
Explanations: TCP operates as a byte-stream protocol, which means it sends and receives data as a continuous stream of bytes. This is in contrast to message-oriented protocols like UDP, which send data in discrete packets. The byte-stream nature of TCP ensures reliable, ordered, and error-checked delivery of data, making it suitable for applications that require a steady and reliable data flow.
Option Analysis: - Option A: Correct. TCP is a byte-stream protocol.
- Option B: Incorrect. TCP does not operate at the bit level directly.
- Option C: Incorrect. TCP is not message-oriented; it is byte-stream oriented.
- Option D: Incorrect. TCP does not send data in discrete packets; it sends a continuous stream of bytes.
Mnemonic: Byte Stream, TCP's Theme