cs 350 chapter-2. advantages layered model please do not throw sausage pizza away application...

10
CS 350 Chapter-2

Upload: miles-young

Post on 23-Dec-2015

217 views

Category:

Documents


3 download

TRANSCRIPT

Page 1: CS 350 Chapter-2. Advantages layered Model Please Do Not Throw Sausage Pizza Away Application Provides a user interface PresentationPresents data, handles

CS 350Chapter-2

Page 2: CS 350 Chapter-2. Advantages layered Model Please Do Not Throw Sausage Pizza Away Application Provides a user interface PresentationPresents data, handles

Advantages layered Model

Page 3: CS 350 Chapter-2. Advantages layered Model Please Do Not Throw Sausage Pizza Away Application Provides a user interface PresentationPresents data, handles

Please Do Not Throw Sausage

Pizza AwayApplication

Provides a user interface

Presentation

Presents data, handles processing such as data encryption, compression

Session Keeps different applications’ data separate (simplex, half duplex, and full duplex)

Transport Provides reliable or unreliable delivery, performs error correction before retransmit (Conn-oriented, flow control)

Network Provides logical addressing, which routers use for path determination

Data Link Combines packets into bytes and bytes into frames, provides access to media using MAC address, performs error detection not correction

Physical Moves bits between devices, specifies voltage, wire speed, and pin-out of cables

Page 4: CS 350 Chapter-2. Advantages layered Model Please Do Not Throw Sausage Pizza Away Application Provides a user interface PresentationPresents data, handles

TransportConnection-Oriented Communication

Virtual circuit

Sequencing

Acknowledgement

Flow control

Flow control

Windowing

Acknoledgement

Page 5: CS 350 Chapter-2. Advantages layered Model Please Do Not Throw Sausage Pizza Away Application Provides a user interface PresentationPresents data, handles

NetworkingData packets

Route-update packets

Network address

Interface

Metric

Page 6: CS 350 Chapter-2. Advantages layered Model Please Do Not Throw Sausage Pizza Away Application Provides a user interface PresentationPresents data, handles

RoutersDo not forward broadcast or multicast

Use IP address to forward packet to the next hop

Use access list, created by admin, to control security on the types of packets allowed to enter or exit

Can provide layer-2 bridging functions, and route through the same interface simultaneously

Layer-3 device, provide connection between VLAN

Provide QoS

Page 7: CS 350 Chapter-2. Advantages layered Model Please Do Not Throw Sausage Pizza Away Application Provides a user interface PresentationPresents data, handles

The Data Link Layer

Media Access Control (MAC)Contention media access – first come first serve

Logical Link Control (LLC)Encapsulation

Flow control

Sequencing

Page 8: CS 350 Chapter-2. Advantages layered Model Please Do Not Throw Sausage Pizza Away Application Provides a user interface PresentationPresents data, handles

IEEE 802 – LAN/MANs

802.2 --- LLC

802.3 --- CSMA/CD

802.11 – Wireless LAN

802.16 -- WiMAX

Page 9: CS 350 Chapter-2. Advantages layered Model Please Do Not Throw Sausage Pizza Away Application Provides a user interface PresentationPresents data, handles

Physical LayerBit patterns

Encoding bits

Interfaces

Physical topology

Page 10: CS 350 Chapter-2. Advantages layered Model Please Do Not Throw Sausage Pizza Away Application Provides a user interface PresentationPresents data, handles

Encapsulation