Ethernet (Medium Access Control Protocol)

Slides:



Advertisements
Similar presentations
Topic 7 Local Area Networks (LAN)
Advertisements

ARP: Address Resolution Protocol
Chabot College Chapter 2 Review Questions Semester IIIELEC Semester III ELEC
© 2007 Cisco Systems, Inc. All rights reserved.ICND1 v1.0—1-1 Building a Simple Network Understanding Ethernet.
Lab Practical 2 Study about different types of Networking Device
The data link layer Skills: none IT concepts: LAN, medium access, Ethernet and WiFi protocols, why standards win This work is licensed under a Creative.
TCP/IP Protocol Suite 1 Chapter 7 Upon completion you will be able to: ARP and RARP Understand the need for ARP Understand the cases in which ARP is used.
1 I.S Introduction to Telecommunication in Business Chapter 6 Network Hardware Components Dr. Jan Clark FALL, 2002.
Department of Computer Engineering University of California at Santa Cruz Networking Systems (1) Hai Tao.
Network Layer CS176A Ramya Raghavendra. Routing table [Q1] Destination Address Range Link Interface Through
Distributed systems Module 1 -Basic networking Teaching unit 1 – LAN standards Ernesto Damiani University of Bozen-Bolzano Lesson 4 – Ethernet frame.
Overview of simple LANs. Networking basics: LAN TCP/IP is the protocol used in the Internet and dominates the internet and transport layers The subnet.
Copyright 2003 CCNA 1 Chapter 6, part 2 Ethernet Switching By Your Name.
Connecting LANs, Backbone Networks, and Virtual LANs
Chapter 11 Extending LANs: Fiber Modems, Repeaters, Bridges, & Switches Hub Bridge Switch.
Network Redundancy Multiple paths may exist between systems. Redundancy is not a requirement of a packet switching network. Redundancy was part of the.
Common Devices Used In Computer Networks
 Network Segments  NICs  Repeaters  Hubs  Bridges  Switches  Routers and Brouters  Gateways 2.
Routers. What is a Router? A multi-port connectivity device Can connect different types of LANs as well as WANS Works at Layer 3 – Network Layer using.
Communication Networks Fourth Meeting. Types of Networks  What is a circuit network?  Two people are connected and allocated them their own physical.
Mr. Mark Welton.  A computer network, or simply a network, is a collection of computers and other hardware interconnected by communication channels.
Chapter 17 Windows Internet Name Service WINS. WINS A NetBios name server that resolves NetBIOS name to IP addresses Is much like DNS, with clients registering.
Chapter 9 Networking Graham Glass and King Ables, UNIX for Programmers and Users, Third Edition, Pearson Prentice Hall, Original Notes by Raj Sunderraman.
Module 8: Ethernet Switching
Extending LANs Fiber modems Repeaters Bridges Switches.
Fast Ethernet for Networks def-fastethernet.htm/ Link provided by yuhong Villanova university.
The Routing Table Last Update Copyright Kenneth M. Chipps Ph.D.
1 Semester 1 CHAPTER 6 REVIEW JEOPARDY Frames Data Link LayerMACAddressingHexadecimalsMiscellaneous
Chapter 19 Binding Protocol Addresses (ARP) A frame transmitted across a physical network must contain the hardware address of the destination. Before.
IP1 The Underlying Technologies. What is inside the Internet? Or What are the key underlying technologies that make it work so successfully? –Packet Switching.
Sem1 - Module 8 Ethernet Switching. Shared media environments Shared media environment: –Occurs when multiple hosts have access to the same medium. –For.
Chapter 9 Hardware Addressing and Frame Type Identification 1.Delivering and sending packets 2.Hardware addressing: specifying a destination 3. Broadcasting.
1 3 Computing System Fundamentals 3.4 Networked Computer Systems.
Networks and Distributed Systems Mark Stanovich Operating Systems COP 4610.
Network Technologies Definitions –Network: physical connection that allows two computers to communicate –Packet: a unit of transfer »A sequence of bits.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Connecting Devices CORPORATE INSTITUTE OF SCIENCE & TECHNOLOGY, BHOPAL Department of Electronics and.
LeongHW, SoC, NUS (UIT2201: Networks) Page 1© Leong Hon Wai, (MACP) Medium Access Control Protocol.
Networks. Ethernet  Invented by Dr. Robert Metcalfe in 1970 at Xerox Palo Alto Research Center  Allows group of computers to communicate in a Local.
WIRELESS COMMUNICATION Husnain Sherazi Lecture 1.
CS 101 – Nov. 23 Communication, continued LANs –Bus (ethernet) communication –Token ring communication How the Internet works: TCP/IP.
Mapping IP Addresses to Hardware Addresses Chapter 5.
Chapter 7 OSI Data Link Layer.
Networks are about Communication! What is a good model of communication?
Networks and Distributed Systems Sarah Diesburg Operating Systems COP 4610.
Chapter 9 Introduction To Data-Link Layer Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Carrier Sense Multiple Access Improve ALOHA by using carrier sense –Stations listen to the carrier before transmitting –If channel is busy, the station.
Data Communications is the Real World OSI Layers 1 & 2 a.k.a TCP/IP Network Interface Layer.
ADDRESS MAPPING ADDRESS MAPPING The delivery of a packet to a host or a router requires two levels of addressing: logical and physical. We need to be able.
Delivery Categories of Messaging. Messaging Categories Unicast: Messages are sent to a single, specific recipient Multicast: Messages are sent to a group.
LAN Topologies Part 1. What is topology? Topology is the physical or logical interconnection of communicating devices Physical Topology: LANtopology,
The Network Layer UNIT-4 snistforum.com. Network Layer Design Issues Store-and-Forward Packet Switching Services Provided to the Transport Layer Implementation.
Chapter 9 Introduction To Data-Link Layer
Behrouz A. Forouzan TCP/IP Protocol Suite, 3rd Ed.
Network Hardware for Expanding Network
Computer Network Collection of computers and devices connected by communications channels that facilitates communications among users and allows users.
Instructor Materials Chapter 5: Ethernet
Networking Devices.
21-2 ICMP(Internet control message protocol)
ARP and RARP Objectives Chapter 7 Upon completion you will be able to:
Introduction to Data-Link Layer
LAN Risanuri Hidayat.
CS 457 – Lecture 6 Ethernet Spring 2012.
THE NETWORK LAYER.
ECE 544 Protocol Design Project 2016
Chapter 4 Introduction to Network Layer
Practical Issues for Commercial Networks
The Medium Access Control Sublayer
Chapter 15. Connecting Devices
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.
Chapter 5 Data Link Layer – Hub, Switch
Presentation transcript:

Ethernet (Medium Access Control Protocol) B C D A single shared comm. Line Used by all (each check if “free” or “busy”) Message is broadcasted to all Message has “destination address” and “message-body”

Ethernet Protocol (how it works) A B C D D message Not mine. Discard it… My message!! Process it… Node A wants to send something to node D Message’s “destination address” = D Message is broadcasted to all… Every Machine checks If not mine, then discard; else process message;

Ethernet Protocol (Collision) A B C D What if shared line is busy when node B wants to send? Eg: If node A is currently sending…. Node B waits… and send after node A is done. What if many nodes are waiting… And simultaneously send when node A is done!

LAN How to Resolve Collisions !! Length of collision delay is randomly generated. So, different delays for different waiting nodes….

LAN (MACP – details from text)

LAN (MACP – details from text)

LAN (MACP)

WAN Network…. Paths from B to F? What if node C is faulty?

WAN, LAN, Router combination (1)

WAN, LAN, Router combination (2)