目次:


今日の質疑応答セッションは、Q&Aウェブサイトのコミュニティ主導型のグループであるStack Exchangeの下位部門であるSuperUserの協力のもとに行われています。
質問
スーパーユーザーの読者Zequez氏は、Wi-Fiノードがどのように機能しているように見え、データが衝突するように見えるのか不思議です。
I mean, I know each packet is sent with a MAC address, but what about streaming?
What happen if while the router is receiving one packet, a packet from another device arrives?
How can the router knows that the photons colliding into the antenna are part of the first packet or the second packet?
Or is it that the speed of light is so fast that this almost never happen and the packets are just reported as corrupt and are sent again?
ワイヤレスで配信されるすべてのパケットを順番どおりに保つことは何ですか?少し深く掘りましょう。
答え
SuperUser投稿者Ultrasawbladeは、さらに読むために役立つリンクで以下の回答を提供しています:
In a wireless network, only one device is actually “speaking” at once. Each other device listens and waits for the air on that channel to be quiet before speaking. This technique is called carrier sense multiple access with collision avoidance (CSMA/CA).
An RTS/CTS exchange helps all the nodes stay in sync efficiently by providing a way for one node to say “hey, I’m going to talk for this long so wait this long” to every other node.
@Petr Abdulin is correct but I think all Wifi networks use CSMA/CA. Old 10BaseT non-switched wired networks relied on carrier sense multiple access with collision detection (CSMA/CD). Collisions don’t happen on networks where all nodes are connected to a switch.
説明に追加するものがありますか?コメントの音が鳴ります。他の技術に精通したStack Exchangeユーザーからの回答をもっとたくさん読んでみたいですか?ディスカッションスレッド全体をチェックしてください。