Stop annonymous access to web application

User creates a new Web page named Private.htm for the Web application. He saves the Web page in the C:\Inetpub\wwwroot folder on his computer. Private.htm should be accessible only to ...

Problem after update from Windows 2000 to XP

After upgrade from Windows 2000 to Windows XP Professional, the user reports that he cannot change his Display settings to anything other than 640 x 480 resolution with 16 color. ...

Network connectiviry issue

When the client computer cannot contact the DHCP server for IP address configuration, Windows XP uses APIPA (Automatic Private IP Address) for IP configuration. This allows the client computer to ...
Prev 1 2 3 Next

Firewall issue with ping command

Published on January 11th, 2010no comments

You have just set up a new Windows XP Professional computer at home. The computer is always connected to the internet via an ADSL modem. The computer is configured to have a static IP address assigned by your Internet Service Provider. You enable the Internet connection Firewall on the ADSL connection. You use the Ping command on your office computer to try to connect to your home computer. However, you receive the following error message: “Request timed out.”
The ping command sends a series of ICMP echo requests to the specified computer. However, the ICMP echo requests are being dropped by the firewall and are therefore not reaching the specified computer. We need to configure the firewall to allow the ICMP echo requests so that they can pass to the specified computer.

Problem with network access to document

Published on January 7th, 2010no comments

A user is attempting to open a Microsoft Word document Phonelist.doc by using Internet Explorer. However, when he types http://Server1/Files/Phonelist.doc into the address bar in Internet Explorer, he receives the following error message: “404: Page not found.”. You verify that Phonelist.doc exists in a shared folder named Files on Server1. You need to ensure that user can access Phonelist.doc by using Internet Explorer. What should you do?
The error message 404 indicates that the Web page cannot be located at the URL address specified by the user. This is because the user specified a Web server address, which is denoted by http:// in the URL. He should use file:// in the URL to specify a file server. The correct URL for opening the file with a Web browser in this scenario is file://server1/File/Phonelist.doc.

Problem with Remote Desktop Services

Published on January 4th, 2010no comments

You need to establish a Remote Assistance connection with Michael’s computer. What should you do next? The right answer is to ask your firewall administrator to open the TCP/IP ports that are used by Remote Desktop Services.
The problem in this scenario is that the firewall is blocking the Remote Desktop Protocol port 3389. Remote Assistance uses the Remote Desktop Protocol port 3389 for outbound RDP traffic. This port is typically blocked on most firewalls, in which case we cannot connect to the Remote Desktop. We must configure the firewall to enable Remote Desktop Services program, which is Mstsc.exe, to make outbound TCP connections on port 3389.

The DNS problem in network

Published on January 1st, 2010no comments

The network consists of a single Active Directory domain. The network includes Windows 2000 Advanced Server computers, and Windows 2000
Professional and Windows XP Professional client computers. Except for the domain controllers, all computers on the network use DHCP for their TCP/IP configuration. Users begin reporting that when they try to access resources on File Server, they receive the following error message: “Network path not found.”
The likely problem in this scenario is that when the file server was restarted, it received a new IP address. When a user connects to a server using a user-friendly name, DNS resolves the user-friendly name to an IP Address that is then used to connect to the server. This name-to-IP address resolution is then stored in cache on the user’s computer so that when they attempt to connect to the same server, they do not have to use DNS. The DNS cache on the users’ computers has the old IP address for the file server. Thus, when the client attempts to contact the file server it is using the wrong IP address that it has cached. The /flushdns switch of the Ipconfig command flushes the list of locally cached DNS names.

Configuration for strong company policies

Published on December 24th, 2009no comments

If you should configure a computer so that user can dial in to the company network while out of the office. Company security policy states that dial-in users must use a smart card when they connect to the network, and that the users must use the strongest form of data encryption possible. Company security policy also states that client computers must disconnect if the routing and remote access server does not support both smart card authentication and the strongest possible authentication. You need to configure the dial-up connection properties on user’s computer to dial in to the company network. Your solution must ensure that company security policies are enforced. Then in this case you should select the Advanced (custom settings) security option. Then should Select the Maximum strength encryption item from the Data encryption list. And finally Select the Extensible Authentication Protocol (EAP) option, and select Smart Card or other
Certificate from the EAP list.

Remote connection to application

Published on December 21st, 2009no comments

When an expert attempts to connect to a novice’s computer, the expert may receive the following error message: ” A Remote Assistance connection could not be established. You may want to check for network issues or determine if the invitation expired or was cancelled by the person who sent it.”
This problem can occur if the Internet Connection Firewall has been enabled after the Remote Assistance invitation was created. To resolve this problem, we should either create a new Remote Assistance invitation while ICF is enabled, and then send the new invitation to the expert; or we should disable the Internet Connection Firewall while the expert attempts to establish the Remote Assistance invitation; or restart the novice’s computer, and then have the expert establish the Remote Assistance session.

Configuring of the users’ applications

Published on October 15th, 2009no comments

Users in the accounting department run an application that requires several hours to process financial and accounting data. Users in the accounting department report that when they run this application, the performance of other business applications becomes significantly slower. You need to allow the accounting application to run with the least amount of performance impact on the other business applications. You should configure all accounting application to have BelowNormal priority. To resolve the problem in this scenario we must lower the priority of the accounting application. The priority must be lowered from Normal to either Low or to BelowNormal. This will result in less system resources being allocated to the application and will leave more resources for other processes. This would thus improve the performance of the other applications while allowing accounting application to run.