Open In App

Manual and Automatic Addressing

On a home network, the router typically determines how the LAN should function. The router will transport traffic between LAN clients as well as between the LAN and the Internet. The router in the network distributes IP addresses and other network-related information to the PCs. This was accomplished through the use of DHCP, which stands for Dynamic Host Configuration Protocol. In other terms, it is a protocol for automatically distributing configuration to PCs and other network devices.

Manual Configuration of IP Addresses:

Instead of allowing the computer to acquire its IP address from the network via DHCP, you can specify the IP settings on the computer manually. Normally, this is discouraged since it can cause a variety of issues if not managed properly by the administrator.



Need to Configure the IP Address Manually:

If a computer acquires its IP address automatically through DHCP, it is not guaranteed that the computer will obtain the same IP address each time it is started. The DHCP server remembers which computer received which IP address, but only for a limited time. If a computer is turned off for an extended period of time (typically a day or two, depending on how the network is set up), the DHCP server will forget whatever IP address it assigned to the computer. Furthermore, if the router is turned down for whatever reason, it will often forget about any DHCP leases it has previously issued.

In rare cases, this can cause problems. For example, you may need to do port forwarding. Port forwarding typically refers to a computer’s internal LAN IP address. Port forwarding works as long as the PC keeps the same IP address. However, if your computer’s IP address changes frequently, you may need to adjust port forwarding in your router settings each time the IP address changes. In this case, normally manually configuring the computer to receive port forwarding using its IP address should be preferred. This way the IP address will always stay the same and port forwarding will still work.



The same configurations that a computer ordinarily receives via DHCP must be made when configuring an IP address manually on a computer:

IP Address Conflicts:

Make sure to remove the IP address from the pool of DHCP addresses in your home network if you decide to manually establish an IP address on a PC. If not, the router can assign the same IP address to another network device. On a computer network, if two devices were set to share the exact same IP address, it leads to an IP address dispute on the network, which essentially prevents communication for the clients concerned. If just around half of the traffic arrives at the intended destination, network connectivity will not function. The computers will attempt to prevent IP address conflicts in more recent operating systems and contemporary networks by first determining if the IP address appears to be taken. However, only the initial machine to receive an IP address will function properly. When a second computer receives the same IP address as the first one inadvertently, it will become aware of the conflict and stop communicating on the network until a different IP address is assigned to it.

Parameter Automatic Addressing Manual Addressing
Definition Automatic addressing implies the automatic assignment of IP addresses to the device on the network. Manual address implies a manual assignment of IP addresses for the device on the network.
Responsible DHCP is responsible for automatic addressing. The Administrator (User) is responsible for manual addressing. 
Conflicts There are no such conflicts in automatic addressing. For manual addressing, IP address conflicts can arise if you forget to remove the IP address from the pool of DHCP addresses in your home network.
User involvement It does not require user involvement. It requires user involvement throughout the whole process.
Updation It is not necessary that the computer will obtain the same IP address each time it is started. The address remains the same as it is static.
Article Tags :