1 chapter overview network communications the osi reference model

25
1 Chapter Overview Network Communications The OSI Reference Model

Upload: winfred-harrell

Post on 13-Dec-2015

221 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: 1 Chapter Overview Network Communications The OSI Reference Model

1

Chapter Overview

Network Communications The OSI Reference Model

Page 2: 1 Chapter Overview Network Communications The OSI Reference Model

2

Signals and Protocols

A data network is a group of computers connected by a network medium.

The network medium carries signals between computers.

Signals reduce complex information to the simplest possible form.

Computers communicate by using a language called a protocol.

Page 3: 1 Chapter Overview Network Communications The OSI Reference Model

3

Protocol Services

Packet acknowledgment Segmentation Flow control Error detection Error correction Data compression Data encryption

Page 4: 1 Chapter Overview Network Communications The OSI Reference Model

4

A Protocol Stack

Page 5: 1 Chapter Overview Network Communications The OSI Reference Model

5

Protocol Interaction

Page 6: 1 Chapter Overview Network Communications The OSI Reference Model

6

Local Area Networks

A local area network (LAN) is a collection of computers located in a relatively small area and connected by a common medium.

The pattern in which computers in a LAN are connected is called the topology.

LAN topologies include bus, star, and ring. The defining protocols for a LAN are the

data-link layer protocols.

Page 7: 1 Chapter Overview Network Communications The OSI Reference Model

7

Wide Area Networks

Page 8: 1 Chapter Overview Network Communications The OSI Reference Model

8

Packet Switching

Page 9: 1 Chapter Overview Network Communications The OSI Reference Model

9

Half-Duplex and Full-Duplex Communications

Page 10: 1 Chapter Overview Network Communications The OSI Reference Model

10

Backbone Network

Page 11: 1 Chapter Overview Network Communications The OSI Reference Model

11

Client/Server and Peer-to-Peer Networking

On a client/server network, computers function as either clients or servers.

On a peer-to-peer network, computers can function as both clients and servers.

Microsoft Windows, UNIX, and Linux are peer-to-peer operating systems.

Novell NetWare is a client/server operating system.

Page 12: 1 Chapter Overview Network Communications The OSI Reference Model

12

The OSI (Open Systems Interconnection) Reference Model

Page 13: 1 Chapter Overview Network Communications The OSI Reference Model

13

Data Encapsulation

Play Video

Page 14: 1 Chapter Overview Network Communications The OSI Reference Model

14

PDU Names at Different OSI Layers

OSI Layer Protocol Data Unit (PDU) Name (A generic name

for the data constructions created by the protocols operating at various layers of the OSI model)

Application Message

Transport Segment or datagram

Network Datagram

Data-link Frame

(Any layer) Packet

Page 15: 1 Chapter Overview Network Communications The OSI Reference Model

15

The Physical Layer Defines the hardware elements of the

network, including The network medium How the network is installed The type of signaling 

Includes the following elements: Cables Network interface adapters (also called

network interface cards, or NICs) Hubs

Page 16: 1 Chapter Overview Network Communications The OSI Reference Model

16

The Data-Link Layer

Includes the following protocols: Ethernet Token Ring Fiber Distributed Data Interface (FDDI) Serial Line Internet Protocol (SLIP) Point-to-Point Protocol (PPP)

Page 17: 1 Chapter Overview Network Communications The OSI Reference Model

17

The Data-Link Layer (Cont.)

Includes the following protocol components: Frame format Media Access Control (MAC) mechanism Physical layer specifications 

Performs the following functions: Hardware addressing Error detection and correction Protocol identification

Page 18: 1 Chapter Overview Network Communications The OSI Reference Model

18

The Network Layer Includes the following protocols:

Internet Protocol (IP) Internetwork Packet Exchange (IPX) NetBIOS Extended User Interface (NetBEUI) AppleTalk

Performs the following functions: Addressing Fragmenting Routing Protocol identification

Page 19: 1 Chapter Overview Network Communications The OSI Reference Model

19

The Transport Layer Includes the following protocols:

Transmission Control Protocol (TCP) User Datagram Protocol (UDP) IPX NetWare Core Protocol (NCP) Sequenced Packet Exchange (SPX) 

Performs the following functions: Packet acknowledgment Data segmentation Flow control Error detection

Page 20: 1 Chapter Overview Network Communications The OSI Reference Model

20

Connection-Oriented and Connectionless Protocols

Connection-Oriented (CO) Protocols

Connectionless (CL) Protocols

Require a handshake Do not require a handshake

Have larger headers and more overhead

Have smaller headers and less overhead

Provide packet acknowledgments, data segmentation, flow control, and error detection and correction

Do not provide additional services

Acknowledge transmitted packets, so they are considered reliable

Do not acknowledge transmitted packets, so they are considered unreliable

Page 21: 1 Chapter Overview Network Communications The OSI Reference Model

21

The Session Layer

The two most important functions at this layer are Dialog control Dialog separation

Page 22: 1 Chapter Overview Network Communications The OSI Reference Model

22

The Presentation Layer

The presentation layer uses the following translation process:

1. The sender translates its abstract syntax to transfer syntax.

2. The sender transmits data to the receiver.

3. The receiver translates transfer syntax to it in abstract syntax.

Page 23: 1 Chapter Overview Network Communications The OSI Reference Model

23

The Application Layer

Includes the following protocols: File Transfer Protocol (FTP) Hypertext Transfer Protocol (HTTP) Simple Mail Transfer Protocol (SMTP) Post Office Protocol, Version 3 (POP3) Internet Mail Access Protocol (IMAP) Simple Network Management Protocol (SNMP) Domain Name System (DNS) Dynamic Host Configuration Protocol (DHCP)

Page 24: 1 Chapter Overview Network Communications The OSI Reference Model

24

Lesson 1 Summary: Network Communications Computers communicate by using languages called protocols. Protocols provide services to other protocols operating above

and below them. A LAN uses a common network medium to connect computers

in a relatively small area. A WAN uses an external network provider to connect LANs. Broadband networks carry multiple signals at once, while

baseband networks carry only one signal. A backbone network connects segments together, forming an

internetwork. Most operating systems today use the peer-to-peer model,

which allows computers to function as both clients and servers.

Page 25: 1 Chapter Overview Network Communications The OSI Reference Model

25

Lesson 2 Summary: The OSI Reference Model

OSI Model Layer

Function

Application Provides an interface to applications running on the computer

Presentation

Translates syntaxes between different systems

Session Provides dialog control and dialog separation

Transport Provides packet acknowledgment, flow control, and error detection

Network Provides end-to-end routing and addressing

Data-link Provides addressing, data encapsulation, and media access control

Physical Defines the hardware elements and structure of the network installation