COMPUTER THREATS SECURITY
TYPES OF COMPUTER SECURITY
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Creating a test environment where code can be testing without risk of affecting other computers.
|
Sandboxing
|
|
Honey pot
|
|
Intrusion detection system (IDS)
|
|
Fuzzing
|
Explanation:
Detailed explanation-1: -In the world of cybersecurity, a sandbox environment is an isolated virtual machine in which potentially unsafe software code can execute without affecting network resources or local applications. Cybersecurity researchers use sandboxes to run suspicious code from unknown attachments and URLs and observe its behavior.
Detailed explanation-2: -Uses of sandboxes In general, a sandbox is used to test suspicious programs that may contain viruses or other malware, without allowing the software to harm the host devices.
Detailed explanation-3: -Test environments are usually kept fairly clean for QA teams to test new features. Sandboxes are generally more of a playground for developers.
There is 1 question to complete.