Tại sao 'Internet of Things' thực thi nhu cầu cho địa chỉ IPv6?

Mục lục:

Tại sao 'Internet of Things' thực thi nhu cầu cho địa chỉ IPv6?
Tại sao 'Internet of Things' thực thi nhu cầu cho địa chỉ IPv6?

Video: Tại sao 'Internet of Things' thực thi nhu cầu cho địa chỉ IPv6?

Video: Tại sao 'Internet of Things' thực thi nhu cầu cho địa chỉ IPv6?
Video: Đừng mua eGPU? - YouTube 2024, Có thể
Anonim
Khi 'Internet of Things' tiếp tục phát triển và đi vào riêng của nó, chỉ cần nó là cần thiết cho 'Internet of Things' để có địa chỉ IPv6? Bài đăng Hỏi & Đáp của SuperUser hôm nay có câu trả lời cho câu hỏi của người đọc tò mò.
Khi 'Internet of Things' tiếp tục phát triển và đi vào riêng của nó, chỉ cần nó là cần thiết cho 'Internet of Things' để có địa chỉ IPv6? Bài đăng Hỏi & Đáp của SuperUser hôm nay có câu trả lời cho câu hỏi của người đọc tò mò.

Phiên Hỏi & Đáp hôm nay đến với chúng tôi theo lịch sự của SuperUser - một phân khu của Stack Exchange, một nhóm các trang web Hỏi & Đáp do cộng đồng điều hành.

Ảnh lịch sự của nerovivo (Flickr).

Câu hỏi

Người đọc SuperUser TrudleR muốn biết tại sao ‘Internet of Things’ thực thi nhu cầu về địa chỉ IPv6:

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.

Tại sao ‘Internet of Things’ thực thi nhu cầu về địa chỉ IPv6?

Câu trả lời

Người đóng góp của SuperUser Mokubai có câu trả lời cho chúng tôi:

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.

Có cái gì để thêm vào lời giải thích? Tắt âm thanh trong các ý kiến. Bạn muốn đọc thêm câu trả lời từ những người dùng Stack Exchange có hiểu biết công nghệ khác? Xem toàn bộ chuỗi thảo luận tại đây.

Đề xuất: