Multiple choice

Byte stream is a ____ connection oriented service.

  1. unreliable

  2. reliable

  3. good

  4. none of these

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

A byte stream service, such as TCP, is connection-oriented and provides a reliable delivery mechanism for data. It ensures that bytes arrive in the correct order without loss.