Network Services Flashcards

OBJ 2.4: Summarize services provided by networked hosts

1
Q

What is a file server?

A

A server configured to allow clients on the network to access and read/write to its disk (file share)

File servers provide centralized data storage for users on a network.

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

What is the purpose of a print server?

A

Provides printing functionality and can be a physical workstation or network infrastructure

Print servers manage print jobs and allow multiple users to share printers.

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

Which protocol is primarily used by Windows-based file and print servers?

A

NetBIOS or SMB

SMB is the Server Message Block protocol used for file sharing in Windows networks.

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

What ports does NetBIOS use?

A

Ports 137, 139

NetBIOS is used for file or printer sharing in a Windows network.

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

What protocol is used for Windows file and printer sharing services?

A

Server Message Block (SMB)

SMB operates over port 445.

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

What is Samba?

A

Provides the ability for a Linux or Unix server to host files or printers for Windows clients

Samba allows interoperability between Linux/Unix and Windows systems.

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

What ports are used by File Transfer Protocol (FTP)?

A

Ports 20, 21

FTP provides insecure file transfers over the internet.

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

What is the function of a web server?

A

Provides access to a website

Web servers handle HTTP requests from clients.

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

What port does HTTP use?

A

Port 80

HTTP is the foundation of data communication on the web.

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

What does HTTPS stand for and what port does it use?

A

HyperText Transfer Protocol Secure; Port 443

HTTPS is used for secure communication over a computer network.

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

What is Internet Information Services (IIS)?

A

Extensible web server software created by Microsoft

IIS supports HTTP, HTTP/2, and HTTPS protocols.

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

What is the most popular web server software today?

A

Apache

Apache is widely used due to its flexibility and open-source nature.

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

What is the function of an email server?

A

Set up to compose and send messages to another user

Email servers facilitate email communication over the internet.

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

What protocol specifies how emails should be delivered between mail domains?

A

Simple Mail Transfer Protocol (SMTP)

SMTP operates over port 25.

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

What does POP3 stand for and what port does it operate over?

A

Post Office Protocol 3; Port 110

POP3 is an older email retrieval protocol.

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

What is the Internet Message Access Protocol (IMAP)?

A

Mail retrieval protocol that operates over port 143

IMAP allows users to access their email on multiple devices.

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

What is Microsoft Exchange?

A

Mailbox server environment designed for Windows-based domain environments

Microsoft Exchange is commonly used in corporate settings.

18
Q

What is the 802.1x standard?

A

Standardized framework used for port-based authentication on wired and wireless networks

It enhances network security by controlling access.

19
Q

What is Lightweight Directory Access Protocol (LDAP)?

A

A database used to centralize information about clients and objects on the network

LDAP is often used for directory services.

20
Q

What is Active Directory (AD)?

A

Used to organize and manage the network, including clients, servers, devices, users, and groups

AD is a directory service developed by Microsoft.

21
Q

What does RADIUS stand for?

A

Remote Authentication Dial-In User Service

RADIUS provides centralized administration of authentication services.

22
Q

What is the role of Kerberos?

A

Authentication protocol used by Windows for mutual authentication using tickets

Kerberos can be a single point of failure if the domain controller fails.

23
Q

What is the purpose of a Remote Access Server?

A

Allows remote devices to connect to a network

It supports various protocols for remote connections.

24
Q

What is Telnet and which port does it use?

A

Sends text-based commands to remote devices; Port 23

Telnet is considered insecure and should not be used for secure devices.

25
What does SSH stand for and what is its purpose?
Secure Shell; encrypts all communications between client and server ## Footnote SSH operates over port 22.
26
What does the Remote Desktop Protocol (RDP) provide?
Graphical interface to connect to another computer over a network ## Footnote RDP operates over port 3389.
27
What is a Proxy Server?
Creates a network connection between an end user’s client machine and a remote resource ## Footnote Proxy servers can enhance security and performance.
28
What is a Load Balancer?
Distributes incoming requests across several servers ## Footnote It helps defend against DoS and DDoS attacks.
29
What does DoS stand for?
Denial of Service ## Footnote It involves flooding systems with requests to cause a crash.
30
What is the difference between DoS and DDoS?
DoS involves a single attacker; DDoS involves multiple attackers ## Footnote DDoS attacks can be more difficult to mitigate.
31
What is an Intrusion Prevention System (IPS)?
Works for small-scale attacks against DoS ## Footnote IPS identifies and prevents potential threats.
32
What is Unified Threat Management (UTM)?
Conducts security functions within a single device or network appliance ## Footnote UTM simplifies security management.
33
What is a Legacy System?
A computer system no longer supported by its vendor ## Footnote Legacy systems require mitigations to remain operational.
34
What is a Proprietary System?
System owned by its developer or vendor ## Footnote Proprietary systems typically restrict access to their source code.
35
What does ICS stand for?
Industrial Control System ## Footnote ICS is used to control machinery and automate processes.
36
What is a Human-Machine Interface (HMI)?
Local control panel or software that runs on a computer ## Footnote HMIs allow operators to interact with machinery.
37
What is a Programmable Logic Controller (PLC)?
Type of digital computer used in industrial settings for automation ## Footnote PLCs can control assembly lines and robotics.
38
What is the function of a System-on-a-Chip?
Integrates multiple logical controllers onto a single chip ## Footnote This includes processor, memory, and storage functionalities.
39
What is an embedded system?
Computer system designed to perform specific and dedicated functions ## Footnote Embedded systems are typically static and require infrequent changes.
40
What does RTOS stand for?
Real-time Operating System ## Footnote RTOS prioritizes deterministic execution for time-critical tasks.