chapter0 fall 2005[one.]

8
1 1 CMPSCI 453, 591 Computer Networking Professor Jim Kurose Department of Computer Science 2 What is this course about? introductory (first) course in computer networking learn principles of computer networking learn practice of computer networking Internet architecture/protocols as case study by the time you are finished …… Goals: learn a lot (not just factoids, but principles and practice) have fun (well, it should be interesting, at least)

Upload: leelaram-tenneti

Post on 10-Dec-2014

449 views

Category:

Documents


0 download

DESCRIPTION

 

TRANSCRIPT

Page 1: Chapter0 fall 2005[one.]

1

1

CMPSCI 453, 591Computer Networking

Professor Jim KuroseDepartment of Computer Science

2

What is this course about?introductory (first) course in computer networking

learn principles of computer networkinglearn practice of computer networkingInternet architecture/protocols as case study

by the time you are finished ……

Goals:learn a lot (not just factoids, but principles and practice)have fun (well, it should be interesting, at least)

Page 2: Chapter0 fall 2005[one.]

2

3

Course informationintroductory (first) course in computer networkingwho is this course for?

undergrads, MS studentsprerequisites:

algorithms, Operating Systems, programming skills

course materials:text: Computer Networking: A Top Down Approach Featuring the Internet, J. Kurose & K. Ross, Addison Wesley, 3rd ed., 2004class notesclass DVD on reserve: Learning Support Services, DuBois Library (one week later, and in main CS office)

4

Course information (more)

class WWW site:

gaia.cs.umass.edu/cs453

the most important piece of info you will receive today!

everything is posted on this site!syllabusTA infoclass notes (powerpoint, pdf)assignmentsold exams ….

nothing will be handed out in class :-)

Page 3: Chapter0 fall 2005[one.]

3

5

Course information (more)

Coursework approx amount approx %written homeworks 5 20%programming (C,C++,Java) 2 15%lab assignments (Ethereal) 5 15%midterm 25%2nd midterm 30%

broadcast email: [email protected] later

workload:

6

Course information (even more)

Odd and ends…mein-class style: interaction, questions (please!)video instructional program (VIP)incomplete policyacademic honestygetting into this course…

questions, comments, … ???

Page 4: Chapter0 fall 2005[one.]

4

7

Course Overview:

Part 1: Introduction (2 classes, text: Chapter 1)what is the Internet, What is a protocol? network edge, network core, network access physical media delay, loss in packet-switched networks protocol layers, service models Internet backbones, NAPs and ISPs brief history of networking, Internet

8

A top-down approach:We’ll cover networking

top-downend-system applications, end-end transportnetwork core: routing, hooking nets togetherlink-level protocols, e.g., Ethernetother stuff: security, mobility, management,

Page 5: Chapter0 fall 2005[one.]