Networking Practice Questions Flashcards
When using TCP, two hosts first establish a connection through a three-way handshake. This handshake process is established in the following order:
-The first host sends a SYN packet asking to create a new session.
-The receiving host replies with a SYN-ACK packet acknowledging that the session can be created.
-The first host replies with the ACK packet, which then opens the session.
Each packet contains a packet header, which is a special label that defines the sender, receiver, and data chunk order.
true
A SYN packet and an ACK packet are part of the TCP three-way handshake process to establish a connection between two hosts.
true
Information about how to deliver the packet is the IP protocol’s responsibility.
true
Trivial File Transfer Protocol (TFTP) is a simple protocol for exchanging files between two TCP/IP machines. It is not contained in a packet’s header.
true
User Datagram Protocol (UDP)
is a Transport layer protocol that uses a simple connectionless communication model with a minimal protocol mechanism. This makes it suitable for streaming video or sound. Guaranteed data delivery is not as important as fast transmissions.
Transport Layer Protocol (TCP)
is a Transport layer protocol that provides reliable, ordered, and error-checked data delivery. Guaranteed data delivery is more important than fast transmissions.
Internet Control Message Protocol (ICMP)
is an Internet layer protocol used by network devices, including routers, to send error messages and operational information. For example, ICMP may state that a service is unavailable or a host couldn’t be reached.
File Transfer Protocol (FTP)
is an Application layer protocol used to transfer computer files between hosts.
Domain Name System
(DNS)
Dynamic Host Configuration Protocol
(DHCP)
Lightweight Directory Access Protocol
(LDAP)
Simple Network Management Protocol
(SNMP)
Clients use DHCP to request an IP address, and servers use DHCP to provide an IP address.
true
SNMP
is used to collect information about managed devices on IP networks. SNMP can also modify settings to change a network device’s behavior.