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

Author Topic: a bout IP addresses  (Read 3259 times)

0 Members and 1 Guest are viewing this topic.

computer_love

    Topic Starter


    Rookie

    a bout IP addresses
    « on: November 04, 2009, 03:19:16 AM »
    Why two copmuters after disconnecting them from a network and reconnecting them togther they would have IP addresses?

    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: a bout IP addresses
    « Reply #1 on: November 04, 2009, 04:20:21 AM »
    to communicate.
    I was trying to dereference Null Pointers before it was cool.

    progach



      Rookie

    • i am working hard to be the programmer
      Re: a bout IP addresses
      « Reply #2 on: November 04, 2009, 04:37:46 AM »
      to communicate.
      as simple as that man!

      dahlarbear



        Specialist

        Thanked: 101
        Re: a bout IP addresses
        « Reply #3 on: November 04, 2009, 07:00:16 AM »
        1.  Why.  Either the computers are manually configured with "static" IP addresses or they end up with "APIPA" IP addresses through automatic self-assignment.

        2.  I can think of four ways an IP address is set on the computer:
            a.  Automatic assignment via Dynamic Host Configuration Protocol (DHCP)
            b.  Automatic self-assignment from APIPA range
            c.  Static assignment (manually set)
            d.  Bootstrap Protocol (BOOTP) used to obtain an IP address from a configuration server.

        3.  If the computer is configured to "Obtain an IP address automatically" one of two things will happen:
             a.  It will broadcast a request for an IP address and a DHCP server will respond with one.
             b.  It will broadcast a request for an IP address and DHCP server(s) are either not available or unable to provide one.  In that case, Windows being Windows will assign itself an Automatic Private IP Addressing (APIPA) address from within the APIPA range (169.254.0.0/16).

        4.  Reference(s):
             Dynamic Host Configuration Protocol (DHCP)
             Link-local address
             Bootstrap Protocol (BOOTP)

        computer_love

          Topic Starter


          Rookie

          Re: a bout IP addresses
          « Reply #4 on: November 05, 2009, 05:16:13 AM »
          Thank you all. I think the answer as dahlarbear said is because of APIPA.
          Thank you a lot and special thanks for you dahlarbear.

          dahlarbear



            Specialist

            Thanked: 101
            Re: a bout IP addresses
            « Reply #5 on: November 05, 2009, 02:27:47 PM »
            You're welcome.   (|