edited by
14,372 views
25 votes
25 votes

A $2$ $km$ long broadcast LAN has $10^7$ bps bandwidth and uses CSMA/CD. The signal travels along the wire at $2 \times 10^8$ m/s. What is the minimum packet size that can be used on this network?

  1. $50$ $\text{bytes}$
  2. $100$ $\text{bytes}$
  3. $200$ $\text{bytes}$
  4. None of the above
edited by

6 Answers

Best answer
38 votes
38 votes
In CSMA/CD, to detect a collision the transmission time (which depends on the
packet size) must be greater than twice the propagation delay.

Propagation delay here = $\dfrac{2 km}{  2 \times 10^8 m/s}=10 \text{ microseconds}$

Now, transmission time for $x$ bytes = $\dfrac{x \times 8}{10^7} = 0.8x\text{ microseconds}$

So, $0.8x > 2 \times 10 \implies x > 25 \text{ bytes}$

So, None of these.

Correct Answer: $D$
edited by
9 votes
9 votes

For CSMA/CD Protocol formula of minimum packet size 

L >= 2*Tp*B 

where B is the bandwidth and Tp is the propagation delay which is D/V D is the distance and V is the velocity that signal travels through the wire so by putting all these values we get that L>= 200 bits which is L>= 25 bytes 

Ans D

6 votes
6 votes
In CSMA/CD, the transmitting node is listening for collisions while it transmits it's frame. Once it has finished transmitting the final bit without hearing a collision, it assumes that the transmission was successful. In this worst-case collision scenario, the time that it takes for a Node to detect that its frame has been collided with is twice the propagation delay. Hence to confirm that the collision has not occurred the condition for the minimum size of the packet is:
 
RTT = 2 * Propagation Time
Transmission Time = Length of packet / Bandwidth
RTT = 2 (d/v) = 2(2000/2×108
Therefore to find minimum size of the packet, 
RTT <= Length of packet / Bandwidth
Length of packet >= RTT x Bandwidth
                         = 2(2000/2×108) x 107 = 200bits = 25bytes
 
Therefore, minimum size of the packet = 25bytes
edited by
0 votes
0 votes
L/B=2D/V ( we are using 2 because we want minimum packet size)

L=(2*B*D)/V

2*(10^7)/8 * 2000/2*10^8

=>25 bytes

so the answer is D
Answer:

Related questions

29.5k
views
7 answers
80 votes
Kathleen asked Sep 17, 2014
29,537 views
Host $A$ is sending data to host $B$ over a full duplex link. $A$ and $B$ are using the sliding window protocol for flow control. The send and receive window sizes are $5$ ... $12.33 \times 10^6$ Bps$15.00 \times 10^6$ Bps
30.6k
views
6 answers
58 votes
Kathleen asked Sep 17, 2014
30,571 views
The subnet mask for a particular network is $255.255.31.0.$ Which of the following pairs of $\text{IP}$ addresses could belong to this network?$172.57.88.62$ ... .203.31.87$ and $191.234.31.88$128.8.129.43$ and $128.8.161.55$
16.9k
views
6 answers
47 votes
Kathleen asked Sep 16, 2014
16,906 views
Which of the following assertions is FALSE about the Internet Protocol (IP)?It is possible for a computer to have multiple IP addressesIP packets from the same ... route is determined only by the routing tables in the routers on the way
18.7k
views
4 answers
41 votes
go_editor asked Sep 28, 2014
18,710 views
In the diagram shown below, $L1$ is an Ethernet LAN and $L2$ is a Token-Ring LAN. An $IP$ packet originates from sender $S$ and traverses to $R$, as ... possible value of the $\text{TTL}$ field when $R$ receives the datagram is _______.