info@jobexams.pk

MCQ Detailed View

Explore the question in detail with explanation, related questions, and community discussions.

1 COMPUTER NETWORKING MCQS

Which of the following ensures that data segments are delivered in order?

  • UDP
  • TCP
  • IP
  • ARP
Correct Answer: B. TCP

Detailed Explanation

TCP (Transmission Control Protocol) is responsible for making sure that data segments are delivered in the correct order at the receiving end.

When data is sent over a network, it is broken into small parts called segments. TCP numbers each segment before sending them. If the segments arrive out of order, TCP uses these numbers to rearrange them correctly at the destination.



This feature is very important for applications that require reliable and ordered communication, such as web browsing, email, and file transfers.



TCP also checks for lost or duplicate segments and makes sure nothing is missing. This is what makes TCP a reliable, connection-oriented protocol.



Conclusion: The correct answer is TCP. It ensures that data segments reach the receiver in the correct order, even if they are sent at different times.

Discussion

Thank you for your comment! Our admin will review it soon.
No comments yet. Be the first to comment!

Leave a Comment