How do web applications work, and basics Flashcards
How do web applications work, e.g. browsers?
- Client uses browser to type in a link to a resource
- web browser locates server holding the resource
- server sends necessary files to the client machine to provide the necessary service
- the client should now be able to provide the service
web applications can have data processed…..
on the server-side or client-side
What are some examples of servers?
- mail server
- print server
- proxy server
- database server
- web server
- file server
What is a client server model?
Where workstations on any network design use the server to provide a service. In this model data can be processed by server or client
A website can be either dynamic or static. TRUE or FALSE
True
What is a static website?
a website made up of pre-built contant which stays the same - we get the same response
it can only change if the file is updated
What is a dynamic website?
A website where the content changes, usually due to the use of databases.
these websites can use the server and client side processing
HTML is constantly generated