Embedded Systems (SCADA) Facts Flashcards

1
Q

An embedded system

A

is a complete computer system that is designed to perform a specific dedicated task.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

examples of embedded system:

A

-mobile phones
-gaming consoles
-household appliances
-industrial machines.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Because these devices (embedded system) have become so prevalent in our personal and professional lives, they have become prime targets for attackers.
(true/false)

A

true

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Embedded systems are:

A
  • 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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

real-time operating system (RTOS) are:

A

-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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Application-specific integrated circuit (ASIC)

A

-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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

A system-on-chip incorporates all components on the board, including:

A

-Processor
-Memory
-Peripheral functions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

A field-programmable gate array

A

-is physically setup like an ASIC or SoC, but the programming is configured by the end-user.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

_____ 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.

A

Industrial control systems (ICSs)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

_____ 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.

A

Programmable logic controller (PLC)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

_____ controllers can monitor and control PLC systems. They gather data and adjust the system based on the data acquired from sensors.

A

Supervisory control and data acquisition (SCADA)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

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.

A

Human-machine interface (HMI)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

_____ is a customized all-in-one package that contains the needed PLCs, SCADA controller, and HMI. These are typically custom designed for specific needs.

A

Distributed control system (DCS)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

_____ 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.

A

Modbus

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

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)

A

true

How well did you know this?
1
Not at all
2
3
4
5
Perfectly