Does IPv6 have similar concept of network mask?Understanding why some IPs don't have a mask addressHow much influence does multicast and IPv6 have on latency?Simple network mask questionIs the structure of the CEF IPv6 trie similar with the IPv4 trie structure?IPv6: is it possible to use a /64 block when you have multiple routers?How does a browser understand a subnet mask in IPv4?How does IPv6 AH guarranties authentication?Does every subnet have broadcast and network addresses?IPv6 address scheme for network gearHow can know the subnet mask in IPv6 network?

What does a straight horizontal line above a few notes, after a changed tempo mean?

Creating a chemical industry from a medieval tech level without petroleum

Is Diceware more secure than a long passphrase?

partitioning values in a sequence

What *exactly* is electrical current, voltage, and resistance?

Is there any pythonic way to find average of specific tuple elements in array?

How much of a wave function must reside inside event horizon for it to be consumed by the black hole?

Contradiction proof for inequality of P and NP?

Why must Chinese maps be obfuscated?

Is Electric Central Heating worth it if using Solar Panels?

Check if a string is entirely made of the same substring

A Paper Record is What I Hamper

Work requires me to come in early to start computer but wont let me clock in to get paid for it

Older movie/show about humans on derelict alien warship which refuels by passing through a star

How do I deal with a coworker that keeps asking to make small superficial changes to a report, and it is seriously triggering my anxiety?

What is the most expensive material in the world that could be used to create Pun-Pun's lute?

What makes accurate emulation of old systems a difficult task?

Drawing a german abacus as in the books of Adam Ries

How can I get rid of an unhelpful parallel branch when unpivoting a single row?

My bank got bought out, am I now going to have to start filing tax returns in a different state?

Which big number is bigger?

Can a Bard use the Spell Glyph option of the Glyph of Warding spell and cast a known spell into the glyph?

Nails holding drywall

Co-worker works way more than he should



Does IPv6 have similar concept of network mask?


Understanding why some IPs don't have a mask addressHow much influence does multicast and IPv6 have on latency?Simple network mask questionIs the structure of the CEF IPv6 trie similar with the IPv4 trie structure?IPv6: is it possible to use a /64 block when you have multiple routers?How does a browser understand a subnet mask in IPv4?How does IPv6 AH guarranties authentication?Does every subnet have broadcast and network addresses?IPv6 address scheme for network gearHow can know the subnet mask in IPv6 network?













4















Does IPv6 have similar concept of network mask?



How does it represent a network?



In the output of ifconfig, does prefixlen 128 represent a network mask?



lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 1552397 bytes 88437726 (88.4 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 1552397 bytes 88437726 (88.4 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0


Thanks.










share|improve this question




























    4















    Does IPv6 have similar concept of network mask?



    How does it represent a network?



    In the output of ifconfig, does prefixlen 128 represent a network mask?



    lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
    inet 127.0.0.1 netmask 255.0.0.0
    inet6 ::1 prefixlen 128 scopeid 0x10<host>
    loop txqueuelen 1000 (Local Loopback)
    RX packets 1552397 bytes 88437726 (88.4 MB)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 1552397 bytes 88437726 (88.4 MB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0


    Thanks.










    share|improve this question


























      4












      4








      4








      Does IPv6 have similar concept of network mask?



      How does it represent a network?



      In the output of ifconfig, does prefixlen 128 represent a network mask?



      lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
      inet 127.0.0.1 netmask 255.0.0.0
      inet6 ::1 prefixlen 128 scopeid 0x10<host>
      loop txqueuelen 1000 (Local Loopback)
      RX packets 1552397 bytes 88437726 (88.4 MB)
      RX errors 0 dropped 0 overruns 0 frame 0
      TX packets 1552397 bytes 88437726 (88.4 MB)
      TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0


      Thanks.










      share|improve this question
















      Does IPv6 have similar concept of network mask?



      How does it represent a network?



      In the output of ifconfig, does prefixlen 128 represent a network mask?



      lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
      inet 127.0.0.1 netmask 255.0.0.0
      inet6 ::1 prefixlen 128 scopeid 0x10<host>
      loop txqueuelen 1000 (Local Loopback)
      RX packets 1552397 bytes 88437726 (88.4 MB)
      RX errors 0 dropped 0 overruns 0 frame 0
      TX packets 1552397 bytes 88437726 (88.4 MB)
      TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0


      Thanks.







      subnet ipv6






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 22 at 13:00







      Tim

















      asked Mar 22 at 12:46









      TimTim

      680518




      680518




















          2 Answers
          2






          active

          oldest

          votes


















          9














          IPv6 uses network masks exactly the same way as IPv4. The only real difference is that they're much longer (128 bits). IPv6 uses the slash notation exclusively (no dotted decimal), so masks range from /0 to /128.



          Becasue of the much larger address space, it's rare to see a mask length longer than /64.






          share|improve this answer























          • Thanks. IPv6 address itself is 128 bits, If a network mask is 128 bits, does that mean the network only has one host? See my update for an example

            – Tim
            Mar 22 at 12:59












          • Yes. It's the equivalent of using a /32 for IPv4.

            – Ron Trunk
            Mar 22 at 13:04











          • Do you mean prefixlen 128 represent a network mask? How can the network for prefixlen 128 (only one host) be so different from the network for the IPv4 network mask 255.0.0.0 (have many hosts) for the same network interface? Do they represent the same network?

            – Tim
            Mar 22 at 13:05







          • 4





            They are different addressing schemes, so there is no correspondence between them. Also, the IPv4 loopback address, 127.0.0.1, is always written with a /8 mask (per the RFC), even though technically, there's only one host.

            – Ron Trunk
            Mar 22 at 13:26







          • 1





            @chrylis, we have adopted /127 for all our point-to-point links, except for the connection to the telcos, where they require /126 because of the way IPv4 used /30. We have tried, and tried to explain things to them, but they will not listen, so we are careful to test in the lab that any devices we use to connect to them really are immune to the ping pong attack.

            – Ron Maupin
            Mar 23 at 11:50


















          3














          Your example contains a netmask. It is however not specified as a bitmask since this would be very long and confusing but as the length of one-bits in the mask. This is called the prefix length and is given either separately (as in your example) or with slash notation:



          inet6 ::1 prefixlen 128


          This is equivalent to ::1/128 would look like



          ip. 0000:0000:0000:0000:0000:0000:0000:0001
          mask ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff


          While the mask is pretty much the same as in v4 there are some conventions around assignment. For having a good notation the prefixlen is typically given in multiple of four and /64 is regarded as a single LAN (also required by some autoconf technologies).



          If you think of ipv6 it is a good idea to regard the prefix always as dynamic and allow renumbering, then you are good to go.






          share|improve this answer

























            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "496"
            ;
            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: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            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
            ,
            noCode: true, onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fnetworkengineering.stackexchange.com%2fquestions%2f57867%2fdoes-ipv6-have-similar-concept-of-network-mask%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









            9














            IPv6 uses network masks exactly the same way as IPv4. The only real difference is that they're much longer (128 bits). IPv6 uses the slash notation exclusively (no dotted decimal), so masks range from /0 to /128.



            Becasue of the much larger address space, it's rare to see a mask length longer than /64.






            share|improve this answer























            • Thanks. IPv6 address itself is 128 bits, If a network mask is 128 bits, does that mean the network only has one host? See my update for an example

              – Tim
              Mar 22 at 12:59












            • Yes. It's the equivalent of using a /32 for IPv4.

              – Ron Trunk
              Mar 22 at 13:04











            • Do you mean prefixlen 128 represent a network mask? How can the network for prefixlen 128 (only one host) be so different from the network for the IPv4 network mask 255.0.0.0 (have many hosts) for the same network interface? Do they represent the same network?

              – Tim
              Mar 22 at 13:05







            • 4





              They are different addressing schemes, so there is no correspondence between them. Also, the IPv4 loopback address, 127.0.0.1, is always written with a /8 mask (per the RFC), even though technically, there's only one host.

              – Ron Trunk
              Mar 22 at 13:26







            • 1





              @chrylis, we have adopted /127 for all our point-to-point links, except for the connection to the telcos, where they require /126 because of the way IPv4 used /30. We have tried, and tried to explain things to them, but they will not listen, so we are careful to test in the lab that any devices we use to connect to them really are immune to the ping pong attack.

              – Ron Maupin
              Mar 23 at 11:50















            9














            IPv6 uses network masks exactly the same way as IPv4. The only real difference is that they're much longer (128 bits). IPv6 uses the slash notation exclusively (no dotted decimal), so masks range from /0 to /128.



            Becasue of the much larger address space, it's rare to see a mask length longer than /64.






            share|improve this answer























            • Thanks. IPv6 address itself is 128 bits, If a network mask is 128 bits, does that mean the network only has one host? See my update for an example

              – Tim
              Mar 22 at 12:59












            • Yes. It's the equivalent of using a /32 for IPv4.

              – Ron Trunk
              Mar 22 at 13:04











            • Do you mean prefixlen 128 represent a network mask? How can the network for prefixlen 128 (only one host) be so different from the network for the IPv4 network mask 255.0.0.0 (have many hosts) for the same network interface? Do they represent the same network?

              – Tim
              Mar 22 at 13:05







            • 4





              They are different addressing schemes, so there is no correspondence between them. Also, the IPv4 loopback address, 127.0.0.1, is always written with a /8 mask (per the RFC), even though technically, there's only one host.

              – Ron Trunk
              Mar 22 at 13:26







            • 1





              @chrylis, we have adopted /127 for all our point-to-point links, except for the connection to the telcos, where they require /126 because of the way IPv4 used /30. We have tried, and tried to explain things to them, but they will not listen, so we are careful to test in the lab that any devices we use to connect to them really are immune to the ping pong attack.

              – Ron Maupin
              Mar 23 at 11:50













            9












            9








            9







            IPv6 uses network masks exactly the same way as IPv4. The only real difference is that they're much longer (128 bits). IPv6 uses the slash notation exclusively (no dotted decimal), so masks range from /0 to /128.



            Becasue of the much larger address space, it's rare to see a mask length longer than /64.






            share|improve this answer













            IPv6 uses network masks exactly the same way as IPv4. The only real difference is that they're much longer (128 bits). IPv6 uses the slash notation exclusively (no dotted decimal), so masks range from /0 to /128.



            Becasue of the much larger address space, it's rare to see a mask length longer than /64.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Mar 22 at 12:52









            Ron TrunkRon Trunk

            40.3k33781




            40.3k33781












            • Thanks. IPv6 address itself is 128 bits, If a network mask is 128 bits, does that mean the network only has one host? See my update for an example

              – Tim
              Mar 22 at 12:59












            • Yes. It's the equivalent of using a /32 for IPv4.

              – Ron Trunk
              Mar 22 at 13:04











            • Do you mean prefixlen 128 represent a network mask? How can the network for prefixlen 128 (only one host) be so different from the network for the IPv4 network mask 255.0.0.0 (have many hosts) for the same network interface? Do they represent the same network?

              – Tim
              Mar 22 at 13:05







            • 4





              They are different addressing schemes, so there is no correspondence between them. Also, the IPv4 loopback address, 127.0.0.1, is always written with a /8 mask (per the RFC), even though technically, there's only one host.

              – Ron Trunk
              Mar 22 at 13:26







            • 1





              @chrylis, we have adopted /127 for all our point-to-point links, except for the connection to the telcos, where they require /126 because of the way IPv4 used /30. We have tried, and tried to explain things to them, but they will not listen, so we are careful to test in the lab that any devices we use to connect to them really are immune to the ping pong attack.

              – Ron Maupin
              Mar 23 at 11:50

















            • Thanks. IPv6 address itself is 128 bits, If a network mask is 128 bits, does that mean the network only has one host? See my update for an example

              – Tim
              Mar 22 at 12:59












            • Yes. It's the equivalent of using a /32 for IPv4.

              – Ron Trunk
              Mar 22 at 13:04











            • Do you mean prefixlen 128 represent a network mask? How can the network for prefixlen 128 (only one host) be so different from the network for the IPv4 network mask 255.0.0.0 (have many hosts) for the same network interface? Do they represent the same network?

              – Tim
              Mar 22 at 13:05







            • 4





              They are different addressing schemes, so there is no correspondence between them. Also, the IPv4 loopback address, 127.0.0.1, is always written with a /8 mask (per the RFC), even though technically, there's only one host.

              – Ron Trunk
              Mar 22 at 13:26







            • 1





              @chrylis, we have adopted /127 for all our point-to-point links, except for the connection to the telcos, where they require /126 because of the way IPv4 used /30. We have tried, and tried to explain things to them, but they will not listen, so we are careful to test in the lab that any devices we use to connect to them really are immune to the ping pong attack.

              – Ron Maupin
              Mar 23 at 11:50
















            Thanks. IPv6 address itself is 128 bits, If a network mask is 128 bits, does that mean the network only has one host? See my update for an example

            – Tim
            Mar 22 at 12:59






            Thanks. IPv6 address itself is 128 bits, If a network mask is 128 bits, does that mean the network only has one host? See my update for an example

            – Tim
            Mar 22 at 12:59














            Yes. It's the equivalent of using a /32 for IPv4.

            – Ron Trunk
            Mar 22 at 13:04





            Yes. It's the equivalent of using a /32 for IPv4.

            – Ron Trunk
            Mar 22 at 13:04













            Do you mean prefixlen 128 represent a network mask? How can the network for prefixlen 128 (only one host) be so different from the network for the IPv4 network mask 255.0.0.0 (have many hosts) for the same network interface? Do they represent the same network?

            – Tim
            Mar 22 at 13:05






            Do you mean prefixlen 128 represent a network mask? How can the network for prefixlen 128 (only one host) be so different from the network for the IPv4 network mask 255.0.0.0 (have many hosts) for the same network interface? Do they represent the same network?

            – Tim
            Mar 22 at 13:05





            4




            4





            They are different addressing schemes, so there is no correspondence between them. Also, the IPv4 loopback address, 127.0.0.1, is always written with a /8 mask (per the RFC), even though technically, there's only one host.

            – Ron Trunk
            Mar 22 at 13:26






            They are different addressing schemes, so there is no correspondence between them. Also, the IPv4 loopback address, 127.0.0.1, is always written with a /8 mask (per the RFC), even though technically, there's only one host.

            – Ron Trunk
            Mar 22 at 13:26





            1




            1





            @chrylis, we have adopted /127 for all our point-to-point links, except for the connection to the telcos, where they require /126 because of the way IPv4 used /30. We have tried, and tried to explain things to them, but they will not listen, so we are careful to test in the lab that any devices we use to connect to them really are immune to the ping pong attack.

            – Ron Maupin
            Mar 23 at 11:50





            @chrylis, we have adopted /127 for all our point-to-point links, except for the connection to the telcos, where they require /126 because of the way IPv4 used /30. We have tried, and tried to explain things to them, but they will not listen, so we are careful to test in the lab that any devices we use to connect to them really are immune to the ping pong attack.

            – Ron Maupin
            Mar 23 at 11:50











            3














            Your example contains a netmask. It is however not specified as a bitmask since this would be very long and confusing but as the length of one-bits in the mask. This is called the prefix length and is given either separately (as in your example) or with slash notation:



            inet6 ::1 prefixlen 128


            This is equivalent to ::1/128 would look like



            ip. 0000:0000:0000:0000:0000:0000:0000:0001
            mask ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff


            While the mask is pretty much the same as in v4 there are some conventions around assignment. For having a good notation the prefixlen is typically given in multiple of four and /64 is regarded as a single LAN (also required by some autoconf technologies).



            If you think of ipv6 it is a good idea to regard the prefix always as dynamic and allow renumbering, then you are good to go.






            share|improve this answer





























              3














              Your example contains a netmask. It is however not specified as a bitmask since this would be very long and confusing but as the length of one-bits in the mask. This is called the prefix length and is given either separately (as in your example) or with slash notation:



              inet6 ::1 prefixlen 128


              This is equivalent to ::1/128 would look like



              ip. 0000:0000:0000:0000:0000:0000:0000:0001
              mask ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff


              While the mask is pretty much the same as in v4 there are some conventions around assignment. For having a good notation the prefixlen is typically given in multiple of four and /64 is regarded as a single LAN (also required by some autoconf technologies).



              If you think of ipv6 it is a good idea to regard the prefix always as dynamic and allow renumbering, then you are good to go.






              share|improve this answer



























                3












                3








                3







                Your example contains a netmask. It is however not specified as a bitmask since this would be very long and confusing but as the length of one-bits in the mask. This is called the prefix length and is given either separately (as in your example) or with slash notation:



                inet6 ::1 prefixlen 128


                This is equivalent to ::1/128 would look like



                ip. 0000:0000:0000:0000:0000:0000:0000:0001
                mask ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff


                While the mask is pretty much the same as in v4 there are some conventions around assignment. For having a good notation the prefixlen is typically given in multiple of four and /64 is regarded as a single LAN (also required by some autoconf technologies).



                If you think of ipv6 it is a good idea to regard the prefix always as dynamic and allow renumbering, then you are good to go.






                share|improve this answer















                Your example contains a netmask. It is however not specified as a bitmask since this would be very long and confusing but as the length of one-bits in the mask. This is called the prefix length and is given either separately (as in your example) or with slash notation:



                inet6 ::1 prefixlen 128


                This is equivalent to ::1/128 would look like



                ip. 0000:0000:0000:0000:0000:0000:0000:0001
                mask ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff


                While the mask is pretty much the same as in v4 there are some conventions around assignment. For having a good notation the prefixlen is typically given in multiple of four and /64 is regarded as a single LAN (also required by some autoconf technologies).



                If you think of ipv6 it is a good idea to regard the prefix always as dynamic and allow renumbering, then you are good to go.







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Mar 26 at 4:36

























                answered Mar 22 at 20:01









                eckeseckes

                1313




                1313



























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Network Engineering Stack Exchange!


                    • 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%2fnetworkengineering.stackexchange.com%2fquestions%2f57867%2fdoes-ipv6-have-similar-concept-of-network-mask%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

                    Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

                    Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

                    Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript