CrazyEngineers
  • ip address

    accoolaryan

    Member

    Updated: Oct 23, 2024
    Views: 1.2K
    Why the maximum range of ip address is 255.255.255.255.
    😒
    0
    Replies
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • durga ch

    MemberDec 29, 2009

    ip address is as of now is 4 octets. max value is:
    11111111.11111111.11111111.11111111
    which is 255.255.255.255.
    Are you sure? This action cannot be undone.
    Cancel
  • Mahesh Dahale

    MemberDec 29, 2009

    Ya Durga is right

    All IP addresses are broken down into 4 sets of octets that break down into binary to represent the actual IP address.
    The below chart is a basic example of the basic IP 255.255.255.255.

    IP: 255. 255. 255. 255.

    Binary value: 11111111. 11111111. 11111111. 11111111.

    Octet value: 8 8 8 8
    Are you sure? This action cannot be undone.
    Cancel
  • silverscorpion

    MemberDec 31, 2009

    You are referring to Ipv4. The length of the IP address in IPv4 is 32 bits.. These 32 bits are broken down into 4 octets of 8 bits each. So, the maximum value that each octet can take is 2^8-1, which is 255.

    Hence, the maximum possible ip address is 255.255.255.255, which is the same as 11111111.11111111.11111111.11111111 in binary..

    But in IPv6, which ic the new version of internet protocol, the IP address is of length 128 bits and it's divided into 8 groups of 16 bits each. So, a typical ip address in ipv6 looks like

    xxxx.xxxx.xxxx.xxxx.xxxx.xxxx.xxxx.xxxx

    where x is a hexadecimal number.
    Are you sure? This action cannot be undone.
    Cancel
  • sarveshgupta

    MemberDec 31, 2009

    yes SS is right

    IPv6 has been introduce to accomodate the increasing number of sites so that more number of ip addresses can be accomodated like there has been increase of one digit in phone number in Delhi
    Are you sure? This action cannot be undone.
    Cancel
Home Channels Search Login Register