パブリックIPはユニークですか?

目次:

パブリックIPはユニークですか? - ブログ 2023
パブリックIPはユニークですか? - ブログ 2023
Anonim
IPアドレスとそれがどのように動作するかについて学習を始めると、時にはそれが圧倒的に感じられるかもしれません。あなたは何をしていますか?あなたは検索して質問することから始めます!今日のスーパーユーザのQ&A投稿には、興味深い読者の質問に対する回答があります。
IPアドレスとそれがどのように動作するかについて学習を始めると、時にはそれが圧倒的に感じられるかもしれません。あなたは何をしていますか?あなたは検索して質問することから始めます!今日のスーパーユーザのQ&A投稿には、興味深い読者の質問に対する回答があります。

今日の質疑応答セッションは、Q&Aウェブサイトのコミュニティ主導型のグループであるStack Exchangeの下位部門であるSuperUserの協力のもとに行われています。

Screenshot courtesy of Linuxのスクリーンショット(Flickr).

質問

SuperUserの読者amin gholamiは、パブリックIPが一意であるかどうかを知りたい:

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?

パブリックIPは一意ですか?

答え

スーパーユーザ投稿者fedesismoは私たちの答えを持っています:

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]

説明に追加するものがありますか?コメントで鳴り響く。他の技術に精通したStack Exchangeユーザーからの回答をもっとたくさん読んでみたいですか?ディスカッションスレッド全体をチェックしてください。

人気のあるトピック

専門家の助言