IIS 6.0 Server Administration

Test your knowledge of Internet Information Services (IIS) 6.0 server administration including application pools, virtual directories, security, configuration, and management tools.

17 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Is there any way to migrate multiple IIS Web sites?

  1. The IIS 6.0 Migration tool migrates only one Web site at a time
  2. You can use tools such as MetaEdit 2.2 or Metabase Explorer to migrate the IIS configuration for multiple sites from one server to another
  3. Both A & B
  4. Migrating Multiple web sites at a time is never possible
Question 2 Multiple Choice (Single Answer)

which of the below statement is true

  1. Transport Layer Security (TLS) is just another name for SSL
  2. Transport Layer Security (TLS) extends SSL by providing cryptographic authentication
  3. Transport Layer Security (TLS) is a separate layer of security has no connection with SSL
  4. None of these
Question 3 Multiple Choice (Single Answer)

What is the name of the user who connects to the web site annonymously?

  1. IUSR_computername
  2. IUSR_Domainname
  3. IUSR_VirtualdirectoryName
  4. Administrator
Question 4 Multiple Choice (Single Answer)

In which process does IIS Run?

  1. wpw3.exe
  2. wpwQ.exe
  3. wqwp.exe
  4. winnt.exe
Question 5 Multiple Choice (Single Answer)

Where are the IIS log files stored?

  1. C:\WINDOWS\system32\Logfiles
  2. C:\WINDOWS\system32\Logfiles\Date
  3. C:\WINDOWS\system32\Logfiles\W8SVX10
  4. C:\WINDOWS\system32\Logfiles\W3SVC1
Question 6 Multiple Choice (Single Answer)

Is Socket pooling possible in IIS?

  1. Yes
  2. No
  3. Yes but depends on application design
  4. Yes but not supported by Microsoft
Question 7 Multiple Choice (Single Answer)

Is there a limit to how many application pools I can create in IIS 6.0?

  1. YES
  2. NO
  3. YES Limited by Hardware capacity
  4. In theory there is no limit but creating more then 60 App Pools is not recommended.
Question 8 Multiple Choice (Single Answer)

When setting timeouts for application pool recycling, can I set the idle timeout for a longer period of time than is specified in the time-based recycling setting?

  1. IIS cannot save such settings. It will throw error.
  2. Yes, This is perfectly acceptable and IIS will work accordingly.
  3. No If you set the idle timeout for an application pool to a period of time that is longer than the time specified for time-based recycling, IIS will ignore the settings that you specify and instead use the default settings
  4. YES, If you set the idle timeout for an application pool to a period of time that is longer than the time specified for time-based recycling, IIS will apply the longer time period settings.
Question 9 Multiple Choice (Single Answer)

Does IIS support isolation of FTP User?

  1. YES
  2. NO
  3. NO, But can be programmed to do so.
  4. YES but not FTP Users
Question 10 Multiple Choice (Single Answer)

Where’s ASP cache located on IIS 6.0?

  1. In Process Memory
  2. Hard disk
  3. RAM
  4. With in IIS processes
Question 11 Multiple Choice (Single Answer)

How too hide the identity of the Web servers in an internet environment

  1. You can use an Fire wall to hide
  2. You can use an http Handler to hide
  3. You can use an ISAPI filter to hide
  4. You can never hide.
Question 12 Multiple Choice (Single Answer)

Which process serves static files in a IIS?

  1. wpw3.exe
  2. wpwc.exe
  3. http.sys
  4. ISAPI.exe
Question 13 Multiple Choice (Single Answer)

How do you rename a virtual directory

  1. Virtual directory cannot be renamed once created
  2. by directly editing the Metabase.xml file
  3. by directly editing the Metabase.config file
  4. by directly editing the IIS Config file
Question 14 Multiple Choice (Single Answer)

For which of the following tasks do you use iisapp.vbs

  1. To list worker processes that are currently running
  2. To list Application pools to the worker process
  3. To List application currenly running in each worker process
  4. All of the above
Question 15 Multiple Choice (Single Answer)

Does Web server performance degrade when Web sites use host headers instead of IP addresses?

  1. The overhead for IIS to check a host header is very high compared to the total cost of satisfying an HTTP request, even for a static file
  2. The overhead for IIS to check a host header is negligible compared to the total cost of satisfying an HTTP request, even for a static file
  3. The overhead for IIS to check a host header is considerably high compared to the total cost of satisfying an HTTP request, even for a static file
  4. None of these
Question 16 Multiple Choice (Single Answer)

What is DOS attacks in IIS?

  1. Denial of service attacks
  2. Degraded on service attacks
  3. No such thing in IIS Vocabulary
  4. None of these
Question 17 Multiple Choice (Single Answer)

Which is correct statement below

  1. Processor affinity forces worker processes serving a specific application pool to run on a specific CPU
  2. Processor affinity forces worker processes serving a specific application pool to run on all available CPUs with loads equally balanced.
  3. Processor affinity does not force worker processes serving a specific application pool to run on a specific CPU but encourages such configuration.
  4. None of these