Network Layer Functions

Slides:



Advertisements
Similar presentations
The Network Layer Chapter 5. Network Layer Design Issues Store-and-Forward Packet Switching Services Provided to the Transport Layer Implementation of.
Advertisements

Computer Networks20-1 Chapter 20. Network Layer: Internet Protocol 20.1 Internetworking 20.2 IPv IPv6.
20.1 Chapter 20 Network Layer: Internet Protocol Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Chapter 18 Introduction to Network Layer 18.# 1
UNIT-IV Computer Network Network Layer. Network Layer Prepared by - ROHIT KOSHTA In the seven-layer OSI model of computer networking, the network layer.
1 14. Internetworking. Prof. Sang-Jo Yoo 2 Contents  Internetworking Terms  Principles of Internetworking  Connectionless Internetworking  The Internet.
Internetworking Introduction How Networks Differ How Networks Can Be Connected Concatenated Virtual Circuits Connectionless Internetworking Tunneling Fragmentation.
CMPE 80N - Introduction to Networks and the Internet 1 CMPE 80N Winter 2004 Lecture 15 Introduction to Networks and the Internet.
Network Layer Design Isues Store-and-Forward Packet Switching Services Provided to the Transport Layer Implementation of Connectionless Service Implementation.
Inside the Internet. INTERNET ARCHITECTURE The Internet system consists of a number of interconnected packet networks supporting communication among host.
1 Computer Networks Switching Technologies. 2 Switched Network Long distance transmission typically done over a network of switched nodes End devices.
CMPE 80N - Introduction to Networks and the Internet 1 CMPE 80N Winter 2004 Lecture 14 Introduction to Networks and the Internet.
Data Communications and Networking
TCP/IP Protocol Suite 1 Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter 4 Introduction to Network.
CS 381 Final Exam Study Guide Final Exam Date: Tuesday, May 12 th Time: 10:30am -12:30pm Room: SB 105 Exam aid: 8 ½ x 11 page of notes front and back.
EITnotes.com For more notes and topics visit:
April 5, 2004 Prof. Paul Lin 1 CPET The Network Layer Paul I-Hai Lin, Professor Electrical and Computer Engineering Technology Purdue University,
TELE202 Lecture 5 Packet switching in WAN 1 Lecturer Dr Z. Huang Overview ¥Last Lectures »C programming »Source: ¥This Lecture »Packet switching in Wide.
Sami Al-wakeel 1 Data Transmission and Computer Networks The Switching Networks.
Network and Communications Ju Wang Chapter 5 Routing Algorithm Adopted from Choi’s notes Virginia Commonwealth University.
Packet switching network Data is divided into packets. Transfer of information as payload in data packets Packets undergo random delays & possible loss.
Connectionless
Routing Fundamentals and Subnets Introduction to IT and Communications Technology CE
S305 – Network Infrastructure Chapter 5 Network and Transport Layers.
1 Addressing, Internetworking. 2 Collection of Subnetworks The Internet is an interconnected collection of many networks.
 1DT014 Datakommunikation I › (Thur) 9-14 › Polacksbacken, Skrivsal  9 Questions › 5 Short questions › 4 Long questions.
Computer Networks 0110-IP Gergely Windisch
Chapter 20 Network Layer: Internet Protocol Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Assignment 1  Chapter 1:  Question 11  Question 13  Question 14  Question 33  Question 34  Chapter 2:  Question 6  Question 39  Chapter 3: 
Computer Networking A Top-Down Approach Featuring the Internet Introduction Jaypee Institute of Information Technology.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Muhammad Waseem Iqbal Lecture # 20 Data Communication.
Network Layer COMPUTER NETWORKS Networking Standards (Network LAYER)
Chapter 18 Introduction to Network Layer
Chapter 5 Network and Transport Layers
Jeopardy IST 201 Test 2 Review.
Transport Protocols Relates to Lab 5. An overview of the transport protocols of the TCP/IP protocol suite. Also, a short discussion of UDP.
IP - The Internet Protocol
Chapter 4 Introduction to Network Layer
COMPUTER NETWORKS CS610 Lecture-45 Hammad Khalid Khan.
Packet Switching Datagram Approach Virtual Circuit Approach
Chapter 5 The Network Layer.
SWITCHING Switched Network Circuit-Switched Network Datagram Networks
IP - The Internet Protocol
Encapsulation/Decapsulation
Chapter 4-1 Network layer
THE NETWORK LAYER.
Chapter 5 The Network Layer.
IP - The Internet Protocol
Chapter 4 Introduction to Network Layer
Transport Protocols Relates to Lab 5. An overview of the transport protocols of the TCP/IP protocol suite. Also, a short discussion of UDP.
Transport Protocols Relates to Lab 5. An overview of the transport protocols of the TCP/IP protocol suite. Also, a short discussion of UDP.
Data Communication and Computer Networks
Key concepts covered in Midterm III
Chapter 20 Network Layer: Internet Protocol
Chapter 4 Introduction to Network Layer
ECE453 – Introduction to Computer Networks
The Network Layer Network Layer Design Issues:
IP - The Internet Protocol
CSE 313 Data Communication
Computer Networking A Top-Down Approach Featuring the Internet
COMPUTER NETWORKS CS610 Lecture-29 Hammad Khalid Khan.
Computer network technology
Data Communication and Computer Networks
16EC Computer networks unit II Mr.M.Jagadesh
IP - The Internet Protocol
Chapter 5 The Network Layer.
Review of Internet Protocols Network Layer
Congestion Control.
Transport Protocols Relates to Lab 5. An overview of the transport protocols of the TCP/IP protocol suite. Also, a short discussion of UDP.
Point-to-Point Network Switching
Presentation transcript:

Network Layer Functions Logical addressing Routing END TO END DELIVERY

Packetizing Routing and Forwarding Error Control Congestion Control Security

Network Layer Design Isues Store-and-Forward Packet Switching Services Provided to the Transport Layer Implementation of Connectionless Service Implementation of Connection-Oriented Service Comparison of Virtual-Circuit and Datagram Subnets

Switching It is the process of creating temporary connections between two or more devices linked to the switch, but not to each other. Circuit Switching Message Switching Packet Switching Datagram approach Virtual Circuit approach

Packet Switching Datagram Approach Virtual Circuit Approach --Connection less service- Data gram Approach ---- Connection Oriented- Virtual Circuit Approach In data gram approach forwarding decision is based on destination address of the packet In Virtual Circuit forwarding decision is based on label of the packet

Datagram Approach

Network Layer Performace Delay( Transmission , Propagation, Processing , Throughput, Queuing Delay) Packet Loss Congestion Control- open loop ( Prevention) , closed loop( Removal)- Backpressure and Choke packet

MCQ Which of the following IP address class is multicast? A) Class A B) Class B C) Class C D) Class D  The ipv4 header size _______. 20 to 60 bytes long B) 20 bytes long C) 60 bytes long D) None of the above .