2.4 Network Services Flashcards
Define a print server.
A server that could be either a physical workstation or network infrastructure that provides printing functionality
What protocol do Windows-based file and print servers rely on?
NetBIOS protocol or SMB
What does Samba software do?
Provides the ability for a Linux or Unix server to be able to host files or printers that can then be used by Windows clients running the SMB protocol
What sort of server allows for printing anywhere in the world?
IP-based file and printer sever/Cloud printing
Define a web server.
Any server that provides access to a website
What is Internet Information Services (IIS)?
Extensible web server software, created by Microsoft (HTTP, HTTP/2 and HTTPS)
What is the current most popular way to run a web server?
The Apache open-source cross-platform web server
What is the NGINX web server generally used for?
Reverse proxy, load balancer, mail proxy and HTTP cache
What does a web browser see when it connects to a server?
A digital certificate to create a random code
What does URL do?
Combines the fully qualified domain name with a protocol at the beginning
What mail protocol is specifically for retrieval?
IMAP
Which email protocol specifies how emails should be delivered from one mail domain to another?
SMTP
Give some options for authentication to an AAA server.
- Something you know
- Something you are
- Something you have
- Something you do
- Somewhere you are
What is 802.1x?
A standardised framework used for port-based authentication on wired and wireless networks
What is Lightweight Directory Access Protocol (LDAP)?
A database used to centralise information about clients and objects on the network.
Why would you use Active Directory (AD)?
To organise and manage the network, including clients, servers, devices, users and groups
What does RADIUS do?
Provides centralised administration of dial-up, VPN and wireless authentication services for 802.1x and the EAP
What layer does RADIUS operate at, and how does it utilise UDP?
It operates at the application layer and utilises UDP for making connections
What is TACACS+?
A proprietary version of RADIUS that can perform the role of an authenticator in 802.1x networks.
Contrast RADIUS and TACACS+.
RADIUS: Relies on UDP, combines authentication and authorisation, does not support all network protocols, has cross-platform capability
TACACS+: Relies on TCP, separates the three As, supports all network protocols, exclusive to Cisco devices
Define authorisation.
Giving a user access to a certain piece of data or certain areas of a building.
What is Kerberos?
An authentication protocol used by Windows to provide for two-way (mutual) authentication using a system of tickets
What can be a single point of failure for Kerberos?
A domain controller.
What is accounting?
Tracking data, computer usage and network resources
What is the term for when you have proof that someone has taken an action?
Non-repudiation.
Name the five types of remote access servers.
- Telnet Port 23
- Secure Shell (SSH) Port 22
- Remote Desktop Protocol (RDP) Port 3389
- Virtual Network Computing (VNC) Port 5900
- Terminal Emulator (TTY)