Introduction
This page is about how to build a router, a network interface, and
the TCP protocol
structure
4 Layer
Application / Transport / Network / Link
Link(Ethernet / WIFI)
Network Layer(IP)
and it is the only Thin waist
it is the logical smallest packets which internet break up data into
and it is format is very easy Three parts: “To” “From” “Data”
Use Internet Protocol, it makes a best effor to deliver datagrams,
they can be delivered out of order and corruptedTransport Layer(TCP / UDP)
transmission control protocol
user datagram protocolApplication
HTTP
ascii text / human readable
Lab1 Warm Up
Fetch a Web Page
1 | telnet cs144.keithw.org http |
Send yourself an email
pass, it requires standford network
Listening and connecting
1 | netcat -v -l -p 9090 |
Lecture 03