Network Fundamentals – Chapter 5

Slides:



Advertisements
Similar presentations
Computer Networks20-1 Chapter 20. Network Layer: Internet Protocol 20.1 Internetworking 20.2 IPv IPv6.
Advertisements

CE363 Data Communications & Networking Chapter 7 Network Layer: Internet Protocol.
IPv4 - The Internet Protocol Version 4
Jaringan Komputer Dasar Network Layer dan IP (1) Aurelio Rahmadian.
Introduction to TCP/IP TCP / IP –including 2 protocols Protocol : = a set of rules that govern the communication between different devices Protocol : =
Chapter 20 Network Layer: Internet Protocol Stephen Kim 20.1.
1 Computer Networks IP: The Internet Protocol. 2 IP is a connection-less, unreliable network layer protocol IP provides best effort services in the sense.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 OSI Network Layer Network Fundamentals – Chapter 5.
Chapter 5 OSI Network Layer
Network Layer. The Network layer, or OSI Layer 3, provides services to exchange the individual pieces of data over the network between identified end.
1 CCNA 1 v3.1 Module 10 Review. 2 What is the address that is changed when a frame is received at a router interface? MAC address.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 OSI Network Layer Network Fundamentals – Chapter 5 Sandra Coleman, CCNA, CCAI.
© 2006 Cisco Systems, Inc. All rights reserved.Cisco PublicITE I Chapter 6 1 OSI Network Layer Network Fundamentals – Chapter 5.
思科网络技术学院理事会. 1 OSI Network Layer Network Fundamentals – Chapter 5.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 OSI Network Layer Network Fundamentals – Chapter 5.
Copyright 2003 CCNA 1 Chapter 8 Routing Fundamentals and Subnets By Joe Parisien.
11 NETWORK LAYER PROTOCOLS Chapter 5 IP IPX NetBEUI AppleTalk.
Fall 2005Computer Networks20-1 Chapter 20. Network Layer Protocols: ARP, IPv4, ICMPv4, IPv6, and ICMPv ARP 20.2 IP 20.3 ICMP 20.4 IPv6.
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy Network Fundamentals.
Dr. John P. Abraham Professor UTPA
1 Network Layer Lecture 13 Imran Ahmed University of Management & Technology.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 OSI Network Layer Network Fundamentals – Chapter 5.
Chapter 6: Objectives Explain how network layer protocols and services support communications across data networks. Explain how routers enable end-to-end.
Network Layer4-1 Datagram networks r no call setup at network layer r routers: no state about end-to-end connections m no network-level concept of “connection”
CCNA Exploration Network Fundamentals Chapter 05 Network Layer 1 KC KHOR, Multimedia Univ. Cyberjaya.
CSC 600 Internetworking with TCP/IP Unit 5: IP, IP Routing, and ICMP (ch. 7, ch. 8, ch. 9, ch. 10) Dr. Cheer-Sun Yang Spring 2001.
1 12-Jan-16 OSI network layer CCNA Exploration Semester 1 Chapter 5.
CCNA1-1 Chapter 5 Week 6 OSI Network Layer. CCNA1-2 Chapter 5 Identify the role of the Network layer as it describes communication from one end device.
1 © 2004, Cisco Systems, Inc. All rights reserved. CCNA 1 Module 10 Routing Fundamentals and Subnets.
01_NF_Ch05 – OSI Network Layer Modified from KC Khor, Multimedia Univ. Cyberjaya (KT Lo) 1.
2016/3/16 1 Network Layer. 2016/3/ Layer 3 Functionalities The Network layer provides services to exchange the individual pieces of data over the.
COMPUTER NETWORKS CS610 Lecture-30 Hammad Khalid Khan.
Chapter 20 Network Layer: Internet Protocol Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Computer Network Architecture Lecture 7: OSI Model Layers Examples II 1 26/12/2012.
Network Layer 1. OSI network layer  OSI model layer 3  TCP/IP model Internet layer Application Presentation Session Transport Network Data link Physical.
1 28-Sep-16 S Ward Abingdon and Witney College CCNA Exploration Semester 1 OSI network layer CCNA Exploration Semester 1 Chapter 5.
© 2006 Cisco Systems, Inc. All rights reserved.Cisco Public 1 OSI network layer CCNA Exploration Semester 1 – Chapter 5.
Instructor Materials Chapter 6: Network Layer
Network Fundamentals – Chapter 5 Modified by Tony Chen
Network layer Jarkom Dasar – Week 6 Aisyatul Karima, 2012.
Network Fundamentals – Chapter 5
IP - The Internet Protocol
Network Fundamentals – Chapter 5
Network Fundamentals – Chapter 5
IP - The Internet Protocol
Network Fundamentals – Chapter 5
Chapter 5 OSI Network Layer.
Internet Protocol (IP)
Dr. John P. Abraham Professor UTPA
Network Fundamentals – Chapter 5
Network Fundamentals – Chapter 5
Network Fundamentals – Chapter 5
Dr. John P. Abraham Professor UTRGV, EDINBURG, TX
Network Fundamentals – Chapter 5
Dr. John P. Abraham Professor UTPA
Network Layer 2019/1/13.
Routing Fundamentals and Subnets
Network Fundamentals – Chapter 5
Net 323 D: Networks Protocols
Chapter 15. Internet Protocol
Network Fundamentals – Chapter 5
Network Fundamentals – Chapter 5
Network Fundamentals – Chapter 5
Network Fundamentals – Chapter 5
IPv4 Addressing By, Ishivinder Singh( ) Sharan Patil ( )
NET 323D: Networks Protocols
OSI Network Layer Presented By Dr. Waleed Alseat Mutah University.
Review of Internet Protocols Network Layer
Network Fundamentals – Chapter 5
Presentation transcript:

Network Fundamentals – Chapter 5 OSI Network Layer Network Fundamentals – Chapter 5

Network Layer Protocols and Internet Protocol

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

Network Layer Protocols

Network Layer Protocols and Internet Protocol

Connectionless Data Communications

Network Layer Protocols and Internet Protocol Best Effort Delivery

Network Layer Protocols: Media Independent

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.

Network Layer Protocols and Internet Protocol

Network Layer Protocols and Internet Protocol

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

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.

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

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

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

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

Grouping Devices into Networks: Security

Grouping Devices into Networks: Security

Grouping Devices into Networks and

Hierarchical Addressing

Hierarchical Addressing

Fundamentals of Routes, Next Hop Addresses and Packet Forwarding

Fundamentals of Routes, Next Hop Addresses and Packet Forwarding

Fundamentals of Routes, Next Hop Addresses and Packet Forwarding

Fundamentals of Routes, Next Hop Addresses and Packet Forwarding

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

Fundamentals of Routes, Next Hop Addresses and Packet Forwarding

Fundamentals of Routes, Next Hop Addresses and Packet Forwarding

Fundamentals of Routes, Next Hop Addresses and Packet Forwarding

Fundamentals of Routes, Next Hop Addresses and Packet Forwarding

Fundamentals of Routes, Next Hop Addresses and Packet Forwarding

Fundamentals of Routes, Next Hop Addresses and Packet Forwarding

Static Routing

Dynamic Routing Need for routing protocols: Routing Information Protocol (RIP), Enhanced Interior Gateway Routing Protocol (EIGRP), Open Shortest Path First (OSPF)