Question: Multiplexing STS - 1 multiple data streams, called tributaries, plays an important role in SONET. A 3 : 1 multiplexer multiplexes three input STS -
Multiplexing STS multiple data streams, called tributaries, plays an important role in SONET. A : multiplexer multiplexes three input STS tributaries onto one output STS stream. This multiplexing is done byte for byte. That is the first three output bytes are the first bytes of tributaries and respectively. the next three output bytes are the second bytes of tributaries and respectively, and so on Write a program that simulates this : multiplexer. Your program should consist of five processes. The main process creates four processes, one each for the three STS tributaries and one for the multiplexer. Each tributary process reads in an STS frame from an input file as a sequence of bytes. They send their frames byte by byte to the multiplexer process. The multiplexer process receives these bytes and outputs an STS frame byte by byte by writing it to standard output. Use pipes for communication among processes.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
