370 likes | 376 Views
CMPE 252A : Computer Networks. Chen Qian Computer Engineering UCSC Baskin Engineering Lecture 1 Slides source: Kurose and Ross, Simon Lam, Katia Obraczka. W elcome t o CE 252A !. Class information: When: MWF 09: 2 0-10: 2 5AM. Where: Engineering 2 19 4 . Class Web page:
E N D
CMPE 252A : Computer Networks Chen Qian Computer Engineering UCSC Baskin Engineering Lecture 1 Slides source: Kurose and Ross, Simon Lam, Katia Obraczka Introduction
Welcome to CE 252A! • Class information: • When: MWF 09:20-10:25AM. • Where: Engineering 2 194. • Class Web page: • https://cmpe252a-fall18-01.courses.soe.ucsc.edu/home It is your responsibility to read EVERY sentence on the class website. You also need to check the website at least twice every week to access timely updates to the class
About theInstructor • Chen Qian. • Office: E2 231. • E-mail: qian "at" ucsc.edu • Office hours: Wednesday, 11am-12pm • Research lab: E2 211
Pre-Requisites • CMPE 150 or undergrad level networking course. • Graduate level computer programming skills (for project).
Teaching Assistants • Shouqian Shi • sshi27@ucsc.edu
Books • Lecture: • Computer Networking: A Top Down Approach, • by Kurose and Ross • 5th, 6th and 7th ed are all good You are recommended to read the book BEFORE some classes. However the exam questions are ALL related to the material in the slides. Highly recommend to buy it! It is good based on my experience.
Grading • Reading reports 15% • Survey study 30% (20 writing + 10 presentation) • Midterm 25% • Course project 30%
Student Responsibilities:Academic Integrity • All submitted work must be individual. • OK to have discussions on ideas but turn in your own work. • Survey and Project can be done in a group of at most two students. But each student must submit her/his own report about her/his own contribution. • Ask instructor and TAs if there are any questions. • For more info, go to: www.ucsc.edu/academics/academic_integrity/
Student Responsibilities:Academic Integrity • Academic integrity violations will not be tolerated. • Cheating quizzes.
Student Responsibilities • Attendance. • Lectures. • Keep up with material covered in lecture • Readings (chapters in the book). • Sample questions. • Keep up with reading assignments and project. • Turn in the assignments on time!
Resources • Instructor. • TAs. • Class Web page. • Lecture notes will be posted before class. • Office hours
Student Feedback • Feedback is always welcome! • Chance to do it at the end of the quarter. • But you can also do it during the quarter…
Lectures • The more interactivity, the better! • Ask questions! • Or answer my questions. • Lecture notes: • Will be posted on-line before class. • But…
Project • You may choose one of the following. • 1. Recommended Project • 2. Self-defined Project • Any topic related to networking • Need approval from me to continue • Detailed guideline: • https://cmpe252a-fall18-01.courses.soe.ucsc.edu/node/5
Reading reports • There are around 15 research papers for the instructor/TA to present in total. You should submit no fewer than 8 reading reports. • Each report will be graded as a check- (1pt), check (1.5pt), or check+ (2pt). • You may submit more but we only count the 8 reports with highest grades. Introduction
Survey paper • You are allowed to work in a group of two on the survey paper. Among the 30 points of the survey paper, 20 will be based on the writing and 10 will be based on your presentation and Q&A. • Detailed guideline: • https://cmpe252a-fall18-01.courses.soe.ucsc.edu/node/3 Introduction
Midterm Exam • November 2nd . • Close book, can bring one-side 8.5"x11" note Introduction
Assignment late submissionpolicy • 20% deduction for each day late.
Submission site • Reading reports: canvas • Survey: canvas • Project: gitlab Introduction
Communication: • E-mailpreferred. • Send e-mail to both instructor ANDTAs. Administrative Info
Course Outline • Basic Knowledge of computer networking • Application layer • Transport layer • Network layer • Link layer • Advanced topics • Software defined networks • Cloud and data center networks • Wireless and mobile networks • Internet of things • Network security • Edge computing
My background • PhD in Computer Science (2013), University of Texas at Austin • Advisor: Simon Lam – researcher of the chapter for “The Link Layer” pp 511
BTW…. • Simon Lam’s PhD advisor was Leonard Kleinrock, Professor at UCLA • researcher of the chapter for “Chapter 1” Introduction
My Research • Network algorithms, protocols, and systems • Routing, switching, management, etc. • Current focus: Internet of Things, Software Defined Networking, and Network Security Introduction
1.1 Terms of a network 1.2 network edge end systems, access networks, links 1.3 network core packet switching, circuit switching, network structure 1.4 protocol layers Networks: overview Introduction
What are the components of a computer (communication)network? • Links, nodes, and • Terminals/hosts/end systems/servers • What’s the difference between “nodes” and “hosts”?
Nodes andhosts Source: K. Salah Module3.4
What are the performance metrics we care about? • Latency • Bandwidth/throughput • Bandwidth: the max throughput a communication link can provide • Scalability • When size is large, will there be a problem? • Memory, cpu, latency, etc. • Reliability • When some nodes/hosts fail • Security • Financial cost Introduction
Any network design is a trade-off • What are the trade-offs of the following designs: • Encryption/decryption • Redundancy • Peer-to-peer networks Introduction
Mobile network Global ISP • Internet: “network of networks” • hierarchical What’s the Internet: “Nuts and Bolts” View Homenetwork RegionalISP Institutionalnetwork
Mobile network Global ISP • Communication Infrastructure enables distributed applications: • Web, VoIP, email, games, e-commerce, file sharing • Communication services provided to apps: • reliable data delivery from source to destination • “best effort” (unreliable) data delivery What’s the Internet: “Service” View Homenetwork RegionalISP Institutionalnetwork
A closer look at network structure: network edge: hosts: clients and servers servers often in data centers mobile network global ISP home network regional ISP • access networks, physical media: wired, wireless communication links • network core: • interconnected routers • network of networks institutional network
packet-switching: hosts break application-layer messages into packets forward packetsfrom one router to the next, across links on path from source to destination each packet transmitted at full link capacity The network core
Packet Switching: queueing delay, loss C R = 100 Mb/s A D R = 1.5 Mb/s B E queue of packets waiting for output link queuing and loss: • If arrival rate (in bits) to link exceeds transmission rate of link for a period of time: • packets will queue, wait to be transmitted on link • packets can be dropped (lost) if memory (buffer) fills up
Internet protocol stack application: supporting network applications FTP, SMTP, HTTP transport: process-process data transfer TCP, UDP network: routing of datagrams from source to destination IP, routing protocols link: data transfer between neighboring network elements Ethernet, 802.111 (WiFi), PPP physical: bits “on the wire” application transport network link physical
Encapsulation network link physical link physical M M M Ht M Hn Hn Hn Hn Ht Ht Ht Ht M M M M Ht Ht Hn Hl Hl Hl Hn Hn Hn Ht Ht Ht M M M source message application transport network link physical segment datagram frame switch destination application transport network link physical router
Next class • Please read Chapter 2 of the textbook BEFORE Class