Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Networking Question

Networking Question

Scheduled Pinned Locked Moved The Lounge
question
14 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Loli10

    It is a homework question for my networking class and I wasn't sure where to find the conversion. Loli10

    N Offline
    N Offline
    Nick Parker
    wrote on last edited by
    #5

    Did you check this, don't just turn it, check it. Nick Parker


    L 1 Reply Last reply
    0
    • C Christopher Lord

      Homework, is it? Windows calculator can do the calc, or you can do it yourself. Binary conversion is fairly simple...

      B Offline
      B Offline
      Brian Delahunty
      wrote on last edited by
      #6

      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

      1 Reply Last reply
      0
      • N Nick Parker

        Did you check this, don't just turn it, check it. Nick Parker


        L Offline
        L Offline
        Loli10
        wrote on last edited by
        #7

        I am now looking at the same numbers on the windows calculator. Thanks for helping. Loli10

        N 1 Reply Last reply
        0
        • L Loli10

          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

          B Offline
          B Offline
          Brian Delahunty
          wrote on last edited by
          #8

          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

          N 1 Reply Last reply
          0
          • L Loli10

            I am now looking at the same numbers on the windows calculator. Thanks for helping. Loli10

            N Offline
            N Offline
            Nick Parker
            wrote on last edited by
            #9

            No problem, good luck Nick Parker


            1 Reply Last reply
            0
            • C Christopher Lord

              Homework, is it? Windows calculator can do the calc, or you can do it yourself. Binary conversion is fairly simple...

              L Offline
              L Offline
              Loli10
              wrote on last edited by
              #10

              Yes, it is homework, thanks for pointing me in the right direction. Loli10

              1 Reply Last reply
              0
              • B Brian Delahunty

                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

                N Offline
                N Offline
                Nick Parker
                wrote on last edited by
                #11

                Brian Delahunty wrote: Start -> Run -> Calc I see we have a series of pointers to classes. :) Nick Parker


                B 1 Reply Last reply
                0
                • N Nick Parker

                  Brian Delahunty wrote: Start -> Run -> Calc I see we have a series of pointers to classes. :) Nick Parker


                  B Offline
                  B Offline
                  Brian Delahunty
                  wrote on last edited by
                  #12

                  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

                  1 Reply Last reply
                  0
                  • L Loli10

                    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

                    B Offline
                    B Offline
                    Brian Delahunty
                    wrote on last edited by
                    #13

                    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

                    1 Reply Last reply
                    0
                    • L Loli10

                      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

                      B Offline
                      B Offline
                      Brit
                      wrote on last edited by
                      #14

                      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 1

                      128 + 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 1

                      128 + 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

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups