Client-Side Processing Flashcards
What is client-side processing
A situation in which data is processed on the client computer (this data is usually to do with a webpage).
What language is client-side processing usually written in?
javascript
Prime examples of client-side processing?
Flash games, as the user’s input requires a quick response to play the game
What is client-side processing often used for?
interaction with html elements e.g. buttons and textboxes
What are some other functions of client-side processing?
- initial validation
- provides web page interactivity
- manipulates user interface elements
- applies styles (CSS)
What are some advantages of client-side processing?
- reduces server load
- can use specific software on client computer
- reduces web traffic
- faster response time
- no need to wait for server reply
- avoids unnecessary data transfer - which can sometimes improve the security
some other functions of client side processing?
- cookies
- advertising
How is the client side script obtained?
Downloaded from the server, scripts are executed on client computer
Why is server side usually used when a lot of data is involved?
As it would take a long time for the client to download the content
- a lot of data includes social media and search engines