Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Get IP of a Computer throughout the Computer Name  (Read 3026 times)

0 Members and 1 Guest are viewing this topic.

Exeter

    Topic Starter


    Starter

    • Experience: Beginner
    • OS: Unknown
    Get IP of a Computer throughout the Computer Name
    « on: January 27, 2011, 10:42:29 AM »
    Hello,

    I would like to know the following procedure please:

    How do I get the IP of a computer, throughout the Computer Name?

    Thanks a lot, greetings

     

    Geek-9pm


      Mastermind
    • Geek After Dark
    • Thanked: 1026
      • Gekk9pm bnlog
    • Certifications: List
    • Computer: Specs
    • Experience: Expert
    • OS: Windows 10
    Re: Get IP of a Computer throughout the Computer Name
    « Reply #1 on: January 27, 2011, 11:00:21 AM »
    Look in the router table.

    Exeter

      Topic Starter


      Starter

      • Experience: Beginner
      • OS: Unknown
      Re: Get IP of a Computer throughout the Computer Name
      « Reply #2 on: January 27, 2011, 01:00:20 PM »
      Thanks for the reactions,

      This was a part of an examination of computer science, that I deed not know how the correct answer was. 

      One of the question was: "How do you get the IP number of a PC, knowing only the computer name.......!!

      Thanks Geek-9pm,

      Thanks,






      michaewlewis



        Intermediate
      • Thanked: 26
        • Yes
        • Yes
      • Experience: Expert
      • OS: Unknown
      Re: Get IP of a Computer throughout the Computer Name
      « Reply #3 on: January 27, 2011, 02:01:32 PM »
      ping. routers don't care about node names.

      harry 48



        Egghead

      • lay back , relax and chill out
      • Thanked: 129
        • Yes
        • Yes
        • Yes
        • Dribbling Pensioner
      • Certifications: List
      • Experience: Familiar
      • OS: Windows 7
      Re: Get IP of a Computer throughout the Computer Name
      « Reply #4 on: January 27, 2011, 02:07:59 PM »
      so its for homework

      Geek-9pm


        Mastermind
      • Geek After Dark
      • Thanked: 1026
        • Gekk9pm bnlog
      • Certifications: List
      • Computer: Specs
      • Experience: Expert
      • OS: Windows 10
      Re: Get IP of a Computer throughout the Computer Name
      « Reply #5 on: January 27, 2011, 05:15:34 PM »
      Wonder what book he is busing? The network commands in Windows are not the same as in a Unix system. Without that detail, the only thing I can tell him is to query the router. He probably will get the answer wrong.

      BC_Programmer


        Mastermind
      • Typing is no substitute for thinking.
      • Thanked: 1140
        • Yes
        • Yes
        • BC-Programming.com
      • Certifications: List
      • Computer: Specs
      • Experience: Beginner
      • OS: Windows 11
      Re: Get IP of a Computer throughout the Computer Name
      « Reply #6 on: January 28, 2011, 12:01:39 AM »
      Wonder what book he is busing? The network commands in Windows are not the same as in a Unix system.

      Ping <computername> will resolve the IP address for named systems on a LAN.
      I was trying to dereference Null Pointers before it was cool.

      Geek-9pm


        Mastermind
      • Geek After Dark
      • Thanked: 1026
        • Gekk9pm bnlog
      • Certifications: List
      • Computer: Specs
      • Experience: Expert
      • OS: Windows 10
      Re: Get IP of a Computer throughout the Computer Name
      « Reply #7 on: January 28, 2011, 12:20:52 AM »
      Ping <computername> will resolve the IP address for named systems on a LAN.
      That does work.

      Exeter

        Topic Starter


        Starter

        • Experience: Beginner
        • OS: Unknown
        Re: Get IP of a Computer throughout the Computer Name
        « Reply #8 on: January 28, 2011, 12:53:56 PM »
        Thanks to everyone. The simple explanation of BC_Programmer, solves my question, Thanks


        michaewlewis



          Intermediate
        • Thanked: 26
          • Yes
          • Yes
        • Experience: Expert
        • OS: Unknown
        Re: Get IP of a Computer throughout the Computer Name
        « Reply #9 on: January 31, 2011, 09:31:24 AM »
        Thanks to everyone. The simple explanation of BC_Programmer, solves my question, Thanks

        What? No thanks for me? My explanation was even simpler..... ping. :P