Topic 6B Flashcards
Embedded systems
used in various specialized applications, including consumer electronics, industrial automation, automotive systems, medical devices, and more.
are specialized computing systems designed to perform dedicated functions or tasks within larger systems or devices. Are optimized for performance
Embedded systems examples
Home appliances—Such as refrigerators, washing machines, and coffee makers, contain embedded systems that control their functions and operations.
Smartphones and tablets—Contain a variety of embedded systems, including processors, sensors, and communication modules.
Automotive systems—Like modern cars contain embedded systems including engine control units, entertainment systems, and safety systems like airbags and anti-lock brakes.
Industrial automation—Embedded systems exist in control systems and machinery, such as robots, assembly lines, and sensors.
Medical devices—Such as pacemakers, insulin pumps, and blood glucose monitors, contain embedded systems that control their functions and provide data to healthcare providers.
Aerospace and defense—Like aircrafts, satellites, and military equipment use embedded systems for navigation, communication, and control.
Real-Time Operating Systems (RTOS)
a type of operating system designed for use in applications that require real-time processing and response. They are purpose-specific operating systems designed for high levels of stability and processing speed.
A security breach involving RTOS can have serious consequences. RTOS software can be complex and difficult to secure, which makes it challenging to identify and address vulnerabilities that could be exploited by attackers.
Another security risk associated with RTOS is the potential for system-level attacks. An attacker who gains access to an RTOS-based system could potentially disrupt critical processes or gain control over the system it is designed to control.
Industrial control systems (ICSs)
provide mechanisms for workflow and process automation.
An ICS that manages process automation within a single site is usually referred to as a distributed control system (DCS).
Often used with infrastructure such as power and water supplies.
An ICS comprises plant devices and equipment with embedded PLCs. The PLCs are linked either by an OT fieldbus serial network or by industrial Ethernet to actuators that operate valves, motors, circuit breakers, and other mechanical components, plus sensors that monitor some local state, such as temperature
human-machine interfaces (HMIs)
Input and output controls on a PLC to allow a user to configure and monitor the system.
might be a local control panel or software running on a computing host. PLCs are connected within a control loop, and the whole process automation system can be governed by a control server.
Programmable Logic Controller
a computer specially designed to operate reliably under harsh industrial environments – such as extreme temperatures and wet, dry, and/or dusty conditions
data historian
a database of all the information the control loop generated.
supervisory control and data acquisition (SCADA)
takes the place of a control server in large-scale, multiple-site ICSs. SCADA typically run as software on ordinary computers, gathering data from and managing plant devices and equipment with embedded PLCs, referred to as field devices.
SCADA typically use WAN communications, such as cellular or satellite, to link the SCADA server to field devices.
ICS/SCADA Applications
Energy refers to power generation and distribution. More widely, utilities include water/sewage and transportation networks.
Industrial can refer specifically to mining and refining raw materials, involving hazardous high heat and pressure furnaces, presses, centrifuges, pumps, and so on.
Fabrication and manufacturing refer to creating components and assembling them into products. Embedded systems are used to control automated production systems, such as forges, mills, and assembly lines. These systems must work to extremely high precision.
Logistics refers to moving things from where they were made or assembled to where they need to be, either within a factory or for distribution to customers. Embedded technology is used in control of automated transport and lift systems plus sensors for component tracking.
Facilities refer to site and building management systems, typically operating automated heating, ventilation, and air conditioning (HVAC), lighting, and security systems.
How do industrial systems prioritize the CIA triad?
They tend to value it in the order of AIC
Internet of Things (IoT)
Devices that can report state and configuration data and be remotely managed over IP networks.
actuators
can perform actions based on data collected by sensors, such as turning on a light or adjusting a thermostat.
Sensors
Detect changes in a physical environment
Security risks of IoT
Many IoT devices are designed with limited processing power and memory, making it difficult to implement strong security controls.
The need for more standardization in IoT devices and protocols. Compatibility issues can make integrating different IoT devices and services difficult. It can also make implementing security controls more difficult
The large volume of data generated by IoT devices can make securing and protecting sensitive information difficult.
Zero Trust
assume that nothing should be taken for granted and that all network access must be continuously verified and authorized.
Enables organizations to offer services based on varying levels of trust, such as providing more limited access to sensitive data and systems.