Embedded Systems (SCADA) Facts Flashcards
An embedded system
is a complete computer system that is designed to perform a specific dedicated task.
examples of embedded system:
-mobile phones
-gaming consoles
-household appliances
-industrial machines.
Because these devices (embedded system) have become so prevalent in our personal and professional lives, they have become prime targets for attackers.
(true/false)
true
Embedded systems are:
- single-function devices
- static or sealed system (hardware cannot be swapped out)
-reactive and make changes in real-time based on feedback from built-in sensors
-Must be controlled by a microprocessor, have memory, and contain components to connect external devices such as USB ports
-Use a real-time operating system (RTOS). This operating system handles processes in a deterministic manner.
real-time operating system (RTOS) are:
-Different algorithms are used to determine the task that should be performed next.
-Tasks are given individual priority by the program developer, so the RTOS knows the order to perform that tasks in.
-RTOS systems allow for tasks to be processed with almost no latency. This is vitally important for many embedded devices to work properly.
Application-specific integrated circuit (ASIC)
-created to perform a single function
-Are typically custom designed.
-Are used by a company in a single product.
-Have an expensive and time-consuming development process.
-Offer high performance with low power consumption.
A system-on-chip incorporates all components on the board, including:
-Processor
-Memory
-Peripheral functions
A field-programmable gate array
-is physically setup like an ASIC or SoC, but the programming is configured by the end-user.
_____ handle the workflow and automation process for all sorts of machinery. These control systems are used in critical infrastructure such as power plants, manufacturing, hospitals, telecom systems, and more.
Industrial control systems (ICSs)
_____ is a specialized controller that can be programmed to perform specific tasks. Multiple _____ can be combined and configured to work together to carry out complex tasks.
Programmable logic controller (PLC)
_____ controllers can monitor and control PLC systems. They gather data and adjust the system based on the data acquired from sensors.
Supervisory control and data acquisition (SCADA)
The _____ can be either a touch-screen control panel or software running on a computer system. The _____ allows the operator to make configuration changes in the system.
Human-machine interface (HMI)
_____ is a customized all-in-one package that contains the needed PLCs, SCADA controller, and HMI. These are typically custom designed for specific needs.
Distributed control system (DCS)
_____ is a special network protocol that controller systems use to communicate with each other. _____ originally ran through a serial interface but has evolved to work over Ethernet and TCP/IP.
Modbus
All components of an ICS network are typically referred to as an operational technology (OT) network, in contrast to information technology (IT) networks that consist of a server and clients. (true/false)
true