Client server processing Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

define server

A

powerful computer with a specific purpose

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

define client

A

any device connected to a a server

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

what is client side processing

A

proccessing done before data is sent to the server takes place in the browser

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

When is client side processing needed

A

when an instant response is needed i.e dropdown table
validate data before it’s sent

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

Pros to client-side processing

A

more interactivity
quicker execution
no unessarcary processing from the server
cannot be intercepted

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

cons to client-side processing

A

Not all browsers support all scripts
rely on client machine
If java is disabled
scouce code is visible

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

why is server side processing needed

A

client doesnt always have the capability to process a request

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

when is server side processing used

A

display pages
process user input
structre web applications

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

languages server side is done in

A

PHP
Python
ASP

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

Why would server side processing re validate data

A

Javascript can be easily circumvented
can be modified
prevent malware and SQL injections

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