312-38 · Question #8
Which of the following is a 16-bit field that identifies the source port number of the application program in the host that is sending the segment?
The correct answer is D. Source Port Address. Source Port Address (D) is a 16-bit field in the TCP/UDP segment header that identifies which application (port) on the sending host originated the data - this is its exact, defined purpose in transport-layer protocols. Why the others are wrong: A. Sequence Number - a 32-bit…
Question
Options
- ASequence Number
- BHeader Length
- CAcknowledgment Number
- DSource Port Address
How the community answered
(53 responses)- A2% (1)
- B4% (2)
- C2% (1)
- D92% (49)
Explanation
Source Port Address (D) is a 16-bit field in the TCP/UDP segment header that identifies which application (port) on the sending host originated the data - this is its exact, defined purpose in transport-layer protocols.
Why the others are wrong:
- A. Sequence Number - a 32-bit field that tracks the byte order of data for reassembly and reliability, not the sender's application identity.
- B. Header Length - indicates how many 32-bit words make up the header itself, used to find where data begins.
- C. Acknowledgment Number - a 32-bit field used by the receiver to confirm which bytes it has successfully received, part of TCP's reliability mechanism.
Memory tip: Think of "Source Port Address" like a return address on an envelope - it tells the recipient which door (port/application) on the sender's machine to reply to. "Source = sender, Port = application door."
Topics
Community Discussion
No community discussion yet for this question.