Core 1: Network Protocols Flashcards
What is the function of FTP?
- Email service
- Directory access
- Serving of web pages
- File exchange
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:
- TFTP
- SSH
- Telnet
- RDP
SSH
Telnet: (Select 3 answers)
- Encrypts network connection
- Provides username & password authentication
- Transmits data in an unencrypted form
- Does not provide authentication
- Enables remote login and command execution
- 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
- Providing name resolution services
- Serving of web pages
- Retrieving email messages from mail servers
- Sending email messages from a client device
- Sending email messages between mail servers
- Sending email messages from a client device
Which of the following describes a system that maps domain names to various types of data, such as numerical IP addresses?
- TCP/IP
- DNS
- SQL
- DHCP
-DNS
Which network protocol enables users to retrieve the contents of an Internet page from a web server?
- SNMP
- HTTP
- SMTP
- IMAP
HTTP
What is the function of POP3?
- Email retrieval
- File exchange
- Directory access
- Name resolution
Email retrieval
IMAP is used for:
- Serving web pages
- Translating domain names into IP addresses
- Retrieving email messages from a mail server
- Sending email messages
Retrieving email messages from a mail server
What is the name of a network protocol that secures web traffic via SSL/TLS encryption?
- SFTP
- HTTPS
- FTPS
- SNMP
HTTPS
Which of the following is a Microsoft-proprietary remote-access protocol providing users with a graphical interface that allows them to connect to another computer on a network?
- RDP
- SSH
- VNC
- Telnet
RDP
Which of the following is used when a WINS server tries to resolve a host name into an IP address on a Windows-based LAN?
- DNS
- TCP/IP
- NetBIOS
- DHCP
NetBIOS
The function of the NetBT protocol is to allow NetBIOS services to be used over TCP/IP networks.
True or False?
True
Which of the following are characteristic features of SMB/CIFS? (Select 2 answers)
- Used mainly by computers running Linux distributions
- Provides shared access to files, directories, and devices
- Enables connectivity over SAN
- Used mainly by computers running Microsoft Windows operating systems
- Enables voice and multimedia communications over IP networks
- Provides shared access to files, directories, and devices
- Used mainly by computers running Microsoft Windows operating systems
Which of the following protocols permits automated discovery of networked services on Local Area Networks (LANs)?
- SMB
- AFP
- CIFS
- SLP
SLP
Which of the following is a file sharing network protocol?
- RDP
- SSH
- AFP
- SLP
AFP
A network protocol providing an alternative solution to the manual allocation of IP addresses is known as:
- DNS
- SNMP
- NAT
- DHCP
DHCP
LDAP is an example of a(n):
- Authentication protocol
- Address resolution protocol
- Directory access protocol
- File exchange protocol
Directory access protocol
A type of protocol used in network management systems to monitor network-attached devices is called:
- SMB
- NTP
- SNMP
- RDP
SNMP
Transmission Control Protocol (TCP) is an example of a connectionless protocol. Because TCP doesn’t support a three-way handshake while establishing a network connection, it is referred to as an unreliable or best-effort protocol.
True or False?
False
User Datagram Protocol (UDP) is a connection-oriented protocol using a three-way handshake, a set of initial steps required to establish a network connection. UDP supports retransmission of lost packets, flow control (managing the amount of data that is being sent), and sequencing (rearranging packets that arrived out of order).
True or False?
False