/
IpV4 versus Ip6

IpV4 versus Ip6

IPv4 is the original classical IP addresses that most people recognize - 126.121.223.124. It’s 32 bit integer divided into 4 bytes.

Problem is that the world grew larger and we have run out of IPv4 addresses. We had workarounds of only allocating one public address to a household on their router and allocating addresses like 192.168.X.X to private internal IP addresses etc.

IP6 has 2^128 addresses which is probably enough of a buffer? Hopefully.

These days writing a TCP/IP library I would assume all modern platforms support IPV6.

 

Related content

TCP/IP is a stream protocol
TCP/IP is a stream protocol
More like this
What is a TCP/IP server?
What is a TCP/IP server?
More like this
A brief history of sockets
A brief history of sockets
More like this
SSL/TLS - what is that?
SSL/TLS - what is that?
Read with this
What is binary API compatibility?
What is binary API compatibility?
More like this
The socket C10K problem
The socket C10K problem
Read with this