Question

üodlö) Could you please write the instructions step by step to do this problem?

Retrieve the subpage lo web server: 172.16.219.10), Telnet to this web server and type in a HTTP request. In your request, specify the given header information as follows: bwork1.php with a HTTP request from the web server (IP address of the . User_Agent: Your student ID . Connection: Your name surname If you successfully retrieve the given page, you will get a response similar to this example: entent Type: text/html erver : Microsoft ITSノ7.5 Powered-By: PHP5,3.19 POwered-By: ASP.NE ate: Thu 88 Mar 2918 14:35:41 GMT ent nt-Length: SS 45387 ongratulations it is done! Your Source Port # Note down the Source Port # that you received, prepare a word file including the information below and upload to the Moodle system until March 16, 2018- 17.30. Late homework will NOT be graded. LAB Homework-l Student ID Name Surname Source Port # // Put Screenshot of the response here. Hint: You can check how to write a HTTP request message using header lines from the lecture notes-Chapter-02. Important Notes: You should use the computers in Atilim Universitys network to access the web server. .

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Steps to retrieve the page:

- Open command prompt

- Telnet to web server using given IP address and port 80(http port):
I/P : telnet 172.16.219.10 80
O/P(something similar to this):
Trying 172.16.219.10...
Connected to www.xyz.com.
Escape character is '^]'.

- Send HTTP request:
I/P:
GET /labwork1.php HTTP/1.1
host: www.xyz.com
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
User_agent: STUDENT_ID
Connection: SURNAME

O/P: As shown in the problem description, will include Source Port#

NOTE: Replace www.xyz.com with the actual hostname received in telnet request

Add a comment
Know the answer?
Add Answer to:
üodlö) Could you please write the instructions step by step to do this problem? Retrieve the...
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...

  • ND-OF-CHAPTER QUESTIONS Thought Questions 1. How do you think TCP would handle the problem if an ...

    ND-OF-CHAPTER QUESTIONS Thought Questions 1. How do you think TCP would handle the problem if an acknowledgment were lost, so that the sender retrans- mitted the unacknowledged TCP seg- ment, therefore causing the receiving transport process to receive the same segment twice? 2-2. a) Compute the minimum number of TCP segments required to open a con- nection, send an HTTP request and response message, and close the con- nection. Justify this number by creating a table showing each message and...

  • please Teacher help me with this question step by step please and explain everything my Teacher?...

    please Teacher help me with this question step by step please and explain everything my Teacher? 1. What is the channel frequency? To find the frequency, expand the Radiotap header of any frame and look for the Channel frequency. 2. What rates are used? Give an ordered list of rates from lowest to highest. Hint: you can click the Rate column to sort by that value. 3. What is the range of RSSI and hence variation in SNRs in the...

  • You shall write a very basic web server in Javascript that will run via nodejs. Your...

    You shall write a very basic web server in Javascript that will run via nodejs. Your project shall include the following line: var paul   = require('/homes/paul/HTML/CS316/p3_req.js'); Your project will accept HTTP requests via URLs in the following format:       /[a-zA-Z0-9_]*.cgi Here are the steps you must perform for .cgi URLs: 1) call http .createserver(myprocess) my process() is a function you will write to process requests from the user via their browser 2) create a mylisten() function that takes the following parameters:...

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