Tải bản đầy đủ (.pdf) (37 trang)

Advanced Computer Networks: Lecture 1 - Dr. Amir Qayyum

Bạn đang xem bản rút gọn của tài liệu. Xem và tải ngay bản đầy đủ của tài liệu tại đây (504.24 KB, 37 trang )

CS716
Advanced Computer Networks
By Dr. Amir Qayyum
1


Lecture No. 1


Instructor’s Introduction
• Ph.D. Mobile Wireless Net., Univ. of Paris­Sud, France
– Elect. Engg.,U.E.T. Lahore
– M.S. Comp. Engg., E.S.I.M., France
– D.E.A. Parallel Comp. Arch., Univ. of Paris­Sud, France

• Active participant of MANET wg of IETF since 1997
– Co­author of an RFC on routing protocol for MANETs

• Associated with INRIA, France as a research fellow
– Worked on Praxitele, PRIMA and IPANEMA projects

• Protocol implement. experience at Enabling Technologies
– Implementation of RTP­RTCP/UDP­TCP/IP stack for a RISC 
based packet processor, including CRTP, PPP/MP, IPsec, QoS.

• Currently working at CARE Pvt. Ltd. and CASE
– Design/development of long­range, secure mobile ad hoc networks
3


Significance and Rationale of course


• Networks and telecommunication is getting more 
and more importance
• Future telecomm networks will be more oriented 
toward “networks” rather than “communication”
• Widespread Internet, diffused in our daily life is a 
ground reality; its beneficial to understand it
• Its fun to play with protocols (software) and able 
to design exciting new type of networks
4


Foundation Course in Network Stream
• This Computer Networks course is a foundation course for 
“Networks” as the Area of Specialization
• It is a required pre­requisite course for the following 
advanced level courses in networking





Performance Analysis of Communication Networks
Integrated Services over Packet Networks
Computer Network Security
Mobile Networking

• It is a recommended pre­requisite for the course:
– Network and System Programming
5



Course Material
• Reference books
– Many textbooks on Networking may be consulted

• Lot of research papers!
– Many will be made available on course web site

• RFCs and Internet drafts
– Related to TCP/IP suite and other protocols

• Web resources
– Tutorials, white papers, reports, etc.
6


Text Book
• Larry L. Peterson and Bruce S. Davies, 
Computer Networks: A Systems Approach
– Third Edition [2003], Morgan Kaufmann 
Publishers, San Mateo, California, USA

• W. Richard Stevens, UNIX Network 
Programming, Volume 1, (Networking 
APIs: Sockets and XTI)
– Second Edition, Prentice Hall
– Recommended ONLY for programming part
7



Prerequisites
• Required:
• An undergraduate level course on computer 
networks
• Good knowledge of C language, preferably in 
Unix/Linux
– e.g. C and Data Structures course

8


Course Evaluation







Assignments
Quizzes
Research Papers
Term Projects / Reports
Midterm exam
Final exam
9


Expectations


What do you want (or expect) to learn from
this course ?

10


Expectations
• This course IS about …
– Network principles and concepts
– General purpose computer networks
– Internet perspective
• Major components of the Internet protocol suite

– Network software
– Designing and building a system

11


Expectations
• This course IS NOT about …





Survey of existing protocol standards
Specialized networks (e.g. CATV, telephone)
OSI perspective
Network hardware

• Data transmission on physical layer

– Queuing theory (we do survey, if time permits)

12


Expectations
We will learn
why
networks are like they are

13


Objectives: Principles and Concepts
• At the end of this course, you should be able to:
– Identify the problems that arise in networked 
communication
– Explain advantages/disadvantages of existing solutions 
to these problems in different networking scenarios
– Evaluate novel approaches to these problems
– Understand the components of Internet protocol suite
– Understand the implications of a given solution for 
performance in various networking environments
14


Objectives: Programming
• At the end of this course, you should be able to:

– Identify and describe the purpose of each component 
of the TCP/IP protocol suite
– Develop client­server applications using TCP/IP
– Understand the impact of trends in network hardware 
on network software issues
– Understand over 1000 useful (or useless) VUAs

15


Course Contents











Overview
Introduction to network programming
Direct link networks
Packet switching
Internetworking
End­to­end protocols
Congestion control and resource allocation
End­to­end data

Applications
Performance analysis and queuing theory (?)
16


Introduction
• Outline





Statistical Multiplexing
Inter­Process Communication
Performance Metrics
Network Architecture

17


What is Your Over­ambitious Goal ?
• Build a computer network which
– Can grow to global proportions
– Support diverse applications

• Then … think about
– Underlying building blocks
• Which available technologies to use

– Integrating the blocks to communicate

• Which software architecture to use
18


Network Design
Before looking inside a computer network, 
first agree on what a computer network is?


Computer Network ?
Specialized to handle:
• Set of serial lines to attach 
terminals to mainframe ?
• Telephone network carrying 
voice traffic ?
• Cable network to disseminate 
video signals ?

Keystrokes
Voice
Video

20


What Distinguishes a 
Computer Network ?
• Generality
• Built from general purpose 
programmable hardware

• Supports wide range of applications

21


Applications – Users’ Contact with 
the Network
• Most people know the Internet through its 
applications
– Web, email, streaming audio and video, chat, …

• Applications present an intuitively simple 
interface
– Textual and graphical objects
– Simple “clicks” to maneuver the application

• However, users are not aware of what happens 
in the network with their simple “clicks” !!!
22


Applications – Consumers of 
Networks
• On a simple click, several messages may be exchanged 
over the Internet
• In a web browser, 17 messages may be exchanged






up to six messages to translate the server name
three messages to set up a TCP connection
four messages to send HTTP “get” request + response
four messages to tear down the TCP connection

• Moreover, millions of messages are exchanged each day 
by Internet nodes to make their presence and services 
known 
23


Applications – the Driving Force
• Streaming audio and video is an emerging application
– Source generates and sends the video stream in messages across 
the Internet

• Video­on­demand: reads a preexisting movie
– One­way data transfer

• Videoconferencing: interactive session
– Very tight timing constraints

• Diversity of applications that can be built on top of the 
Internet hint at the complexity of the Internet design

24


Our Road Map …

• Fortunately, we are not the first to build a 
computer network
• Lets start exploring the path that others have 
already dig deep
• By asking (and answering)  why  networks 
are designed the way they are
25


×