Client Side/Server Side Processing Flashcards

1
Q

Advantages of client side processing?

A

More responsive as data is not sent back and forth from server
Reduces load on the server

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

Advantages of server side processing?

A

Processing code is not shown to the user
Processing cannot be disabled
Takes away the reliance on the client of having the correct interpreter

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

When should client side processing be used?

A

When the java script is not essential to the website and a quicker response is needed, but it is often good practice to have both types of processing

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