Limiting the processor, memory, and Input/output (I/O) capabilities of mobile code is known as
Correct Answer: C
Mobile code is a term that refers to any code that can be transferred from one system to another and executed on the target system, such as Java applets, ActiveX controls, or JavaScript scripts. Limiting the processor, memory, and input/output (I/O) capabilities of mobile code is known as sandboxing. Sandboxing is a security technique that isolates the mobile code from the rest of the system and restricts its access to the system resources, such as files, network, or registry. Sandboxing can prevent the mobile code from causing harm or damage to the system, such as installing malware, stealing data, or modifying settings. References: CISSP All-in-One Exam Guide, Eighth Edition, Chapter 8: Software Development Security, page 431; [Official (ISC)2 CISSP CBK Reference, Fifth Edition, Chapter 8: Software Development Security, page 571]