Hvorfor styrker "Internett av ting" behovet for IPv6-adresser?

Innholdsfortegnelse:

Hvorfor styrker "Internett av ting" behovet for IPv6-adresser?
Hvorfor styrker "Internett av ting" behovet for IPv6-adresser?
Anonim
Som "Internet of Things" fortsetter å vokse og komme i sin egen, akkurat hvor viktig er det for 'Internett av ting' å ha IPv6-adresser? Dagens SuperUser Q & A innlegg har svar på en nysgjerrig leser spørsmål.
Som "Internet of Things" fortsetter å vokse og komme i sin egen, akkurat hvor viktig er det for 'Internett av ting' å ha IPv6-adresser? Dagens SuperUser Q & A innlegg har svar på en nysgjerrig leser spørsmål.

Dagens Spørsmål & Svar-sesjon kommer til oss med høflighet av SuperUser-en underavdeling av Stack Exchange, en fellesskapsdrevet gruppering av Q & A-nettsteder.

Foto courtesy of nerovivo (Flickr).

Spørsmålet

SuperUser leser TrudleR vil vite hvorfor "Internett av ting" håndhever et behov for IPv6-adresser:

If you have multiple devices within a network, the amount of IPv4 addresses will not increase linearly to accommodate the number of devices. There is just one IPv4 address per network/router that is connected to the Internet. How does the ‘Internet of Things’ (IoT) justify the need for IPv6 addresses?

I definitely think I may be misunderstanding something here, but it does not make sense to me at the moment. I know that IPv6 will be needed in the future, but I do not know which role the ‘Internet of Things’ (IoT) plays in this topic.

Hvorfor håndterer "Internet of Things" et behov for IPv6-adresser?

Svaret

SuperUser-bidragsyter Mokubai har svaret for oss:

The ‘Internet of Things’ does not absolutely mandate IPv6, but for it to be useful or usable IPv6 is very much preferred.

IPv4, due to the limited number of addresses available, means that not every device can have a public IP. For a cluster of devices to share an Internet connection, they have to share the IP via NAT technologies. If the devices want to host servers, then they have to punch a hole through the device hosting an Internet connection using port forwarding, UPNP, or related technologies. This can get complicated, especially if multiple devices want the same port for their servers. An alternative method is to have a central management server that both the home and remote devices dial into in order to exchange data.

IPv6 does away with the need for NAT, port forwarding, and the lot and allows every device to have its own public IP and associated ports. It removes complicated port forwarding rules and methods for punching holes in firewalls. It removes all the network coexistence problems that plague current devices. You can connect to devices without needing to configure firewalls or set up accounts on third party services that allow you to connect to your device.

Quite simply, it allows the Internet to function in the way it used to before we realized we did not have enough addresses to let every machine have its own public IP address.

To give a slightly more visual idea of how IPv6 and IPv4 allow the ‘Internet of Things’ to work, imagine you have a fully automated home, with every device hosting a server where you can turn it on.

With IPv4, your network is complicated to set up (you will spend ages on your router setting up each individual port forward rule) and the best you get is a list of port numbers you have to write down in a text file:

  • myhomenetwork.com:80 (This is my router.)
  • myhomenetwork.com:81 (This is my computer.)
  • myhomenetwork.com:82 (This is my coffee machine.)
  • myhomenetwork.com:83 (Is this my TiVo?)
  • myhomenetwork.com:84 (This could be a light bulb, but not sure.)
  • myhomenetwork.com:85 (Is this the fish tank heater?)

It also means that unless you take the time to set up multiple ports for each device, then they only have one port available and so can probably only present a web page to the Internet. For devices that want to show an HTTP (web) server, FTP, or SSH server, this can get painful and annoying pretty quickly as you will spend time opening up more ports and writing down what port you gave to what device.

IPv6, due to having publicly available IP addresses for every device, means your network configuration time drops immediately and you can get a more sensibly named network and each device can easily host whatever services it likes:

  • myrouter.myhomenetwork.com
  • mycomputer.myhomenetwork.com
  • mytoaster.myhomenetwork.com:80 (http server, web page showing a push-to-toast button)
  • mytoaster.myhomenetwork.com:21 (ftp server, so you can upload perfect toast settings)
  • mytoaster.myhomenetwork.com:22 (SSH server, for securely talking to your toaster)
  • myfrontroomlightbulb.myhomenetwork.com

And so on. The ‘Internet of Things’ can work on IPv4 and be just fine, but IPv6 can make it work right.

Har du noe å legge til forklaringen? Lyder av i kommentarene. Vil du lese flere svar fra andre tech-savvy Stack Exchange-brukere? Sjekk ut hele diskusjonstråden her.

Anbefalt: