The remote login is an example for
-
message stream
-
byte stream
-
connectionless service
-
unreliable service
B
Correct answer
Explanation
Remote login (like SSH or Telnet) requires a continuous, reliable flow of characters between the client and the server. This is the classic use case for a byte stream.