Quiz 1 Flashcards
What is a web application?
A web application is an application that is accessed via a web browser.
What are some of the benefits of web applications?
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 does an application server work?
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.
What is the name of the web server that ASP.net works with?
The web server that ASP.net works with is Internet Information Service, or IIS. It’s the default web server.