c#
An IP address is: an internet protocol address a set of numbers distinguishing computers a value that identifies a server All of the above
All of the above
Which browser gained the most market share in the last 10 years? Opera Firefox Safari IE Chrome
Chrome
To enable IIS in Windows, go to: Control Panel → Turn windows features on/off Notepad http://asp.net Control Panel → System
Control Panel → Turn windows features
A web server translates a hostname into an IP address. True False
False
An application needs a minimum of three tiers. True False
False
If your middle tier is written in C# and .Net, the data tier can't be a Java class. True False
False
The main file loaded by a browser is in HTTP format. True False
False
The middle tier can't be a class within the UI tier. True False
False
The pathname to a file on a web server specifies the location of an actual directory on the web server's file system. True False
False
You have to choose either cookies or session state (you can't use both). True False
False
.NET provides session-tracking capabilities in class __________. Session HttpSessionState SessionState HttpState
HttpSessionState
The secure equivalent of an http URL is Ajax HTML Https
Https
__________ is an Internet standard that specifies the way in which certain types of data must be formatted so that programs can interpret the data correctly. IIS DNS MIME None of the above.
MIME
A middle tier encapsulated in a service is usually slower than the same middle tier code coded as a class. True False
True
For ASP .NET apps, IIS is usually the web server. True False
True
IIS Manager is where you view the sites hosted on your computer. True False
True
The information tier of a multi-tier app holds the app's data. True False
True
The middle tier of a multi-tier app processes client requests and maintains the reliability of the stored data. True False
True
Which statement is true? Can the data tier can call the middle tier? Yes Yes, but that would be quite unusual and is almost never done No
Yes, but that would be quite unusual and is almost never done
A ________ is a piece of data stored in a small text file to maintain information about the client during and between browser sessions. cookie tracking file virtual record Web log
cookie
The information tier typically stores data in a(n) ___________. relational database management system DataGrid XML document None of the above
relational database management system
The first time a client connects to a server for a web app 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. HttpSessionState object session ID cookie None of the above.
session ID
HTTP is a _________ protocol: it does not support persistent connections. connectionful stateful stateless connectionless
stateless