Quiz 1 Flashcards

1
Q

What is a web application?

A

A web application is an application that is accessed via a web browser.

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

What are some of the benefits of web applications?

A

Web applications, being hosted on the web, are system agnostic, as they’re accessed through web browsers, which run similarly regardless of platform. They’re easier to access, easier to maintain and update,

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

How does an application server work?

A

Similar to a web server, an application server takes in an HTTP request from the client, and using the data within that request, it dynamically builds the returning HTML, and executes code.

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

What is the name of the web server that ASP.net works with?

A

The web server that ASP.net works with is Internet Information Service, or IIS. It’s the default web server.

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