Gli IP pubblici sono unici?

Sommario:

Gli IP pubblici sono unici?
Gli IP pubblici sono unici?

Video: Gli IP pubblici sono unici?

Video: Gli IP pubblici sono unici?
Video: Come eseguire lo streaming della tua Console Xbox Series X / S sul tuo PC con Xbox Game Stream Test - YouTube 2024, Maggio
Anonim
Quando si inizia a conoscere gli indirizzi IP e come funzionano, a volte può sembrare un po 'opprimente. Allora cosa fai? Inizi a cercare e a fare domande! Il post di Q & A di SuperUser di oggi ha le risposte alle domande di un lettore curioso.
Quando si inizia a conoscere gli indirizzi IP e come funzionano, a volte può sembrare un po 'opprimente. Allora cosa fai? Inizi a cercare e a fare domande! Il post di Q & A di SuperUser di oggi ha le risposte alle domande di un lettore curioso.

La sessione di domande e risposte di oggi ci viene fornita per gentile concessione di SuperUser, una suddivisione di Stack Exchange, un raggruppamento di domande e risposte basato sulla comunità.

Schermata per gentile concessione di Schermate di Linux (Flickr).

La domanda

Il lettore SuperUser amin gholami vuole sapere se gli IP pubblici sono unici:

Are public IPs unique? I mean since we have two kinds of IPs (private and public) and if the public IP belongs to the router, then does everyone connected to the same router have a single IP address or not?

Gli IP pubblici sono unici?

La risposta

Il contributo di SuperUser fedesismo ha la risposta per noi:

In general terms the answer is yes, public IPs are globally unique. In the context of IPv4, the IPs (v4) known for not being unique are private IPs. These are found in the following ranges:

  • From 10.0.0.0 to 10.255.255.255.
  • From 172.16.0.0 to 172.31.255.255.
  • From 192.168.0.0 to 192.168.255.255.

See: RFC1918

The IP your home router has on the “Internet side” of the interface is public, given to you by your ISP. The IPs used for your home’s Wi-Fi or Ethernet connection are private, so they are not unique, but that is not a problem because those never leave your home before being NATed or translated by the NAT.

As mentioned in other comments (see thread link below), there is an exception to what I have just said. There are some techniques that allow us to be more flexible about the original one-to-one communication Internet protocol paradigm that allows one-to-nearest. These techniques are used when talking about services that need high availability, redundancy, or low latency like DNS or CDN services. Given a certain IP (IPv4 or IPv6), there might be more that one server in the world configured to answer to that IP, but only one will be answering.

See: RFC4786

IPv6 also introduced a new addressing system that copes with these “new needs” and it defined the Anycast Address.

IP Version 6 (IPv6) defines a new type of address, known as an Anycast Address, that allows a packet to be routed to one of a number of different nodes all responding to the same address. The Anycast Address may be assigned to one or more network interfaces (typically on different nodes) with the network delivering each packet addressed to this address to the “nearest” interface based on the notion of “distance” determined by the routing protocols in use.

See: RFC2526

About IPv6 Anycast Addresses

An Anycast Address is an address that is assigned to a set of interfaces that typically belongs to different nodes. A packet sent to an Anycast Address is delivered to the closest interface (as defined by the routing protocols in use) identified by the Anycast Address. Anycast Addresses are syntactically indistinguishable from Unicast Addresses because Anycast Addresses are allocated from the Unicast Address space. Assigning a Unicast Address to more than one interface makes a Unicast Address an Anycast Address. Nodes to which the Anycast Address is assigned must be explicitly configured to recognize that the address is an Anycast Address.

See: IPv6 Address Type: Anycast [Cisco]

Hai qualcosa da aggiungere alla spiegazione? Audio disattivato nei commenti. Vuoi leggere più risposte dagli altri utenti di Stack Exchange esperti di tecnologia? Controlla la discussione completa qui.

Consigliato: