CS 680 Internet Systems Research Sami Rollins srollinscs

  • Slides: 18
Download presentation
CS 680 Internet Systems Research Sami Rollins srollins@cs. usfca. edu Spring 2007

CS 680 Internet Systems Research Sami Rollins srollins@cs. usfca. edu Spring 2007

Administrative Information • Class web page • Introductions – What do you hope to

Administrative Information • Class web page • Introductions – What do you hope to get out of this class?

What is the Internet?

What is the Internet?

History of the Internet • 1960 s – circuit switched phone network – not

History of the Internet • 1960 s – circuit switched phone network – not useful for timesharing computers • 1961 – Kleinrock publishes paper on packet switching • 1967 – Roberts publishes plan for ARPAnet • 1969 – first node (UCLA) on ARPAnet followed by SRI, UCSB, and Utah • 1972 – Kahn demonstrates ARPAnet which uses the network-control protocol (NCP) to communicate • 1972 – Tomlinson writes first e-mail program

History of the Internet • early to mid-70 s – other networks introduced •

History of the Internet • early to mid-70 s – other networks introduced • 1973 – Metcalfe begins work on Ethernet • 1974 – Kahn and Cerf explore how to connect several networks – begin development of TCP/IP

History of the Internet • early 80 s – many efforts, including NSFNET, to

History of the Internet • early 80 s – many efforts, including NSFNET, to build networks to link universities • 1983 - “flag day” for transition from NCP to TCP/IP • late 80 s – DNS maps IP address to name

History of the Internet • 90 s – ARPAnet ceases to exist, NSFNET decommissioned

History of the Internet • 90 s – ARPAnet ceases to exist, NSFNET decommissioned and Internet backbone traffic carried by commercial ISPs • 1989 – Berners-Lee invents WWW based on ideas by Bush (1945) and Nelson (60 s)

Research • What is research? • How is research different from what you do

Research • What is research? • How is research different from what you do in your other classes? – New ideas – Proof that they work

Research in CS • Traditionally, three areas in CS – Theory – Systems –

Research in CS • Traditionally, three areas in CS – Theory – Systems – Applications/AI

Systems Research • Motivation – What's the problem and why is it interesting? •

Systems Research • Motivation – What's the problem and why is it interesting? • Design – What is your solution and how is it new and interesting? • Implementation – How do you make your solution actually solve a problem? Provides proof-of-concept, though there are likely to be other implementations. • Evaluation – Is your solution really better than other solutions? How do you measure its performance (metrics)? What affects its behavior (parameters)?

Example: A New Algorithm/Architecture • Examples: routing for P 2 P search, ranking of

Example: A New Algorithm/Architecture • Examples: routing for P 2 P search, ranking of web search results, back-end cluster architecture • Motivation – old algorithms are too slow, use too many resources, don't work for a particular scenario • Design – how does your algorithm/architecture work, how do components interact in your system • Implementation – how do you prove your algorithm/architecture is feasible? • Evaluation – compare to other existing algorithms or to a naive approach, may evaluate via simulation

Example: A Measurement Study • Examples: gather data about traffic on P 2 P

Example: A Measurement Study • Examples: gather data about traffic on P 2 P networks • Motivation – understand how people use applications/systems/networks to facilitate better design • Design – anything interesting about how data is gathered? • Implementation – how is your data gathering tool implemented? • Evaluation (Results) – lots of graphs classifying data

Example: Totally New System • Examples: Turducken • Motivation – can be hard to

Example: Totally New System • Examples: Turducken • Motivation – can be hard to define, often “cool to have” • Design/Implementation – were you about to actually build it? • Evaluation – can be really hard! nothing to compare to

Related Work • Very important! • Anything you think of has been thought of

Related Work • Very important! • Anything you think of has been thought of before • Don't do work that's already been done • Find out what other people are doing!

Related Work • Conferences are main publication venue for CS – Sigcom, Infocom, Mobicom,

Related Work • Conferences are main publication venue for CS – Sigcom, Infocom, Mobicom, OSDI, NSDI, SOSP, Usenix, Mobi. Sys, WWW, Ubicomp, Pervasive, Sig. IR, ACM Multimedia, Mobihoc, Sigmetrics, ICDCS • Journals – Transactions on X

Reading Papers • Once is never enough • Identify contribution – How is this

Reading Papers • Once is never enough • Identify contribution – How is this work new? • How could you improve upon this work?

Summary Format (Benson) • What are the most important points made in the paper

Summary Format (Benson) • What are the most important points made in the paper (at least 3)? • What are the main weaknesses of the paper? Do you believe the assumptions and results? If not, why not? • If possible, compare this work with other work that you have heard about. If you chased down additional information on this topic, what was it? • List three questions or points that you plan to bring up in the discussion. • Place a number for each item below corresponding to your evaluation. – Quality of presentation, Technical contribution, Novelty of ideas, Overall

Latex • Lots of on-line tutorials • Miktex for windows • To compile into

Latex • Lots of on-line tutorials • Miktex for windows • To compile into pdf document: pdflatex eval. tex