The IP address 255.255.255.255

Solved
g25451 Posted messages 71 Status Member -  
 Benito -
Hello,
I would like to know precisely what the IP address 255.255.255.255 is used for.
Thank you.
Configuration: Windows Vista Internet Explorer 7.0

5 answers

  1. brupala Posted messages 111187 Registration date   Status Member Last intervention   14 461
     
    Hello,
    255.255.255.255 is the universal broadcast IP: all machines with an IP address are supposed to respond to this address.
    Fortunately, routers (that's their job) block this address; otherwise, the global network would collapse.
    PS:
    Routers generally block all broadcast messages, directed or not.
    Phew.
    --

    and ... There you go!
    27
    1. altiaas Posted messages 1 Status Member
       
      Thank you and what does 00000 correspond to?
      0
      1. brupala Posted messages 111187 Registration date   Status Member Last intervention   14 461 > altiaas Posted messages 1 Status Member
         
        Hi,
        nothing, no IP address
        0
      2. satibel > altiaas Posted messages 1 Status Member
         
        The address 0.0.0.0 (or simply 0) is the null address used when your PC tries to connect to the network.
        In short:
        1) your PC [0.0.0.0]: @255.255.255.255 hello, I would like an IP
        2) your router (DHCP server) [192.168.1.1]: @255.255.255.255 hello, I am 192.168.1.1 (IP of your router), I can give you one
        3) your PC [0.0.0.0]: @255.255.255.255 okay 192.168.1.1, give me one
        4) your router [192.168.1.1]: @255.255.255.255 your IP will be 192.168.1.20
        your PC now has the IP 192.168.1.20

        (for more details, look up DHCP)
        2
    2. Benito
       
      I liked your response. Thank you.
      0