2.6 Network Configurations (IP, DNS, IPv4, etc.) Flashcards
Explain common network configuration concepts.
What are the common types of IP addressing?
Static, Dynamic, APIPA, Link Local.
What is a static IP address?
It is a manually set IP address that will NOT change.
What is a dynamic IP address?
An IP address that is requested and received AUTOMATICALLY. It can change from time to time, and isn’t always the same.
What does APIPA stand for?
APIPA = Automatic Private IP Addressing.
What is an APIPA address?
It is a feature of windows that automatically assigns an IP address to the system when the client cannot obtain an IP address automatically. It is an IPv4 address.
What is a link-local address?
It is an IPv6 address that a computer gives itself when it first boots. IPv6’s equivalent to IPv4’s APIPA address.
What is DNS?
A TCP/IP name resolution system that translates a host name into an IP address. Uses UDP port 53. Remember the 411 analogy to obtain dominoes phone number.
Explain DHCP reservations.
You can set up DHCP servers to save IP addresses for specific functions such as servers or printers. These are called DHCP reservations. Typically, any servers have a reserved IP address.
What is DHCP and what does it do?
DHCP is a protocol that enables client hosts to request and receive TCP/IP settings automatically from an appropriately configured server. Uses UDP ports 67 and 68.
Explain the differences between IPv4 and IPv6.
An IPv4 address is made up of four octets of 8-bit binary numbers translated into their shorthand numeric values. An IPv6 address is 128 bits long, and can have letters up to F (16 digits).
What is a subnet mask?
It is a value used in TCP/IP settings to divide the IP address of a host into its component parts; network ID and host ID.
What is a gateway?
In a TCP/IP network, it is the nearest router to a particular host. This router’s IP address is part of the necessary TCP/IP configuration for communicating with multiple networks using IP.
What does VPN stand for?
VPN = Virtual Private Network
Explain what a VPN is.
An encrypted connection over the internet between a computer or remote network and a private network.
What does VLAN stand for?
VLAN = Virtual Local Area Network