Networking Question
-
-
What is the binary equivalent of the following TCP.IP address: 131.72.211.40? What is the dotted decimal equivalent of the following binary address:10110011.00010100.11000111.01101010? Can anyone tell me where to find out this information? Thanks. Loli10
Homework, is it? Windows calculator can do the calc, or you can do it yourself. Binary conversion is fairly simple...
-
What is the binary equivalent of the following TCP.IP address: 131.72.211.40? What is the dotted decimal equivalent of the following binary address:10110011.00010100.11000111.01101010? Can anyone tell me where to find out this information? Thanks. Loli10
I got: 10000011.1001000.11010011.101000 and 179.20.199.106 What did you get? What are you doing this for? Nick Parker
-
I got: 10000011.1001000.11010011.101000 and 179.20.199.106 What did you get? What are you doing this for? Nick Parker
-
It is a homework question for my networking class and I wasn't sure where to find the conversion. Loli10
Did you check this, don't just turn it, check it. Nick Parker
-
Homework, is it? Windows calculator can do the calc, or you can do it yourself. Binary conversion is fairly simple...
Christopher Lord wrote: Homework, is it? I was thinking the same thing :-)
"When a friend hurts us, we should write it down in the sand, where the winds of forgiveness get in charge of erasing it away, and when something great happens, we should engrave it in the stone of the memory of the heart, where no wind can erase it" Nish on life [methinks] "It's The Soapbox; topics are optional" Shog 9
-
Did you check this, don't just turn it, check it. Nick Parker
-
What is the binary equivalent of the following TCP.IP address: 131.72.211.40? What is the dotted decimal equivalent of the following binary address:10110011.00010100.11000111.01101010? Can anyone tell me where to find out this information? Thanks. Loli10
Just open up calc Start -> Run -> Calc And click on View --> Scientific and you can do the conversions there... Just type in the number and then click on bin for binary and visa versa
"When a friend hurts us, we should write it down in the sand, where the winds of forgiveness get in charge of erasing it away, and when something great happens, we should engrave it in the stone of the memory of the heart, where no wind can erase it" Nish on life [methinks] "It's The Soapbox; topics are optional" Shog 9
-
No problem, good luck Nick Parker
-
Homework, is it? Windows calculator can do the calc, or you can do it yourself. Binary conversion is fairly simple...
-
Just open up calc Start -> Run -> Calc And click on View --> Scientific and you can do the conversions there... Just type in the number and then click on bin for binary and visa versa
"When a friend hurts us, we should write it down in the sand, where the winds of forgiveness get in charge of erasing it away, and when something great happens, we should engrave it in the stone of the memory of the heart, where no wind can erase it" Nish on life [methinks] "It's The Soapbox; topics are optional" Shog 9
Brian Delahunty wrote: Start -> Run -> Calc I see we have a series of pointers to classes. :) Nick Parker
-
Brian Delahunty wrote: Start -> Run -> Calc I see we have a series of pointers to classes. :) Nick Parker
Nick Parker wrote: I see we have a series of pointers to classes. lol... and I never put the semi-colon at the end... bad form on my end.:)
"When a friend hurts us, we should write it down in the sand, where the winds of forgiveness get in charge of erasing it away, and when something great happens, we should engrave it in the stone of the memory of the heart, where no wind can erase it" Nish on life [methinks] "It's The Soapbox; topics are optional" Shog 9
-
What is the binary equivalent of the following TCP.IP address: 131.72.211.40? What is the dotted decimal equivalent of the following binary address:10110011.00010100.11000111.01101010? Can anyone tell me where to find out this information? Thanks. Loli10
You should also learn how to do Dec - Bin and Bin - Dec conversion. It's not too hard once you understand it. I don't think they'll let u have Windows Calc with you in the exam ;-)
"When a friend hurts us, we should write it down in the sand, where the winds of forgiveness get in charge of erasing it away, and when something great happens, we should engrave it in the stone of the memory of the heart, where no wind can erase it" Nish on life [methinks] "It's The Soapbox; topics are optional" Shog 9
-
What is the binary equivalent of the following TCP.IP address: 131.72.211.40? What is the dotted decimal equivalent of the following binary address:10110011.00010100.11000111.01101010? Can anyone tell me where to find out this information? Thanks. Loli10
The MS Calc works, but you can do it by hand, too. In binary, each position is worth twice the previous value. So, if you have a binary number "10110011", you can break it down like this:
128x 64x 32x 16x 8x 4x 2x 1x
1 0 1 1 0 0 1 1128 + 32 + 16 + 2 + 1 = 179
Doing the reverse, "131" breaks down like this:
128x 64x 32x 16x 8x 4x 2x 1x
1 0 0 0 0 0 1 1128 + 2 + 1 = 131 = 10000011
------------------------------------------ When I was a kid, I used to pray every night for a new bicycle. Then I realized that the Lord, in his wisdom, didn't work that way. So I just stole one and asked him to forgive me. - Emo Phillips