Computer Network Architecture Lecture 7: OSI Model Layers Examples II 1 26/12/2012.

Slides:



Advertisements
Similar presentations
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 EN0129 PC AND NETWORK TECHNOLOGY I NETWORK LAYER AND IP Derived From CCNA Network Fundamentals.
Advertisements

CCNA1 v3 Module 9 v3 CCNA 1 Module 9 JEOPARDY K. Martin Galo Valencia.
CST Computer Networks NAT CST 415 4/10/2017 CST Computer Networks.
Jaringan Komputer Dasar Network Layer dan IP (1) Aurelio Rahmadian.
© 2007 Cisco Systems, Inc. All rights reserved.ICND1 v1.0—1-1 Building a Simple Network Understanding the TCP/IP Internet Layer.
CCNA – Network Fundamentals
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Communicating over the Network Network Fundamentals – Chapter 2.
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.
The OSI Model and the TCP/IP Protocol Suite
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 Version 3.0 Module 10 Routing Fundamentals and Subnetting.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Communicating over the Network Network Fundamentals – Chapter 2.
Gursharan Singh Tatla Transport Layer 16-May
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 OSI Network Layer Network Fundamentals – Chapter 5 Sandra Coleman, CCNA, CCAI.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 OSI Network Layer Network Fundamentals – Chapter 5.
IP Addressing Basics LAB 8.
思科网络技术学院理事会. 1 OSI Network Layer Network Fundamentals – Chapter 5.
NetworkProtocols. Objectives Identify characteristics of TCP/IP, IPX/SPX, NetBIOS, and AppleTalk Understand position of network protocols in OSI Model.
Lecture 2 TCP/IP Protocol Suite Reference: TCP/IP Protocol Suite, 4 th Edition (chapter 2) 1.
Jaringan Komputer Dasar OSI Transport Layer Aurelio Rahmadian.
Transport Layer Layer #4 (OSI-RM). Transport Layer Main function of OSI Transport layer: Accept data from the Application layer and prepare it for addressing.
Chapter Overview IP IPX NetBEUI AppleTalk.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Network Services Networking for Home and Small Businesses – Chapter 6.
Chapter Three Network Protocols By JD McGuire ARP Address Resolution Protocol Address Resolution Protocol The core protocol in the TCP/IP suite that.
11 NETWORK LAYER PROTOCOLS Chapter 5 IP IPX NetBEUI AppleTalk.
ES 101. Module 2 IP Addressing & Routing. Last Lecture Wide area networking Definition of “packets”
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy Network Fundamentals.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 OSI Network Layer Network Fundamentals – Chapter 5.
CCNA Exploration Network Fundamentals Chapter 05 Network Layer 1 KC KHOR, Multimedia Univ. Cyberjaya.
S305 – Network Infrastructure Chapter 5 Network and Transport Layers.
IP addresses IPv4 and IPv6. IP addresses (IP=Internet Protocol) Each computer connected to the Internet must have a unique IP address.
1 12-Jan-16 OSI network layer CCNA Exploration Semester 1 Chapter 5.
Introduction to Networks v5.1 Chapter 6: Network Layer.
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.
1 Kyung Hee University Chapter 11 User Datagram Protocol.
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.
TCP/IP Protocol Suite and IP Addressing Presented By : Dupien AMS.
Process-to-Process Delivery:
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.
Chapter 11 User Datagram Protocol
Lecture 3 By Miss Irum Matloob.
Instructor Materials Chapter 9: Transport Layer
Network Fundamentals – Chapter 5
Internet technologies
Network Fundamentals – Chapter 5
TCP Transport layer Er. Vikram Dhiman LPU.
Network Architecture Introductory material
Network Fundamentals – Chapter 5
NET323 D: Network Protocols
Net 323: NETWORK Protocols
Network Fundamentals – Chapter 5
Review of Important Networking Concepts
Network Fundamentals – Chapter 5
Network Fundamentals – Chapter 5
NET323 D: Network Protocols
Network Fundamentals – Chapter 5
Network Fundamentals – Chapter 5
Lecture 6: TCP/IP Networking 1nd semester By: Adal ALashban.
Network Layer 2019/1/13.
Network Fundamentals – Chapter 5
Network Fundamentals – Chapter 5
Network Fundamentals – Chapter 5
Network Fundamentals – Chapter 5
Network Fundamentals – Chapter 5
Network Fundamentals – Chapter 5
Network Fundamentals – Chapter 5
Presentation transcript:

Computer Network Architecture Lecture 7: OSI Model Layers Examples II 1 26/12/2012

The Transport Layer Transport Layer Role and Services 2

(The Transport Layer(Cont. Port Addressing The Internet Assigned Numbers Authority (IANA) assigns port numbers. IANA is a standards body that is responsible for assigning various addressing standards. There are different types of port numbers: 1- Well Known Ports (Numbers 0 to 1023) - These numbers are reserved for services and applications. 2- Registered Ports (Numbers 1024 to 49151) - These port numbers are assigned to user processes or applications. These processes are primarily individual applications that a user has chosen to install rather than common applications that would receive a Well Known Port. When not used for a server resource, these ports may also be used dynamically selected by a client as its source port. 3- Dynamic or Private Ports (Numbers to 65535) - Also known as Ephemeral Ports, these are usually assigned dynamically to client applications when initiating a connection. 3

The Transport Layer(Cont.) 4

5

6

7

Network Layer Protocols and Internet Protocol (IP) 8

The Network Layer Layer 3 uses four basic processes: Addressing Encapsulation Routing Decapsulation 9

The Network Layer (Cont.) 1- Addressing First, the Network layer must provide a mechanism for addressing these end devices. If individual pieces of data are to be directed to an end device, that device must have a unique address. In an IPv4 network, when this address is added to a device, the device is then referred to as a host. 10

The Network Layer (Cont.) 2- Encapsulation Second, the Network layer must provide encapsulation. During the encapsulation process, Layer 3 receives the Layer 4 data and adds a Layer 3 header, or label, to create the Layer 3 data. When referring to the Network layer, we call this data a packet. Layer 4 data + Layer 3 header, or label = packet When a packet is created, the header must contain, among other information, the destination address. The Layer 3 header also contains the source address. 11

The Network Layer (Cont.) 3- Routing Next, the Network layer must provide services to “direct” these packets to their destination host. The source and destination hosts are not always connected to the same network. In fact, the packet might have to travel through many different networks. Along the way, each packet must be guided through the network to reach its final destination. Intermediary devices that connect the networks are called routers. The role of the router is to select paths for and direct packets toward their destination. This process is known as routing. 12

Network Layer Protocols(Cont.) Protocols implemented at the Network layer include: Internet Protocol version 4 (IPv4) Internet Protocol version 6 (IPv6) Novell Internetwork Packet Exchange (IPX) AppleTalk Connectionless Network Service (CLNS/DECNet) 13

Basic characteristics of the IPv4 protocol 14 Internet Protocol IPv4 was designed as a protocol with low overhead. It provides only the functions that are necessary to deliver a packet from a source to a destination over an interconnected system of networks.

Network Layer Protocols and Internet Protocol (IP) Describe the implications for the use of the IP protocol as it is connectionless and Unreliable protocol 15 Network Layer Protocols and Internet Protocol (IP)

16 Use of the IP as it is media independent

Network Layer Protocols and Internet Protocol (IP) 17 Header fields in the IPv4 protocol

Network Layer Protocols and Internet Protocol (IP) IP Destination Address The IP Destination Address field contains a 32-bit binary value that represents the packet destination Network layer host address. IP Source Address The IP Source Address field contains a 32-bit binary value that represents the packet source Network layer host address. 18

Thank You 19