COMPUTER NETWORKS CS610 Lecture-9 Hammad Khalid Khan.

Slides:



Advertisements
Similar presentations
Multiple Access Methods. When nodes or stations are connected and use a common link (cable or air), called a multipoint or broadcast link, we need a.
Advertisements

CIM 2465 Fundamentals of Ethernet1 Fundamentals of Ethernet (Topic 3) Textbook: Networking Basics, CCNA 1 Companion Guide, Cisco Press Cisco Networking.
© 2007 Pearson Education Inc., Upper Saddle River, NJ. All rights reserved.1 Computer Networks and Internets with Internet Applications, 4e By Douglas.
Sept 28, 2004CS573: Network Protocols and Standards D – Selective Multicast Network Protocols and Standards Autumn
IP: The Internet Protocol
1 Fall 2005 Hardware Addressing and Frame Identification Qutaibah Malluhi CSE Department Qatar University.
1 I.S Introduction to Telecommunication in Business Chapter 6 Network Hardware Components Dr. Jan Clark FALL, 2002.
Computer Network 實踐資管 Wang-Jiunn Cheng 2004 PART IV-2 Local Area Networks (LANs) Frame.
Jan 01, 2008CS573: Network Protocols and Standards D – Selective Multicast Network Protocols and Standards Winter
CSCI 4550/8556 Computer Networks Comer, Chapter 11: Extending LANs: Fiber Modems, Repeaters, Bridges and Switches.
CS335 Networking & Network Administration Tuesday, May 11, 2010.
© 2007 Pearson Education Inc., Upper Saddle River, NJ. All rights reserved.1 Computer Networks and Internets with Internet Applications, 4e By Douglas.
Introduction To Networking
© 2007 Pearson Education Inc., Upper Saddle River, NJ. All rights reserved.1 Computer Networks and Internets with Internet Applications, 4e By Douglas.
Chapter 9 Hardware Addressing & Frame Type Identification EE 526 Presentation by Ryan Star.
Review on Networking Technologies Linda Wu (CMPT )
CS335 Networking & Network Administration Tuesday, April 13, 2010.
Packet Transmission (Part III) Local Area Networks (LANs)
 Network Segments  NICs  Repeaters  Hubs  Bridges  Switches  Routers and Brouters  Gateways 2.
Department of Electronic Engineering City University of Hong Kong EE3900 Computer Networks Introduction Slide 1 A Communications Model Source: generates.
Chapter 7 - LAN Technologies and Network Topology Direct point-to-point communication Connections in a point-to-point network Reducing the number of communication.
IP1 The Underlying Technologies. What is inside the Internet? Or What are the key underlying technologies that make it work so successfully? –Packet Switching.
Chapter 9 Hardware Address & Frame Type Identification Hardware address of frame Addressing schemes Ethernet Frame header format.
William Stallings Data and Computer Communications
Chapter 9 Hardware Addressing and Frame Type Identification 1.Delivering and sending packets 2.Hardware addressing: specifying a destination 3. Broadcasting.
1 Ch 9 Hardware Addressing and Frame Type Identification.
Internet Protocol: Routing IP Datagrams Chapter 8.
1 Part IV Local Area Networks (LANs). 2 Classification Terminology  Network technologies classified into three broad categories  Local Area Network.
STORE AND FORWARD & CUT THROUGH FORWARD Switches can use different forwarding techniques— two of these are store-and-forward switching and cut-through.
Chapter 11 Extending LANs 1. Distance limitations of LANs 2. Connecting multiple LANs together 3. Repeaters 4. Bridges 5. Filtering frame 6. Bridged network.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Chapter 16 Connecting LANs, Backbone Networks, and Virtual LANs.
1 Hardware Addressing and Frame Type Identification.
+ Lecture#2: Ethernet Asma ALOsaimi. + Objectives In this chapter, you will learn to: Describe the operation of the Ethernet sublayers. Identify the major.
Chapter Objectives After completing this chapter you will be able to: Describe in detail the following Local Area Network (LAN) technologies: Ethernet.
COMPUTER NETWORKS CS610 Lecture-11 Hammad Khalid Khan.
Local Area Networks: Topologies. 2 Packet Identification & MAC Addresses Each packet specifies an intended recipient with an identifier. – Demultiplexing.
COMPUTER NETWORKS CS610 Lecture-22 Hammad Khalid Khan.
COMPUTER NETWORKS Lecture-8 Husnain Sherazi. Review Lecture 7  Shared Communication Channel  Locality of Reference Principle  LAN Topologies – Star.
LAN Topologies Part 1. What is topology? Topology is the physical or logical interconnection of communicating devices Physical Topology: LANtopology,
COMPUTER NETWORKS CS610 Lecture-13 Hammad Khalid Khan.
11 CS716 Advanced Computer Networks By Dr. Amir Qayyum.
COMPUTER NETWORKS CS610 Lecture-4 Hammad Khalid Khan.
Multiple Access Methods
COMPUTER NETWORKS CS610 Lecture-15 Hammad Khalid Khan.
The OSI Model Prof. Choong Seon HONG.
IP: Addressing, ARP, Routing
COMPUTER NETWORKS CS610 Lecture-21 Hammad Khalid Khan.
CS408/533 Computer Networks Text: William Stallings Data and Computer Communications, 6th edition Chapter 1 - Introduction.
Networking Devices.
The Underlying Technologies
COMPUTER NETWORKS CS610 Lecture-28 Hammad Khalid Khan.
Local Area Networks: Topologies
Chapter 3 Internet Applications and Network Programming
COMPUTER NETWORKS CS610 Lecture-45 Hammad Khalid Khan.
Hardware Addressing and Frame Type Identification
Internet Protocol: Connectionless Datagram Delivery
Ken Gunnells, Ph.D. - Networking Paul Crigler - Programming
Net 323: NETWORK Protocols
Chapter 3: Open Systems Interconnection (OSI) Model
Multiple Access Methods
COMPUTER NETWORKS CS610 Lecture-10 Hammad Khalid Khan.
CS4470 Computer Networking Protocols
Protocol layering and data
TCP/IP Protocol Suite: Review
Lecture 5- Data Link Layer
COMPUTER NETWORKS CS610 Lecture-35 Hammad Khalid Khan.
Protocol layering and data
Local Area Networks (LANs)
Multiple Access Methods
COMPUTER NETWORKS CS610 Lecture-29 Hammad Khalid Khan.
Presentation transcript:

COMPUTER NETWORKS CS610 Lecture-9 Hammad Khalid Khan

Review Lecture 8 CSMA/CD Wireless LANs and CSMA/CA Token Ring FDDI ATM

Hardware Addressing and Frame Type Identification Chapter 9 Hardware Addressing and Frame Type Identification

Introduction Need to devise technique for delivering message through LAN medium to single, specific destination computer Sending computer uses a Hardware Address to identify the intended destination of a frame Sending computer also identifies Type of data carried in the frame

Specifying a Destination Data sent across a shared network reaches all attached stations - for all LAN topologies Interface hardware detects delivery of frame and extracts frame from medium But ... most applications want data to be delivered to One specific application on another computer - not All computers

Hardware Addressing Most network technologies have a hardware addressing scheme that identifies stations on the network Each station is assigned a numeric Hardware Address or Physical Address

Hardware Addressing Sender includes hardware address in each transmitted frame Only station identified in frame receives copy of frame Most LAN technologies include sender's hardware address in frame, too

LAN Hardware and Packet Filtering

LAN Interface LAN interface handles all details of frame transmission and reception Adds hardware addresses, error detection codes, etc. to outgoing frames May use DMA to copy frame data directly from main memory Obeys access rules (e.g., CSMA/CD) when transmitting

LAN Interface Checks error detection codes on incoming frames May use DMA to copy data directly into main memory Checks destination address on incoming frames Station's address, a copy of the frame is passed to the attached computer Frames not addressed to the local computer are ignored and don't affect the local computer in any way

Format of Hardware Addresses Numeric value Size selected for specific network technology Length is one to six bytes

Assigning Hardware Addresses Hardware addresses must be unique on a LAN How can those address be assigned and who is responsible for uniqueness?

Assigning Hardware Addresses Static Hardwar e manufacturer assigns permanent physical address to each network interface . Manufacturer must ensure every interface has a unique address Configurable A ddress can be set by end user, either manually (e.g., switches or jumpers on the inte rface ) or electronically (e.g., through software System administrators must coordinate to avoid conflict Dynamic Interfac e automatically assigns physical address each time it is powered up Automatic scheme must be reliable to prevent conflicts

Broadcasting

Problems with Broadcasting For every broadcast frame on the network, each computer uses computational resources: Places contents into memory Interrupts the CPU Allows system software to make a decision whether to discard or use the frame

Problems with Broadcasting If a pair of computers, use broadcasting, instead of sending them directly, all other computers waste CPU time while discarding the frames.

Multicasting Solution: The restricted form of broadcasting: Multicasting: It works like broadcasting However it does not forward frames automatically to the CPU The interface hardware is programmed in advance to accept certain frames that have multicast address as the destination address

Summary Hardware Addressing Specifying a Destination Packet Filtering Assigning Hardware Addresses Broadcasting Multicasting