Chapter 4-Networking
How many bits are in an IPv6 address?
128
TFTP
A TCP/IP application layer protocol that enables file transfers between computers. Unlike FTP, TFTP relies on UDP at the transport layer and does not require a user to log on to the remote host.
ifconfig
A TCP/IP configuration and management utility used with UNIX and Linux systems.
IGMP
A TCP/IP protocol used to manage multicast transmissions. Routers use IGMP to determine which nodes belong to a multicast group, and nodes use IGMP to join or leave a multicast group.
PING
A TCP/IP troubleshooting utility that can verify that TCP/IP is installed, bound to the NIC, configured correctly, and communicating with the network. PING uses ICMP to send echo request and echo reply messages that determine the validity of an IP address.
label
A character string that represents a domain (either top-level, second-level, or third-level).
network class
A classification for TCP/IP-based networks that pertains to the network's potential size and is indicated by an IP address's network ID and subnet mask. Network Classes A, B, and C are commonly used by clients on LANs; network Classes D and E are reserved for special purposes.
Zeroconf (Zero Configuration)
A collection of protocols designed by the IETF to simplify the setup of nodes on a TCP/IP network. Zeroconf assigns a node an IP address, resolves the node's host name and IP address without requiring a DNS server, and discovers services, such as print services, available to the node, also without requiring a DNS server.
ARP
A core protocol in the TCP/IP suite that belongs in the network layer of the OSI model. ARP obtains the MAC (physical) address of a host, or node, and then creates a local database that maps the MAC address to the host's IP (logical) address.
RARP
A core protocol in the TCP/IP suite that belongs in the network layer of the OSI model. RARP relies on a RARP table to associate the IP (logical) address of a node with its MAC (physical) address. RARP can be used to supply IP addresses to diskless workstations.
ICMP
A core protocol in the TCP/IP suite that notifies the sender that something has gone wrong in the transmission process and that packets were not delivered.
UDP
A core protocol in the TCP/IP suite that sits in the transport layer of the OSI model. UDP is a connectionless transport service.
TCP
A core protocol of the TCP/IP suite. TCP belongs to the transport layer and provides reliable data delivery services.
ARP table
A database of records that maps MAC addresses to IP addresses. The ARP table is stored on a computer's hard disk where it is used by the ARP utility to supply the MAC addresses of network nodes, given their IP addresses.
domain
A group of computers that belong to the same organization and have part of their IP addresses in common.
DNS
A hierarchical way of tracking domain names and their addresses, devised in the mid-1980s. The DNS database does not rely on one file or even one server, but rather is distributed over several key computers across the Internet to prevent catastrophic failure if one or a few computers go down. DNS is a TCP/IP service that belongs to the application layer of the OSI model.
fully qualified host name
A host name plus domain name. For example, a host belonging to the loc.gov domain might be called Jasmine, making its fully qualified host name Jasmine.loc.gov.
socket
A logical address assigned to a specific process running on a computer. Some sockets are reserved for operating system functions.
multicasting
A means of transmission in which one device sends data to a specific group of devices (not necessarily the entire network segment) in a point-to-multipoint fashion.
DDNS
A method of dynamically updating DNS records for a host. DDNS client computers are configured to notify a service provider when their IP addresses change; then the service provider propagates the DNS record change across the Internet automatically.
IPv6 (IP version 6)
A newer standard for IP addressing that will replace the current IPv4 (IP version 4). Most notably, IPv6 uses a newer, more efficient header in its packets and allows for 128-bit source and destination IP addresses. The use of longer addresses will allow for many more IP addresses to be in circulation.
alias
A nickname for a node's host name. Aliases can be specified in a local host file.
TTL
A number that indicates the maximum time that a datagram or packet can remain on the network before it is discarded. Although this field was originally meant to represent units of time, on modern networks it represents the number of router hops a datagram has endured. The TTL for datagrams is variable and configurable, but it is usually set at 32 or 64. Each time a datagram passes through a router, its TTL is reduced by 1. When a router receives a datagram with a TTL equal to 1, the router discards that datagram.
subnet
A part of a network in which all nodes share a network addressing component and a fixed amount of bandwidth.
IPv4LL (IP version 4 Link Local)
A protocol that manages automatic address assignment among locally connected nodes. IPv4LL is part of the Zeroconf group of protocols.
dynamic ARP table entry
A record in an ARP table that is created when a client makes an ARP request that cannot be satisfied by data already in the ARP table.
static ARP table entry
A record in an ARP table that someone has manually entered using the ARP utility. Static ARP table entries remain the same until someone manually modifies them with the ARP utility.
name server
A server that contains a database of TCP/IP host names and their associated IP addresses. A name server supplies a resolver with the requested information. If it cannot resolve the IP address, the query passes to a higher-level name server.
APIPA
A service available on computers running the Windows 98, Me, 2000, XP, Vista, Server 2003, or Server 2008 operating system that automatically assigns the computer's network interface an IP address from the range of 169.254.0.0 to 169.254.255.255 if an IP address hasn't been assigned to that interface.
NTP
A simple application layer protocol in the TCP/IP suite used to synchronize the clocks of computers on a network. NTP depends on UDP for transport layer services.
TCP/IP
A suite of networking protocols that includes TCP, IP, UDP, and many others. TCP/IP provides the foundation for data exchange across the Internet.
host name
A symbolic name that describes a TCP/IP device.
hop
A term used to describe each trip a unit of data takes from one connectivity device to another. Typically, hop is used in the context of router-to-router communications.
Telnet
A terminal emulation protocol used to log on to remote hosts using the TCP/IP protocol. Telnet resides in the application layer of the OSI model.
host file
A text file that associates TCP/IP host names with IP addresses.
country code TLD
A top-level domain that corresponds to a country. For example, the country code TLD for Canada is .ca, and the country code TLD for Japan is .jp.
address resource record
A type of DNS data record that maps the IP address of an Internet-connected device to its domain name.
unicast address
A type of IPv6 address that represents a single interface on a device. An IPv6 unicast address begins with either FFC0 or FF80.
multicast address
A type of address in the IPv6 that represents multiple interfaces, often on multiple nodes. An IPv6 multicast address begins with the following hexadecimal field: FF0x, where x is a character that identifies the address's group scope.
anycast address
A type of address specified in IPv6 that represents a group of interfaces, any one of which (and usually the first available of which) can accept a transmission. At this time, anycast addresses are not designed to be assigned to hosts, such as servers or workstations, but rather to routers.
Format Prefix
A variable-length field at the beginning of an IPv6 address that indicates what type of address it is (for example, unicast, anycast, or multicast).
diskless workstation
A workstation that doesn't contain a hard disk but instead relies on a small amount of read-only memory to connect to a network and to pick up its system files.
____ provides a Microsoft Windows 98, Me, 2000, XP, Vista, Windows Server 2003, and Windows Server 2008 operating systems computer with an IP address automatically if a DHCP server is unavailable.
APIPA
ARP stands for
Address resolution protocol
loopback address
An IP address reserved for communicating from a node to itself (used mostly for troubleshooting purposes). The IPv4 loopback address is always cited as 127.0.0.1, although in fact, transmitting to any IP address whose first octet is 127 will contact the originating device. In IPv6, the loopback address is represented as ::1.
dynamic IP address
An IP address that is assigned to a device upon request and may change when the DHCP lease expires or is terminated. BOOTP and DHCP are two ways of assigning dynamic IP addresses.
static IP address
An IP address that is manually assigned to a device and remains constant until it is manually changed.
newsgroup
An Internet-based forum for exchanging messages on a particular topic. Newsgroups rely on NNTP for the collection and dissemination of messages.
NNTP
An application layer protocol in the TCP/IP suite that facilitates the exchange of newsgroup messages, or articles, between multiple servers and users.
DHCP
An application layer protocol in the TCP/IP suite that manages the dynamic distribution of IP addresses on a network. Using DHCP to assign IP addresses can nearly eliminate duplicate-addressing problems.
BOOTP
An application layer protocol in the TCP/IP suite that uses a central list of IP addresses and their associated devices' MAC addresses to assign IP addresses to clients dynamically. BOOTP was the precursor to DHCP.
FTP
An application layer protocol used to send and receive files via TCP/IP.
loopback test
An attempt to contact one's own machine for troubleshooting purposes. In TCP/IP-based networking, a loopback test can be performed by communicating with an IPv4 address that begins with an octet of 127. Usually, this means pinging the address 127.0.0.1.
resolver
Any host on the Internet that needs to look up domain name information.
Rendezvous
Apple Computer's implementation of the Zeroconf group of protocols.
APIPA stands for
Automatic private IP addressing
Which IPv4 network class address contains a first octet in the range of 128 to 191?
Class B
root server
DNS server maintained by ICANN and IANA that is an authority on how to contact the top-level domains, such as those ending with .com, .edu, .net, .us, and so on. ICANN oversees the operation of 13 root servers around the world.
Which TCP/IP core protocol operates in the network layer of the OSI model as a connectionless protocol?
IP
subnet mask
In IPv4 addressing, a 32-bit number that, when combined with a device's IP address, indicates what kind of subnet the device belongs to.
NTP stands for
Network time protocol
octet
One of the 4 bytes that are separated by periods and together make up an IPv4 address.
Dynamic Ports
TCP/IP ports in the range of 49152 through 65535, which are open for use without requiring administrative privileges on a host or approval from IANA.
IP datagram
The IP portion of a TCP/IP frame that acts as an envelope for data, holding information necessary for routers to transfer data between subnets.
Well Known Ports
The TCP/IP port numbers 0 to 1023, so named because they were long ago assigned by Internet authorities to popular services (for example, FTP and Telnet), and are, therefore, well known and frequently used.
Registered Ports
The TCP/IP ports in the range of 1024 to 49151. These ports are accessible to network users and processes that do not have special administrative privileges. Default assignments of these ports must be registered with IANA.
release
The act of terminating a DHCP lease.
port number
The address on a host where an application makes itself available to incoming data.
lease
The agreement between a DHCP server and client on how long the client can use a DHCP-assigned IP address. DHCP services can be configured to provide lease terms equal to any amount of time.
IPv4 (IP version 4)
The current standard for IP addressing that specifies 32-bit addresses composed of four octets.
namespace
The database of Internet IP addresses and their associated names distributed over DNS name servers worldwide.
resource record
The element of a DNS database stored on a name server that contains information about TCP/IP host names and their addresses.
TLD
The highest-level category used to distinguish domain names—for example, .org, .com, and .net. A TLD is also known as the domain suffix.
switch
The letters or words added to a command that allow you to customize a utility's output. Switches are usually preceded by a hyphen or forward slash character.
TCP/IP core protocols
The major subprotocols of the TCP/IP suite, including IP, TCP, and UDP.
hosts
The name of the host file used on UNIX, Linux, and Windows systems. On a UNIX-or Linux-based computer, hosts is found in the /etc directory. On a Windows-based computer, it is found in the %systemroot%\system32\drivers\etc folder.
network ID
The portion of an IP address common to all nodes on the same network or subnet.
subnetting
The process of subdividing a single class of network into multiple, smaller networks.
routable
The protocols that can span more than one LAN because they carry network layer and addressing information that can be interpreted by a router.
echo request
The request for a response generated when one device pings another device.
echo reply
The response signal sent by a device after another device pings it.
dotted decimal notation
The shorthand convention used to represent IPv4 addresses and make them more easily readable by humans. In dotted decimal notation, a decimal number between 0 and 255 represents each binary octet. A period, or dot, separates each decimal.
subprotocols
The specialized protocols that work together and belong to a protocol suite.
domain name
The symbolic name that identifies a domain. Usually, a domain name is associated with a company or other type of organization, such as a university or military unit.
ipconfig
The utility used to display TCP/IP addressing and domain name information in the Windows NT, Windows 2000, Windows XP, and Windows Vista client operating systems.
ping
To send an echo request signal from one node on a TCP/IP-based network to another, using the PING utility
internetwork
To traverse more than one LAN segment and more than one type of network through a router.
In the domain name www.google.com, which of the following describes the label for com?
Top level domain
TCP stands for
Transmission control protocol
TFTP stands for
Trivial file transfer protocol
BOOTP stands for
bootstrap protocol
DNS stands for
domain name system
In the IPv4 ____, a decimal number between 0 and 255 represents each binary octet and a period, or dot, separates each decimal.
dotted decimal notation
DDNS stands for
dynamic dns
DHCP stands for
dynamic host configuration protocol
True or false? BOOTP provides a way to manually assign static IP addresses.
false
True or false? RARP maps MAC addresses to host IP addresses.
false
FTP stands for
file transfer protocol
ICMP stands for
internet control message protocol
IGMP stands for
internet group management protocol
NNTP stands for
network news transfer protocol
PING stands for
packet internet groper
RARP stands for
reverse address resolution protocol
A(n) ____ protocol carries network layer addressing information that can be interpreted by a router.
routable
A process's port number plus its host machine's IP address equals the process's ____.
socket
A(n) ____ is a special 32-bit number that, when combined with a device's IP address, informs the rest of the network about the segment or network to which the device is attached.
subnet mask
Which TCP/IP application protocol allows users to log on to remote hosts?
telnet
TTL stands for
time to live
TLD stands for
top level domain
True or false? DNS (Domain Name System or Domain Name Service) is a hierarchical way of tracking domain names and their addresses.
true
True or false? In IPv6, the loopback address has a value of 0:0:0:0:0:0:0:1.
true
True or false? The term namespace refers to the database of Internet IP addresses and their associated names.
true
UDP stands for
user datagram protocol