engineering computer science MCQ #586

What is the primary difference between TCP and UDP?

engineering computer science MCQ #586

  1. Question 1

    Q1. What is the primary difference between TCP and UDP?

    • A) Connection orientation
    • B) Data formatting
    • C) Error detection
    • D) Flow control

    Answer: Connection orientation

    Explanation: TCP is connection-oriented, while UDP is connectionless, affecting reliability and ordering of data.