# I

## IANA

IANA（Internet Assigned Numbers Authority，互联网号码分配机构）是负责协调全球 IP 地址和自治系统（AS）号码分配、管理域名系统（DNS）根区域以及维护协议号码注册表的组织。IANA 将 IP 地址和 AS 号码的区域分配权委派给五家区域互联网注册管理机构（RIR）。

## IPSec

IPSec（Internet Protocol Security）是一种用于通过身份验证和加密每个通信会话中的IP数据包来保护Internet协议（IP）通信的协议。IPSec可以通过使用加密技术为IP数据报提供机密性、完整性和身份验证。它在网络层运行，可用于保护两个网络终端点之间的通信，例如两个路由器之间、两个主机之间，或远程访问客户端与VPN网关之间。IPSec可以用于隧道模式或传输模式，并支持各种加密和身份验证算法。

## IPv4

IPv4代表Internet协议第4版。它是一种用于识别网络上的设备并路由Internet协议（IP）数据包的协议。IPv4使用32位地址，这些地址由四个以点分隔的数字组表示，例如，192.168.0.1。每个数字组代表8位，总共可提供2^32或大约43亿个唯一的IP地址。

## IPv6

IPv6代表Internet协议第6版。它是一种用于识别网络上的设备并路由Internet协议（IP）数据包的协议。IPv6使用128位地址，这些地址由八个以冒号分隔的十六进制数字组表示，例如，2001:0db8:85a3:0000:0000:8a2e:0370:7334。每个数字组代表16位，总共可提供2^128或大约340万亿亿亿个唯一的IP地址。IPv6是为了替代IPv4而开发的，IPv4的地址空间有限，随着越来越多的设备连接到互联网，IPv4的地址资源变得日益枯竭。除了扩展的地址空间，IPv6还包含许多其他特性，例如改进的安全性、自动配置和对多播流量的支持。

## IRR

互联网路由注册表（Internet Routing Registry，IRR）是一组分布式数据库，网络运营商在其中发布其路由策略和路由公告。注册在 IRR 中的路由（通常以 route 或 route6 对象的形式）使其他运营商和上游服务商可以构建前缀过滤器、验证 BGP 公告，从而防止路由劫持或配置错误。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.console.zenlayer.com/welcome/cn/glossary/h-n/i.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
