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)

1 次查看(过去 30 天)
I need to know the packet format order .

采纳的回答

Walter Roberson
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.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Periodic Waveform Generation 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by