0

web technology Online Quiz - 194

Description: web technology Online Quiz - 194
Number of Questions: 20
Created by:
Tags: web technology
Attempted 0/20 Correct 0 Score 0

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


Correct Option: C

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


Correct Option: B

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


Correct Option: A

In which process does IIS Run?

  1. wpw3.exe

  2. wpwQ.exe

  3. wqwp.exe

  4. winnt.exe


Correct Option: A

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


Correct Option: D

Is Socket pooling possible in IIS?

  1. Yes

  2. No

  3. Yes but depends on application design

  4. Yes but not supported by Microsoft


Correct Option: A

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

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


Correct Option: A

Where’s ASP cache located on IIS 6.0?

  1. In Process Memory

  2. Hard disk

  3. RAM

  4. With in IIS processes


Correct Option: B

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.


Correct Option: C

Which process serves static files in a IIS?

  1. wpw3.exe

  2. wpwc.exe

  3. http.sys

  4. ISAPI.exe


Correct Option: C

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


Correct Option: A

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


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

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


Correct Option: A

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


Correct Option: A

Shortcut key to Align the lines or selected text to the right of the screen

  1. Ctrl + A

  2. Ctrl + E

  3. Ctrl + R

  4. Ctrl + Alt + E


Correct Option: C

Shortcut key to Change text to heading 1

  1. Ctrl + Alt + 1

  2. Ctrl + Alt + H

  3. Ctrl + H

  4. Shift + 1


Correct Option: A

Shortcut key to Reset highlighted text to the default font

  1. Ctrl + R

  2. Ctrl + F

  3. Ctrl + Spacebar

  4. F1


Correct Option: C
- Hide questions