Networking Flashcards
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:
Secure Shell (SSH) protocol is a method for securely sending commands to a computer over an unsecured network. SSH uses cryptography to authenticate and encrypt connections between devices.
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
Remember Telnet is UNENCRYPTED!
Which of the answers listed below refers to a secure replacement for Telnet?
-CHAP
- FTP
- SNMP
- SSH
- SSH is a secure alternative for Telnet
Secure Shell (SSH) protocol is a method for securely sending commands to a computer over an unsecured network. SSH uses cryptography to authenticate and encrypt connections between devices.
The SMTP protocol is used for: (Select 2 answers)
- Sending email messages between mail servers
- 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
Simple Mail Transfer Protocol (SMTP): Remember SMTP is for SENDING!
Which of the following answers refers to a system containing mappings of domain names to various types of data, such as numerical IP addresses?
- TCP/IP
- DNS
- SQL
- DHCP
- DNS
Domain Name System contains mappings of DOMAIN NAMES
A network protocol providing an alternative solution to the manual allocation of IP addresses is known as:
- DNS
- SNMP
- NAT
- DHCP
- DHCP: Dynamic Host Configuration Protocol
Is a client/server protocol that automatically provides an Internet Protocol (IP) host with its IP address and other related configuration information such as the subnet mask and default gateway.
Which network protocol enables retrieving contents of an Internet page from a web server?
- SNMP
- HTTP
- SMTP
- IMAP
- HTTP:
The Hypertext Transfer Protocol (HTTP) is the foundation of the World Wide Web, and is used to load webpages using hypertext links.
HTTP is an application layer protocol designed to transfer information between networked devices and runs on top of other layers of the network protocol stack.