2.4 - Network Services Flashcards
What is a common feature of almost every data center?
Almost every data center has a DNS server, which is responsible for converting fully qualified domain names to IP addresses.
What does DNS stand for and what is its primary function?
DNS stands for Domain Name System. Its primary function is to convert fully qualified domain names into IP addresses.
How does DNS work in the context of web browsing?
When you type a domain name into a browser, the browser queries the DNS server for the IP address of that domain. The server provides the IP address, allowing the browser to communicate with the web server.
Why might an organization have multiple DNS servers?
Multiple DNS servers are used to ensure the DNS service is always available and to manage the distributed nature of the naming system.
What does DHCP stand for and what is its role?
DHCP stands for Dynamic Host Configuration Protocol. It automatically assigns and configures IP address settings on devices within a network.
Where might you find a DHCP server besides a home router?
In an enterprise IT environment, multiple DHCP servers are used for redundancy and to ensure continuous service availability.
What does a file server do?
A file server is a centralized storage device that allows users to store and access files over a network.
What protocols are commonly used to access file servers?
In Windows environments, SMB (Server Message Block) is used. In Mac OS, AFP (Apple Filing Protocol) is commonly used.
What is the purpose of a print server?
A print server connects printers to the network so that multiple users can access and use the printer. It may be hardware or software-based.
What protocols might be used with a print server?
Protocols include SMB (Server Message Block), IPP (Internet Printing Protocol), and LPD (Line Printer Daemon).
What is the function of a mail server?
A mail server is responsible for sending and receiving emails for an organization. It is critical for communication and often managed by IT teams or outsourced to ISPs or cloud services.
What is syslog used for?
Syslog is a protocol for consolidating log files from different systems into a centralized database.
What does SIEM stand for and what is its purpose?
SIEM stands for Security Information and Event Management. It is used to collect, store, and analyze log files from various systems.
What role do web servers play in an enterprise environment?
Web servers respond to browser requests using protocols like HTTP and HTTPS, and they build or serve web pages using languages like HTML or HTML5.
What is an authentication server and why is it important?
An authentication server centralizes usernames and passwords for accessing multiple services. It is crucial for security and access management in an enterprise environment.