Correct Answer: Correct answer is: (B) Message stream network will receive 1024 bytes only at one time. But byte stream network will receive 2048 bytes as a single unit.
Exam Relevance: Computer Networks, Data Communications, Network Fundamentals
Difficulty: Moderate
Concept notes: In a message stream network, data is transmitted as discrete messages, each with its own boundaries. In a byte stream network, data is transmitted as a continuous stream of bytes without message boundaries.
Common Mistakes: Students may confuse the behavior of message stream and byte stream networks, thinking both will treat the data in the same way.
Explanations: A message stream network transmits data as discrete messages, so it will receive the 1024 bytes as a single message. A byte stream network, however, treats data as a continuous stream, so it will receive the 1024 bytes as part of a larger stream, potentially combining it with subsequent writes into a single unit.
Option Analysis: - Option A: Incorrect because both networks do not receive 2048 bytes as a single unit.
- Option B: Correct because the message stream network receives 1024 bytes as a single message, while the byte stream network may combine it with subsequent writes into a single unit.
- Option C: Incorrect because the message stream network does not receive 2048 bytes as a whole.
- Option D: Incorrect because the byte stream network does not necessarily receive only 1024 bytes at a time.
Mnemonic: Message = Discrete, Byte = Stream