1An a set of numbers distinguishing computers and a value th
1-An ___________________a set of numbers distinguishing computers and a value that identifies a server
2-A ____________________ is an address indicating the location of a resource on the web
3-The __________ is the site that holds the HTML data and fills requests from clients
4-The information tier typically stores data in a(n) ___________________
5-The __________ tier of a multi-tier application holds the application\'s data
6-The __________ tier of a multi-tier application processes client requests and maintains the reliability of the stored data
7-The __________ tier in a multi-tier application is the application’s user interface which gathers input and displays output.
8-The reason we use virtual directories is ___________________________________________________
9-The ___________________________ in the URL is usually a virtual directory that represents an actual directory on the web server’s file system.
10-Which web server do ASP.NET applications traditional use? ___________________________
11-Hostnames are translated into IP addresses by ___________________________
12-Code-behind is a ________________ class.
13-A ________________ control ensures that the entered information is in the correct format.
14-Namespace is ________________________________
15-Postback is _______________________________________
16-What is stored within the web.config? ______________________________________________
17-The first time a client connects to a server for a web application that uses sessions, the server creates a unique ________ that can later be compared to others in the server’s memory in order to identify the client.
18-Provide a URL example for Restful Web service: _______________________________________
19-A ________________ is a piece of data stored in a small text file to maintain information about the client during and between browser sessions.
20-________________ processing is when the form is submitted to the server and the Page_Load event handler executes.
Solution
1. IP address.
2. URL
3. Host.
4. Data base management system.
5. Information tier.
6. Middle tier.
7. Top tier.
9. Path name.
10. Application server.
11. Domain name servers.
12. Partial.
13. Validation.
14. A namespace is a logical container of types like class, structure,interface,enum,delegate.
15. Submitting a webform.
16. Configuration data is stored in XML files.
17. HttpSessionState object.
19. Cookie.
20. Event Handler.

