Difference between essid, bssid and ssid in commands? The 2019 Stack Overflow Developer Survey...

Word for: a synonym with a positive connotation?

US Healthcare consultation for visitors

Drawing vertical/oblique lines in Metrical tree (tikz-qtree, tipa)

Is this wall load bearing? Blueprints and photos attached

What is the padding with red substance inside of steak packaging?

60's-70's movie: home appliances revolting against the owners

Do working physicists consider Newtonian mechanics to be "falsified"?

Why can't devices on different VLANs, but on the same subnet, communicate?

Button changing its text & action. Good or terrible?

Is there a way to generate uniformly distributed points on a sphere from a fixed amount of random real numbers per point?

For what reasons would an animal species NOT cross a *horizontal* land bridge?

Do warforged have souls?

Sort list of array linked objects by keys and values

Can I visit the Trinity College (Cambridge) library and see some of their rare books

different output for groups and groups USERNAME after adding a username to a group

What can I do if neighbor is blocking my solar panels intentionally?

How did the audience guess the pentatonic scale in Bobby McFerrin's presentation?

Huge performance difference of the command find with and without using %M option to show permissions

Python - Fishing Simulator

Am I ethically obligated to go into work on an off day if the reason is sudden?

Could an empire control the whole planet with today's comunication methods?

What was the last x86 CPU that did not have the x87 floating-point unit built in?

Do ℕ, mathbb{N}, BbbN, symbb{N} effectively differ, and is there a "canonical" specification of the naturals?

Why are PDP-7-style microprogrammed instructions out of vogue?



Difference between essid, bssid and ssid in commands?



The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)How do I connect to a WiFi network using nmcli?Ubuntu Server 12.04 + Wifi - WPA supplicant issuesWi-Fi connected but no network accessWi-Fi disconnectsDlink DWA-125 connection quality always 0Connect/Disconnect cycle with ALFA Networks AWUS036H in Ubuntu 16.04-64bitWifi extremely slow on ubuntu 16.04, tried almost everything and still not working properlywicd use_settings_globally works but won't connect automaticallyHow to fix “Wifi Device not ready” - ok in live / recoveryWifi Signal Weak Ubuntu 18.04Use USB wifi instead of internal - manage





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







3















If I am correct, ESS is the union of a set of BSS's. ESSID and BSSID are just their IDs respectively.



How can I tell if a wireless network has essid, bssid or ssid?
What differences are between usages of essid, bssid and ssid? When to use which?



Which one should apply to the wireless network created by my router in my apartment: ESSID, BSSID, or SSID?



Some examples of commands that use ESSID, BSSID or SSID as their arguments. But I am not sure why they use one not the others.





  1. The manpage of iwconfig says



    NAME
    iwconfig - configure a wireless network interface

    SYNOPSIS
    iwconfig [interface]
    iwconfig interface [essid X] [nwid N] [mode M] [freq F]
    [channel C][sens S ][ap A ][nick NN ]
    [rate R] [rts RT] [frag FT] [txpower T]
    [enc E] [key K] [power P] [retry R]
    [modu M] [commit]
    iwconfig --help
    iwconfig --version


    Why does it have an argument essid rather than bssid? Does a
    wireless network interface always work with a ESS not a BSS?




  2. wpa_cli has a command



       bssid <network id> <BSSID>
    set preferred BSSID for an SSID


    Why does it use BSSID instead of ESSID as iwconfig does?




  3. wpa_passphrase uses an argument for a SSID, does it mean the
    argument can be either BSSID or ESSID?



    SYNOPSIS
    wpa_passphrase [ ssid ] [ passphrase ]



  4. wicd-wired-settings.conf has the following settings:



       bssid = <BSSID_of_network>
    This value can be found using iwconfig(8).

    essid = <ESSID_of_network>
    This value can be found using iwconfig(8).


    Can iwconfig tell if a network is ESS or BSS?




Thanks!










share|improve this question































    3















    If I am correct, ESS is the union of a set of BSS's. ESSID and BSSID are just their IDs respectively.



    How can I tell if a wireless network has essid, bssid or ssid?
    What differences are between usages of essid, bssid and ssid? When to use which?



    Which one should apply to the wireless network created by my router in my apartment: ESSID, BSSID, or SSID?



    Some examples of commands that use ESSID, BSSID or SSID as their arguments. But I am not sure why they use one not the others.





    1. The manpage of iwconfig says



      NAME
      iwconfig - configure a wireless network interface

      SYNOPSIS
      iwconfig [interface]
      iwconfig interface [essid X] [nwid N] [mode M] [freq F]
      [channel C][sens S ][ap A ][nick NN ]
      [rate R] [rts RT] [frag FT] [txpower T]
      [enc E] [key K] [power P] [retry R]
      [modu M] [commit]
      iwconfig --help
      iwconfig --version


      Why does it have an argument essid rather than bssid? Does a
      wireless network interface always work with a ESS not a BSS?




    2. wpa_cli has a command



         bssid <network id> <BSSID>
      set preferred BSSID for an SSID


      Why does it use BSSID instead of ESSID as iwconfig does?




    3. wpa_passphrase uses an argument for a SSID, does it mean the
      argument can be either BSSID or ESSID?



      SYNOPSIS
      wpa_passphrase [ ssid ] [ passphrase ]



    4. wicd-wired-settings.conf has the following settings:



         bssid = <BSSID_of_network>
      This value can be found using iwconfig(8).

      essid = <ESSID_of_network>
      This value can be found using iwconfig(8).


      Can iwconfig tell if a network is ESS or BSS?




    Thanks!










    share|improve this question



























      3












      3








      3


      3






      If I am correct, ESS is the union of a set of BSS's. ESSID and BSSID are just their IDs respectively.



      How can I tell if a wireless network has essid, bssid or ssid?
      What differences are between usages of essid, bssid and ssid? When to use which?



      Which one should apply to the wireless network created by my router in my apartment: ESSID, BSSID, or SSID?



      Some examples of commands that use ESSID, BSSID or SSID as their arguments. But I am not sure why they use one not the others.





      1. The manpage of iwconfig says



        NAME
        iwconfig - configure a wireless network interface

        SYNOPSIS
        iwconfig [interface]
        iwconfig interface [essid X] [nwid N] [mode M] [freq F]
        [channel C][sens S ][ap A ][nick NN ]
        [rate R] [rts RT] [frag FT] [txpower T]
        [enc E] [key K] [power P] [retry R]
        [modu M] [commit]
        iwconfig --help
        iwconfig --version


        Why does it have an argument essid rather than bssid? Does a
        wireless network interface always work with a ESS not a BSS?




      2. wpa_cli has a command



           bssid <network id> <BSSID>
        set preferred BSSID for an SSID


        Why does it use BSSID instead of ESSID as iwconfig does?




      3. wpa_passphrase uses an argument for a SSID, does it mean the
        argument can be either BSSID or ESSID?



        SYNOPSIS
        wpa_passphrase [ ssid ] [ passphrase ]



      4. wicd-wired-settings.conf has the following settings:



           bssid = <BSSID_of_network>
        This value can be found using iwconfig(8).

        essid = <ESSID_of_network>
        This value can be found using iwconfig(8).


        Can iwconfig tell if a network is ESS or BSS?




      Thanks!










      share|improve this question
















      If I am correct, ESS is the union of a set of BSS's. ESSID and BSSID are just their IDs respectively.



      How can I tell if a wireless network has essid, bssid or ssid?
      What differences are between usages of essid, bssid and ssid? When to use which?



      Which one should apply to the wireless network created by my router in my apartment: ESSID, BSSID, or SSID?



      Some examples of commands that use ESSID, BSSID or SSID as their arguments. But I am not sure why they use one not the others.





      1. The manpage of iwconfig says



        NAME
        iwconfig - configure a wireless network interface

        SYNOPSIS
        iwconfig [interface]
        iwconfig interface [essid X] [nwid N] [mode M] [freq F]
        [channel C][sens S ][ap A ][nick NN ]
        [rate R] [rts RT] [frag FT] [txpower T]
        [enc E] [key K] [power P] [retry R]
        [modu M] [commit]
        iwconfig --help
        iwconfig --version


        Why does it have an argument essid rather than bssid? Does a
        wireless network interface always work with a ESS not a BSS?




      2. wpa_cli has a command



           bssid <network id> <BSSID>
        set preferred BSSID for an SSID


        Why does it use BSSID instead of ESSID as iwconfig does?




      3. wpa_passphrase uses an argument for a SSID, does it mean the
        argument can be either BSSID or ESSID?



        SYNOPSIS
        wpa_passphrase [ ssid ] [ passphrase ]



      4. wicd-wired-settings.conf has the following settings:



           bssid = <BSSID_of_network>
        This value can be found using iwconfig(8).

        essid = <ESSID_of_network>
        This value can be found using iwconfig(8).


        Can iwconfig tell if a network is ESS or BSS?




      Thanks!







      networking wireless






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Apr 25 '15 at 2:55







      Tim

















      asked Apr 25 '15 at 2:49









      TimTim

      8,28743106179




      8,28743106179






















          2 Answers
          2






          active

          oldest

          votes


















          3














          My understanding is that ESSID is the name of the access point, which can be changed, but BSSID is numeric ID of the access point (something like MAC address of the router). For instance, on my college campus we have many different access points with same name, but BSSIDs are different for each router. You can list networks with their respective ESSID and BSSID with



          nmcli dev wifi


          Or for cleaner output you can do nmcli -f SSID,BSSID dev wifi.



          Also with iwlist, for example:



          sudo iwlist wlp2s0 scan





          share|improve this answer

































            2














            Types of Service Sets





            • BSS (Basic Service Set)


            • ESS (Extended Service Set). ESSs consists of one or more infrastructure-BBSs (the usual mode). Are associated with multiple acccess points. All the APs beacons will broadcast same SSID but different BSSID. It involves roaming. The user gets connected to the AP that has maximum strength. Usually nearby BSSs broadcast on different channels/frequencies.



              enter image description here




            IDentification:





            • SSID: Network name (friendly, text, even with non-ISO basic Latin characters, up to 64 characters). Could be hidden (no broadcast). Sometimes "wrongly" called ESSID since might group a set of APs under one name, but there is formally no such thing as an ESSID in 802.11 standards.


            • BSSID: MAC address of the access point, it uniquely identify each one.


            As Sergiy say you can use this commands to get a lot of information of nearby networks:



            nmcli -f NAME,SSID,SSID-HEX,BSSID,MODE,CHAN,FREQ,RATE,SIGNAL,BARS,SECURITY,WPA-FLAGS,RSN-FLAGS,DEVICE,ACTIVE,IN-USE,DBUS-PATH dev wifi


            or iwlist wlp2s0 scanning, but since commands from net-tools and wireless-tools packages seems to be deprecated in Linux you could try to get familiar with modern iw from iproute2 package:



            iw dev wlp2s0 scan dump


            Reference




            • Understanding the Network Terms SSID, BSSID, and ESSID

            • What's the difference between a BSSID and an ESSID? - Quora






            share|improve this answer


























              Your Answer








              StackExchange.ready(function() {
              var channelOptions = {
              tags: "".split(" "),
              id: "89"
              };
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function() {
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled) {
              StackExchange.using("snippets", function() {
              createEditor();
              });
              }
              else {
              createEditor();
              }
              });

              function createEditor() {
              StackExchange.prepareEditor({
              heartbeatType: 'answer',
              autoActivateHeartbeat: false,
              convertImagesToLinks: true,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: 10,
              bindNavPrevention: true,
              postfix: "",
              imageUploader: {
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              },
              onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              });


              }
              });














              draft saved

              draft discarded


















              StackExchange.ready(
              function () {
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f613659%2fdifference-between-essid-bssid-and-ssid-in-commands%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              3














              My understanding is that ESSID is the name of the access point, which can be changed, but BSSID is numeric ID of the access point (something like MAC address of the router). For instance, on my college campus we have many different access points with same name, but BSSIDs are different for each router. You can list networks with their respective ESSID and BSSID with



              nmcli dev wifi


              Or for cleaner output you can do nmcli -f SSID,BSSID dev wifi.



              Also with iwlist, for example:



              sudo iwlist wlp2s0 scan





              share|improve this answer






























                3














                My understanding is that ESSID is the name of the access point, which can be changed, but BSSID is numeric ID of the access point (something like MAC address of the router). For instance, on my college campus we have many different access points with same name, but BSSIDs are different for each router. You can list networks with their respective ESSID and BSSID with



                nmcli dev wifi


                Or for cleaner output you can do nmcli -f SSID,BSSID dev wifi.



                Also with iwlist, for example:



                sudo iwlist wlp2s0 scan





                share|improve this answer




























                  3












                  3








                  3







                  My understanding is that ESSID is the name of the access point, which can be changed, but BSSID is numeric ID of the access point (something like MAC address of the router). For instance, on my college campus we have many different access points with same name, but BSSIDs are different for each router. You can list networks with their respective ESSID and BSSID with



                  nmcli dev wifi


                  Or for cleaner output you can do nmcli -f SSID,BSSID dev wifi.



                  Also with iwlist, for example:



                  sudo iwlist wlp2s0 scan





                  share|improve this answer















                  My understanding is that ESSID is the name of the access point, which can be changed, but BSSID is numeric ID of the access point (something like MAC address of the router). For instance, on my college campus we have many different access points with same name, but BSSIDs are different for each router. You can list networks with their respective ESSID and BSSID with



                  nmcli dev wifi


                  Or for cleaner output you can do nmcli -f SSID,BSSID dev wifi.



                  Also with iwlist, for example:



                  sudo iwlist wlp2s0 scan






                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited 9 mins ago









                  Pablo Bianchi

                  3,12521636




                  3,12521636










                  answered Apr 25 '15 at 3:40









                  Sergiy KolodyazhnyySergiy Kolodyazhnyy

                  75.3k9155328




                  75.3k9155328

























                      2














                      Types of Service Sets





                      • BSS (Basic Service Set)


                      • ESS (Extended Service Set). ESSs consists of one or more infrastructure-BBSs (the usual mode). Are associated with multiple acccess points. All the APs beacons will broadcast same SSID but different BSSID. It involves roaming. The user gets connected to the AP that has maximum strength. Usually nearby BSSs broadcast on different channels/frequencies.



                        enter image description here




                      IDentification:





                      • SSID: Network name (friendly, text, even with non-ISO basic Latin characters, up to 64 characters). Could be hidden (no broadcast). Sometimes "wrongly" called ESSID since might group a set of APs under one name, but there is formally no such thing as an ESSID in 802.11 standards.


                      • BSSID: MAC address of the access point, it uniquely identify each one.


                      As Sergiy say you can use this commands to get a lot of information of nearby networks:



                      nmcli -f NAME,SSID,SSID-HEX,BSSID,MODE,CHAN,FREQ,RATE,SIGNAL,BARS,SECURITY,WPA-FLAGS,RSN-FLAGS,DEVICE,ACTIVE,IN-USE,DBUS-PATH dev wifi


                      or iwlist wlp2s0 scanning, but since commands from net-tools and wireless-tools packages seems to be deprecated in Linux you could try to get familiar with modern iw from iproute2 package:



                      iw dev wlp2s0 scan dump


                      Reference




                      • Understanding the Network Terms SSID, BSSID, and ESSID

                      • What's the difference between a BSSID and an ESSID? - Quora






                      share|improve this answer






























                        2














                        Types of Service Sets





                        • BSS (Basic Service Set)


                        • ESS (Extended Service Set). ESSs consists of one or more infrastructure-BBSs (the usual mode). Are associated with multiple acccess points. All the APs beacons will broadcast same SSID but different BSSID. It involves roaming. The user gets connected to the AP that has maximum strength. Usually nearby BSSs broadcast on different channels/frequencies.



                          enter image description here




                        IDentification:





                        • SSID: Network name (friendly, text, even with non-ISO basic Latin characters, up to 64 characters). Could be hidden (no broadcast). Sometimes "wrongly" called ESSID since might group a set of APs under one name, but there is formally no such thing as an ESSID in 802.11 standards.


                        • BSSID: MAC address of the access point, it uniquely identify each one.


                        As Sergiy say you can use this commands to get a lot of information of nearby networks:



                        nmcli -f NAME,SSID,SSID-HEX,BSSID,MODE,CHAN,FREQ,RATE,SIGNAL,BARS,SECURITY,WPA-FLAGS,RSN-FLAGS,DEVICE,ACTIVE,IN-USE,DBUS-PATH dev wifi


                        or iwlist wlp2s0 scanning, but since commands from net-tools and wireless-tools packages seems to be deprecated in Linux you could try to get familiar with modern iw from iproute2 package:



                        iw dev wlp2s0 scan dump


                        Reference




                        • Understanding the Network Terms SSID, BSSID, and ESSID

                        • What's the difference between a BSSID and an ESSID? - Quora






                        share|improve this answer




























                          2












                          2








                          2







                          Types of Service Sets





                          • BSS (Basic Service Set)


                          • ESS (Extended Service Set). ESSs consists of one or more infrastructure-BBSs (the usual mode). Are associated with multiple acccess points. All the APs beacons will broadcast same SSID but different BSSID. It involves roaming. The user gets connected to the AP that has maximum strength. Usually nearby BSSs broadcast on different channels/frequencies.



                            enter image description here




                          IDentification:





                          • SSID: Network name (friendly, text, even with non-ISO basic Latin characters, up to 64 characters). Could be hidden (no broadcast). Sometimes "wrongly" called ESSID since might group a set of APs under one name, but there is formally no such thing as an ESSID in 802.11 standards.


                          • BSSID: MAC address of the access point, it uniquely identify each one.


                          As Sergiy say you can use this commands to get a lot of information of nearby networks:



                          nmcli -f NAME,SSID,SSID-HEX,BSSID,MODE,CHAN,FREQ,RATE,SIGNAL,BARS,SECURITY,WPA-FLAGS,RSN-FLAGS,DEVICE,ACTIVE,IN-USE,DBUS-PATH dev wifi


                          or iwlist wlp2s0 scanning, but since commands from net-tools and wireless-tools packages seems to be deprecated in Linux you could try to get familiar with modern iw from iproute2 package:



                          iw dev wlp2s0 scan dump


                          Reference




                          • Understanding the Network Terms SSID, BSSID, and ESSID

                          • What's the difference between a BSSID and an ESSID? - Quora






                          share|improve this answer















                          Types of Service Sets





                          • BSS (Basic Service Set)


                          • ESS (Extended Service Set). ESSs consists of one or more infrastructure-BBSs (the usual mode). Are associated with multiple acccess points. All the APs beacons will broadcast same SSID but different BSSID. It involves roaming. The user gets connected to the AP that has maximum strength. Usually nearby BSSs broadcast on different channels/frequencies.



                            enter image description here




                          IDentification:





                          • SSID: Network name (friendly, text, even with non-ISO basic Latin characters, up to 64 characters). Could be hidden (no broadcast). Sometimes "wrongly" called ESSID since might group a set of APs under one name, but there is formally no such thing as an ESSID in 802.11 standards.


                          • BSSID: MAC address of the access point, it uniquely identify each one.


                          As Sergiy say you can use this commands to get a lot of information of nearby networks:



                          nmcli -f NAME,SSID,SSID-HEX,BSSID,MODE,CHAN,FREQ,RATE,SIGNAL,BARS,SECURITY,WPA-FLAGS,RSN-FLAGS,DEVICE,ACTIVE,IN-USE,DBUS-PATH dev wifi


                          or iwlist wlp2s0 scanning, but since commands from net-tools and wireless-tools packages seems to be deprecated in Linux you could try to get familiar with modern iw from iproute2 package:



                          iw dev wlp2s0 scan dump


                          Reference




                          • Understanding the Network Terms SSID, BSSID, and ESSID

                          • What's the difference between a BSSID and an ESSID? - Quora







                          share|improve this answer














                          share|improve this answer



                          share|improve this answer








                          edited Jan 29 at 5:19

























                          answered Feb 10 '18 at 19:22









                          Pablo BianchiPablo Bianchi

                          3,12521636




                          3,12521636






























                              draft saved

                              draft discarded




















































                              Thanks for contributing an answer to Ask Ubuntu!


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid



                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.


                              To learn more, see our tips on writing great answers.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function () {
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f613659%2fdifference-between-essid-bssid-and-ssid-in-commands%23new-answer', 'question_page');
                              }
                              );

                              Post as a guest















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown







                              Popular posts from this blog

                              Why do type traits not work with types in namespace scope?What are POD types in C++?Why can templates only be...

                              Will tsunami waves travel forever if there was no land?Why do tsunami waves begin with the water flowing away...

                              Should I use Docker or LXD?How to cache (more) data on SSD/RAM to avoid spin up?Unable to get Windows File...