-
Book Overview & Buying
-
Table Of Contents
Python Web Development with Sanic
By :
On any computer network, there are many end devices, network intermediary devices, and even servers. Each device requires an IP address to exchange messages and share resources. A network administrator usually assigns static IP addresses to devices, such as switches, routers, firewalls, and servers, that provide a service or resource to the network. When a device is assigned a static IP address, it provides the convenience for network administrators to remotely access and manage the device, as the address will never change.
Since a network is mostly made up of computers and other end devices that often change physical locations, it is not wise to always assign static IP addresses to such devices. When a device with a static IP address is moved to another location, whether physical or logical, the IP scheme at the new location may not be the same as the IP configurations on the device itself. Therefore, the network administrator will be required to reconfigure...