Which encryption method ensures that a message can only be decrypted by a specific recipient using their private key?
- Symmetric Encryption
- Asymmetric Encryption
- Hashing
- Public Key Encryption
"Asymmetric Encryption" (Option b) uses a pair of keys: a public key for encryption and a private key for decryption. This ensures that a message encrypted with the recipient's public key can only be decrypted using their private key, providing secure communication.
A cybersecurity analyst comes across a file that appears benign but suspects it might contain concealed malicious code. Which analysis technique would be most suitable to inspect the file without executing it?
- Behavioral Analysis
- Dynamic Analysis
- Signature-based Analysis
- Static Analysis
When dealing with a file suspected of containing concealed malicious code, 'Static Analysis' is the most suitable technique. It involves examining the file's code and structure without executing it to identify potential threats.
Which ACID property ensures that once a transaction is committed, it remains permanent even in the event of system failures?
- Atomicity
- Consistency
- Durability
- Isolation
The 'Durability' property in the ACID (Atomicity, Consistency, Isolation, Durability) transaction model ensures that once a transaction is committed, the changes are permanent and will survive system failures, such as power outages or crashes.
In ITSM, which process focuses primarily on restoring services to normal operation as quickly as possible?
- Change Management
- Incident Management
- Problem Management
- Service Level Management
'Incident Management' in IT Service Management (ITSM) primarily focuses on restoring services to normal operation as quickly as possible after an incident or disruption occurs. It aims to minimize service downtime.
Which advanced threat in network security involves a cyber attacker establishing a foothold within a network and then moving laterally to access more resources?
- APT (Advanced Persistent Threat)
- DoS (Denial of Service)
- Phishing Attack
- Ransomware
An "APT" (Advanced Persistent Threat) is a complex and prolonged cyberattack where an attacker gains initial access to a network and then stealthily moves laterally to maintain a persistent presence and access more resources.
What is the main difference between a cloud-based "load balancer" and a "traffic manager"?
- Load balancers distribute network traffic across multiple servers.
- Load balancers route traffic based on geographical locations.
- Traffic managers monitor the quality of network traffic.
- Traffic managers provide cybersecurity for cloud-based services.
The main difference is that 'load balancers' distribute incoming network traffic across multiple servers to ensure high availability and optimal resource utilization. 'Traffic managers' typically focus on routing traffic efficiently based on various factors but may not necessarily distribute load.
Which activation function in neural networks maps its input to values between 0 and 1?
- Leaky ReLU
- ReLU (Rectified Linear Unit)
- Sigmoid
- Tanh (Hyperbolic Tangent)
The activation function that maps its input to values between 0 and 1 is the 'Sigmoid' function. It's commonly used in the output layer of a neural network for binary classification tasks, where it represents probabilities.
What is the primary purpose of a network switch in a local area network (LAN)?
- Connect devices
- Connect to the internet
- Provide wireless access
- Store data temporarily
A network switch primarily serves to 'connect devices' within a local area network (LAN). It intelligently forwards data to the appropriate device based on the device's MAC address, improving network efficiency.
In HPC, what is the primary purpose of using parallel processing techniques?
- Enhancing data security
- Minimizing software complexity
- Reducing hardware costs
- Speeding up individual tasks
Parallel processing in High-Performance Computing (HPC) aims to 'speed up individual tasks' by breaking them into smaller sub-tasks that can be processed simultaneously on multiple processors, increasing overall computation speed.
Which approach in ERP involves tailoring the software to fit the specific needs and processes of an organization, often leading to longer implementation times?
- Configuration
- Customization
- Off-the-shelf
- Standardization
The approach of 'customization' in ERP entails tailoring the software to meet specific organizational needs. This can lead to longer implementation times but results in a more tailored solution.