SERVER SIDE- PROCESSING Flashcards

1
Q

Server side - processing?

A
  • Uses the web server to process web page data
  • The interactivity on a web page is processed on the web page server
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Process of server-side processing?

A

1) Copy of website is downloaded
2) user fills in form
3) Data sent back for processing
4) Data is processed on web server

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Benefits of server - side processing?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Drawbacks of server-side processing?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly