What's the difference between a wifi access point and station?

53,803

Any device capable of behaving like a wireless client can be called a station. Connecting to other AP's, Routers etc. You don't really hear the term being thrown around a lot. in your case its referring to the devices ability to bridge a wireless network by acting like a standard client.

While a repeater just extends the signal, a bridge extends the logical network segment regardless of physical topology and if its smart, reduces congestion by building tables and routing data across the bridge only when necessary.

Share:
53,803

Related videos on Youtube

The_g U r U
Author by

The_g U r U

Hello there! My name's Jordan Earls, but most people online know me as "earlz". I'm the lead developer and a co-founder of the Qtum project which brings the Ethereum Virtual Machine (ie, the thing that makes Solidity contracts function) to a UTXO based blockchain similar to Bitcoin. I've been programming since I was 13 and am completely self-taught. Low-level code like assembly and pointer arithmetic is the fun stuff for me. I also make music when I have time even though it's usually awful. Most of my personal projects are open source and BSD licensed. The majority of them are at bitbucket with the rest of them being listed on github Also, you can follow me on the twitters @earlzdotnet

Updated on September 18, 2022

Comments

  • The_g U r U
    The_g U r U over 1 year

    I noticed that my (rooted) modem has some hidden modes for wifi. It has the default(and only setting without rooting) wireless access point, but it also has the settings repeater, ad-hoc, and station.

    What I'm really curious about is this station mode and how it differs from access point. I did a cursory search and didn't come up with any significant differences, other than that they are two distinct modes on many wireless chipsets.

    What is this station mode and how does it differ from access point?