What is sandboxing?
Here's an article that might be helpful.
Sandbox (computer security)
http://en.wikipedia.org/wiki/Sandbox_(computer_security)
"In computer security, a sandbox is a security mechanism for separating running programs. It is often used to execute untested code, or untrusted programs from unverified third-parties, suppliers, untrusted users and untrusted websites.[1]
The sandbox typically provides a tightly controlled set of resources for guest programs to run in, such as scratch space on disk and memory. Network access, the ability to inspect the host system or read from input devices are usually disallowed or heavily restricted. In this sense, sandboxes are a specific example of virtualization."
- Share this answer
- Permalink
Ask a question
White Papers & Webcasts
White Paper
Cloud Analytics for the Masses
White Paper
Deliver Customer Value with Big Data Analytics
See more White Papers | Webcasts








Here's an article that might be helpful.
Sandbox (computer security)
http://en.wikipedia.org/wiki/Sandbox_(computer_security)
"In computer security, a sandbox is a security mechanism for separating running programs. It is often used to execute untested code, or untrusted programs from unverified third-parties, suppliers, untrusted users and untrusted websites.[1]
The sandbox typically provides a tightly controlled set of resources for guest programs to run in, such as scratch space on disk and memory. Network access, the ability to inspect the host system or read from input devices are usually disallowed or heavily restricted. In this sense, sandboxes are a specific example of virtualization."