TCP/IP Configuration Facts
The following table summarizes many of the configuration settings for a TCP/IP network.
Parameter | Purpose | |
IP address | Identifies both the logical host and logical network addresses. Two devices on the same network must have IP addresses with the same network portion of the address. | |
Subnet mask | Identifies which portion of the IP address is the network address. Two devices on the same network must be configured with the same subnet mask. | |
Default gateway | Identifies the router to which packets for remote networks are sent. The default gateway address is the IP address of the router interface on the same subnet as the local host. Without a default gateway set, most clients will be unable to communicate with hosts outside of the local subnet. | |
Host name | Identifies the logical name of the local system. | |
DNS server | Identifies the DNS server that is used to resolve host names to IP addresses. | |
MAC address | Identifies the physical address. On an Ethernet network, this address is burned in to the network adapter hardware. |
Note: A host requires an IP address and subnet mask to communicate on a single subnet. A default gateway address is required to enable inter-subnet communications. At least one DNS server address is required for the host to use hostnames when contacting other hosts.
Several of the TCP/IP configuration settings can be assigned through the following methods:
Method | Description |
Dynamic Host Configuration Protocol (DHCP) | A DHCP server is a special server configured to pass out IP address and other IP configuration information to network clients.
DHCP requires a DHCP server and minimal configuration. |
Automatic Private IP Addressing (APIPA) | APIPA is a Microsoft implementation of automatic IP address assignment without a DHCP server. Using APIPA, hosts assign themselves an IP address on the 169.254.0.0 network (mask of 255.255.0.0). With APIPA:
Use APIPA as a fail safe for when a DHCP server is unavailable to provide limited communication capabilities. |
Static (manual) assignment | Using static addressing, IP configuration information must be manually configured on each host. Use static addressing:
Note: Static addressing is very susceptible to configuration errors and duplicate IP address configuration errors (two hosts that have been assigned the same IP address). Static addressing also disables both APIPA and DHCP capabilities on the host. |
Tidak ada komentar:
Posting Komentar