What are two possible ways to achieve this goal? (Each correct answer presents a complete solution

You have a server that runs Windows Server 2008 R2.
The server has the Web Server (IIS) server role and the FTP Service role service installed.
You add a new FTP site to the server.

You need to ensure that the new FTP site is available.

What are two possible ways to achieve this goal? (Each correct answer presents a complete solution. Choose two.)

You have a server that runs Windows Server 2008 R2.
The server has the Web Server (IIS) server role and the FTP Service role service installed.
You add a new FTP site to the server.

You need to ensure that the new FTP site is available.

What are two possible ways to achieve this goal? (Each correct answer presents a complete solution. Choose two.)

A.
Run the iisreset command on the server.

B.
Configure an alternate TCP port in the FTP site properties.

C.
Configure an alternate IP address in the FTP site properties.

D.
Configure a host header file in the default Web site properties.

E.
Configure an alternate IP address in the default Web site properties.

Explanation:
Creating Multiple FTP Sites

You can create multiple FTP sites using multiple IP addresses and multiple ports. While creating multiple sites with multiple IP addresses is a common and recommended practice, it can be more complicated because, by default, clients call port 21 when using the FTP protocol. Therefore, if you create multiple FTP sites using multiple ports, you need to inform users of the new port number so their FTP clients can locate and connect to the port.
If you create a new site using the same port as an existing site with the same IP address, the new site will not start. The general rule is that you can have multiple sites using the same IP and port, but only one site from this group can run at a time. If you try to start another site from this group, you receive an error message.

Procedures
To create multiple FTP sites using multiple IP addresses
1. In IIS Manager, expand the local computer, right-click the FTP Sites folder, point to New, and click FTP Site.
2. Click Next.
3. In the Description box, type a description of your FTP site, and then click Next.
4. Under Enter the IP address to use this FTP site, type a new IP address, and leave the TCP port setting at 21.
5. Complete the rest of the FTP Site Creation Wizard.

To create multiple FTP sites using multiple ports
1. In IIS Manager, expand the local computer, right-click the FTP Sites folder, point to New, and click FTP Site.
2. Click Next.
3. In the Description box, type a description of your FTP site, and then click Next.
4. Under Enter the IP address to use for this FTP site, type your Web server’s IP address.
5. Under Type the TCP port for this FTP site, change the TCP port from the default setting of 21 to an unallocated port number. If you are uncertain which port numbers are already allocated, choose a high number, for example a number between 5000 and 5999.
6. Complete the rest of the FTP Site Creation Wizard.

Source: http://technet.microsoft.com/en-us/library/cc753522(WS.10).aspx



Leave a Reply 0

Your email address will not be published. Required fields are marked *