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.
Questions
Is there any way to migrate multiple IIS Web sites?
- The IIS 6.0 Migration tool migrates only one Web site at a time
- 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
- Both A & B
- Migrating Multiple web sites at a time is never possible
which of the below statement is true
- Transport Layer Security (TLS) is just another name for SSL
- Transport Layer Security (TLS) extends SSL by providing cryptographic authentication
- Transport Layer Security (TLS) is a separate layer of security has no connection with SSL
- None of these
What is the name of the user who connects to the web site annonymously?
- IUSR_computername
- IUSR_Domainname
- IUSR_VirtualdirectoryName
- Administrator
In which process does IIS Run?
- wpw3.exe
- wpwQ.exe
- wqwp.exe
- winnt.exe
Where are the IIS log files stored?
- C:\WINDOWS\system32\Logfiles
- C:\WINDOWS\system32\Logfiles\Date
- C:\WINDOWS\system32\Logfiles\W8SVX10
- C:\WINDOWS\system32\Logfiles\W3SVC1
Is Socket pooling possible in IIS?
- Yes
- No
- Yes but depends on application design
- Yes but not supported by Microsoft
Is there a limit to how many application pools I can create in IIS 6.0?
- YES
- NO
- YES Limited by Hardware capacity
- In theory there is no limit but creating more then 60 App Pools is not recommended.
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?
- IIS cannot save such settings. It will throw error.
- Yes, This is perfectly acceptable and IIS will work accordingly.
- 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
- 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.
Does IIS support isolation of FTP User?
- YES
- NO
- NO, But can be programmed to do so.
- YES but not FTP Users
Where’s ASP cache located on IIS 6.0?
- In Process Memory
- Hard disk
- RAM
- With in IIS processes
How too hide the identity of the Web servers in an internet environment
- You can use an Fire wall to hide
- You can use an http Handler to hide
- You can use an ISAPI filter to hide
- You can never hide.
Which process serves static files in a IIS?
- wpw3.exe
- wpwc.exe
- http.sys
- ISAPI.exe
How do you rename a virtual directory
- Virtual directory cannot be renamed once created
- by directly editing the Metabase.xml file
- by directly editing the Metabase.config file
- by directly editing the IIS Config file
For which of the following tasks do you use iisapp.vbs
- To list worker processes that are currently running
- To list Application pools to the worker process
- To List application currenly running in each worker process
- All of the above
Does Web server performance degrade when Web sites use host headers instead of IP addresses?
- 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
- 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
- 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
- None of these
What is DOS attacks in IIS?
- Denial of service attacks
- Degraded on service attacks
- No such thing in IIS Vocabulary
- None of these
Which is correct statement below
- Processor affinity forces worker processes serving a specific application pool to run on a specific CPU
- Processor affinity forces worker processes serving a specific application pool to run on all available CPUs with loads equally balanced.
- Processor affinity does not force worker processes serving a specific application pool to run on a specific CPU but encourages such configuration.
- None of these