What is the sandbox?

essellar

Community Advocate
Community Support
Messages
3,295
Reaction score
227
Points
63
Please make at least a token effort to post your questions in the correct forum. This has nothing to do with SEO, advertising or promotion; it's a technical question relating to computer security.

A "sandbox" is, metaphorically speaking, a safe place to play. In computing terms, a sandbox is a run-time area that has limited, brokered access to outside resources. Theoretically, code running in a sandbox environment should not be able to affect code or data elsewhere on the machine. A web browser (or tab, in the case of some browsers) for instance, is supposed to be a sandbox; things that happen on a web page should not affect anything other than what's happening in the browser. However, you may have noticed that things don't always work out that way. Flaws in browser code and in plugins like Flash, ActiveX and Java often allow malicious code to run in the browser and infect the rest of the machine by exploiting those flaws.
 

rajdeep01

Banned
Messages
66
Reaction score
0
Points
0
The Google Sandbox Effect is a theory used to explain why newly-registered domains or domains with frequent ownership changes rank poorly in Google Search Engine Results Pages (SERPS). In other words new websites are put into a “sandbox” or a holding area and have their search ratings on hold until they can prove worthy of ranking.
 

johncruz

Banned
Messages
10
Reaction score
0
Points
0
Sand box is a security mechanism for seprating programs. It typically provides a tightly controlled set of resourses for guesr programs to run in, such as disk or memory.
 

Aamya

New Member
Messages
3
Reaction score
0
Points
0
Hey all,.
Please any one let me know that What is the Sandbox policy in terms of Javascript?
Waiting for the right idea here,.
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Hey all,.
Please any one let me know that What is the Sandbox policy in terms of Javascript?
Waiting for the right idea here,.

http://en.wikipedia.org/wiki/JavaScript#Security

Basically, in a sandbox, Javascript is only able do things related to the browser it is running on and only on the page the Javascript is loaded from. No writing or reading of files on your computer, etc.
 
Top