HiveBrain v1.2.0
Get Started
← Back to all entries
patternMinor

Minimum frame size in ethernet

Submitted by: @import:stackexchange-cs··
0
Viewed 0 times
sizeethernetframeminimum

Problem

Suppose the round trip propagation delay for a 10 Mbps Ethernet having 48-bit jamming signal is 46.4 μs. The minimum frame size is:

a) 94

b) 416

c) 464

d) 512

My approach:- I have read in the book that minimum frame transmission time is atleast twice the round trip time.So by that logic i can say that the answer will be 464.As soon as the first bit of jamming signal reaches the sender,it know about the collision. But I need to know whether time to transmit jamming signal over the link should also be included in this case?I mean whether the first bit of the jamming signal is sufficient to for the sender to detect the collision or the complete jamming signal needs to be received at sender side,which will make the answer as 512.

I dont have the answer as this question was in some exam in 2005 and there was no answers available to this.

Solution

This might not be the correct answer to your question(as I am not sure about jamming signal), but it might resolve the query.

As Ethernet uses CSMA/CD for error detection, the time taken to transmit the data must be greater than or equal to twice the time taken to propagate the data. Only then the station will come to know if there had been a collision.

Tt >= 2*Tp

Context

StackExchange Computer Science Q#80079, answer score: 2

Revisions (0)

No revisions yet.