Ask your own question, for FREE!
Computer Science 22 Online
OpenStudy (anonymous):

How to use binary bits to find IP addresses? Thanks~

OpenStudy (anonymous):

You must be talking about a Ping.. all you do is go to speedtest.com or another related IP check service. click on the Ping test.. and you will be able to find your IP address.. I hope this helps..

OpenStudy (hari5719):

ya type ping in command prompt or just go to speedtest.com and do a ping test

OpenStudy (rsmith6559):

An IP address contains the network number and the node number of a device. The netmask (NETwork MASK) is logically anded with the IP address to get the network number. I believe that the netmask is then not'ed (flip the bits) and anded with the address to get the node number. Example: 192.168.1.50/24 192.168.1.50 & 255.255.255.0 gives a network number of 192.168.1.0 192.168.1.50 & 0.0.0.255 gives a node number of 50 So my laptop is node 50 on the 192.168.1.0 net.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!