Tag: server

Questions Related to server

You have IIS running on your Windows 2000 server. Recently the web site is responding slowly. What tool do you use to monitor the performance of IIS?

  1. IISMon

  2. System Monitor

  3. Vmmon

  4. Vmstat

  5. Rmon


Correct Option: B

AI Explanation

To monitor the performance of IIS (Internet Information Services) on a Windows 2000 server, you would use the tool called "System Monitor".

Let's go through each option to understand why it is correct or incorrect:

Option A) IISMon - This option is incorrect because there is no tool called "IISMon" specifically designed to monitor the performance of IIS.

Option B) System Monitor - This option is correct because "System Monitor" is a built-in tool in Windows that allows you to monitor various performance counters, including those related to IIS.

Option C) Vmmon - This option is incorrect because "Vmmon" is not a tool used to monitor the performance of IIS. It is more commonly associated with virtual machine monitoring.

Option D) Vmstat - This option is incorrect because "Vmstat" is a performance monitoring tool used in Unix-like operating systems, not Windows.

Option E) Rmon - This option is incorrect because "Rmon" is a network monitoring tool, not specifically designed for monitoring the performance of IIS.

The correct answer is B) System Monitor. This option is correct because it is a built-in tool in Windows that allows you to monitor the performance of IIS and other system components.

  1. Netstat

  2. Domain Manager

  3. User Manager

  4. Windows Explorer

  5. Administrative tool


Correct Option: D
  1. host based IDS

  2. network based IDS

  3. network perimeter

  4. network entrapment point


Correct Option: C

You are the administrator of a large E-commerce site. Lately there have been a number of complaints about error pages popping up due to pages being deleted but the links not removed. What would be the best way to make the site more user friendly.

  1. Create a custom pop-up window to redirect the user

  2. Reinstall the missing pages

  3. Create a custom error page with a link back to the main site.

  4. Redirect the broken links to another page on the site


Correct Option: C
Explanation:

To make the site more user-friendly and address the issue of error pages popping up due to deleted pages, the best option would be:

C. Create a custom error page with a link back to the main site.

This option is the best choice because it provides a user-friendly experience when a user encounters a deleted page or a broken link. By creating a custom error page, you can include a clear message explaining that the page the user is trying to access is no longer available. Additionally, including a link back to the main site allows the user to easily navigate back to the main site and continue their browsing experience.

Now let's go through each option and explain why it is right or wrong:

A. Create a custom pop-up window to redirect the user: This option is not the best choice because using pop-up windows can be intrusive and disruptive to the user experience. It may also cause frustration for users if they encounter multiple pop-up windows when trying to access deleted pages.

B. Reinstall the missing pages: This option may not be feasible or practical, especially if there are a large number of missing pages. Reinstalling the missing pages would require identifying and locating each missing page and then restoring them, which can be time-consuming and may not be a permanent solution if the issue continues to occur.

C. Create a custom error page with a link back to the main site: This option is the best choice because it provides a user-friendly experience when encountering deleted pages or broken links. By creating a custom error page, you can inform the user about the issue and provide a clear message, along with a link back to the main site, allowing them to easily navigate back to the main site and continue their browsing experience.

D. Redirect the broken links to another page on the site: This option may not be the best choice because redirecting broken links to another page on the site without informing the user about the issue can lead to confusion and frustration. It is important to provide clear communication to the user when encountering deleted pages or broken links.

The Answer is: C. Create a custom error page with a link back to the main site.

Which Unix command will give the contents of the root directory?

  1. ls

  2. ls -l

  3. ls -al

  4. ls /


Correct Option: D

Host based IDS works by scanning:

  1. the log files of the local host

  2. the log files of the desktop client only

  3. the log files of the local host and the dump terminal

  4. the log files of the dump terminal only

  5. the log files of the central server only


Correct Option: A

What is a security tradeoff when you utilize an intrusion detection system?

  1. Changes in file permissions

  2. Unexplained or common system shutdown and restarts

  3. Host performance degradation

  4. Failed logins

  5. Changes in user privileges


Correct Option: C

You are trying to contact a host in a different department of your company but can't seem to get through.You have no problem communicating with others on your subnet but cannot even ping any remote hosts. Other hosts on your subnet can reach remote hosts.

  1. Incorrect subnet mask on the remote subnet

  2. Incorrect subnet mask on your computer

  3. Incorrect default gateway on your computer

  4. The WINS server is down


Correct Option: C
Explanation:

To solve this problem, the user needs to have basic knowledge of networking and troubleshooting. The user should check the possible causes of the issue and try to eliminate each cause until the correct one is identified.

In this scenario, the user is unable to communicate with a host on a different department of the company but has no issue communicating with others on the same subnet. Other hosts on the subnet can also reach remote hosts. Based on this information, we can eliminate options A and B as incorrect subnet masks would affect all communication outside the subnet, not just one specific host.

Option D can also be eliminated as the WINS server is not used for basic network communication, and the issue is only with one specific host.

Therefore, the correct answer is:

C. Incorrect default gateway on your computer

This option is the most likely cause of the issue as the default gateway is responsible for forwarding traffic to remote networks. If the default gateway is not configured correctly, the traffic will not be directed to the correct destination, resulting in the inability to communicate with remote hosts.

DNS and WINS are often being considered as the:

  1. Netbios services for a network

  2. file services for a network

  3. ARP services for a network

  4. foundation services for a network


Correct Option: D