answersLogoWhite

0

The quickest way would be to use a calculator. If you use Windows, open the calculator, and give the command "View - Scientific" to change it to a scientific calculator. Make sure "Dec" is selected, type in the first byte, the click on "Bin" to convert to binary. If the calculator shows you less than 8 bits, you have to fill out with zeroes to the left, for a total of 8 bits. Repeat for the remaining bytes.

For certain exams, such as CCNA, you have to be able to do these calculations without a calculator - but since this looks unrelated to your question, I won't go into details here.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

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


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 number IP address 220.195.164.122?

11011100.11000011.10100100.01111010


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 an IP address and what is the criteria for creating an IP address?

Hi,An Ip address is numerical value given to all computers which are connected in internet.Ip address is useful to find the place where the computer is located .You can find the location and ISP of an computer using an Ip in the site http://www.ip-details.com


How do you find the ip address?

If you want to find your IP address,visit Ip-details.com .


How can you find out their IP address?

If you want to find your IP address,visit Ip-details.com .


How can you find their own IP address?

I use Ip-details.com to find my IP address.


How do you find location address with IP address?

If you want to find IP address location,visit Ip-details.com .


Convert 169.254.135.4 to binary?

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.