Module 03 Flashcards
A network connection made by a node or host on a network.
Interface
The Internet Protocol standard released in the 1980s and still commonly used on modern networks. It specifies 32-bit addresses composed of four octets.
IPv4 (Internet Protocol version 4)
One of 4 bytes that are separated by periods and together make up an IPv4 address.
Octets
A standard for IP addressing that is gradually replacing the current IPv4. Most notably, IPv6 uses a newer, more efficient header in its packets and allows for 128-bit source and destination IP addresses, which are usually written as eight blocks of hexadecimal numbers, such as 2001:0DB8:0B80:00 00:0000:00D3:9C5A:00CC.
IPv6 (Internet Protocol version 6)
A host name plus domain name that uniquely identifies a computer or location on a network.
FQDN (fully qualified domain name)
The last two parts of an FQDN, such as mycompany.com. Usually, a domain name is associated with the company’s name and its type of organization, such as a school or nonprofit organization.
Domain name
The first part of an FQDN, such as www or ftp, which identifies the individual computer on the network.
Host name
A nonprofit, U.S. government-funded group that was established at the University of Southern California and charged with managing IP address allocation and the Domain Name System. The oversight for many of IANA’s functions was given to ICANN in 1998; however, IANA continues to perform Internet addressing and Domain Name System administration.
IANA (Internet Assigned Numbers Authority)
The nonprofit corporation currently designated by the U.S. government to maintain and assign IP addresses.
ICANN (Internet Corporation for Assigned Names and Numbers)
A 24-bit character sequence assigned by IEEE that appears at the beginning of a network interface’s physical address and identifies the NIC’s manufacturer.
OUI (Organizationally Unique Identifier)
A unique set of characters assigned to each NIC by its manufacturer. Also called device ID.
Extension identifier
A unique set of characters assigned to each NIC by its manufacturer. Also called extension identifier.
Device ID
A database configured manually or dynamically that in some cases stores a mapping of MAC addresses to switch ports and in other cases stores MAC addresses allowed on a network.
MAC address table
An IP address that is manually assigned to a device and remains constant until it is manually changed.
Static IP address
An IP address that is assigned to a device upon request and may change when the DHCP lease expires or is terminated.
Dynamic IP address
An application layer protocol in the TCP/IP suite that manages the dynamic distribution of IP addresses on a network.
DHCP (Dynamic Host Configuration Protocol)
The utility used to display and alter TCP/IP addressing and domain name information in the Windows client operating systems.
ipconfig
In IPv4 addressing, a 32-bit number that helps one computer find another by indicating what portion of an IP address is the network and subnet portion and what portion is the host portion.
Subnet mask
The portion of an IP address common to all nodes on the same network or subnet.
Network ID
The portion of an IP address that identifies the host on a network.
Host ID
The portion of an IP address that identifies the node on a network.
Node ID
A computer, router, or other device that a host uses to access another network. Gateways perform connectivity, session management, and data translation, so they must operate at multiple layers of the OSI model.
Gateway
The gateway device that nodes on the network turn to for access to the outside world.
Default gateway
A smaller network within a larger network in which all nodes share a network addressing component and a fixed amount of bandwidth.
Subnet
An IP addressing convention that adheres to network class distinctions, in which the first 8 bits of a class A address, the first 16 bits of a class B address, and the first 24 bits of a class C address are used for network information.
Classful addressing
Transmissions in which one host sends messages to multiple hosts.
Multicast
An IP address that is valid for use on public networks, such as the Internet.
Public IP address
IP addresses that can be used on a private network but not on the Internet. IEEE recommends the following IP address ranges for private use: 10.0.0.0 through 10.255.255.255; 172.16.0.0 through 172.31.255.255; and 192.168.0.0 through 192.168.255.255.
Private IP address
IANA’s document that formally identified IP address ranges for private networks.
RFC1918 (Request for Comment 1918)
A message that is read by every node on a network.
Broadcast
Logically grouped network nodes that can communicate directly via broadcast transmissions. By default, switches and repeating devices, such as hubs, extend broadcast domains. Routers and other layer 3 devices separate broadcast domains.
Broadcast domain
An IP address reserved for communicating from a node to itself, used mostly for troubleshooting purposes.
Loopback address
A service available on Windows computers that automatically assigns the computer’s NIC a link local IPv4 address in the range of 169.254.0.1 through 169.254.255.254.
APIPA (Automatic Private IP Addressing)
An IP addressing convention that alters the rules of classful IPv4 addressing to create subnets in a network.
Classless addressing
The process of segmenting a network into smaller networks that requires calculations of IP address ranges within a larger IP address range.
Subnetting
A shorthand method for identifying network and host bits in an IP address.
CIDR (Classless Interdomain Routing) notation
The predefined range of addresses that can be leased to any network device on a particular segment.
DHCP scope
Specific configuration information, such as a time limit and a default gateway IP address, that is shared from a DHCP server along with an IP address assignment.
Scope options
A time limit on the validity of a DHCP-issued IP address.
Lease time
An IP address that is set aside by a DHCP server for a specific network client, which is identified by its MAC address. Also called IP reservation or DHCP reservation.
MAC reservation
An IP address that is set aside by a DHCP server for a specific network client, which is identified by its MAC address. Also called MAC reservation or DHCP reservation.
IP reservation
An IP address that is set aside by a DHCP server for a specific network client, which is identified by its MAC address. Also called MAC reservation or IP reservation.
DHCP reservation
A range of IP addresses within a defined DHCP scope that are excluded from the pool because they’re reserved for other devices.
Exclusion range
A technique in which IP addresses used on a private network are assigned a public IP address by a gateway when accessing a public network.
NAT (Network Address Translation)