For those who want to try it at home:
ping 33333333
ping 55555555
I am sorry, two random Internet users in Korea and Germany, your IP addresses are simply special.
For those who want to try it at home:
ping 33333333
ping 55555555
I am sorry, two random Internet users in Korea and Germany, your IP addresses are simply special.
55555555
All addresses that that start in
555
were left open by the internet protocol developers just for movies and TV shows.I don’t get it, the first octet (?) max is 256.
Yes, but you can write it in different ways. If the numeric string contains a dot, left of it must be between 0 and 255, and is put in the highest byte of the address. If the rest also contains a dot, repeat, but put it into the second highest byte.
BUT: if the string does not contain a dot, the number is put into the remaining bytes.
So 123.256 is a valid address. The 123 goes into the top byte, the 256 goes into the remaining three bytes, so the address would be 123.0.1.0.
Most common example is 127.1, which is short for 127.0.0.1 - the localhost address.
Yes, in octal notation. You can express an IP using other bases.
Small correction, but an important one: 0 is a number too.
In terms of IP masking and broadcast addresses, the max is 255.255.255.255
Oof of course. 256 entries from 0 - 255.
It’s been a long long time since my ccent