Tag: technology

Questions Related to technology

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.


Correct Option: D

AI Explanation

To answer this question, let's go through each option to understand why it is correct or incorrect:

Option A) YES - This option is incorrect because there is no specific limit on the number of application pools you can create in IIS 6.0.

Option B) NO - This option is incorrect because there is no specific limit on the number of application pools you can create in IIS 6.0.

Option C) YES Limited by Hardware capacity - This option is incorrect because there is no specific limit on the number of application pools based on hardware capacity in IIS 6.0.

Option D) In theory, there is no limit, but creating more than 60 App Pools is not recommended. - This option is correct because while there is no specific limit on the number of application pools in IIS 6.0, creating a large number of application pools can impact the performance and resource utilization of the server. It is generally not recommended to create more than 60 application pools for optimal performance.

The correct answer is D.

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.


Correct Option: C
  1. YES

  2. NO

  3. NO, But can be programmed to do so.

  4. YES but not FTP Users


Correct Option: A
  1. In Process Memory

  2. Hard disk

  3. RAM

  4. With in IIS processes


Correct Option: B
  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.


Correct Option: C
  1. wpw3.exe

  2. wpwc.exe

  3. http.sys

  4. ISAPI.exe


Correct Option: C
  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


Correct Option: A
  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


Correct Option: D

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


Correct Option: B
  1. Denial of service attacks

  2. Degraded on service attacks

  3. No such thing in IIS Vocabulary

  4. None of these


Correct Option: A