Internet
Technologies

Spring 2010
course
navigation

feb 1

asides

... iPad :
Flash: propietary video/interactive web format, owned by Adobe.
jokes: 18, 3, 5, 64, 63, 59, 79, 78
state of the net conference - washington DC, last week

HTTP

Discuss how web pages are delivered over the 'net:
Telnet session example from command prompt :
# connect to port 80 (web server) $ telnet cs.marlboro.edu 80 # Do you speak HTTP ? > GET / HTTP/1.1 > Host: cs.marlboro.edu # The server answers: > HTTP/1.1 200 OK > Date: ... > Server: ...
Mostly: GET and POST
Server software:
Browser software:
Concepts:
Take a few wireshark captures, look at a few Tamper Data screens, from a few different sites.
Also use "view source" to see the raw web page HTML.

recap

What is "Tamper Data" doing? Why is it called that?
Assignment for Thursday: try this sort of thing on your own, and discuss.
http://cs.marlboro.edu/ courses/ spring2010/internet/ notes/ feb_1
last modified Tuesday February 2 2010 11:56 am EST