10000001 00111011 10000001 10111110
There's a chart for this:
1 2 3 4 5 6 7 8
128 64 32 16 8 4 2 1
Start from the left and add a one for the numbers you need to equal whatever you need. For example, 192 is 11000000 (128 + 64 = 192), while 2 would be 00000010, and 255 would be 11111111.
Which of the following binary sequences corresponds to the IP address 165.76.24.17
Answer: 172.16.192.160 IP address: 172.16.192.166 in binary: 10101100.00010000.11000000.10100110 Subnet mask: 255.255.255.248 in binary 11111111.11111111.11111111.11111000 get answer by ANDing answer in binary: 10101100.00010000.11000000.10100000 answer: 172.16.192.160
01000000.00100000.00010000.00001000
1111000.110.1100.11001000
11011100.11000011.10100100.01111010
Who da f%*$ knows!
To convert the IP address 169.254.135.4 to binary, we convert each octet separately. The conversions are: 169 → 10101001, 254 → 11111110, 135 → 10000111, and 4 → 00000100. Therefore, the binary representation of the IP address 169.254.135.4 is 10101001.11111110.10000111.00000100.
Subnetwork
Dotted Decimal
NAT (Network Address Translation) A service that translates a private IP address to a public IP address in packets destined for the internet, then translates the public IP address in the reply to the private address.
IP Addresses don't necessarily have text addresses. http://www.ansers.com has an IP address, it is currently 216.8.179.26. You can see the IP address of any website by using the ping utility on any computer. If you want your IP address to have a text translation you could sign up for a service like DynDns. DynDns is a free service and can be found at dyndns.org. The format you are used to seeing IP addresses in, such as 192.168.1.100, has a binary equivilant. Really, the only reason we use the decimal version is because it is easier to read and remember. 192.168.1.100 would be 11000000.10101000.00000001.11001000 in binary.
network address translation device