click below
click below
Normal Size Small Size show me how
Chapter 7
Ch 7.1 Vocab
| Question | Answer |
|---|---|
| A record | a DNS record that points a host name to its IP address. |
| AAAA record | a DNS record that is an address record for IPv6 addresses. |
| address reservation | When DHCP server assigns static IP address to a DHCP client. For example, network printer might require static IP address so that computers on the network can find the printer. |
| anycast address | Using TCP/IP version 6, a type of IP address used by routers and identifies multiple destinations. Packets are delivered to the closest destination. |
| Automatic Private IP Address (APIPA) | In TCP/IP version 4, IP address in the address range 169.254.x.y, used by a computer when it cannot successfully lease an IP address from DHCP server. |
| broadcast message | A message sent over a local network to all devices on the network; the message does not contain recipient information. |
| cable modem | A device that converts a computer's digital signal to analog before sending it over cable TV lines and that converts incoming analog data to digital. |
| CIDR notation | A shorthand notation for expressing an IPv4 address and subnet mask; the IP address is followed by a slash (/) and the number of bits in the IP address that identifies the network—for example, 15.50.35.10/20. |
| CIFS | A file access protocol and the cross-platform version of SMB used between Windows, Linux, macOS, and other operating systems. |
| CNAME record | a DNS record that redirects from one host name to another. |
| connection-oriented protocol | In networking, a TCP/IP protocol that confirms a good connection has been made before transmitting data to the other end, verifies that data was received, and resends data if it was not received. |
| DHCP | Protocol used to assign a dynamic IP address to computers when they first attempts to initiate a connection to the network and requests and IP address. |
| DKIM record | a txt-type DNS record that authenticates an email message from a trusted source by attaching a domain name identifier to the message |
| DMARC record | a txt-type DNS record that tells a recipient’s mail server what to do when it receives a fraudulent email message. |
| DNS server | Server that maintains a database matching IP addresses to FQDNs |
| domain name | A name that identifies a network and appears before the period in a website address, such as microsoft.com. |
| file server | A computer used primarily for the storage and management of files on a network. |
| firewall | Hardware and/or software that blocks unwanted Internet traffic from private network and can restrict Internet access for local computers. |
| FTP | TCP/IP protocol and application that uses the Internet to transfer files between two computers. |
| fully qualified domain name | A host name and domain name that identifies a computer and the network to which it belongs. |
| host | A device, such as a desktop computer, laptop, or printer, on a network that requests or serves up data or services to other devices. |
| HTTP | The TCP/IP protocol used for the World Wide Web and used by web browsers and web servers to communicate. |
| HTTPS | Protocol working with a security protocol, such as Secure Sockets Layer (SSL) or Transport Layer Security (TLS), to create a secured socket that includes data encryption. |
| IMAP | A TCP/IP protocol used by an email server and client that allows the client to manage email stored on the server without downloading the email. |
| interface ID | In TCP/IP version 6, the last 64 bits or 4 blocks of an IP address |
| Internet service provider | An organization, such as Charter, that provides individuals and organizations access to the Internet via a technology such as cable Internet, DSL, or cellular. |
| Intranet | Any private network that uses TCP/IP protocols. A large enterprise might support an intranet that is made up of several local networks. |
| Lightweight Directory Access Protocol | A TCP/IP protocol used by client applications to query and receive data from a database. |
| Link | In TCP/IP version 6, a local area network or wide area network bounded by routers. Also called local link. |
| link local address | An IP address that is automatically assigned by an operating system to allow a node to communicate over its local subnet if a routable IP address is not available. |
| loopback address | An IP address that indicates your own computer and is used to test TCP/IP configuration on the computer. |
| MAC address | a 48-bit (6-byte) identification number that is hard-coded on the card by its manufacturer and identifies a network adapter. |
| multicast address | In TCP/IP version 6, an IP address used when packets are delivered to a group of nodes on a network. |
| MX record | a DNS record that points an email server domain name to an IP address. |
| name resolution | a client/server system that associates FQDNs with IP addresses. |
| namespace | used to secure and control access to the network and its resources. |