Describe the client-server model
Describe client-side processing
Describe server-side processing
Describe how a PHP interpreter will handle a dynamic server-side request
What does the ‘thickness’ of a client computer represent?
This is the level of processing and storage that the client does in comparison to the connected server
What is the difference between thin-client and thick-client computing?
Thin-client: server performs more processing and storage
Thick-client: client performs more processing and storage
What is an API?
Application Programming Interface:
A set of protocols on how applications should interact
Sets out the format of communication in client-server relationships