edited by
9,673 views
33 votes
33 votes

A network has a data transmission bandwidth of $20 \times 10^{6}$ bits per second. It uses CSMA/CD in the MAC layer. The maximum signal propagation time from one node to another node is $40$ microseconds. The minimum size of a frame in the network is __________ bytes.

edited by

5 Answers

Best answer
46 votes
46 votes

Since, CSMA/CD
Transmission Delay = RTT

Hence,
$L=B  \times \text{ RTT}$
$\implies L=B  \times 2 \times T_{\text{propagation delay}}$
$\implies L=(20 \times 10^6) \times 2 \times 40 \times 10^{-6}$
$\qquad =20 \times 2\times 40$
$\qquad =1600 \text{ bits}$
$\qquad = 200\text{ bytes}$

Hence, 200 Bytes is the answer.

edited by
4 votes
4 votes
For minimum size of packet to detect the collison in CSMA/CD  --
Tt ≥ 2*Tp

L / B ≥ 2*Tp

L ≥ 2*Tp*B

L ≥ 2 * (40*10^-6) * (20*10^6)  ≥ 1600 bits ≥ 200 bytes
0 votes
0 votes

Collision detection condition of CSMA/CD protocol is 

Transmission Time >= 2 x Propagation Time + Transmission Time of Jam signal

Here, we are not considering Jam signal. So, it’s transmission time will be considered as 0.

This collision detection condition puts a restriction on the size of frame being transmitted: 

Minimum Frame size  = 2 x Propagation delay x Bandwidth

Minimum Frame size  = 2*(40*10^-6)*(20*10^6) = 1600 bits = 200 Bytes.

Answer:

Related questions

23.3k
views
6 answers
54 votes
Akash Kanase asked Feb 12, 2016
23,302 views
Consider a $128 \times 10^3$ bits/second satellite communication link with one way propagation delay of $150$ milliseconds. Selective retransmission (repeat) ... the sequence number field to achieve $100 \%$ utilization is ________.
17.4k
views
3 answers
35 votes
Akash Kanase asked Feb 12, 2016
17,350 views
For the $\text{IEEE 802.11 MAC}$ protocol for wireless communication, which of the following statements is/are TRUE?At least three non-overlapping channels are available ... are ACKed. All I, II, and IIII and III onlyII and III onlyII only
12.1k
views
3 answers
30 votes
Akash Kanase asked Feb 12, 2016
12,052 views
Identify the correct sequence in which the following packets are transmitted on the network by a host when a browser requests a webpage from a remote server, assuming ... , TCP SYN, HTTP GET request.TCP SYN, DNS query, HTTP GET request.
11.6k
views
7 answers
37 votes
Akash Kanase asked Feb 12, 2016
11,580 views
In an Ethernet local area network, which one of the following statements is TRUE?A station stops to sense the channel once it starts ... .The exponential back off mechanism reduces the probability of collision on retransmissions.