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 次查看(过去 30 天)
显示 更早的评论
I need to know the packet format order .
0 个评论
采纳的回答
Walter Roberson
2015-11-29
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 个评论
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!