Os IPs públicos são únicos?

Índice:

Os IPs públicos são únicos?
Os IPs públicos são únicos?

Vídeo: Os IPs públicos são únicos?

Vídeo: Os IPs públicos são únicos?
Vídeo: JOGOS DO XBOX RODANDO NO WINDOWS 10/11 VIA STREAMING (APP XBOX CONSOLE COMPANION) - YouTube 2024, Maio
Anonim
Quando você começa a aprender sobre endereços IP e como eles funcionam, pode parecer um pouco complicado às vezes. Então, o que você faz? Você começa pesquisando e fazendo perguntas! A postagem de perguntas e respostas do SuperUser de hoje tem as respostas para as perguntas de um leitor curioso.
Quando você começa a aprender sobre endereços IP e como eles funcionam, pode parecer um pouco complicado às vezes. Então, o que você faz? Você começa pesquisando e fazendo perguntas! A postagem de perguntas e respostas do SuperUser de hoje tem as respostas para as perguntas de um leitor curioso.

A sessão de perguntas e respostas de hoje nos é oferecida por cortesia do SuperUser, uma subdivisão do Stack Exchange, um agrupamento de sites de perguntas e respostas conduzido pela comunidade.

Screenshot cortesia de Screenshots do Linux (Flickr).

A questão

Leitor de superusuário amin gholami quer saber se os IPs públicos são únicos:

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?

Os IPs públicos são exclusivos?

A resposta

O colaborador do SuperUser fedesismo tem a resposta para nós:

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]

Tem algo a acrescentar à explicação? Som desligado nos comentários. Quer ler mais respostas de outros usuários do Stack Exchange com experiência em tecnologia? Confira o tópico de discussão completo aqui.

Recomendado: