Hardware Addressing and Frame Type Identification

Slides:



Advertisements
Similar presentations
RIP V1 W.lilakiatsakun.
Advertisements

© 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.
Computer Network 實踐資管 Wang-Jiunn Cheng 2004 PART IV-2 Local Area Networks (LANs) Frame.
COS 420 Day 18. Agenda Group Project Discussion Program Requirements Rejected Resubmit by Friday Noon Protocol Definition Due April 12 Assignment 3 Due.
Oct 21, 2004CS573: Network Protocols and Standards1 IP: Addressing, ARP, Routing Network Protocols and Standards Autumn
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.
© 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.
Mobile and Wireless Computing Institute for Computer Science, University of Freiburg Western Australian Interactive Virtual Environments Centre (IVEC)
CS335 Networking & Network Administration Tuesday, April 13, 2010.
1 K. Salah Module 4.3: Repeaters, Bridges, & Switches Repeater Hub NIC Bridges Switches VLANs GbE.
Term 2, 2011 Week 1. CONTENTS Network communications standards – Ethernet – TCP/IP Other network protocols – The standard – Wireless application.
Chapter Overview TCP/IP Protocols IP Addressing.
Protocol Headers Pre DA SA 0800h … version H L 6 TCP Header Data FCS
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Network Addressing Networking for Home and Small Businesses – Chapter 5.
Lecture 2 TCP/IP Protocol Suite Reference: TCP/IP Protocol Suite, 4 th Edition (chapter 2) 1.
Packet Transmission (Part III) Local Area Networks (LANs)
Computer Concepts 2014 Chapter 5 Local Area Networks.
Local Area Networks.
Internetworking Internet: A network among networks, or a network of networks Allows accommodation of multiple network technologies Universal Service Routers.
1 Network Administration Module 3 ARP/RARP. 2 Address Resolution The problem Physical networks use physical addresses, not IP addresses Need the physical.
Chapter 19 Binding Protocol Addresses (ARP) A frame transmitted across a physical network must contain the hardware address of the destination. Before.
Networks and Protocols CE Week 3a. DHCP, ARP, DNS, TCP/UDP.
1 Chapter 8 – TCP/IP Fundamentals TCP/IP Protocols IP Addressing.
DSR: Introduction Reference: D. B. Johnson, D. A. Maltz, Y.-C. Hu, and J. G. Jetcheva, “The Dynamic Source Routing Protocol for Mobile Ad Hoc Networks,”
Chapter 9 Hardware Address & Frame Type Identification Hardware address of frame Addressing schemes Ethernet Frame header format.
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.
1 Part IV Local Area Networks (LANs). 2 Classification Terminology  Network technologies classified into three broad categories  Local Area Network.
© 2009 Pearson Education Inc., Upper Saddle River, NJ. All rights reserved.1 Computer Networks and Internets, 5e By Douglas E. Comer Lecture PowerPoints.
© 2009 Pearson Education Inc., Upper Saddle River, NJ. All rights reserved.1 Computer Networks and Internets, 5e By Douglas E. Comer Lecture PowerPoints.
Mapping IP Addresses to Hardware Addresses Chapter 5.
1 Hardware Addressing and Frame Type Identification.
Chapter 5. An IP address is simply a series of binary bits (ones and zeros). How many binary bits are used? 32.
LAN Topologies Part 1. What is topology? Topology is the physical or logical interconnection of communicating devices Physical Topology: LANtopology,
Virtual Local Area Networks In Security By Mark Reed.
1 Packet Switching Outline Switching and Forwarding Bridges and Extended LANs.
1 CMPT 471 Networking II Multicasting © Janice Regan,
William Stallings Data and Computer Communications 7th Edition
Behrouz A. Forouzan TCP/IP Protocol Suite, 3rd Ed.
Introduction The network layer sits between the application layer and the data link layer. It accepts messages from the application layer and formats.
IP: Addressing, ARP, Routing
COMPUTER NETWORKS CS610 Lecture-21 Hammad Khalid Khan.
Part 2.1 Network Properties
Objective: ARP.
COMPUTER NETWORKS CS610 Lecture-9 Hammad Khalid Khan.
LAN Vulnerabilities.
EA C451 Vishal Gupta.
Mobility And IP Addressing
Internet Protocol: Connectionless Datagram Delivery
Internetworking & Address Resolution
The Open System Interconnection (OSI) Model & Network Protocols.
Net 323: NETWORK Protocols
Ethernet : Framing and Addressing
IP - The Internet Protocol
William Stallings Data and Computer Communications 7th Edition
Connecting to the Network
COMPUTER NETWORKS CS610 Lecture-10 Hammad Khalid Khan.
William Stallings Data and Computer Communications 7th Edition
Part 2.1 Network Properties
Ch 15 Network Characteristics
IP - The Internet Protocol
Ch 17 - Binding Protocol Addresses
Local Area Networks (LANs)
IP - The Internet Protocol
13-LAN, packets, frames and topologies
Presentation transcript:

Hardware Addressing and Frame Type Identification the need for addressing addressing in hardware static, dynamic and configurable addressing broadcast addresses and promiscuous mode frame type and frame format Ethernet frame format

The need for addressing A LAN provides a physical path from one computer to all others Most communication is from one computer to one another addressing allows the source to identify the destination hardware addressing prevents unnecessary messages being seen by a computer

Specifying a recipient Each station is assigned a unique numerical address on the network called its hardware address or physical address Each frame transmitted across the network typically includes a destination address field and a source address field the network hardware in each station decodes each frame and uses the destination address to determine whether to accept it including the source address field makes it easy to generate a reply

LAN hardware and filtering LAN hardware is typically completely separate from the computer’s CPU and memory

Static, dynamic and configurable hardware addresses Static - the manufacturer assigns the hardware address which never changes Dynamic - assign the address whenever the station boots up Configurable - the customer sets the address (usually on installation)

Pros and cons Static - easier for customer, addresses never change and computers can easily move network Dynamic - easier for vendor, addresses can be smaller, but conflicts can arise Configurable - allows permanent and smaller addresses

Broadcasting Some applications require that a sender transmits a frame to all stations on the network Use a special reserved broadcast address All stations configured to accept packets for their own address and the broadcast address

Multicasting Restricted form of broadcasting Broadcast capability without wasting CPU resources on all computers E.g. allows some computers to participate in an audio transmission Extends the addressing scheme by reserving some addresses for multicast Extends the network interface to accept an additional set of addresses

Promiscuous mode Network hardware can often be programmed to accept all packets - promiscuous mode Useful for network analysers (sniffers) Security implications Wireless networks can overhear and analyse packets sent within their range Delay Tolerant Networks -- data couriers Mobile Ad Hoc networks – opportunistic data transfers Security: Encryption and/or collaborative reputation

Identifying packet contents Computer may need to know what type a packet is in order to process it Explicit frame type - network hardware designers specify how type information is included in the frame and may define types Implicit frame type - the sending and receiving computers must agree how to specify types in software

Frame format Frames typically include a frame header and a frame data area header has a fixed size data area varies between a minimum and maximum

Example - Ethernet frame format Ethernet uses a 48 bit static addressing scheme and a 16 bit frame type Ethernet standards define standard frame types

Implicit frame types Either all computers agree to use a single standard format for data or they negotiate their own type fields (but these are not seen by the network hardware) IEEE standard to define frame types in software first component identifies a standards organisation second component is defined by that organisation

Example of Frame Types Used with Ethernet

Summary The need for addressing Addressing in hardware network interface cards static, dynamic and configurable addressing broadcast addresses, multicast addresses and promiscuous mode Frame type and frame format Ethernet frame format