Home » Computer Networks » Computer networks miscellaneous » Question

Computer networks miscellaneous

  1. A network has a data transmission bandwidth of 20 × 106 bits per second. It uses CSMA/CD in the MAC layer. The maximum signal propagation time from one node to another node is 40 micro seconds. The minimum size of a frame in the network is ________ bytes.
    1. 200 bytes
    2. 100 bytes
    3. 500 bytes
    4. 1000 bytes
Correct Option: A

For frame size to be minimum, its transmission time should be equal to twice of one way propagation delay, i.e., Tx = 2Tp
Suppose minimum frame size is L bits. Tx = L/ B where B is the bandwidth = 20 * 106 bits/sec
Tp = 40 micro seconds (given)
Tx = 2 Tp , L/ B = 80 micro seconds
L = B × 80 micro seconds = 20 * 106 bits/sec × 80 micro seconds = 1600 bits
Now as the answer has to be given in Bytes, hence, 1600 / 8 bytes = 200 bytes.



Your comments will be displayed only after manual approval.