medium
Single Answer
0

Evaggelia implements ASLR to help prevent system compromises. What technique has she used to protect her system?

Answer Options

A

Encryption

B

Mandatory access control

C

Memory address randomization

D

Discretionary access control

Correct Answer: C

Explanation

Evaggelia has implemented address space layout randomization, a memory protection methodology that randomizes memory locations, which prevents attackers from using known address spaces and contiguous memory regions to execute code via overflow or stack smashing attacks.