Services Provided by Network Devices Flashcards
What network resources can a server provide access to?
What are the components of a FQDN?
What is IoT?
IoT is a system of connected computing devices and other things that use unique identifiers and the ability to send data over a network without requiring human interaction.
What are the most common IoT communication protocols?
What CPUs can be used in an embedded system?
Domain Name System
Translates hostnames to IP addresses
Fully Qualified Domain Name (FQDN)
Host names inside domains that are added to the beginning of the domain name. For example, any name given that is placed in front of Microsoft.com, such as support.Microsoft.com, is a fully qualified domain name.
Forward lookup zone
DNS record that matches a hostname to its IP address
Reverse lookup zone
DNS record that matches a IP address to its hostname
Dynamic Host Configuration Protocol (DHCP)
Automatically assigns the IP configuration when a device connects to the network
Simple Mail Transfer Protocol (SMTP)
-The Internet standard protocol for transferring e-mail messages between hosts.
-SMTP assumes that both host and client are constantly connected, but you can use both permanent and dial-up connections to an SMTP host.
-Used for outgoing emails and operates on port 25
Post Office Protocol version 3 (POP3)
-A mail-drop protocol designed to work with clients that are not always connected to the network.
-It allows a mail server to receive mail messages and store them on a server until the client comes back on line and requests them.
-Used for incoming emails and operates on port 110.
-Emails are downloaded to the local computer and then removed from the email server.
Internet Message Access Protocol (IMAP)
Like POP3, IMAP4 is a protocol that allows a client to download messages from a server. (It does not allow you to send messages.) IMAP4 is much more powerful than POP3. For example, with IMAP4, you can open all folders in your mailbox, not just the Inbox, as well as public folders on the server.
Used for incoming emails and operates on port 143. Emails are kept on the email server allowing users to access their email from multiple devices.
Load balancer
-Load balancing is the capability of a router to distribute traffic over all of its network ports that are the same metric from the destination address.
-Internet appliance that monitors servers and distributes network traffic so one server does not get overwhelmed
Spam gateway
Internet appliance that monitors incoming and outgoing emails to reduce the amount of spam affecting the network.
Proxy server
-A computer on the network that keeps a cache of resolved names and responds to queries for names outside the local subnet.
-An internet appliance typically configured to monitor all incoming and outgoing network traffic and determines if the traffic is allowed or not.
Unified Threat Management (UTM) Appliance
combines multiple functions into one single device.
Internet of Things (IoT)
IoT is a system of connected computing devices and other things that use unique identifiers and the ability to send data over a network without requiring human interaction.
Internet of Everything (IoE)
IoE is another name for IoT.
Embedded System
-complete computer system that is designed to perform a specific dedicated task.
Application-specific integrated circuit (ASIC)
-created to perform a single function
System-on-chip (SoC)
A System-on-chip incorporates all components on the board
Field-Programmable Gate Array (FPGA)
A field-programmable gate array is physically setup like a ASIC or SoC, but the programming is configured by the end-user.
Industrial Control Systems (ICS)
Industrial control systems (ICSs) handle the workflow and automation process for all sorts of machinery.
Programmable logic controller (PLC)
PLC is a specialized controller that can be programmed to perform specific tasks. Multiple PLCs can be combined and configured to work together to carry out complex tasks.
Supervisory control and data acquisition (SCADA)
SCADA controllers are used to monitor and control PLC systems. They gather data and adjust the system based on the data acquired from sensors.
Human-machine interface (HMI)
The HMI can be either a touch-screen control panel or software running on a typical computer system. The HMI allows the operator to make configuration changes in the ICS.
Distributed control system (DCS)
A DCS is a customized all-in-one package that contains the needed PLCs, SCADA controller, and HMI.
Modbus
Modbus is a special network protocol that controller systems use to communicate with each other.
-one of the key components for any network
- is a computer with a special operating system that can provide different roles on the network
-Depending on the needs of the network, a single ____________ can handle multiple roles or one specific role
server
Providing and managing access to _____ is one of the more common roles you can configure servers to handle
files and folders
_____ can be stored on the server in _____ that are then shared to other users on the network.
-files
-folders
When sharing _____ on the network, you can set permissions (such as read-only, write access, or full control) to manage user access. In some instances, it may be necessary to explicitly deny users access to certain _____.
-folders
-folders
You can also configure access to network _____ from outside the network if needed
folders
You can use the _____ for this or you can configure the Remote Web Access role on a Windows server to provide remote access to network folders.
File Transfer Protocol (FTP)
Only folders can be shared and managed on the server, not individual files. (true/false)
true
You can configure servers to manage network _____.
printers
When enabling the print server roles, you can configure the server to do three things:
-manage security settings
-monitor printer usage
-provide access to internet printing.
_____ have become an integral component of many organizations’ business models
Web sites
Maintaining its (web site) own web server gives an organization the ability to make changes and manage its site as needed.
(true/false)
true
You can configure a web server to host an internal web site called an _____
intranet
Microsoft servers use the _____ web server platform
Internet Information Services (IIS)