Figure 3.1 Internet model.

Slides:



Advertisements
Similar presentations
Data Link Layer B. Konkoth. PDU  Protocol Data Unit  A unit of data which is specified in a protocol of a given layer  Layer 5, 6, 7 – Data  Layer.
Advertisements

The ALOHA Protocol “Free for all”: whenever station has a frame to send, it does so. –Station listens for maximum RTT for an ACK. –If no ACK after a specified.
12.1 Chapter 12 Multiple Access Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Distributed systems Module 1 -Basic networking Teaching unit 1 – LAN standards Ernesto Damiani Free University of Bozen-Bolzano Lesson 1 – Local network.
MAC Protocols Media Access Control (who gets the use the channel) zContention-based yALOHA and Slotted ALOHA. yCSMA. yCSMA/CD. TDM and FDM are inefficient.
Ethernet: CSMA/CD (Carrier Sense Multiple Access with Collision Detection) Access method: method of controlling how network nodes access communications.
Computer Network 實踐資管 Wang-Jiunn Cheng 2004 PART IV-1 Local Area Networks (LANs) Topology.
EE 4272Spring, 2003 Chapter 14 LAN Systems Ethernet (CSMA/CD)  ALOHA  Slotted ALOHA  CSMA  CSMA/CD Token Ring /FDDI Fiber Channel  Fiber Channel Protocol.
Studying Local Area Networks Via Media Access Control (MAC) SubLayer
12.1 Chapter 12 Multiple Access Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Networks: Local Area Networks1 LANs Studying Local Area Networks Via Media Access Control (MAC) SubLayer.
ICOM 6115©Manuel Rodriguez-Martinez ICOM 6115 – Computer Networks and the WWW Manuel Rodriguez-Martinez, Ph.D. Lecture 17.
جلسه دوازدهم شبکه های کامپیوتری به نــــــــــــام خدا.
Wired LANs: Ethernet In Chapter 1, we learned that a local area network (LAN) is a computer network that is designed for a limited geographic area such.
LAN technologies and network topology LANs and shared media Locality of reference Star, bus and ring topologies Medium access control protocols.
LOCAL AREA NETWORKS. MEDIUM ACCESS CONTROL All LANs and MANs consist of collections of devices that must share the network’s transmission capacity. Some.
Cisco 3 - Switching Perrine. J Page 16/4/2016 Chapter 4 Switches The performance of shared-medium Ethernet is affected by several factors: data frame broadcast.
LOCAL AREA NETWORKS. CSMA/CD Carrier Sense Multiple Access with Collision Detection The CSMA method does not specify the procedure following a collision.
Multiple Access.
Data Communications, Kwangwoon University12-1 Chapter 12. Multiple Access 1.Random Access 2.Controlled Access 3.Channelization.
Ch 13. Wired LANs: Ethernet IEEE Standards Project 802 launched in 1985 – To set standards to enable intercommunication among equipment from a variety.
Ethernet Overview it the IEEE standard for Ethernet.
Data Link Layer and Ethernet COM211 Communications and Networks CDA College Theodoros Christophides
Department of Computer Science, University of Peshawar Multiple Access.
Internetworking School of Business Eastern Illinois University © Abdou Illia, Spring 2016 (February 3, 2016)
Chapter 12 Multiple Access
Multiple Access By, B. R. Chandavarkar, CSE Dept., NITK, Surathkal Ref: B. A. Forouzan, 5 th Edition.
1 Kyung Hee University Chapter 13 Wired LANs: Ethernet.
3.4 Connectivity Methods.
SIMS-201 Computer Networks.
Example DLL Protocols 1. High-Level Data Link Control (HDLC).
Data Link Layer Lower Layers Local Area Network Standards
Part III. Data Link Layer
A Taxonomy of Mechanisms for Multi-Access
CSMA/CD Carrier sense multiple access with collision detection (CSMA/CD) is a media access control method used most notably in early Ethernet technology.
Chapter 13 Wired LANs: Ethernet
Chapter 12 Multiple Access.
Lab 7 – CSMA/CD (Data Link Layer Layer)
DATA COMMUNICATION Lecture-42.
CT301 LECTURE 8.
Underlying Technology
Chapter 14 LAN Systems Ethernet (CSMA/CD) ALOHA Slotted ALOHA CSMA
Multiple Access Mahesh Jangid Assistant Professor JVW University.
LAN Risanuri Hidayat.
Subject Name: Computer Communication Networks Subject Code: 10EC71
Chapter 12 Multiple Access
CS 457 – Lecture 6 Ethernet Spring 2012.
Services of DLL Framing Link access Reliable delivery
ETHERNET DEVICES -BY MUJTABA FARAZ.
IT Essentials 5.1 LAN Basics.
Chapter 12 Local Area Networks
THE IEEE MAC SUB-LAYER – chapter 14
Ethernet LAN 1 1.
Learning Objectives After interacting with this Learning Object, the learner will be able to: Explain the process of collision detection in CSMA/CD.
Chapter 12 Multiple Access
Chapter 12 Multiple Access
Physical and Logical Topologies
Protocol layering and data
Chapter 12 Multiple Access
Data Communication Networks
CCNA 1 v3 JEOPARDY Module 6 CCNA1 v3 Module 6 K. Martin.
Instructor: Mr. Malik Zaib
SIMS-201 Computer Networks.
Chapter 12 Local Area Networks
Protocol layering and data
Chapter 12 Local Area Networks
Dr. John P. Abraham Professor UTPA
SYSTEM ADMINISTRATION Chapter 3
Chapter 12 Media Access Control (MAC)
Chapter 12 Media Access Control (MAC)
Presentation transcript:

Figure 3.1 Internet model

Underlying Technology

Local Area Networks A local area network (LAN) is a data communication system that allows a number of independent devices to communicate directly with each other in a limited geographic area such as a single department, a single building, or a campus. A large organization may need several connected LANs.The most popular LANs are Ethernet and wireless LANs. We briefly review these technologies in this section.

Ethernet Traditional Ethernet Traditional Ethernet had a 10-Mbps data rate Access Method :CSMA/CD ( carrier sense multiple access with collision detection )

Figure 3.2 CSMA/CD

1- every station has an equal right to the media (multiple access) 2- every station with frame to send first listens to (sense )the medium .if there is no data on the medium , the station can start sending (carrier sense) 3- it may happen that two stations both sense the medium , find it idle , and start sending . In this case a collision occurs. The protocol forces the station to continue to listen to the line after sending begun If there is collision , all station sense collision Each sending station sending a jam signal to destroy the data on the line Each station waits a different random time , try again random time prevent the simultaneous re-sending of data.

The factor are related in the CSMA/CD 1-minimum frame length (bit) 2- data transmission rate (bps) 3- collision domain (m). (max network distance ) The time the station needs to wait to be sure that there is no data on the line =min frame length/transmission rate =the time required to send out the minimum frame length Min frame length/ transmission rate is proportional to Collision domain / propagation speed

In traditional Ethernet Min frame length =520 bits Transmission rate=10 Mbps Propagation speed = speed of light Collision domain = 2500 m

Figure 3.3 Ethernet layers

Layers The data link layer has two sub layers 1- logical link control (LLC) 2- media access control (MAC) The LLC layer is responsible for : flow and error control at data link layer The MAC sub layer is responsible for operation of the CSMA/CD

Ethernet frame

Figure 3.4 Ethernet frame

Figure 3.5 Ethernet implementations