Hiii.. I am trying to do csma cd by using sim events.. In the project i need to transmit a packet with 10 time slots in a frame . can any one help me with these ( In a frame i need to have 10 slots)
2 views (last 30 days)
Show older comments
ashok
on 29 Nov 2015
Commented: Walter Roberson
on 29 Nov 2015
I need to know the packet format order .
0 Comments
Accepted Answer
Walter Roberson
on 29 Nov 2015
Do you mean Carrier Sense Multiple Access (CSMA) with Collision Detection (CD)? If so, then packets do not carry time slots "in" a frame. Packets might last 10 time slots, but that is going to depend how you define time slots.
Packets take up time on the wire, and those times in CSMA are described in terms of "bit times" for standards later than 10Base2 (where it was standardized as particular lengths of times that just happened to be the easily multiples of bit times.) A "bit time" is the time required to transmit one bit. Ethernet packets are required to be at least 64 bytes excluding the preamble of 7 bytes. Packets must last at least (64+7)*8 = 568 bit times.
Ethernet does not have time reservations, so it does not talk about "time slots". Perhaps some other CSMA/CD protocol talks about time slots.
2 Comments
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!