B BradC Member Joined Jun 26, 2018 Messages 23 Reaction score 1 Sep 6, 2018 #1 Good day all! I just have a quick question. My question is: The following IP address 192.168.256.1, I would like to know why it is not a valid IP address? I will really need a good explanation as to why it isn't. Thank you.
Good day all! I just have a quick question. My question is: The following IP address 192.168.256.1, I would like to know why it is not a valid IP address? I will really need a good explanation as to why it isn't. Thank you.
scudsucker Executive Member Joined Oct 16, 2006 Messages 9,021 Reaction score 5,240 Sep 6, 2018 #2 Mostly due to binary math. But a trivial search will help you: https://www.google.co.za/search?q=ip+address+octet+range
Mostly due to binary math. But a trivial search will help you: https://www.google.co.za/search?q=ip+address+octet+range
Sinbad Honorary Master Joined Jun 5, 2006 Messages 88,608 Reaction score 41,109 Sep 6, 2018 #3 Because IPs consist of 4 octets. an octet can only have a value from 0-255. 256 is the 9th digit in a binary number
Because IPs consist of 4 octets. an octet can only have a value from 0-255. 256 is the 9th digit in a binary number
S syntax Executive Member Joined May 16, 2008 Messages 9,522 Reaction score 1,642 Location jozi Sep 10, 2018 #4 Sinbad said: Because IPs consist of 4 octets. an octet can only have a value from 0-255. 256 is the 9th digit in a binary number Click to expand... yup, that about covers it. You would need to understand binary and how IP addressing is put together in order to understand this explanation
Sinbad said: Because IPs consist of 4 octets. an octet can only have a value from 0-255. 256 is the 9th digit in a binary number Click to expand... yup, that about covers it. You would need to understand binary and how IP addressing is put together in order to understand this explanation