chapter 9 computer networks

53
1 Chapter 9 Computer Networks

Upload: berget

Post on 11-Jan-2016

48 views

Category:

Documents


1 download

DESCRIPTION

Chapter 9 Computer Networks. Chapter Topics. OSI network layers Network Topology Media access control Addressing and routing Network hardware Network standards. OSI Network Layers. OSI Network Layers. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Chapter 9 Computer Networks

1

Chapter 9

Computer Networks

Page 2: Chapter 9 Computer Networks

2

Chapter Topics

OSI network layers Network Topology Media access control Addressing and routing Network hardware Network standards

Page 3: Chapter 9 Computer Networks

3

OSI Network Layers

Page 4: Chapter 9 Computer Networks

4

OSI Network Layers

Presentation Layer – ensures that data transmitted by one network node is correctly interpreted by the other network node.

Session Layer – establishes and manages communication sessions.

Page 5: Chapter 9 Computer Networks

5

OSI Network Layers

Transport Layer – formats messages into packets suitable for transmission over the network.

Network Layer – routes packet to their proper destination.

Data Link Layer – interface between network software and hardware.

Page 6: Chapter 9 Computer Networks

6

OSI Network Layers

Physical Layer – the layer at which communication between devices actually takes place.

Page 7: Chapter 9 Computer Networks

7

Mathieson’s Three Layers

Page 8: Chapter 9 Computer Networks

8

Chapter Topics

OSI network layers Network Topology Media access control Addressing and routing Network hardware Network standards

Page 9: Chapter 9 Computer Networks

9

Network Topology

Definition of Network Topology Point-to-Point transmission Shared Connections Store and Forward Physical Topology (star, bus, ring) Logical Topology

Page 10: Chapter 9 Computer Networks

10

Network Topology

Network topology refers to: The spatial organization of network devices. The physical routing of network cabling. The flow of message from one network node to

another.

Page 11: Chapter 9 Computer Networks

11

Network Topology

Point-to-Point transmission – the line is laid over the shortest path and connected directly to both nodes. Used for small networks.

Shared connections – smaller shared links are connected to larger shared links. Used for larger networks.

Page 12: Chapter 9 Computer Networks

12

Network Topology

Page 13: Chapter 9 Computer Networks

13

Network Topology

Store and Forward - interconnected system of end nodes and transfer points used to route data among end nodes.

Page 14: Chapter 9 Computer Networks

14

Network Topology

Page 15: Chapter 9 Computer Networks

15

Network Topology

Physical topology – refers to the physical placement of cables and device connections to those cables.

Logical topology – refers to the path that messages traverse as they travel from node to node.

Page 16: Chapter 9 Computer Networks

16

Network Topology

Physical Topology Star Bus Ring

Page 17: Chapter 9 Computer Networks

17

Network Topology

Star Topology Uses a central node to which all other

nodes are connected. The central node can be a transfer

point. Advantage: simple wiring. Disadvantage: the failure of the hub

disables the entire network.

Page 18: Chapter 9 Computer Networks

18

Network Topology

Page 19: Chapter 9 Computer Networks

19

Network Topology

Bus Topology Connects each node to a common

transmission line. Transmitted messages travel from a

node across the common transmission line.

Advantage: simple wiring and low susceptibility to failure.

Page 20: Chapter 9 Computer Networks

20

Network Topology

Page 21: Chapter 9 Computer Networks

21

Network Topology

Ring Topology Connects each network node to two other

nodes and the entire network forms a closed loop.

Advantages: long maximum network length and low susceptibility to noise and distortion.

Page 22: Chapter 9 Computer Networks

22

Network Topology

Ring Topology

Disadvantages: Susceptibility to failure and difficulty adding , deleting and moving nodes.

Page 23: Chapter 9 Computer Networks

23

Network Topology

Page 24: Chapter 9 Computer Networks

24

Network Topology

Page 25: Chapter 9 Computer Networks

25

Network Topology

Page 26: Chapter 9 Computer Networks

26

Chapter Topics

OSI network layers Network Topology Media access control Addressing and routing Network hardware Network standards

Page 27: Chapter 9 Computer Networks

27

Media Access Control

Definition of a Collision Methods for dealing with Collisions Carrier Sense Multiple Access with Collision

Detection Token Passing

Page 28: Chapter 9 Computer Networks

28

Media Access Control

Collision – noise or interference in a message.

Methods for dealing with collisions: Carrier Sense Multiple Access/Collision Detection

(CSMA/CD) Token Passing

Page 29: Chapter 9 Computer Networks

29

Media Access Control

Carrier Sense Multiple Access/Collision Detection – (Commonly used on bus network topologies)

A node that wants to transmit listens (carrier sense) until no traffic is detected.

The node then transmits its message.

Page 30: Chapter 9 Computer Networks

30

Media Access Control

Carrier Sense Multiple Access/Collision Detection –

The node listens during and immediately after its transmission. If abnormally high signal levels are heard, which is a collision detection, then the node ceases transmission.

If a collision is detected, the node waits for a random time interval and then retransmits its message.

Page 31: Chapter 9 Computer Networks

31

Media Access Control

Page 32: Chapter 9 Computer Networks

32

Media Access Control

Token Passing

Used in ring network topologies. A token is passed from node to node. Only the node with the token can pass a

message. Advantage: simplicity. Disadvantage: inefficient use of data

transfer capacity.

Page 33: Chapter 9 Computer Networks

33

Chapter Topics

OSI network layers Network Topology Media access control Addressing and routing Network hardware Network standards

Page 34: Chapter 9 Computer Networks

34

Addressing and Routing

Definition of a Local Area Network Definition of a Wide Area Network Local Area Network Routing Wide Area Network Routing

Page 35: Chapter 9 Computer Networks

35

Addressing and Routing

Local Area Network – a network covering a floor or building.

Wide Area Network – a network a network that spans large physical distances, such as multiple buildings, cities, regions, or continents.

Page 36: Chapter 9 Computer Networks

36

Addressing and Routing

Local Area Network Routing

Each time a node is started, it sends a message announcing its presence and its address to the nearest hub.

Each hub maintains a table of addresses and transmission lines or connections ports and uses that table to make routing decisions.

Page 37: Chapter 9 Computer Networks

37

Addressing and Routing

Page 38: Chapter 9 Computer Networks

38

Addressing and Routing

Page 39: Chapter 9 Computer Networks

39

Addressing and Routing

Wide Area Network Routing

Each router knows: The addresses and physical locations of its own

nodes Other nearby routers Groups of addresses that they control Default destination for messages to the addresses

that it does not know

Page 40: Chapter 9 Computer Networks

40

Chapter Topics

OSI network layers Network Topology Media access control Addressing and routing Network hardware Network standards

Page 41: Chapter 9 Computer Networks

41

Network Hardware

Network Hardware Devices: Network interface units or network interface

cards Hub Bridges Routers Switches

Page 42: Chapter 9 Computer Networks

42

Network Hardware

Page 43: Chapter 9 Computer Networks

43

Technology Focus

Home Networks

Page 44: Chapter 9 Computer Networks

44

TCP/IP

Page 45: Chapter 9 Computer Networks

45

Chapter Topics

OSI network layers Network Topology Media access control Addressing and routing Network hardware Network standards

Page 46: Chapter 9 Computer Networks

46

Network Standards

The Institute of Electrical and Electronic Engineers (IEEE) has drafted a number of telecommunication and network standards – IEEE 803 standards.

Page 47: Chapter 9 Computer Networks

47

Network Standards

Page 48: Chapter 9 Computer Networks

48

Technology Focus - Ethernet

Page 49: Chapter 9 Computer Networks

49

Technology Focus - Ethernet

Page 50: Chapter 9 Computer Networks

50

Windows Commands

ipconfig ipconfig /all net statistics workstation net use net view

Page 51: Chapter 9 Computer Networks

51

Summary

Network topology refers to the spatial organization of network devices, the physical routing of network cabling and the flow of messages from one network node to another.

LANs are interconnected to form WANs.

Page 52: Chapter 9 Computer Networks

52

Summary

A media access control (MAC) protocol specifies rules for accessing a shared transmission medium.

Network hardware devices include NIUs, hubs, bridges, routers, and switches.

Page 53: Chapter 9 Computer Networks

53

Summary

The Open Systems Interconnection (OSI) model is an ISO conceptual model that divides network architecture into seven layers.

TCP/IP is the core Internet protocol suite.

The IEEE 802 standards cover many types of networks.