Q's Flashcards

1
Q

Explain the role and function of the Perception layer in CPS.

A

The Perception layer in CPS is responsible for collecting data and information from the physical environment. It involves the processes of measurement, comparison, computation, and correction to ensure accurate and reliable data acquisition.

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

What is the primary objective of the Transmission layer in CPS?

A

The primary objective of the Transmission layer in CPS is to facilitate the efficient and secure transmission of data and information between different components of the system. It ensures that the collected data is transmitted reliably to the intended destinations.

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

Describe the key role of the Application layer in CPS.

A

The Application layer in CPS is focused on data and information analysis as well as decision-making processes. It involves interpreting the collected data to derive meaningful insights, accounting for system conditions, and making informed decisions to control and optimize the CPS.

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

Identify three threats specific to the Perception layer in CPS.

A
  1. Eavesdropping
  2. Passive Replay
  3. Port Scan
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

List three threats that pose risks to the Transmission layer in CPS.

A
  1. Man-in-the-Middle (MITM)
  2. Denial of Service (DOS)
  3. Repudiation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Name three threats associated with the Application layer in CPS.

A
  1. Botnets
  2. Malware
  3. Buffer Overflows
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Explain the functions of Measurement, Comparison, Computation, and Correction in the Perception layer of CPS.

A
  1. Measurement involves acquiring data from the physical environment through sensors and other devices.
  2. Comparison evaluates the collected data against predefined criteria, identifying variations or anomalies.
  3. Computation processes and analyzes data to derive meaningful information and identify patterns.
  4. Correction involves adjusting system parameters based on the analysis of collected data, ensuring accurate and reliable operation.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Where do Programmable Logic Controllers (PLCs) typically reside in the Purdue model, and what is their primary function?

A

PLCs typically reside in the Control Zone of the Purdue model. Their primary function is to control and automate industrial processes by executing logic based on inputs from sensors and other devices.

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

Explain the role of a Remote Terminal Unit (RTU) in the Purdue model and its typical location.

A

RTUs are typically located in the Control Zone of the Purdue model. They serve the function of interfacing with sensors and actuators in the field, collecting data, and transmitting it to the central control system for further processing.

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

Describe the typical location and function of an Intelligent Electronic Device (IED) in the Purdue model.

A

IEDs are commonly found in the Control Zone of the Purdue model. They play a crucial role in monitoring and controlling specific aspects of industrial processes, often specializing in tasks such as protection, control, or monitoring.

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

Where is an Engineering Workstation (EWS) typically situated in the Purdue model, and what is its primary purpose?

A

EWSs are typically located in the Enterprise Zone of the Purdue model. They serve as workstations for engineers and operators, providing a platform for activities such as system configuration, monitoring, and analysis.

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

What is the usual location of a Human Machine Interface (HMI) in the Purdue model, and what role does it play in industrial control systems?

A

HMIs are typically situated in the Control Zone of the Purdue model. They serve as the interface between operators and the control system, providing a visual representation of the industrial processes and enabling operators to monitor and control the system.

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

Explain where a Data Historian is typically located in the Purdue model and its primary function.

A

Data Historians are typically located in the Enterprise Zone of the Purdue model. Their primary function is to archive and store historical data related to industrial processes, enabling analysis, reporting, and decision-making over extended periods.

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

Where is a Communication Gateway typically placed in the Purdue model, and what purpose does it serve?

A

Communication Gateways are typically located in the DMZ (Demilitarized Zone) of the Purdue model. They serve as intermediaries between different zones, facilitating secure communication between devices in the Control Zone and the Enterprise Zone.

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

What is the typical location of a Front End Processor in the Purdue model, and what role does it fulfill?

A

Front End Processors are typically located in the DMZ (Demilitarized Zone) of the Purdue model. They act as intermediaries, processing and managing data between devices in the Control Zone and external networks.

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

Where do Field Devices, such as sensors and actuators, typically reside in the Purdue model?

A

Field Devices are located in the Process Zone of the Purdue model. They interact directly with the physical processes, collecting data and transmitting control signals to ensure the proper functioning of industrial systems.

17
Q

Name three types of Industrial Control Systems (ICS) and provide a brief description of each.

A
  1. Process Control System: Monitors and controls industrial processes to ensure optimal performance.
  2. Safety Instrumented System (SIS): Dedicated to safety monitoring and capable of initiating safe shutdowns in case of failures or hazardous conditions.
  3. Distributed Control System (DCS): Distributes control functions across multiple components to enhance efficiency and responsiveness.
18
Q

Name three common ICS Protocols, and explain their significance in industrial environments.

A
  1. Modbus: A widely used communication protocol for connecting industrial electronic devices.
  2. DNP3: Designed for use in SCADA systems, ensuring reliable communication between remote devices.
  3. HART: Facilitates communication with smart field devices, enhancing data accuracy and reliability in industrial processes.
19
Q

In Modbus communication, what roles do the Server and the Master play?

A

In Modbus communication, the Server is equivalent to a slave device, responding to requests from the Master, which acts as the client. The Master initiates communication and controls the exchange of data.

20
Q

Explain the structure of the Modbus PDU (Protocol Data Unit) in transit for serial communication.

A

The Modbus RTU PDU structure consists of an Address Field containing the slave address (ranging from 1 to 247) for the master to specify the slave/server. The Error Check (CRC/LRC) Field contains redundancy (CRC or LRC) for error detection and correction.

21
Q

Explain the structure of the Modbus PDU (Protocol Data Unit) in transit for TCP/IP communication.

A

Modbus TCP has its own encapsulation called Application Data Unit (ADU). The Modbus Protocol Application Data Unit (Modbus ADU) includes a Header, Function Code, Data Field, and CRC for error checking.