01 intro

23
Professor Douglas Lyon [email protected] Fairfield University http://www.docjava.com Computer Networks CR320

description

 

Transcript of 01 intro

Page 1: 01 intro

Professor Douglas Lyon [email protected] Fairfield University http://www.docjava.com

Computer Networks CR320

Page 2: 01 intro

Course Text

Java for Programmers Available from:

– http://www.docjava.com

Page 3: 01 intro

Grading

Midterm: 1/3 Homework: 1/3 Final: 1/3 Midterm and Final – Take home!

Page 4: 01 intro

Email

Please send me an e-mail asking to be placed on the CR320 List

E-mail: [email protected]

Page 5: 01 intro

Pre-reqs

You should have CS232 and MA 172 OR permission of the instructor You need a working knowledge of

Java!

Page 6: 01 intro

DATA COMMUNICATION NETWORKS

Communication networks

switched unswitched

Page 7: 01 intro

Switched

Circuit Switched Packet Switched

DATA COMMUNICATION NETWORKS

Page 8: 01 intro

Unswitched(broadcast nets)

DATA COMMUNICATION NETWORKS

packet radio satellite local

Packet switched nets are store and forward nets.

Page 9: 01 intro

ckt switched nets have dedicated communication paths (i.e. telephone)

For example:

DATA COMMUNICATION NETWORKS

net station

node

A Broadcast Comm. Net can be WAN, the media is unshared

Page 10: 01 intro

DATA COMMUNICATION NETWORKS

Dish

LAN EXAMPLES:

Page 11: 01 intro

DATA COMMUNICATION NETWORKS

Ethernet with a bus topology:

Page 12: 01 intro

DATA COMMUNICATION NETWORKS

Ring topology net:

Note: No switching nodes ,media is shared in LAN

For packet radio,every station can hear every other,the media is shared so this is a LAN technology

Page 13: 01 intro

Computer Communications Architecture

The Three Layer ModelApplication run on computer which use

networks

network layer - xchange of data between computer

and network transport layer - error detection and correction application layer - file xfer etc.

Page 14: 01 intro

Transmission Terminology

ANSI Defs:–simplex - one direction only–half-duplex - two-way but not at the same time.

– full-duplex - simultaneous two way transmission

Page 15: 01 intro

Transmission Terminology

CCITT– CCITT vs ANSI– simplex = half-duplex– duplex = full-duplex

CCITT = international telegraph and telephone consultive committee

Page 16: 01 intro

ISO-OSI ModelISO= International Standards Organization

OSI = Open Systems Interconnection

OSI Model = a 7 layer model used to describe most networks today

Page 17: 01 intro

1. Physical Layer

This is a physical connection between machines. BITS

Page 18: 01 intro

2. Data Link Layer

Provides reliable transfer of information across the physical links. FRAMES/Packets or DLPDU

Page 19: 01 intro

3. Network Layer

Routing

Page 20: 01 intro

4. Transport Layer

error recovery and flow control

Page 21: 01 intro

5. Session Layer

Control for communication, close and open connections

Page 22: 01 intro

6. Presentation LayerData formatting and character code conversion

Page 23: 01 intro

7. Application Layer

file transfer, virtual terminals, electronic mail

etc..