TCP/IP Addressing.
Hello Fellow Hackers :)
I'm Sitting here reading about TCP/IP and some other protocols. I went to www.w3schools.com and saw they had a guide on TCP/IP so I thought I would read it, just to learn the basics and stuff.
Anyway, After some Reading I saw this: http://w3schools.com/tcpip/tcpip_addressing.asp
"32 Bits = 4 Bytes
TCP/IP uses 32 bits addressing. One computer byte is 8 bits. So TCP/IP uses 4 computer bytes.
A computer byte can contain 256 different values:
00000000, 00000001, 00000010, 00000011, 00000100, 00000101, 00000110, 00000111, 00001000 …….and all the way up to 11111111.
Now you know why a TCP/IP address is 4 numbers between 0 and 255"
Now, My Question is: it says that a Computer byte can contain 256 different values, but the TCP/IP address is 4 numbers between 0 and 255, What happened to the last value?, is it not used? or is it a typing error?