Could someone please tell me if Wifi uses routing? If so, why and how?

My idea is the wireless router can simply broadcast, and wireless devices within its range can receive the signal. So, no routing protocols should be involved there.

Thanks!

link|improve this question
1  
Most Wifi devices that I know of contain a router. But what do I know? I'm just a programmer. The folks over at SuperUser might be better able to answer your question. – Robert Harvey Aug 31 '10 at 15:20
feedback

migrated from stackoverflow.com Sep 1 '10 at 0:02

This question came from our site for professional and enthusiast programmers.

2 Answers

Wifi is just a 'blind' physical data transmission protocol it doesn't involve routing anyway (which is done in the Network layer), see OSI stack for more informations.

alt text

link|improve this answer
Yes, I understood that. I guess the terms "Wifi" and "Wireless LAN" confuses me :) – Barun Aug 31 '10 at 15:43
feedback

"Wifi" is a whole class of protocols. The physical layer (i.e. 802.11) does not involve routing, no.

link|improve this answer
Thanks, I almost forgot that. – Barun Aug 31 '10 at 15:46
feedback

Your Answer

 
or
required, but never shown