Chapter 9 Introduction to Data-Link Layer

Slides:



Advertisements
Similar presentations
Computer Networks21-1 Chapter 21. Network Layer: Address Mapping, Error Reporting, and Multicasting 21.1 Address Mapping 21.2 ICMP 21.3 IGMP 21.4 ICMPv6.
Advertisements

1 Address Resolution Protocol (ARP) Relates to Lab 2. This module is about the address resolution protocol.
1 Address Resolution Protocol (ARP) Relates to Lab 2. This module is about the address resolution protocol.
 As defined in RFC 826 ARP consists of the following messages ■ ARP Request ■ ARP Reply.
TCP/IP Protocol Suite 1 Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter 8 Address Resolution Protocol.
CSEE W4140 Networking Laboratory
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Ethernet Network Fundamentals – Chapter 9.
CMPSCI 453/653 Department of Computer Science
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Computer Communication and Networks Muhammad Waseem Iqbal Lecture # 07.
Chapter 4: Managing LAN Traffic
1 Internetworking: Concepts, Architecture, and Protocols.
1 Data Link Layer Lecture 17 Imran Ahmed University of Management & Technology.
NET 221D: NETWORKS FUNDAMENTALS Lecture 1: Introduction to Protocols and Layers Networks and Communication Department 1.
Chapter 19 - Binding Protocol Addresses
CS 447 Networks and Data Communication ARP (Address Resolution Protocol) for the Internet Department of Computer Science Southern Illinois University Edwardsville.
Ethernet Network Fundamentals. Objectives Identify the basic characteristics of network media used in Ethernet. Describe the physical and data link features.
Chapter 19 Binding Protocol Addresses (ARP) A frame transmitted across a physical network must contain the hardware address of the destination. Before.
Media Access Control (MAC) addresses in the network access layer ▫ Associated w/ network interface card (NIC) ▫ 48 bits or 64 bits IP addresses for the.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Ethernet Network Fundamentals – Chapter 9.
Chapter 9 Introduction To Data-Link Layer Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Address Resolution Protocol (ARP). Internet and Data Link Layer Addresses Each host and router on a subnet needs a data link layer address to specify.
ARP ‘n RARP. The Address Resolution Protocol (ARP) is a request sent out by a computer to find another computer’s MAC address. It already knows the IP.
Chapter 20 Network Layer: Internet Protocol Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Cisco I Introduction to Networks Semester 1 Chapter 3 JEOPADY.
Spring Ch 17 Internetworking Concepts, Architecture, and Protocols Part III Internetworking.
1 Address Resolution Protocol (ARP). 2 Overview 3 Need for Address Translation Note: –The Internet is based on IP addresses –Local area networks use.
Chapter 9 Introduction To Data-Link Layer
Chapter 3: Network Protocols and Communications
Chapter 9 Introduction To Data-Link Layer 9.# 1
Network Fundamentals – Chapter 9
SE-307: Computer Communication Networks
Chapter 11 Data Link Control (DLC)
Lecture 3 By Miss Irum Matloob.
A quick intro to networking
Instructor Materials Chapter 5: Ethernet
School of Computer Science and Engineering Pusan National University
Lec 2: Protocols.
Introduction to Data-Link Layer
CS4470 Computer Networking Protocols
Address Resolution Protocol (ARP)
Instructor Materials Chapter 3: Network Protocols and Communications
Network Architecture Introductory material
Net431:advanced net services
Network Fundamentals – Chapter 9
Review of Important Networking Concepts
Network Fundamentals – Chapter 9
ARP: Address Resolution Protocol
Chapter 9 Introduction To Data-Link Layer 9.# 1
Review of Important Networking Concepts
Network Fundamentals – Chapter 9
Network Fundamentals – Chapter 9
Address Resolution Protocol (ARP)
1 TRANSMISSION CONTROL PROTOCOL / INTERNET PROTOCOL (TCP/IP) K. PALANIVEL Systems Analyst, Computer Centre Pondicherry University, Puducherry –
Networks and the Internet
Technologies and Applications of Computer Networks
Technologies and Applications of Computer Networks
Ch 17 - Binding Protocol Addresses
Connecting to the Network
Network Fundamentals – Chapter 9
COMPUTER NETWORKS CS610 Lecture-29 Hammad Khalid Khan.
Network Fundamentals – Chapter 9
Network Fundamentals – Chapter 9
Data-Link Layer The Internet is a combination of networks glued together by connecting devices (routers or switches) If a packet is to travel from a host.
16EC Computer networks unit II Mr.M.Jagadesh
Data Communications Spring, 2019
Chapter 2 Network Models
Chapter 10 Error Detection and Correction
Chapter 13 Wired LANs: Ethernet
Chapter 5: Link Layer 5.1 Introduction and services
Network Fundamentals – Chapter 9
Presentation transcript:

Chapter 9 Introduction to Data-Link Layer EE141 Chapter 9 Introduction to Data-Link Layer School of Computer Science and Engineering Pusan National University Jeong Goo Kim

Ch. 9 Outline Outline 9.1 Introduction 9.2 Link-Layer Addressing

Objective defining the concept of links and nodes Ch. 9 Objective Objective defining the concept of links and nodes the services provided by the data-link layer point-to-point and broadcast links two sub-layers at the data-link layer link-layer addressing rationale behind the existence of an addressing mechanism at the data- link layer three types of link-layer addresses Address Resolution Protocol (ARP)

Fig. 9.1 Communication at the data-link layer 9.1 Introduction 9.1 Introduction Fig. 9.1 Communication at the data-link layer

9.1 Introduction 9.1.1 Nodes and Link Communication at the data-link layer is node-to-node. LANs and WANs are connected by routers. It is customary to refer to the two end hosts and the routers as nodes and the networks in between as links. Fig. 9.2 Nodes and Links

Fig. 9.3 A communication with only three nodes 9.1 Introduction 9.1.2 Services The data-link layer provides services to the network layer; it receives services from the physical layer. Framing Flow Control Error control Congestion Control Fig. 9.3 A communication with only three nodes

Fig. 9.4 Dividing the data-link layer into two sublayers 9.1 Introduction 9.1.3 Two Categories of Links a point-to-point link. a broadcast link. 9.1.4 Two Sublayer data link control (DLC) media access control (MAC). Fig. 9.4 Dividing the data-link layer into two sublayers

9.2 Link-Layer Addressing Link address Physical address MAC address Fig. 9.5 IP addresses and link-layer addresses in a small internet

9.2 Link-Layer Addressing 9.2.1 Three Types of Addresses unicast, multicast, and broadcast

9.2 Link-Layer Addressing 9.2.2 Address Resolution Protocol (ARP) is helpful in moving a frame through a link; we need the link-layer address of the next node Fig. 9.6 Position of ARP in TCP/IP protocol suite

9.2 Link-Layer Addressing Fig. 9.7 ARP operation

9.2 Link-Layer Addressing Caching The storing of information in a small, fast memory Packet Format Fig. 9.8 ARP Packet

9.2 Link-Layer Addressing Ex. 9.4 Fig. 9.9 Example 9.4

9.2 Link-Layer Addressing

9.2 Link-Layer Addressing Ex. 9.4 Fig. 9.9 Example 9.4

9.2 Link-Layer Addressing 9.2.3 An Example of Communication Fig. 9.10 The internet for our example

9.2 Link-Layer Addressing Activities at Alice’s Site Fig. 9.11 Flow of packets at Alice’s computer

9.2 Link-Layer Addressing Activities at Router R1 Fig. 9.12 Flow of activities at router R1

9.2 Link-Layer Addressing Activities at Router R2 Fig. 9.13 Flow of activities at router R2

9.2 Link-Layer Addressing Activities at Bob’s Site Fig. 9.14 Flow of activities at Bob’s site

Homework Homework Read textbook pp. 257-287 Next Lecture Chapter 10. Error Detection and Correction