answersLogoWhite

0


Best Answer

ip add consist of four octets separated by dot. each octet consist of 8 bits. see below.

xxxxxxxx.xxxxxxxx.xxxxxxxx.xxxxxxxx;

each bit per octet has an equivalent decimal value, the first bit, the right most bit, the equivalent value of that is 1 then the next bit is 2 then 4, 8, 16, 32, 64 and 128. as you notice you just multiply by 2 starting from the first bit. 2 is our multiplier because binary is using the power of 2. if all the eight bits are 1 then the decimal equivalent of that is 255 just simply add all the decimal equivalent of each bit and you will get 255. so if you will convert 172 into binary that will be 10101100. if you add those decimal equivalent of those with 1 you will get 172. just always remember the decimal equivalent of each bit in an octet.

1 1 1 1 1 1 1 1

128 64 32 16 8 4 2 1

to complete your question, see below answer.

172.16.5.20 = 10101100.00010000.00000101.00010100

User Avatar

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

13y ago

It is: 10101100.00011000.00000010.00000100

I have included two web-sites that will help with conversion to binary.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the binary number for IP address 172.16.5.20?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the binary number IP address 220.195.164.122?

11011100.11000011.10100100.01111010


What is the binary sequences corresponds to the IP address 165.76.24.17?

Which of the following binary sequences corresponds to the IP address 165.76.24.17


A router interface has been assigned an IP address of 172.16.192.166 with a mask of 255.255.255.248 To which subnet does the IP address belong?

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


Why is the maximum number in an IP address 255?

because for the set binary number it will be 11111111 which is in hexadecimal is FF = 255


What is the binary IP address for 64.32.16.8?

01000000.00100000.00010000.00001000


What is the binary IP address for 120.6.12.200?

1111000.110.1100.11001000


What is the binary network ID of the loopback IP address?

11111111


How can you tell if an IP address is a broadcast address if you write out the address in binary?

Who da f%*$ knows!


What is a class A IP address?

IP Address consists of 32 binary digits. Class A IP addresses are the ones with the 8 most significant bits of the form (0xxxxxx) -where x represents the net ID- and the rest of the IP is host ID. A class IP address usually used in cases where the number of networks is relatively low with very large number of hosts.


When the host portion of an IP address is all binary zeros that address is the what kind of identifier?

Subnetwork


What is the name for the decimal representation of the binary IP address called?

Dotted Decimal


How do you get the port number from a number IP address?

A full numeric IP address with port number is XX.XX.XX.XX:PPPP where the "X"s are the IP address and the "P"s are the port number.