Question

Part - Web Server Setup and Demonstration (AJ Objective The objective of this assignment is to some HTTP as application layer
Paragraph Styles LPrepare a report indicating mode numbered sections 3) in the report provide the followings a A short overvi
0 0
Add a comment Improve this question Transcribed image text
Answer #1

Web Server Setup and  Demonstration

1) The Xampp server will make the computer work as client and server,

2)

a) The first task is to go to the downloads and download the apache server software from the official website of apache .

>After installlation, by clicking on its icon, Xampp Control panel will get open.

>By clicking on the Apache the server will get on, and in the browser we have to type IP address 127.0.0.1. It will open the dashboard of the xampp server , which means our local server is created and is working.

b) To create a simple web page we have to create a html file int the notepad.

  1. For this step we have to open the folder named xampp which will be at the software's installation location mainly in drive C.
  2. Then we will click on folder named htdocs.This is the folder where by placing all the files we can locally hosted them on the server.
  3. Then we will create a .html file in the notepad with the following code:-
  <html>    <head>       <title>MY WEB PAGE</title>    </head>    <body>      <img src="picture.jpg" >    </body> </html> 
  • The notepad file, .htmlfile browser file and the picture.jpg file should be in the htdocs folder so that they can be locally hosted.​​​​​​​

c) To open the file on the server we will write the address eg.C:\xampp\htdocs from here we have to click on the ,html file which will open the image in a web page.

d)To browse the server from the client pc we have to connect another pc in the same network by connecting it through same router.

We can now open apache dashboard on that PC  too by typing IP address of the server PC.We have to check that by typing ip config in command prompt on the server PC.After getting it , when we write it on the client pC browser it will open the localhost webpage.

Add a comment
Know the answer?
Add Answer to:
Part - Web Server Setup and Demonstration (AJ Objective The objective of this assignment is to...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Project Description In this project, you will be developing a multithreaded Web server and a simple...

    Project Description In this project, you will be developing a multithreaded Web server and a simple web client. The Web server and Web client communicate using a text-based protocol called HTTP (Hypertext Transfer Protocol). Requirements for the Web server The server is able to handle multiple requests concurrently. This means the implementation is multithreaded. In the main thread, the server listens to a specified port, e.g., 8080. Upon receiving an HTTP request, the server sets up a TCP connection to...

  • Objective: Create a proxy server that can be connected by a single client and would only...

    Objective: Create a proxy server that can be connected by a single client and would only allow http requests. Requirements: 1. Create a C based client-server architecture using sockets 2. The server should be able to accept and service single client’s http requests 3. The server should be run on cse01.cse.unt.edu machine and the client should be run on cse02.cse.unt.edu machine Procedure: 1. Create a C-based server that can accept single client’s request using sockets 2. The created server should...

  • Please Help! thanks in advance 1. Suppose within your Web browser you click on a link...

    Please Help! thanks in advance 1. Suppose within your Web browser you click on a link to obtain a Web page. The IP address for the associated URL is not cached in your local host, so a DNS lookup is necessary to obtain the IP address. Suppose that n DNS servers are visited before your host receives the IP address from DNS; the successive visits incur a RTT (round-trip time) of RTT1, … , and RTTn. Further suppose that the...

  • Problem # 1 (30 points): Suppose within your Web browser you click on a link to...

    Problem # 1 (30 points): Suppose within your Web browser you click on a link to obtain a web page Suppose that the IP address for the associated URL is not cached in your local host, so that a DNS look- up is necessary to obtain the IP address. Suppose that two (2) DNS servers are visited before your host receives the IP address from DNS; the successive visits incur an RTT of RTT1 and RTT2. Further suppose that the...

  • JUDY'S HTML TUTORIAL MENU CREATING YOUR FIRST WEB PAGE The best way to make a web...

    JUDY'S HTML TUTORIAL MENU CREATING YOUR FIRST WEB PAGE The best way to make a web page is to just dive right in. Open Notepad. To open notepad in Windows, click the windows icon in the lower left corner of the screen and then type "notepad." Notepad is a text editor. Other text editors you may consider are TextPad, Sublime Text, or NotePad++. Do not use Word or WordPad; they are word processors. If you are using an Apple computer...

  • 166 Chapter 8: TCP/IP Applications Getting Down to Business The way network communication all those ls...

    166 Chapter 8: TCP/IP Applications Getting Down to Business The way network communication all those ls and Os) goes in and out of a machine physically is through the NIC (network interface card). The way network communication goes in and out of a machine logically though, is through a program or service. A service is a program that runs in the background, independent of a logon, that provides functionalities to a system. Windows client machines, for instance, have a Workstation...

  • Date Q.1- Deternine if the following statements are f ue ow Fae I- Different URLs can be mappel to the same IP wlivess 2- HTML refers the application layer rotoeol that is used to tranafer wehpag...

    Date Q.1- Deternine if the following statements are f ue ow Fae I- Different URLs can be mappel to the same IP wlivess 2- HTML refers the application layer rotoeol that is used to tranafer wehpages to m server to the client 3- The web browser can serve as an HTTP elient or an TTP serve 4- When the congestion point is reached, the eongestion control algorithn wehuces the congestion window into half of its previous value s- The domain...

  • Description: In this assignment, you will be launching a denial of service attack on a web...

    Description: In this assignment, you will be launching a denial of service attack on a web server. We will be using hping3, a command-line oriented network security tool inside Kali Linux (an advanced penetration testing Linux distribution). Setting up the victim machine Download the Windows XP virtual machine with WebGoat server installed, using the following link. We will use this machine as the victim machine and launch a DoS attack on the WebGoat server.https://drive.google.com/open?id=0BwCbaZv8DevUejBPWlNHREFVc2s Open the victim machine and launch...

  • I need help with an assignment, it invovles techniques such as web scraping to retrieve data...

    I need help with an assignment, it invovles techniques such as web scraping to retrieve data from the Internet using both Python built-in functions as well as third-party libraries. You can use Python's default editor IDLE (Integrated Development and Learning Environment) or a Python editor of your choice to complete this assignment. I need to do the  following: Write a program to test if a given page is found or not on the server. Write a Python program to download and...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT