computer networks 2003/fall division of electronics & information engineering chonbuk university

31
Chonbuk National University, DCS Lab Lab Seminar presented by ghcho 2002/1/7 1 Computer Networks 2003/Fall Division of Electronics & Information Engineering Chonbuk University

Upload: dasha

Post on 13-Feb-2016

29 views

Category:

Documents


0 download

DESCRIPTION

Computer Networks 2003/Fall Division of Electronics & Information Engineering Chonbuk University. Course Syllabus (I). Lecturer : Gihwan Cho office : room 607 (voice 3437) email : [email protected] office hour : Tue . 11:00 ~ 13:00 or by appointment Teaching assistant : Ilsik Yang - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Computer Networks 2003/Fall Division of Electronics & Information Engineering Chonbuk University

Chonbuk National University, DCS Lab Lab Seminar presented by ghcho 2002/1/71

Computer Networks

2003/Fall

Division of Electronics & Information Engineering

Chonbuk University

Page 2: Computer Networks 2003/Fall Division of Electronics & Information Engineering Chonbuk University

Chonbuk National University, DCS Lab Lab Seminar presented by ghcho 2002/1/72

Course Syllabus (I) Lecturer : Gihwan Cho

office : room 607 (voice 3437) email : [email protected] office hour : Tue. 11:00 ~ 13:00 or by appointment

Teaching assistant : Ilsik Yang office : Distributed Computing System Lab. (room 618) email : [email protected] office hour : Tue: 11:00 ~ 13:00, Wed. 10:00 ~ 11:00

Text Books W. Stallings, Data & Computer Communications, 6th edition,

Prentice Hall, ISBN 0-13-086388-2 Andrew S. Tannenbaum, Computer Networks, 3rd edition,

Prentice Hall, ISBN 0-13-349945-6

Page 3: Computer Networks 2003/Fall Division of Electronics & Information Engineering Chonbuk University

Chonbuk National University, DCS Lab Lab Seminar presented by ghcho 2002/1/73

Course Syllabus (II) Course objectives

understanding of the basic principles of computer networks understand the Internet and its protocols then, you are expected to be able to

describe in detail the operations of Internet protocols develop your own Internet applications

Outline overall introduction of data & computer communications data communications wide area networks local area networks communications architecture and protocols

Page 4: Computer Networks 2003/Fall Division of Electronics & Information Engineering Chonbuk University

Chonbuk National University, DCS Lab Lab Seminar presented by ghcho 2002/1/74

Course Syllabus (III) Expected works

2 examinations (mid, final), 2 reports (problems in exercise) Lecture information

WilliamStallings.com/DCC6e.html dcs.chonbuk.ac.kr/~ghcho/courses/comnet.html

Grading exam. 70(35, 35), reports 20(10, 10), attendance 10 students are not majored in CS will be separately evaluated

from those of majored in CS

Page 5: Computer Networks 2003/Fall Division of Electronics & Information Engineering Chonbuk University

Chonbuk National University, DCS Lab Lab Seminar presented by ghcho 2002/1/75

Lecture Topic I

Overall Introduction

Page 6: Computer Networks 2003/Fall Division of Electronics & Information Engineering Chonbuk University

Chonbuk National University, DCS Lab Lab Seminar presented by ghcho 2002/1/76

Chapter 1 : A Communications Model Source

generates data to be transmitted Transmitter

converts data into transmittable signals Transmission System

carries data Receiver

converts received signal into data Destination

takes incoming data

Page 7: Computer Networks 2003/Fall Division of Electronics & Information Engineering Chonbuk University

Chonbuk National University, DCS Lab Lab Seminar presented by ghcho 2002/1/77

Simplified Communications Model : Diagram

(b) Example

SourceSource

Server

(a) General block diagram

ModemWorkstationPublic Telephone Network

Destination SystemSource System

Trans-mitter

Trans-mission System

Receiver Destination

Modem

Page 8: Computer Networks 2003/Fall Division of Electronics & Information Engineering Chonbuk University

Chonbuk National University, DCS Lab Lab Seminar presented by ghcho 2002/1/78

Key Communications Tasks Transmission system utilization Interfacing Signal generation Synchronization Exchange management Error detection and correction Addressing and routing Recovery Message formatting Security Network management

Page 9: Computer Networks 2003/Fall Division of Electronics & Information Engineering Chonbuk University

Chonbuk National University, DCS Lab Lab Seminar presented by ghcho 2002/1/79

Simplified Data Communications Model

Digital bitStream

Analogsignal

Analogsignal

Digital bitStream

Text Text

InputInformation

m

Input datag(t)

Transmittedsignalg(t)

Receivedsignalr(t)

Output datag’(t)

Outputinformation

m’

SourceTrans-mitter

Trans-mission System

Receiver Destination

Page 10: Computer Networks 2003/Fall Division of Electronics & Information Engineering Chonbuk University

Chonbuk National University, DCS Lab Lab Seminar presented by ghcho 2002/1/710

Why Data Networking Point to point communication not usually practical

devices are too far apart large set of devices would need impractical number of

connections Solution is a communications network

Page 11: Computer Networks 2003/Fall Division of Electronics & Information Engineering Chonbuk University

Chonbuk National University, DCS Lab Lab Seminar presented by ghcho 2002/1/711

Simplified Network Model

Source Trans-mitter

Trans-mission System

Receiver Destination

Local areanetwork

Wide-areanetwork

Source System Destination System

Switchingnode

Page 12: Computer Networks 2003/Fall Division of Electronics & Information Engineering Chonbuk University

Chonbuk National University, DCS Lab Lab Seminar presented by ghcho 2002/1/712

Wide Area Networks (WAN) Large geographical area Crossing public rights of way Rely in part on common carrier circuits Alternative technologies

circuit switching packet switching frame relay Asynchronous Transfer Mode (ATM)

Page 13: Computer Networks 2003/Fall Division of Electronics & Information Engineering Chonbuk University

Chonbuk National University, DCS Lab Lab Seminar presented by ghcho 2002/1/713

Circuit Switching, Packet Switching Circuit switching

dedicated communications path established for the duration of the conversation

e.g. telephone network Packet switching

data sent out of sequence small chunks (packets) of data at a time packets passed from node to node between source and

destination used for terminal to computer and computer to computer

communications

Page 14: Computer Networks 2003/Fall Division of Electronics & Information Engineering Chonbuk University

Chonbuk National University, DCS Lab Lab Seminar presented by ghcho 2002/1/714

Frame Relay, ATM Frame relay

packet switching systems have large overheads to compensate for errors

modern systems are more reliable errors can be caught in end system most overhead for error control is stripped out

ATM (Asynchronous Transfer Mode) evolution of frame relay little overhead for error control fixed packet (called cell) length anything from 10Mbps to Gbps constant data rate using packet switching technique

Page 15: Computer Networks 2003/Fall Division of Electronics & Information Engineering Chonbuk University

Chonbuk National University, DCS Lab Lab Seminar presented by ghcho 2002/1/715

Local Area Networks (LAN) Smaller scope

building or small campus Usually owned by same organization as attached devices Data rates much higher Usually broadcast systems Now some switched systems and ATM are being

introduced

Page 16: Computer Networks 2003/Fall Division of Electronics & Information Engineering Chonbuk University

Chonbuk National University, DCS Lab Lab Seminar presented by ghcho 2002/1/716

Protocols Used for communications between entities in a system Must speak the same language Entities

user applications e-mail facilities terminals

Systems computer terminal remote sensor

Page 17: Computer Networks 2003/Fall Division of Electronics & Information Engineering Chonbuk University

Chonbuk National University, DCS Lab Lab Seminar presented by ghcho 2002/1/717

Key Elements of a Protocol Syntax

data formats signal levels

Semantics control information error handling

Timing speed matching sequencing

Page 18: Computer Networks 2003/Fall Division of Electronics & Information Engineering Chonbuk University

Chonbuk National University, DCS Lab Lab Seminar presented by ghcho 2002/1/718

Protocol Architecture Task of communication broken up into modules For example file transfer could use three modules

file transfer application communication service module network access module

Page 19: Computer Networks 2003/Fall Division of Electronics & Information Engineering Chonbuk University

Chonbuk National University, DCS Lab Lab Seminar presented by ghcho 2002/1/719

A Simplified Three Layer Model Network access layer

exchange of data between the computer and the network sending computer provides address of destination may invoke levels of service dependent on type of network used (LAN, packet switched etc.)

Transport layer reliable data exchange independent of network being used independent of application

Application layer support for different user applications e.g. e-mail, file transfer

Page 20: Computer Networks 2003/Fall Division of Electronics & Information Engineering Chonbuk University

Chonbuk National University, DCS Lab Lab Seminar presented by ghcho 2002/1/720

Addressing Requirements Two levels of addressing required Each computer needs unique network address Each application on a (multi-tasking) computer needs a

unique address within the computer the service access point or SAP

Page 21: Computer Networks 2003/Fall Division of Electronics & Information Engineering Chonbuk University

Chonbuk National University, DCS Lab Lab Seminar presented by ghcho 2002/1/721

Protocol Architectures and Networks

Page 22: Computer Networks 2003/Fall Division of Electronics & Information Engineering Chonbuk University

Chonbuk National University, DCS Lab Lab Seminar presented by ghcho 2002/1/722

Protocol Data Units (PDU) At each layer, protocols are used to communicate Control information is added to user data at each layer Transport PDU

transport layer may fragment user data each fragment has a transport header added

destination SAP sequence number error detection code

Network PDU adds network header

network address for destination computer facilities requests

Page 23: Computer Networks 2003/Fall Division of Electronics & Information Engineering Chonbuk University

Chonbuk National University, DCS Lab Lab Seminar presented by ghcho 2002/1/723

Operation of a Protocol Architecture

Page 24: Computer Networks 2003/Fall Division of Electronics & Information Engineering Chonbuk University

Chonbuk National University, DCS Lab Lab Seminar presented by ghcho 2002/1/724

TCP/IP Protocol Architecture Developed by the US Defense Advanced Research

Project Agency (DARPA) for its packet switched network (ARPANET)

Used by the global Internet No official model but a working one

application layer host to host or transport layer internet layer network access layer physical layer

Page 25: Computer Networks 2003/Fall Division of Electronics & Information Engineering Chonbuk University

Chonbuk National University, DCS Lab Lab Seminar presented by ghcho 2002/1/725

TCP/IP Protocol Architecture Model

Page 26: Computer Networks 2003/Fall Division of Electronics & Information Engineering Chonbuk University

Chonbuk National University, DCS Lab Lab Seminar presented by ghcho 2002/1/726

OSI Model Open Systems Interconnection Developed by the International Organization for

Standardization (ISO) Seven layers

application presentation session transport network data Link physical

A theoretical system delivered too late! Currently, TCP/IP is the de facto standard

Page 27: Computer Networks 2003/Fall Division of Electronics & Information Engineering Chonbuk University

Chonbuk National University, DCS Lab Lab Seminar presented by ghcho 2002/1/727

OSI v TCP/IP

Page 28: Computer Networks 2003/Fall Division of Electronics & Information Engineering Chonbuk University

Chonbuk National University, DCS Lab Lab Seminar presented by ghcho 2002/1/728

Standards Required to allow for interoperability between equipment Advantages

ensures a large market for equipment and software allows products from different vendors to communicate

Disadvantages freeze technology may be multiple standards for the same thing

Web sites for IETF, IEEE, ITU-T, ISO

Page 29: Computer Networks 2003/Fall Division of Electronics & Information Engineering Chonbuk University

Chonbuk National University, DCS Lab Lab Seminar presented by ghcho 2002/1/729

Standardization (I)

Page 30: Computer Networks 2003/Fall Division of Electronics & Information Engineering Chonbuk University

Chonbuk National University, DCS Lab Lab Seminar presented by ghcho 2002/1/730

Standardization (II)

Page 31: Computer Networks 2003/Fall Division of Electronics & Information Engineering Chonbuk University

Chonbuk National University, DCS Lab Lab Seminar presented by ghcho 2002/1/731

Standardization (III)