Instructions for TAs

14
Instructions for TAs • Add these entries to your ‘hosts’ file: – 67.18.184.147 nsa.gov – 67.18.184.147 www.nsa.gov (also feel free to set up a dodgy DNS server etc.) • Burn these instructions after reading

description

Instructions for TAs. Add these entries to your ‘hosts’ file: 67.18.184.147 nsa.gov 67.18.184.147 www.nsa.gov (also feel free to set up a dodgy DNS server etc.) Burn these instructions after reading. Finishing off TCP. DNS and HTTP!. plus. aka how to make a website!. ACK. ACK. FIN. - PowerPoint PPT Presentation

Transcript of Instructions for TAs

Page 1: Instructions for TAs

Instructions for TAs

• Add these entries to your ‘hosts’ file:– 67.18.184.147 nsa.gov– 67.18.184.147 www.nsa.gov(also feel free to set up a dodgy DNS server etc.)

• Burn these instructions after reading

Page 2: Instructions for TAs

DNS and HTTP!

Finishing off TCP

plus

Page 3: Instructions for TAs

Normal Termination:One Side At A Time

Figure: slide 80, lecture 12

SYN

SYN

AC

K

ACK

Dat

a

FIN

AC

K

AC

K

timeAnand

Panda

FIN

AC

K

• If Anand wished to disconnect acrimoniously, what packet could he send instead?

Page 4: Instructions for TAs

http://www.pandaexpress.com

• ‘ping www.pandaexpress.com’: 65.91.7.210

Page 5: Instructions for TAs

http://65.91.7.210

• ‘ping www.pandaexpress.com’: 65.91.7.210

Page 6: Instructions for TAs

• DNS: DDB of RRs– “Domain Name System: distributed database storing resource

records”• Format: (name, value, type, ttl)• Types:– A– NS– PTR– CNAME– MX

Defending Our Nation.Securing The Future.

Page 7: Instructions for TAs

http://www.nsa.gov

• What’s wrong?– Why isn’t this the National Scrabble Association?

Page 8: Instructions for TAs

http://www2.scrabble-assoc.com

• ‘ping www2.scrabble-assoc’: 64.77.84.73

Page 9: Instructions for TAs

64.77.84.73

• ‘ping www2.scrabble-assoc’: 64.77.84.73

Page 10: Instructions for TAs

Hostname works …

Page 11: Instructions for TAs

Unmasking the stealthy NSA$ telnet 64.77.84.73 80GET / HTTP/1.0

HTTP/1.1 400 Bad RequestContent-Type: text/htmlDate: Wed, 17 Oct 2012 04:13:42 GMTConnection: closeContent-Length: 39

<h1>Bad Request (Invalid Hostname)</h1>Connection to 64.77.84.73 closed by foreign host.

$ telnet 64.77.84.73 80GET / HTTP/1.0Host: scrabble-assoc.com

HTTP/1.1 200 OKConnection: closeDate: Wed, 17 Oct 2012 04:30:21 GMTServer: Microsoft-IIS/6.0X-Powered-By: ASP.NETContent-Length: 17644Content-Type: text/htmlSet-Cookie: ASPSESSIONIDQSAQDTQA=GMLHAOPCHHHFEEJCJCNEDMIO; path=/...

See also slide 70, lecture 13 (“Multiple Sites Per Machine”)

Page 12: Instructions for TAs

HTTP is Stateless• When would we

want to store state?• How/where?– What principle does

this follow from?HTTP/1.1 200 OKConnection: closeDate: Wed, 17 Oct 2012 04:30:21 GMTServer: Microsoft-IIS/6.0X-Powered-By: ASP.NETContent-Length: 17644Content-Type: text/htmlSet-Cookie: ASPSESSIONIDQSAQDTQA=GMLHAOPCHHHFEEJCJCNEDMIO; path=/

See also slide 51 (lecture 13) + slide 64 (lecture 4)

Page 13: Instructions for TAs

Non-persistent TCP connectionTCP SYN

TCP SYN-ACK

TCP ACK + HTTP REQUEST

TCP ACK + HTTP RESPONSE

TCP FIN

TCP FIN-ACK

TCP ACK

TCP ACK

1 RTT

1 RTT+ transmission

Page 14: Instructions for TAs

Easy ways to order!

1. Go to store2. Order burger

3. Go to store4. Order drink

5. Go to store6. Order fries

1. Go to store with two friends

2. Each person orders one item (in parallel)

1. Go to store2. Order burger,

drink and fries

11. Go to store2. Order

burger3. Order drink4. Order fries

2 3 4