Network Services Flashcards
OBJ 2.4: Summarize services provided by networked hosts
What is a file server?
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.
What is the purpose of a print server?
Provides printing functionality and can be a physical workstation or network infrastructure
Print servers manage print jobs and allow multiple users to share printers.
Which protocol is primarily used by Windows-based file and print servers?
NetBIOS or SMB
SMB is the Server Message Block protocol used for file sharing in Windows networks.
What ports does NetBIOS use?
Ports 137, 139
NetBIOS is used for file or printer sharing in a Windows network.
What protocol is used for Windows file and printer sharing services?
Server Message Block (SMB)
SMB operates over port 445.
What is Samba?
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.
What ports are used by File Transfer Protocol (FTP)?
Ports 20, 21
FTP provides insecure file transfers over the internet.
What is the function of a web server?
Provides access to a website
Web servers handle HTTP requests from clients.
What port does HTTP use?
Port 80
HTTP is the foundation of data communication on the web.
What does HTTPS stand for and what port does it use?
HyperText Transfer Protocol Secure; Port 443
HTTPS is used for secure communication over a computer network.
What is Internet Information Services (IIS)?
Extensible web server software created by Microsoft
IIS supports HTTP, HTTP/2, and HTTPS protocols.
What is the most popular web server software today?
Apache
Apache is widely used due to its flexibility and open-source nature.
What is the function of an email server?
Set up to compose and send messages to another user
Email servers facilitate email communication over the internet.
What protocol specifies how emails should be delivered between mail domains?
Simple Mail Transfer Protocol (SMTP)
SMTP operates over port 25.
What does POP3 stand for and what port does it operate over?
Post Office Protocol 3; Port 110
POP3 is an older email retrieval protocol.
What is the Internet Message Access Protocol (IMAP)?
Mail retrieval protocol that operates over port 143
IMAP allows users to access their email on multiple devices.
What is Microsoft Exchange?
Mailbox server environment designed for Windows-based domain environments
Microsoft Exchange is commonly used in corporate settings.
What is the 802.1x standard?
Standardized framework used for port-based authentication on wired and wireless networks
It enhances network security by controlling access.
What is Lightweight Directory Access Protocol (LDAP)?
A database used to centralize information about clients and objects on the network
LDAP is often used for directory services.
What is Active Directory (AD)?
Used to organize and manage the network, including clients, servers, devices, users, and groups
AD is a directory service developed by Microsoft.
What does RADIUS stand for?
Remote Authentication Dial-In User Service
RADIUS provides centralized administration of authentication services.
What is the role of Kerberos?
Authentication protocol used by Windows for mutual authentication using tickets
Kerberos can be a single point of failure if the domain controller fails.
What is the purpose of a Remote Access Server?
Allows remote devices to connect to a network
It supports various protocols for remote connections.
What is Telnet and which port does it use?
Sends text-based commands to remote devices; Port 23
Telnet is considered insecure and should not be used for secure devices.