Term
Address Resolution Protocol (ARP)
|
|
Definition
An Internetwork-layer protocol used to resolve a host's
IP address to its MAC address. ARP uses a broadcast frame containing the target host's IP
address, and the host that's assigned the address responds with its MAC address. |
|
|
Term
|
Definition
A temporary storage location in an IP host's RAM that keeps recently learned IP address/MAC address pairs so that the ARP protocol isn't necessary for each packet sent to a host. |
|
|
Term
Automatic Private IP Addressing (APIPA) |
|
Definition
A private range of IP addresses assigned to an APIPA-enabled computer automatically when an IP address is requested via DHCP but no DHCP server responds to the request. See also Dynamic Host Configuration Protocol (DHCP). |
|
|
Term
Classless Interdomain Routing (CIDR) |
|
Definition
A method of IP addressing in which the network and host IDs are determined by a prefix number that specifies how many bits of the IP address are network bits; the remaining bits are host bits. |
|
|
Term
|
Definition
A type of network communication in which data is transferred without making a connection between communicating devices first, and the receiving station gives no acknowledgement that the data was received. |
|
|
Term
|
Definition
An Application-layer protocol that resolves computer and domain names to their IP addresses. DNS uses the UDP Transport-layer protocol. See also User Datagram Protocol (UDP). |
|
|
Term
|
Definition
A field in the Transport-Layer and Internetwork-layer that protects data integrity by providing a means for a receiving device to ensure that data hasn't been altered. |
|
|
Term
|
Definition
The unit of information used by the UDP in the Transport layer. A datagram is passed up to the Application layer as data and passed down to the internetwork layer, where it becomes a packet. |
|
|
Term
|
Definition
A database of primarily hostname and IP address pairs that are related by membership in an Internet or a Windows domain. |
|
|
Term
|
Definition
An Application-layer protocol that resolves computer and domain names to their IP addresses. DNS uses the UDP Transport-layer protocol. See also User Datagram Protocol (UDP). |
|
|
Term
Dynamic Host Configuration Protocol (DHCP) |
|
Definition
An Application-layer protocol used to configure a host's IP address settings dynamically. It uses the UDP Transport-layer protocol because DHCP messages consist of a single packet and are used on the local LAN. |
|
|
Term
|
Definition
A configuration option that excludes specified IP addresses from the DHCP IP address scope. |
|
|
Term
File Transfer Protocol (FTP) |
|
Definition
An application layer protocol used to transfer and manage files across a network; uses TCP ports 20 and 21. |
|
|
Term
|
Definition
An Application-layer protocol used to configure a host's IP address settings dynamically. It uses the UDP Transport-layer protocol because DHCP messages consist of a single packet and are used on the local LAN. |
|
|
Term
Fully qualified domain name (FQDN) |
|
Definition
A name that includes the hostname, subdomain names (if applicable), second-level domain name, and top-level domain name, separated by periods. |
|
|
Term
Internet Control Message Protocol (ICMP) |
|
Definition
An Internetwork-layer protocol used to send error and control messages between systems or devices. It's an encapsulated IP protocol, meaning it's wrapped in an IP header. |
|
|
Term
Internet Message Access Protocol (IMAP) |
|
Definition
An Internetwork-layer protocol used to send error and control messages between systems or devices. It's an encapsulated IP protocol, meaning it's wrapped in an IP header.
|
|
|
Term
Internet Message Access Protcol version 4 (IMAP4) |
|
Definition
An Application layer protocol used by an e-mail client to download messages from an e-mail server; operates on TCP port 143. IMAP4 also provides fault-tolerence features. It downloads only messages headers from the server initially, and then downloads the message body and attachments after the message is selected. |
|
|
Term
Internet Protocol Version 4 (IPv4) |
|
Definition
A connectionless Internetwork-layer protocol that provides source and destination addressing and routing for the TCP/IP protocol suite. Uses 32-bit dotted decimal addresses. |
|
|
Term
Internet Protocol Security (IPSec) |
|
Definition
An extension to IP that provides security by using authentication and encryption. It authenticates the identity of computers transmitting data with a password or some other form of credentials, and it encrypts data so that if packets are captured, the data will be unintelligible. |
|
|
Term
Internet Protocol Version 6 (IPv6) |
|
Definition
A connectionless Internetwork-layer protocol that provides source and destination addressing and routing for the TCP/IP protocol suite. Uses 128-bit hexadecimal addresses and has built-in security and QoS features. |
|
|
Term
|
Definition
A 32-bit dotted-decimal address used by IP to determine the network a host resides on and to identify hosts on the network at the Internetwork layer. |
|
|
Term
|
Definition
A component of a DHCP server, it's a range of IP addresses the server leases to clients requesting an IP address. |
|
|
Term
|
Definition
A field in the Transport-layer protocol header that specifies the source and destination Application-layer protocols that are used to request data and are the target of the request, respectively. |
|
|
Term
Post Office Protocol version 3 (POP3) |
|
Definition
An Application-layer protocol used by a client e-mail application to download messages from an e-mail server; operates on TCP port 110. |
|
|
Term
|
Definition
Rules and procedures for communication and behavior. Computers must use a common protocol and agree on the rules of communication. |
|
|
Term
|
Definition
A set of protocols working cooperatively to provide network communication. Protocols are "stacked" in layers in which each layer performs a unique function required for successful communication. Also called a protocol stack. |
|
|
Term
Remote Desktop Protocol (RDP) |
|
Definition
An Application layer protocol used to access a Windows computer remotely with the Windows GUI; uses TCP port 3389 |
|
|
Term
|
Definition
A configuration option for an IP address scope that ties an IP address to a MAC address. When a client requests an IP from the DHCP server, if a clients MAC address matches an address specified by a reservation, the reserved IP address is leased to the client instead of getting it from the scope. |
|
|
Term
|
Definition
Storage for recently resolved DNS data on a DNS client; used so that clients don't have to perform DNS lookups if host were resolved recently. |
|
|
Term
|
Definition
The data contained in the DNS zone, such as host records, MX records and NS records. |
|
|
Term
|
Definition
A secure Application layer protocol used to connect a device across a network via a command-line interface; uses TCP port 22. |
|
|
Term
|
Definition
The unit of information used by the Transport layer. A segment is passed up to the Application layer as data and passed down to the Internetwork layer, where it becomes a packet. |
|
|
Term
Server Message Block (SMB) |
|
Definition
An application layer protocol that Windows file and printer services use to share resources between Windows computers; uses TCP port 445. |
|
|
Term
Simple Mail Transfer Protocol (SMTP) |
|
Definition
The standard protocol for sending e-mail over the Internet. |
|
|
Term
Simple Network Management Protocol (SNMP) |
|
Definition
An Application layer protocol used to monitor and manage network devices and gather statistics about network traffic. It operates on UDP ports 161 and 162. |
|
|
Term
|
Definition
An unsecure Application layer protocol used to connect a device across a network via a command-line interface; uses TCP port 23. |
|
|
Term
|
Definition
A series of three packets used between a client and server to create a TCP connection. After the three-way handshake has been completed successfully, a connection is established between client and server applications, and data can be transferred. |
|
|
Term
Transmission Control Protocol (TCP) |
|
Definition
A connection-oriented Transport-layer protocol designed for reliable transfer of information in complex internetworks. |
|
|
Term
Transmission Control Protocol/Internet Protocol (TCP/IP) |
|
Definition
The most common protocol suite in use, TCP/IP is the default protocol in contemporary OSs and the protocol of the Internet. |
|
|
Term
User Datagram Protocol (UDP) |
|
Definition
A connectionless Transport-layer protocol designed for efficient communication of generally small amounts of data. |
|
|
Term
An IPv6 address is made up of how many bits?
A. 32 B. 48 C. 64 D. 128 E. 256 |
|
Definition
|
|
Term
Which Application layer protocol provides remote access to a Windows computer via the GUI.
a. Telnet
b. RDP
c. SSH
d. FTP |
|
Definition
b. RDP Remote desktop protocol |
|
|
Term
If a protocol is routable, which TCP/IP layer does it operate at?
A. Network Access B. Internetwork C. Transport D. Application |
|
Definition
|
|
Term
Which Application layer protocol is used to monitor and manage network devices, and what Transport layer protocol does it use.
a. SMTP, UDP
b. SNMP, TCP
c. SMTP, TCP
d. SMNP, UDP |
|
Definition
|
|
Term
Which TCP/IP model layer takes a large chunk of data from the Application layer and breaks it into smaller segments?
A. Network Access B. Internetwork C. Transport D. Application
|
|
Definition
|
|
Term
Which of the following protocols resolves logical addresses to physical addresses?
A. DHCP B. TCP C. IP D. DNS E. ARP |
|
Definition
|
|
Term
Which of the following protocols provides connectionless service? (Choose all that apply.)
A. IP B. UDP C. TCP D. SMTP |
|
Definition
|
|
Term
If you want to design an Application-layer protocol that provides fast, efficient communication and doesn't work with large amounts of data, what Transport-layer protocol would you design it to use? |
|
Definition
|
|
Term
Which of the following is the term for identifying packets used by TCP to establish a connection?
A. Port number indicators B. Multiwindow agreement C. Three-way handshake D. Sequencing establishment |
|
Definition
|
|
Term
What element of a DHCP server uses the client MAC address to ensure that the client is leased the same address each time it requests an IP address?
a. IP address scope
b. Address exclusion
c. Reservation
d. ARP mapping |
|
Definition
|
|
Term
Which of the following is the first packet sent when a computer wants to lease an IP address?
a. DHCPAsk
b. DHCPDiscover
c. DHCPRequest
d. DHCPOffer |
|
Definition
|
|
Term
Which of the following IPv6 features is an enhancement to IPv4? (Choose all that apply.)
A. Larger address space B. Works at the Internetwork and Transport layers C. Built-in security D. Connectionless communication |
|
Definition
|
|
Term
Which protocol can configure a computer's IP address and subnet mask automatically?
A. TCP B. IP C. ARP D. DNS E. DHCP |
|
Definition
|
|
Term
How many bits must be reallocated from host ID to network ID to create 16 subnets? |
|
Definition
|
|
Term
For the Class C network address 192.168.10.0, which of the following subnet masks provides 32 subnets?
A. 255.255.255.252 B. 255.255.255.248 C. 255.255.255.240 D. 255.255.255.224 |
|
Definition
|
|
Term
What type of packets are transmitted between DHCP client and server when a client is initially leasing an IP address?
a. Broadcast
b. Multicast
c. Unicast
d. Anycast |
|
Definition
|
|
Term
Which of the following accurately describes the .edu in the FQDN www.yc.edu?
a. Fully qualified domain name
b. Top level domain
c. Root domain
d. Second level domain |
|
Definition
|
|
Term
What's another name for a DNS client?
a. Alias
b. Reservation
c. DDNS
d. Resolver |
|
Definition
|
|
Term
What type of resource record is an alias for another record?
a. MX
b. AAAA
c. CNAME
d. PTR
|
|
Definition
|
|
Term
When a Windows computer is configured to use DHCP but no DHCP server is available, what type of address is configured automatically for it?
A. PAT B. APIPA C. NAT D. Static |
|
Definition
|
|
Term
Where does a DNS server look when it can't resolve a query from it's zone records or cache?
a. Root hints
b. Alternate server
c. Top-level domain
d. BIND |
|
Definition
|
|
Term
What does the Transport layer use to identify source and destination Application-layer protocols?
a. Checksum
b. TCP address
c. Port number
d. Root hints |
|
Definition
|
|
Term
Which of the following Application-layer protocols typically uses the UDP Transport-layer protocol? (Choose all the apply.)
A. HTTP B. DNS C. DHCP D. FTP |
|
Definition
|
|
Term
Which is the correct order of headers, from left to right, in a completed frame?
A. Frame, TCP, IP B. UDP, frame, IP C. TCP, IP, frame D. Frame, IP, UDP |
|
Definition
|
|
Term
|
Definition
|
|
Term
Which of the following is a task performed by the Network access layer? (Choose all that apply.) A. Verifies that incoming frames have the correct destination MAC address B. Defines and verifies IP addresses C. Transmits and receives bit signals D. Resolves MAC addresses by using IP addresses E. Delivers packets efficiently |
|
Definition
A. Verifies that incoming frames have the correct destination MAC address C. Transmits and receives bit signals |
|
|
Term
What field of the IP header does the Tracert program use to get the IP address of routers in the path?
A. Version B. TTL C. Checksum D. Protocol |
|
Definition
|
|
Term
Which of the following is NOT found in a connectionless Transport-layer protocol? (Choose all the apply.)
A. Three-way handshake B. Port numbers C. Checksum D. Acknowledgements |
|
Definition
A. Three-way handshake D. Acknowledgements |
|
|