This website completely moved to new platform. For latest content, visit www.programmingposts.com

Search this Site

5 Dec 2012

WHAT IS SANDBOX IN COMPUTER SECURITY TERMS ??

SANDBOX DEFINITION:


A  SandBox is a security Mechanism.It is a separate or restricted environment created to run untrusted programs or untested code by the third parties.

-> It provides a fully controlled environment which restricts the resources for the programs run in it.

-> It is mostly used for testing code.

No comments:

Post a Comment

Thanks for your comments.
-Sameer