Network Protocols Flashcards

1
Q

What is the function of FTP?

Email service
Directory access
Serving of web pages
File exchange

A

File Exchange

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

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

A

SSH

Secure Shell is a network communication protocol that enables two computers to communicate (c.f http or hypertext transfer protocol, which is the protocol used to transfer hypertext such as web pages) and share data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

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

A

Provides username & password authentication
Transmits data in an unencrypted form
Enables remote login and command execution

is commonly used by terminal emulation programs that allow you to log into a remote host. Now replaced by more secure SSH.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which of the answers listed below refers to a secure replacement for Telnet?
CHAP
FTP
SNMP
SSH

A

SSH

Secure Shell is a network communication protocol that enables two computers to communicate (c.f http or hypertext transfer protocol, which is the protocol used to transfer hypertext such as web pages) and share data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

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

A

Sending email messages between mail servers
Sending email messages from a client device

A simple mail transfer protocol (SMTP) server is a communication protocol that enables you to send and receive emails. Without an SMTP server, you can’t send your email to recipients. The server also examines if an active email account is transmitting the outbound message.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

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

A

DNS

A Domain Name System (DNS) turns domain names into IP addresses, which allow browsers to get to websites and other internet resources. Every device on the internet has an IP address, which other devices can use to locate the device.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

A network protocol providing an alternative solution to the manual allocation of IP addresses is known as:

DNS
SNMP
NAT
DHCP

A

DHCP

Dynamic Host Configuration Protocol (DHCP) is a network protocol that is used to configure network devices to communicate on an IP network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Which network protocol enables retrieving contents of an Internet page from a web server?

SNMP
HTTP
SMTP
IMAP

A

HTTP

Hypertext Transfer Protocol (HTTP) is a method for encoding and transporting information between a client (such as a web browser) and a web server. HTTP is the primary protocol for transmission of information across the Internet.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

POP3 protocol is used for:

Name resolution
Sending email messages
File exchange
Email retrieval

A

Email retrieval

What is POP3?
Post Office Protocol 3, or POP3, is the most commonly used protocol for receiving email over the internet.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Which of the following is in use when a WINS server tries to resolve a host name into an IP address on a Windows-based LAN?

DNS
TCP/IP
NetBIOS
DHCP

A

NetBios

Network Basic Input/Output System. The primary purpose of NetBIOS is to allow applications on separate computers to communicate and establish sessions to access shared resources, such as files and printers, and to find each other over a local area network (LAN).

WINS: Windows Internet Name Service (WINS) is a legacy computer name registration and resolution service that maps computer NetBIOS names to IP addresses

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

The function of the NetBT protocol is to allow NetBIOS services to be used over TCP/IP networks.
True
False

A

True

NetBios over TCP/IP
NetBT is an acronym that means “NetBios over TCP/IP”. NetBios stands for “Network Basic Input Output System”. TCP/IP stands for “Transport Control Protocol/Internet Protocol”.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Which of the following answers refer to IMAP4? (Select 2 answers)

Offers improved functionality in comparison to POP3
Serves the same function as POP3
Enables sending email messages from client devices
Offers less functions than POP3
Enables email exchange between mail servers

A

Offers improved functionality in comparison to POP3
Serves the same function as POP3

IMAP4 clients can create, rename, and delete mailboxes (usually presented to the user as folders) on the server, and copy messages between mailboxes. Multiple mailbox support also allows servers to provide access to shared and public folders.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

A type of protocol used in network management systems for monitoring network-attached devices is called:

SMB
NTP
SNMP
RDP

A

SNMP

SNMP is used to collect data related to network changes or to determine the status of network-connected devices. Collecting this data can help IT professionals keep their finger on the pulse of all their managed devices and applications.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Of the three existing versions of the Simple Network Management Protocol (SNMP), versions 1 and 2 (SNMPv1 and SNMPv2) offer authentication based on community strings sent in an unencrypted form (in cleartext). SNMPv3 provides packet encryption, authentication, and hashing mechanisms that allow for checking whether data has changed in transit (i.e., data integrity).

True
False

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the name of a network protocol that secures web traffic via SSL/TLS encryption?

SFTP
HTTPS
FTPS
SNMP

A

HTTPS

Hypertext Transfer Protocol Secure (https) is a combination of the Hypertext Transfer Protocol (HTTP) with the Secure Socket Layer (SSL)/Transport Layer Security (TLS) protocol.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are the characteristics of SMB/CIFS? (Select all that apply)

Used mainly by computers running Linux distributions
Provides shared access to files, directories, and devices
Used mainly by computers running Microsoft Windows operating systems
Enables voice and multimedia communications over IP networks

A

Provides shared access to files, directories, and devices
Used mainly by computers running Microsoft Windows operating systems

CIFS (Common Internet File System) is a version of SMB (or dialect of SMB) introduced by Microsoft in 1996 with the release of Windows 95. The protocol allows client systems to communicate with server systems over a network, enabling the use of file and print services.

17
Q

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
SSH
VNC
Telnet

A

RDP

Remote Desktop Protocol (RDP) that’s used for communication between the Terminal Server and the Terminal Server Client.

18
Q

Transmission Control Protocol (TCP) is a connection-oriented protocol using a three-way handshake, which is a set of initial steps required to establish network connection. TCP 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
False

A

True

Transmission Control Protocol (TCP) is a communications standard that enables application programs and computing devices to exchange messages over a network. It is designed to send packets across the internet and ensure the successful delivery of data and messages over networks.

19
Q

User Datagram Protocol (UDP) is an example of a connectionless protocol. Because UDP does not support a three-way handshake while establishing a network connection, it is referred to as an unreliable or best-effort protocol.

True
False

A

True

User Datagram Protocol (UDP) is a communications protocol for time-sensitive applications like gaming, playing videos, or Domain Name System (DNS) lookups. UDP results in speedier communication because it does not spend time forming a firm connection with the destination before transferring the data.

20
Q

Which of the following answers refer to connection-oriented protocols? (Select 2 answers)

DHCP
SSH
TFTP
UDP
HTTPS

A

DHCP
TFTP

Trivial File Transfer Protocol (TFTP) is a simple protocol that provides basic file transfer function with no user authentication.

21
Q

Which of the answers listed below refer to common applications that make use of TCP? (Select 3 answers)

Online gaming
Video conferencing
File transfer
Voice over IP (VoIP)
Email communication
Web browsing
Live streaming

A

FIle Transfer
Email Communication
Web Browsing

Voice over Internet Protocol (VoIP), is a technology that allows you to make voice calls using a broadband Internet connection instead of a regular (or analog) phone line.

22
Q

Which of the following answers refer(s) to common applications of UDP? (Select all that apply)

File transfer
Email communication
Web browsing
Video conferencing
Live streaming
Online gaming
Voice over IP (VoIP)

A

Video conferencing
Live Streaming
Voice Over IP (VOIP)

Voice over Internet Protocol (VoIP), is a technology that allows you to make voice calls using a broadband Internet connection instead of a regular (or analog) phone line.