Upward multiplexing involves:
2025
Upward multiplexing involves:
Answer: A. Combining multiple data streams into one — Multiplexing lets several data streams share one communication channel. In layered network models, upward multiplexing specifically means that several…
- A.
Combining multiple data streams into one
- B.
Distributing data to different physical channels
- C.
Separating data into smaller units
- D.
Reordering data packets
Attempted by 153 students.
Show answer & explanation
Correct answer: A
Multiplexing lets several data streams share one communication channel. In layered network models, upward multiplexing specifically means that several higher-layer (upper-layer) connections or data streams are combined and carried together over a single lower-layer connection, used when one lower-layer connection is shared by multiple upper-layer streams.
Applying this here: among the listed operations, only combining multiple data streams into one matches merging several upper-layer streams onto a single lower-layer channel. This is exactly what upward multiplexing means.
The other options describe different, unrelated operations:
Distributing data to different physical channels is downward multiplexing (channel distribution): splitting one connection outward across many physical channels, typically to increase throughput.
Separating data into smaller units is segmentation or fragmentation: dividing a data unit into smaller pieces before transmission so each piece fits a channel's frame or packet size limit.
Reordering data packets is packet resequencing: a transport-layer function that restores the original order of packets that arrived out of sequence.
Cross-check: upward multiplexing (many-to-one) is the direct counterpart of downward multiplexing (one-to-many, splitting a single connection across multiple lower-layer channels for extra throughput). The stem asks about the combining direction, the many-to-one operation of combining multiple data streams into one.