SERVER SIDE- PROCESSING Flashcards
Server side - processing?
- Uses the web server to process web page data
- The interactivity on a web page is processed on the web page server
Process of server-side processing?
1) Copy of website is downloaded
2) user fills in form
3) Data sent back for processing
4) Data is processed on web server
Benefits of server - side processing?
EFFICIENCY - The information to process does not need to be downloaded to the client’s computer
BROWSER INDEPENDENT - it does not matter which browser the user has as the work is done seperately on the server
SPEED - the processing occurs on the web server, which is likely to be more powerful than a client’s computer
Drawbacks of server-side processing?
SECURITY - when data is trnasferred across the internet it is more at risk of securtiy threats
OVERLOADING - if a lot of users are asking the web server to process data, it could overload the server and cause it run slowly