Server Side Scripting Flashcards
1
Q
What is server side scripting?
A
Scripts run on an external server - someone else’s computer.
2
Q
How does a server side script work?
A
The request is sent to a server, executed there, then the results are delivered back to the user.
3
Q
What is input validation?
A
The act of inputting false data to overload someone’s computer or server.
4
Q
Where can Input Validation occur?
A
- Client side
- Server side