Network Protocol Questions Flashcards
What does FTP mean and what is its function? What are some aspects of it?
- File Transfer Protocol
- File exchange
- Authenticates with a username and password
- Full featured functionality (list, add, delete, etc.)
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)
What does Telnet allow?
- Provides username & password authentication
- Transmits data in an unencrypted form
- Enables remote login and command execution
- Console access
The SMTP protocol is used for:
- Sending email messages from a client device
- Sending email messages between mail servers
What describes a system that maps domain names to various types of data, such as numerical IP addresses?
-DNS (Domain Name System)
Which network protocol enables users to retrieve the contents of an Internet page from a web server?
-HTTP (Hypertext Transfer Protocol)
What is the function of POP3?
-Email retrieval
IMAP is used for:
-Retrieving email messages from a mail server
What is the name of a network protocol that secures web traffic via SSL/TLS encryption?
-HTTPS (Hypertext Transfer Protocol Secure)
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 (Remote Desktop Protocol)
What is used when a WINS server tries to resolve a host name into an IP address on a Windows-based LAN?
-NetBIOS
True or False
The function of the NetBT protocol is to allow NetBIOS services to be used over TCP/IP networks.
-True
Characteristic features of SMB/CIFS?
- Used mainly by computers running Microsoft Windows operating systems
- Provides shared access to files, directories, and devices
What protocols permits automated discovery of networked services on Local Area Networks (LANs)?
-SLP (Service Location Protocol)
Name a file sharing network protocol?
- AFP (Apple Filing Protocol)
- SMB (Server Message Block)
- CIFS (Common Internet File System) (this is SMB)
- NetBIOS
- FTP (File Transfer Protocol)
A network protocol providing an alternative solution to the manual allocation of IP addresses is known as:
-DHCP (Dynamic Host Configuration Protocol)
LDAP is an example of a(n):
-Directory access protocol
A type of protocol used in network management systems to monitor network-attached devices is called:
-SNMP (Simple Network Management Protocol)
What does TCP mean, do, and what are some aspects of it?
- Transmission Control Protocol
- TCP transfers packets using IP
- Connection-oriented
- A session is started, sender and receiver communicate on data being sent
- If data sent is corrupted, the receiver doesn’t acknowledge it and the sender resends
What does UDP mean, do, and what are some aspects of it?
- User Datagram Protocol
- UDP transfers packets using IP
- speed and simplicity, connectionless (no session started, data is sent and received with no acknowledgement)
- no error checking because no acknowledgement
What does SSH mean? What is it?
- Secure Shell
- Encrypted communication link that allows remote logins
- A user can connect to a server to transfer information in a more secure manner than other methods
What does a client use to receive email?
- IMAP4 (Internet Message Access Protocol v4)
- POP3 (Post Office Protocol Version 3)
Advantage of IMAP4 over POP3?
-Includes management of email inbox from multiple clients
What does RDP mean and what does it do?
- Remote Desktop Protocol
- Share a desktop or application from a remote location