36
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 1 OSI Network Layer Network Fundamentals – Chapter 5

OSI Network Layer

  • Upload
    tocho

  • View
    18

  • Download
    0

Embed Size (px)

DESCRIPTION

OSI Network Layer. Network Fundamentals – Chapter 5. Network Layer Protocols and Internet Protocol. Network Layer Protocols and Internet Protocol. - PowerPoint PPT Presentation

Citation preview

Page 1: OSI Network Layer

© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 1

OSI Network Layer

Network Fundamentals – Chapter 5

Page 2: OSI Network Layer

2© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Network Layer Protocols and Internet Protocol

Page 3: OSI Network Layer

3© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Network Layer Protocols and Internet Protocol The Network layer, or OSI Layer 3, provides services to

exchange the individual pieces of data over the network between identified end devices. To accomplish this end-to-end transport, Layer 3 uses four basic processes:

Addressing

Encapsulation

Routing

Decapsulation

Page 4: OSI Network Layer

4© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Network Layer Protocols

Page 5: OSI Network Layer

5© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Network Layer Protocols and Internet Protocol

Page 6: OSI Network Layer

6© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Connectionless Data Communications

Page 7: OSI Network Layer

7© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Network Layer Protocols and Internet Protocol Best Effort Delivery

Page 8: OSI Network Layer

8© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Network Layer Protocols: Media Independent

Page 9: OSI Network Layer

9© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Network Layer Protocols: Media Independent The maximum size of PDU that each medium can

transport. This characteristic is referred to as the Maximum Transmission Unit (MTU).

In some cases, an intermediary device - usually a router - will need to split up a packet when forwarding it from one media to a media with a smaller MTU. This process is called fragmenting the packet or fragmentation.

Page 10: OSI Network Layer

10© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Network Layer Protocols and Internet Protocol

Page 11: OSI Network Layer

11© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Network Layer Protocols and Internet Protocol

Page 12: OSI Network Layer

12© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

IPv4 Packet Header The Time-to-Live (TTL) is an 8-bit binary value that

indicates the remaining "life" of the packet. The TTL value is decreased by at least one each time the packet is processed by a router (that is, each hop). When the value becomes zero, the router discards or drops the packet and it is removed from the network data flow.

Protocol: This 8-bit binary value indicates the data payload type that the packet is carrying. The Protocol field enables the Network layer to pass the data to the appropriate upper-layer protocol. Example values are: 01 ICMP, 06 TCP, 17 UDP

Page 13: OSI Network Layer

13© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

IPv4 Packet Header The Type-of-Service field contains an 8-bit binary value

that is used to determine the priority of each packet. This value enables a Quality-of-Service (QoS) mechanism to be applied to high priority packets, such as those carrying telephony voice data.

As mentioned earlier, a router may have to fragment a packet when forwarding it from one medium to another medium that has a smaller MTU. When fragmentation occurs, the IPv4 packet uses the Fragment Offset field and the MF flag in the IP header to reconstruct the packet when it arrives at the destination host.

Page 14: OSI Network Layer

14© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Grouping Devices into Networks These smaller networks are often called subnetworks or

subnets.

Page 15: OSI Network Layer

15© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Grouping Devices into Networks These smaller networks are often called subnetworks or

subnets.

Page 16: OSI Network Layer

16© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Grouping Devices into Networks These smaller networks are often called subnetworks or

subnets.

Page 17: OSI Network Layer

17© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Grouping Devices into Networks Reduce and control traffic, divide broadcast domains

Page 18: OSI Network Layer

18© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Grouping Devices into Networks: Security

Page 19: OSI Network Layer

19© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Grouping Devices into Networks: Security

Page 20: OSI Network Layer

20© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Grouping Devices into Networks and

Page 21: OSI Network Layer

21© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Hierarchical Addressing

Page 22: OSI Network Layer

22© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Hierarchical Addressing

Page 23: OSI Network Layer

23© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Fundamentals of Routes, Next Hop Addresses and Packet Forwarding

Page 24: OSI Network Layer

24© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Fundamentals of Routes, Next Hop Addresses and Packet Forwarding

Page 25: OSI Network Layer

25© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Fundamentals of Routes, Next Hop Addresses and Packet Forwarding

Page 26: OSI Network Layer

26© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Fundamentals of Routes, Next Hop Addresses and Packet Forwarding

Page 27: OSI Network Layer

27© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Fundamentals of Routes, Next Hop Addresses and Packet Forwarding Define a route and its three key parts

Page 28: OSI Network Layer

28© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Fundamentals of Routes, Next Hop Addresses and Packet Forwarding

Page 29: OSI Network Layer

29© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Fundamentals of Routes, Next Hop Addresses and Packet Forwarding

Page 30: OSI Network Layer

30© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Fundamentals of Routes, Next Hop Addresses and Packet Forwarding

Page 31: OSI Network Layer

31© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Fundamentals of Routes, Next Hop Addresses and Packet Forwarding

Page 32: OSI Network Layer

32© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Fundamentals of Routes, Next Hop Addresses and Packet Forwarding

Page 33: OSI Network Layer

33© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Fundamentals of Routes, Next Hop Addresses and Packet Forwarding

Page 34: OSI Network Layer

34© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Static Routing

Page 35: OSI Network Layer

35© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Dynamic Routing Need for routing protocols: Routing Information Protocol

(RIP), Enhanced Interior Gateway Routing Protocol (EIGRP), Open Shortest Path First (OSPF)

Page 36: OSI Network Layer

36© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public