How do web applications work, and basics Flashcards

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

How do web applications work, e.g. browsers?

A
  • 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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

web applications can have data processed…..

A

on the server-side or client-side

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

What are some examples of servers?

A
  • mail server
  • print server
  • proxy server
  • database server
  • web server
  • file server
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a client server model?

A

Where workstations on any network design use the server to provide a service. In this model data can be processed by server or client

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

A website can be either dynamic or static. TRUE or FALSE

A

True

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

What is a static website?

A

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

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

What is a dynamic website?

A

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

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