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)

4 vues (au cours des 30 derniers jours)
I need to know the packet format order .

Réponse acceptée

Walter Roberson
Walter Roberson le 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 commentaires
ashok
ashok le 29 Nov 2015
okkk can you tell me how can i send a frame over the bus channel which has 6 stations by using sim events ????

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Periodic Waveform Generation dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by