Wednesday 29 January 2020

ip address - What happens when all IP addresses run out?


I recently read an article in which they wrote that that there will be a time when there will be no more IP addresses available. Is that right? Do I need to register a website now just in case?



Answer



No, you don't need to worry.


Registering a website (domain name) is totally separate to having an IP address. Registering a domain name just gives you the name, this name will then be entered into DNS servers, which will allow the name to be resolved into an IP address. This will be the IP address of the web server that holds your site. The company running the web server or their ISP will be responsible for ensuring that they have valid IP address, you don't need to worry about it. It can also change, so you don't need to reserve a specific address.


Something called Network address translation (NAT) has relived a lot of the pressure on IPv4 addresses. It allows a single external IP address to be mapped to a large number of IP addresses internally within a smaller network. (Such as a home or company network).


We are moving towards support for IPv6, which will expand the number of available addresses significantly. Most modern operating systems now support it, and a a lot of network hardware is starting to support IPv6 now.


Unless you are a registrar or ISP you do not need to significantly worry about IpV4 addresses running out. Just consider it when buying hardware and try to buy IPv6 compatible hardware where possible.


You can read more about it here.


No comments:

Post a Comment

How can I VLOOKUP in multiple Excel documents?

I am trying to VLOOKUP reference data with around 400 seperate Excel files. Is it possible to do this in a quick way rather than doing it m...