+ All Categories
Home > Documents > Report Ftp

Report Ftp

Date post: 04-Jun-2018
Category:
Upload: afdhaluddin-afif-ashaari
View: 220 times
Download: 0 times
Share this document with a friend

of 14

Transcript
  • 8/13/2019 Report Ftp

    1/14

    AIM

    To give knowledge and understanding on theorem and application of basic computer

    network.

    OBJECTIVES

    Objectives of this lab activity are:

    1. Be familiar with the computer networking especially on web server.2. Be able to use Windows 7 as a Network Operating System.

    THEORY

    Internet Information Services (IIS) is an extensible Web Server and FTP Server developed

    by Microsoft for use with Windows NT family. IIS currently supports HTTP, HTTPS, FTP,

    FTPS, SMTP, and NNTP. It has been included in Windows NT family since Windows NT

    4.0 but not all editions of Windows included with this feature such as Windows XP Home

    edition. IIS is not a part of default feature turned on when Windows is installed. It can be

    accessed through the Microsoft Management Console or Administrative Tools in the Control

    Panel.

    With IIS, users can setup their own website, setup a test website, or develop an intranet for

    their organisation. Windows 7 Professional includes a limited feature version of IIS as it is

    not a part of server class operating system. However, its limited function will still allow users

    to do a lot for free from their workstation even though not as flexible as using a full serverversion. Setting up IIS on Windows 7 will be a good practise for users if they want to grow

    and eventual manage servers.

    The latest version of IIS is IIS 8.5 which included in Windows Server 2012 and Windows 8.1

    with extra features like Idle worker-Process page-out, Dynamic Site Activation, Enhanced

    Logging, ETW logging, and Automatic Certificate Rebind. Among all the versions, IIS also

    has a express version that is IIS 7.5 Express. IIS7.5 Express is available as a standalone

    freeware server and may be installed on Windows XP with Service Pack 3 and subsequent

    versions of Microsoft Windows. IIS 7.5 Express only supports the HTTP and HTTPS

    protocols.

  • 8/13/2019 Report Ftp

    2/14

    OBSERVATION OF PROCEDURE

    1. Create web server on Windows 7a. Open Control Panel and select Uninstall a Program.

    b. Select Turn Windows Features On or Off at the left side of the window andone dialog box will appear then wait for a while.

  • 8/13/2019 Report Ftp

    3/14

    c. Set the features as shown in the screenshot below. Click the + sign to expandthe each category.

  • 8/13/2019 Report Ftp

    4/14

    d. Wait for several minutes for Windows to make the changes.

    e. After it is finished, launch a browser and go to the addresshttp://127.0.0.1orhttp://localhostto test the IIS. If successful, the browser will show the IIS7

    logo as in the screenshot below.

    http://127.0.0.1/http://127.0.0.1/http://127.0.0.1/http://localhost/http://localhost/http://localhost/http://127.0.0.1/
  • 8/13/2019 Report Ftp

    5/14

    f. Click on Start, and type inetmgr to launch the IIS Manager.

  • 8/13/2019 Report Ftp

    6/14

    g. Launch Microsoft Office Word 2010, type in Hello World!and save it asWeb Page with index as the file name.

    h. Right-click Default Web Site and select Add Virtual Directory. A newWindow will popup then.

  • 8/13/2019 Report Ftp

    7/14

    i. Fill in the Alias box with tutorial and browse the folder that we saved theindex.html file. Click on OK.

    j. Now the Virtual Directory appears under the Default Web Site file-tree.

  • 8/13/2019 Report Ftp

    8/14

    k. To test whether in is configured smoothly, right-click on the tutorial, go toManage Virtual Directory and select Browse.

    l. Web browser will open up the localhost link as shown in the screenshot below.

  • 8/13/2019 Report Ftp

    9/14

    2. Creating FTP server in Windows 7a. Right click your PC name (the topmost of the file-tree) and choose Add FTP

    Site.

    b. Follow the setting as in the three screenshots below.

  • 8/13/2019 Report Ftp

    10/14

  • 8/13/2019 Report Ftp

    11/14

    c. A new FTP site will appears under Sites folder-tree.

    d. Test your server by typingftp://127.0.0.1orftp://localhostin the address barof your browser. If all configured smoothly, youll get the screenshot below.

    ftp://127.0.0.1/ftp://127.0.0.1/ftp://127.0.0.1/ftp://localhost/ftp://localhost/ftp://localhost/ftp://localhost/ftp://127.0.0.1/
  • 8/13/2019 Report Ftp

    12/14

    e. To add a new folder to your FTP site, right-click tutorialftp and select AddVirtual Directory.

  • 8/13/2019 Report Ftp

    13/14

  • 8/13/2019 Report Ftp

    14/14

    DISCUSSION

    1. What advantages of using IIS as a web server?- Reduce cost of deployment per user. End users of an IIS application use only a

    web browser, no special software needed to be installed on their computers host

    and configure a web server.

    - Access to a broad audience. IIS applications work with a wide variety of browsersand operating systems, so you can easily reach a wide audience whether in your

    local network or through the Internet.

    - Separation of code and HTML. Unlike scripting, your code is not embedded in theHTML document, so you can separate the process of designing the applications

    user interface from writing, testing, and debugging its code.

    2. List down 2 other types of web server.- Jigsaw - W3C's Server. Comes from the World Wide Web Consortium (W3C). it

    is open source and can run on various platforms like Linux, Unix, Windows, MacOS X, Free BSD and etc. Jigsaw has been written in Java and can run CGI scripts

    and PHP programs.

    - Sun Java System Web Server. This web server is developed by Sun Microsystemsis suited for medium and large websites. Though the server is free, it is not open

    source. It can runs in Windows, Linus, and Unix platforms.

    CONCLUSION

    As a conclusion, we finally know about the concept and the theory of web server. After

    following this assignment, we become familiar with the computer networking especially on

    web server and be able to use Windows 7 as a Network Operating System.


Recommended