動的 IP

IPアドレッシング

定義

DHCPサーバーによってデバイスに一時的に割り当てられ、時間の経過とともに変更される可能性があるIPアドレスです。ほとんどの家庭用インターネット接続では、ISPによって割り当てられる動的IPアドレスが使用されます。

How Dynamic Addresses Are Assigned

A dynamic IP is allocated by a DHCPDynamic Host Configuration Protocol. A network protocol that automatically assigns IP addresses, subnet masks, gateways, and DNS servers to devices when they join a network. server from a configured address pool. Each allocation is a time-limited lease. When the lease expires — or when a device disconnects and reconnects — it may receive a different address from the pool. The DHCP server maintains a binding table mapping MAC addresses to current leases, preventing duplicate assignments.

From the device's perspective, the experience is seamless. The operating system's network stack sends and receives DHCP packets automatically at boot and handles lease renewal in the background. Users rarely need to interact with the process.

Dynamic vs. Static Addressing

Dynamic addressing simplifies administration in large networks. Instead of manually configuring each device, an administrator defines address pools and policy (lease time, DNS servers, gateway) once on the DHCP server. Adding or removing devices requires no configuration changes.

The trade-off is unpredictability. A device with a dynamic IP that changes between sessions can't reliably host services that others connect to — inbound connections require knowing the current address. Servers, network printers, and infrastructure devices (routers, switches, access points) typically use Static IP AddressA permanently assigned IP address that does not change over time. Commonly used for servers, printers, and network devices that need a consistent address for reliable access. addresses instead.

Dynamic IP and NAT

In home and small-office networks, the NATNetwork Address Translation. A method of remapping private IP addresses to a single public IP address (and vice versa) at a router, allowing multiple devices to share one public IP. A key technique for mitigating IPv4 address exhaustion.-enabled router itself often holds a dynamic IP from the ISP's DHCP server, while distributing private Private IP AddressAn IP address from reserved ranges (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) used within local networks. Private addresses are not routable on the public internet and require NAT for external communication. addresses to internal devices via its own DHCP service. This two-tier arrangement means the public-facing address changes infrequently (ISP lease times are often 24 hours or longer), while internal addresses change more frequently.

Check your current dynamic IP assignment with IP Lookup.

関連用語

IPアドレッシングの関連項目