Network Protocol Questions Flashcards

1
Q

What does FTP mean and what is its function? What are some aspects of it?

A
  • File Transfer Protocol
  • File exchange
  • Authenticates with a username and password
  • Full featured functionality (list, add, delete, etc.)
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:

A

-SSH (Secure Shell)

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

What does Telnet allow?

A
  • Provides username & password authentication
  • Transmits data in an unencrypted form
  • Enables remote login and command execution
  • Console access
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

The SMTP protocol is used for:

A
  • Sending email messages from a client device

- Sending email messages between mail servers

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

What describes a system that maps domain names to various types of data, such as numerical IP addresses?

A

-DNS (Domain Name System)

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

Which network protocol enables users to retrieve the contents of an Internet page from a web server?

A

-HTTP (Hypertext Transfer Protocol)

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

What is the function of POP3?

A

-Email retrieval

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

IMAP is used for:

A

-Retrieving email messages from a mail server

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

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

A

-HTTPS (Hypertext Transfer Protocol Secure)

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

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?

A

-RDP (Remote Desktop Protocol)

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

What is used when a WINS server tries to resolve a host name into an IP address on a Windows-based LAN?

A

-NetBIOS

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

True or False

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

A

-True

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

Characteristic features of SMB/CIFS?

A
  • Used mainly by computers running Microsoft Windows operating systems
  • Provides shared access to files, directories, and devices
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What protocols permits automated discovery of networked services on Local Area Networks (LANs)?

A

-SLP (Service Location Protocol)

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

Name a file sharing network protocol?

A
  • AFP (Apple Filing Protocol)
  • SMB (Server Message Block)
  • CIFS (Common Internet File System) (this is SMB)
  • NetBIOS
  • FTP (File Transfer Protocol)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

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

A

-DHCP (Dynamic Host Configuration Protocol)

17
Q

LDAP is an example of a(n):

A

-Directory access protocol

18
Q

A type of protocol used in network management systems to monitor network-attached devices is called:

A

-SNMP (Simple Network Management Protocol)

19
Q

What does TCP mean, do, and what are some aspects of it?

A
  • 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
20
Q

What does UDP mean, do, and what are some aspects of it?

A
  • 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
21
Q

What does SSH mean? What is it?

A
  • 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
22
Q

What does a client use to receive email?

A
  • IMAP4 (Internet Message Access Protocol v4)

- POP3 (Post Office Protocol Version 3)

23
Q

Advantage of IMAP4 over POP3?

A

-Includes management of email inbox from multiple clients

24
Q

What does RDP mean and what does it do?

A
  • Remote Desktop Protocol

- Share a desktop or application from a remote location

25
Q

What does DNS mean and what does it do?

A
  • Domain Name System

- Converts names to IP addresses

26
Q

What does SLP mean and what does it do?

A
  • Service Location Protocol

- It allows clients to locate servers and other services on the network.

27
Q

What does SNMP mean and what does it do?

A
  • Simple Network Management Protocol
  • Gather stats from network devices
  • SNMP examines and changes configuration parameters of LAN and WAN connected repeaters, bridges, routers, switches, and other devices connected to a network.
28
Q

What does LDAP mean and what does it do?

A
  • Lightweight Directory Access Protocol

- Store and retrieve information in a network directory

29
Q

True or False

Is LDAP commonly used in Microsoft Active Directory?

A

-True

30
Q

What does DHCP mean and what does it do?

A
  • Dynamic Host Configuration Protocol
  • Auto configs IP address, subnet mask and other options
  • Dynamic, meaning IP addresses are assigned in real-time from a pool
  • Each system is given a lease and must renew at set intervals
31
Q

What is DHCP reservation?

A
  • Can reserve IP addresses by using MAC address in the DHCP server
  • Quickly manage addresses from one location
32
Q

What does NetBIOS do?

A
  • Allows computers and applications to communicate with network hardware, and allows data to transmit properly over a network
  • Older systems use this, newer systems use SMB
33
Q

What does SMB mean and what does it do?

A
  • Server Message Block
  • Common network communications method used on Microsoft operating systems allowing those computers to communicate with other SMB computers. AKA File sharing, printer sharing, etc.
  • Like NetBIOS but modern and better
34
Q

What is CIFS?

A
  • SMB (Server Message Block)

- File sharing over IP between computers that use it

35
Q

What does AFP mean and what does it do?

A
  • Apple Filing Protocol
  • File sharing between systems that use it.
  • Used in Apple systems
  • Works with SLP (Service Location Protocol)
36
Q

What is Telnet?

A
  • Telecommunication Network
  • A terminal emulation that enables a user to connect to a remote host or device using a telnet client.
  • Unencrypted, data is transmitted in clear text
  • SSH is similar but SSH is encrypted