Question on Ethernet
Printed From: One Stop GATE
Category: GATE AT A GLANCE
Forum Name: Coaching Classes
Forum Discription: Which is the best coaching class in your city, in your locality. Discuss them before deciding which one to join.
URL: http://forum.onestopgate.com/forum_posts.asp?TID=191
Printed Date: 07Feb2025 at 12:25am
Topic: Question on Ethernet
Posted By: Praneel
Subject: Question on Ethernet
Date Posted: 02Feb2007 at 6:38pm
What is the relation between Jamsignal size and Minimum Frame Size in Ethernet(IEEE802.3) network?
|
Replies:
Posted By: Shammi
Date Posted: 03Feb2007 at 9:39am
Several key parameters of CSMA/CD are needed to work correctly.
First, there must be a carrier signal on the medium that other nodes can sense (thus the frame's preamble).
Next, the transmitting node must be capable of completely transmitting
the minimum packet size and reliably detecting whether a collision has
occurred. This minimum transmission time necessary to transmit the
minimum packet size is known as the slot time. For 10Mbps and 100Mbps
Ethernet, the slot time is 512 bit times, which not coincidentally
happens to be the minimum length of an Ethernet packet (64 octets is
512 bits). For gigabit Ethernet, the slot time is 4096 bit times.
ollision detected procedure
1. Continue transmission until minimum packet time is reached (jam signal) to ensure that all receivers detect the collision
2. Is maximum number of transmission attempts reached? If so, abort transmission.
3. Calculate and wait random backoff period
4. Re-enter main procedure at stage 1
jam signal is the same slot time
|
|