IP addresses?

Discussion in 'Technology' started by Ayatollah Terry, Aug 15, 2004.

Users Viewing Thread (Users: 0, Guests: 0)

  1. Ayatollah Terry

    Ayatollah Terry Registered User

    Joined:
    Apr 7, 2002
    Messages:
    1,333
    Likes Received:
    0
    Location:
    Derkastan
    IP addresses?

    What number means what in an IP address (e.g. 80.34.99.56)
  2. 1615634792921.png
  3. trance_fan

    trance_fan Registered User

    Joined:
    Nov 7, 2002
    Messages:
    9,079
    Likes Received:
    0
    Re: Re: IP addresses?

    There is....

    IP Addresses are made up of four binary octets, although we see them in dotted decimal format.

    The real format is xxxxxxxx.xxxxxxxx.xxxxxxxx.xxxxxxxx (1s or 0s)

    There are 5 classes of IP address, ranging from A to E. Whatever the class of the address, it is split into two (not necessarily equal) parts. One part, the first part, is the Network address, and the second part is the Host address.

    The example you gave of 80.34.99.56 is a class A address (the first octet is between 1-127). In a class A address, the first octet is the Network portion, the remaining three are the Host portions, in the form of NNNNNNNN.HHHHHHHH.HHHHHHHH.HHHHHHHH.

    Of course, this can be subnetted, which can alter where the network portion starts, to give more networks but fewer hosts....but thats more complicated than you asked.

    A class A network is cabable of having the most hosts (2 to the power of 24 - thats 16777216 hosts, although the actual usuable hosts is less)

    But now i'm getting too complicated ;)
  4. trance_fan

    trance_fan Registered User

    Joined:
    Nov 7, 2002
    Messages:
    9,079
    Likes Received:
    0
    Just to extend that.....

    The only adresses we will see are A, B, and C classes, as D and E (unicast and multicast) are typically used for testing purposes.

    As said, class A is 1-127 (although the range 10.x.x.x and 127.x.x.x are not used on the internet), and is in the form of, first part network portion, remaining three parts host portion.

    Class B ranges from 128-191, in the form of NNNNNNNN.NNNNNNNN.HHHHHHHH.HHHHHHHH (Half and half, network portion & Host portion)

    Class C is from 192-223 and is in the form of NNNNNNNN.NNNNNNNN.NNNNNNNN.HHHHHHHH.

    Class A has the fewest networks but most hosts, class C has the most networks but fewer hosts. (And obviously Class B is inbetween)

    These addresses are assigned based on the needed number of networks/hosts.

    The Promise website for example, is on the server of 195.10.229.53 - Thats a class C address.
  5. ManofScience

    ManofScience Guest

    don't forget super-netting now we're running out of IP addresses...
  6. trance_fan

    trance_fan Registered User

    Joined:
    Nov 7, 2002
    Messages:
    9,079
    Likes Received:
    0
    Indeed, and the joy that is the 48 bit IPv6 :up:
  7. Sleepy

    Sleepy Registered User

    Joined:
    Mar 15, 2002
    Messages:
    16,777
    Likes Received:
    0
    GEEKS!

    :laugh:
  8. trance_fan

    trance_fan Registered User

    Joined:
    Nov 7, 2002
    Messages:
    9,079
    Likes Received:
    0
    Oh yes, when it comes to this I am a total GEEEEEEEEK :lol:
  9. Sleepy

    Sleepy Registered User

    Joined:
    Mar 15, 2002
    Messages:
    16,777
    Likes Received:
    0
    I was taking the piss like - kinda tongue in cheek cos who am i to call any1 a geek :laugh:

    Every1 is a geek at heart :wink: :D
  10. trance_fan

    trance_fan Registered User

    Joined:
    Nov 7, 2002
    Messages:
    9,079
    Likes Received:
    0
    That's true :lol:
  11. Sleepy

    Sleepy Registered User

    Joined:
    Mar 15, 2002
    Messages:
    16,777
    Likes Received:
    0
    :computer: :computer: :computer: :computer:

    :laugh:
  12. trance_fan

    trance_fan Registered User

    Joined:
    Nov 7, 2002
    Messages:
    9,079
    Likes Received:
    0
    :computer::computer::computer::computer::computer::computer:
  13. Sleepy

    Sleepy Registered User

    Joined:
    Mar 15, 2002
    Messages:
    16,777
    Likes Received:
    0
    :drool: :drool:

    :lol:
  14. trance_fan

    trance_fan Registered User

    Joined:
    Nov 7, 2002
    Messages:
    9,079
    Likes Received:
    0
    athankyau :D

    I am the underdog ubergeek.

    This is what I do mate :lol:

    Bri -

    [​IMG]

    :drool:
  15. Jason Bourne

    Jason Bourne Registered User

    Joined:
    Oct 14, 2002
    Messages:
    5,337
    Likes Received:
    0
    lol @ this thread..

    If anyone else reads this they will be like - :wtf:

    I remember my first experience of IP addressin.. dear god it confused me..
    Once you get into the conversion of the address into binary and sorting classes etc it truely began to hurt my brain..
  16. trance_fan

    trance_fan Registered User

    Joined:
    Nov 7, 2002
    Messages:
    9,079
    Likes Received:
    0
    People find it very confusing like.

    Personally I think it's easy...but i'm a huge geek!
  17. trance_fan

    trance_fan Registered User

    Joined:
    Nov 7, 2002
    Messages:
    9,079
    Likes Received:
    0
    I was just reading an article that happened to mention IPv6....it can have up to 128 bit address space :eek:

    That is a rediculous amount of addresses....so much so that every hardware device in the world could have an IP address, even your kitchen hardware like fridges and microwaves
    :eek:

    Cool :love:
  18. ManofScience

    ManofScience Guest

    supernetting does my head in. classes are ok but converting to binary, shifting the class re-converting back to decimal just goes off the scale....

    lucky the technology can do it with little interferance. it's taking over the world. computers controlling computers... we're no longer needed.


    except as batteries.
  19. trance_fan

    trance_fan Registered User

    Joined:
    Nov 7, 2002
    Messages:
    9,079
    Likes Received:
    0
    This is true!!

    I have not done supernetting yet....I'm not sure if I do.

    I get confused, as a supernetted address with mask looks the same as a subnetted address.....it's called CIDR yeh?Classless Inter-Domain Routing?

    Wonderful

    :spangled:
  20. ManofScience

    ManofScience Guest

    thats the one...

Share This Page