Server - Side Processing Flashcards
1
Q
What is server side processing?
A
A situation where requests and data is sent to server, processed and data is transmitted back (usually a webpage).
2
Q
What is server side processing popular to use with?
A
Databases and interacting with them
3
Q
What languages are usually used for server-side processing.
A
PHP
SQL
4
Q
Is the code hidden when server-side processing is done for the client.
A
YES
5
Q
another name for server side
A
the back end
6
Q
another name for client side
A
the front end
7
Q
What are some common functions for server side processing?
A
- provides further validation
- used top query a database
- updates server database
- performs complex calculations
- keeps data secure and keeps integrity
8
Q
Some advantages of server side processing?
A
- code is hidden from client
- no need to ensure the client has software to supprot scripting language
- output can be adapted to user’s rights,requirements or specific queries
9
Q
Is using search engines client side or server side?
A
server side processing