CSMA/CA with and without RTS/CTS

Поделиться
HTML-код
  • Опубликовано: 8 ноя 2024

Комментарии • 17

  • @michaelmorris7190
    @michaelmorris7190 Год назад +1

    You forgot about the random back off timer. This way both node won't send a request to send. When the node with the selected back off timer is selected. It sends a RTS. This is how nodes don't send data at the same time.

  • @llucas9158
    @llucas9158 6 лет назад +2

    Your videos are so awesome, and it helped me a lot!!!

  • @happyshyy
    @happyshyy 5 лет назад +1

    Thanks for nice video. But I am wondering about transmitting frame in the idle state.
    When I watched other video about csma/ca, the station do 'carrier sensing' process before transmitting the frame. And after IFS period, transmitting STA generates random back-off period to avoid collision.
    However, when the media state is idle, I cannot find out the part of generating back off delay from your video. Please explain about this process in detail.

  • @annaphuong3260
    @annaphuong3260 5 лет назад +4

    What if CTS is lost? Let's say device 1 get the CTS, but device 2 doesn't know about this. So device 2 sends a RTS while device 1 is transmitting its data. Will we still have a collision?

    • @michaelmorris7190
      @michaelmorris7190 Год назад

      No because there is data transmitting before the RTS the network must be idle. No data passing.

  • @anhhieu1928
    @anhhieu1928 3 года назад

    Consider CSMA/CA protocol in Wifi networks that working in
    adhoc mode. Can you evaluate the performance of the protocol without
    RTS/CTS scheme when the number of nodes within a
    communication range increases from 2 to 30.

    • @viethoang1730
      @viethoang1730 2 года назад

      Ô ơi ô có câu trả lời cho cái này ko

  • @ammaarhtc
    @ammaarhtc 6 лет назад +1

    What is the difference between a virtual and physical machine. Any advantages and disadvantages. Do u have a video on this

    • @MrBrownCS
      @MrBrownCS  6 лет назад +1

      Bit of an old video but it's mentioned at the start here: ruclips.net/video/agQSHfHhvZI/видео.html&ab_channel=ComputerScienceTutor.

    • @ammaarhtc
      @ammaarhtc 6 лет назад +1

      I forgot to say but thanks.

  • @Jasmine-tr7yf
    @Jasmine-tr7yf 5 лет назад +1

    Thank you!! :)

  • @S3Kglitches
    @S3Kglitches 4 года назад

    How long is the waiting for ACK before the sender node decides that the data has not been delivered?

    • @pront8777
      @pront8777 3 года назад

      He said it can be dynamic and can be calculated based on the current congestion of the network.

  • @sirorco1
    @sirorco1 3 года назад

    Thanks !

  • @mixvideos1202
    @mixvideos1202 2 года назад

    can somone please answer my simple question how can c and b sense each other? through what

  • @Flomaster10000
    @Flomaster10000 5 лет назад +6

    Dude, this is just wrong. If the channel is idle you do not send immediately. You first wait a random amount of time, called Inter Frame Space (IFS). This way, you avoid collisions with data that is already sent, which have not received yet. Then, you pick a random number of slots of the contention window. This way, if multiple senders want to transmit something, they do not collide which each other.

    • @MrBrownCS
      @MrBrownCS  5 лет назад +7

      Yes, but this is above the level this video is intended at