CS100 Lecture Notes - Lecture 9: Html Element, Server-Side, Https

86 views7 pages

Document Summary

There are many diferent types of servers on the internet, the most common being a web server. If you upload an html ile named hello. html to your course account correctly, you will be able to view your ile by visiting it at your web page: https://www. student. cs. uwaterloo. ca/~yourusername/hello. html: in this case, the web server is a computer with the name www. student. cs. uwaterloo. ca with the address. This computer is running software that simply waits for an incoming http (or https) request. It answers the request by retrieving the hello. html ile from your public_html folder, and then sending the contents of that ile back to the client that made the request. Typically, the client is a web browser running on a diferent computer than the web server. The html provided by the server is in the same html language that we have already seen in this course. The server"s role is to: respond to http requests and provide iles (e. g. , html pages and pictures:

Get access

Grade+20% off
$8 USD/m$10 USD/m
Billed $96 USD annually
Grade+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
40 Verified Answers
Class+
$8 USD/m
Billed $96 USD annually
Class+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
30 Verified Answers

Related Documents