Network Protocol Quiz Flashcards
What is the function of FTP (File Transfer Protocol)?
File Exchange
A type of cryptographic network protocol for secure data communication, remote command-line login, remote command execution, and other secure network services between two networked computers is known as:
SSH (Secure Shell)
A network protocol for secure file transfer over Secure Shell (SSH) is called:
SFTP (Secure File Transfer Protocol)
Telnet: (Select 3 answers)
Provides username & password authentication
Transmits data in an unencrypted form
Enables remote login and command execution
The SMTP Protocol is used for: (Select 2 answers)
Sending email messages between mail servers
Sending email messages from a client device
Which of the following answers refers to a system containing mappings of domain names to various types of data, such as numerical IP addresses?
DNS (Domain Name Service)
A network protocol providing an alternative solution to the manual allocation of IP addresses is called:
DHCP (Dynamic Host Configuration Protocol)
What are the characteristic features of TFTP? (Select 2 answers)
Provides no security features
A very basic form of file sharing protocol
Which network protocol enables retrieving contents of an Internet page from a web server?
HTTP (Hypertext Transfer Protocol)
POP3 is used for:
Email retrieval
Which of the answers below refers to a network protocol used for synchronizing clocks for a computer network?
NTP (Network Time Protocol)
Which of the following answers refer to IMAP4? (Select 2 answers)
Offers improved functionality in comparison to POP3
Serves the same function as POP3
A type of protocol used in network management systems for monitoring network-attached devices is known as:
SNMP (Simple Network Management Protocol)
LDAP (Lightweight Directory Access Protocol) is an example of:
Directory access protocol
What is the name of a network protocol that secures web traffic via SSL/TLS encryption?
HTTPS (Hypertext Transfer Protocol Secure)
What are the characteristics for SMB/CIFS? (Select all that apply)
Provides shared access to files, directories, and devices
Used mainly by computers running Microsoft Windows operating systems
Which of the following answers refers to an SSL/TLS-based directory access protocol?
LDAPS (Lightweight Directory Access Protocol)
Which of the following answers refers to a Microsoft-proprietary remote-access protocol providing a user with graphical interface for connecting to another computer over a network?
RDP (Remote Desktop Protocol)
Which of the following answers refers to a protocol used for managing real-time sessions that include voice, video, application sharing or instant messaging services?
SIP (Session Initiation Protocol)
Which of the answers listed below refers to a secure replacement for Telnet?
SSH (Secure Shell)
Which of the following answers refers to a protocol used by routers, hosts, and network devices to generate error messages and troubleshoot problems with delivery of IP packets?
ICMP (Internet Control Message Protocol)
Which of the following answers refers to a tunneling protocol?
GRE (Generic Routing Encapsulation)
Which part of the IPsec protocol suite provides authentication and integrity?
AH (Authentication Header)
Which part of IPsec provides authentication, integrity, and confidentiality?
ESP (Encapsulating Security Payload)
Which of the IPsec modes provides entire packet encryption?
Tunnel
An IPsec mode providing encryption only for the payload (the data part of the packet) is known as:
Transport Mode
User Datagram Protocol (UDP) is a connection-oriented protocol using a three-way handshake, which is a set of initial steps required to establish network connection. UDP support retransmission of lost packets, flow control (managing the amount of data that is being sent), and sequencing (rearranging packets taht arrived out of order.
False
Transmission Control Protocol (TCP) is an example of a connectionless protocol. Because TCP does not support a three-way handshake while establishing a network connection, it is referred to as an unreliable or best-effort protocol.
False