Medium Access Control

Total Page:16

File Type:pdf, Size:1020Kb

Medium Access Control Medium Access Control ► medium access control (MAC) is important when a shared medium is used to Medium Access Control communicate between stations ► MAC layer is important in LANs ► WANs typically use point-to-point links Multiple Access protocols Ideal Multiple Access Protocol ► single shared broadcast channel Broadcast channel of rate R bps ► two or more simultaneous transmissions by nodes: interference 1. When one node wants to transmit, it can send at collision if node receives two or more signals at the rate R. same time 2. When M nodes want to transmit, each can send multiple access protocol at average rate R/M ► distributed algorithm to share the 3. Fully decentralized: ► communication about channel sharing must use no special node to coordinate transmissions channel itself! no synchronization of clocks, slots no out-of-band channel for coordination 4. Simple 1 System Model for Channel Channel Allocation Problem Allocation ► Approaches can be classified into two ► Station Model types: ► Single Channel Assumption Static allocation schemes ► Collision Assumption Dynamic allocation schemes ► Time Continuous Slotted ► Carrier sense Present Absent Channel Partitioning MAC protocols: MAC Protocols: a taxonomy TDMA Three broad classes: TDMA: time division multiple access ► Channel Partitioning (static) ► access to channel in "rounds" divide channel into smaller “pieces” (time slots, frequency, code) ► each station gets fixed length slot (length = allocate piece to node for exclusive use pkt trans time) in each round ► Random Access (dynamic) ► unused slots go idle channel not divided, allow collisions ► example: 6-station LAN, 1,3,4 have pkt, slots “recover” from collisions 2,5,6 idle ► “Taking turns” (dynamic) Nodes take turns, but nodes with more to send can take longer turns 2 Channel Partitioning MAC protocols: Channel Partitioning MAC protocols: FDMA FDMA FDMA: frequency division multiple access ► example: 6-station LAN, 1,3,4 have pkt, frequency bands 2,5,6 idle ► channel spectrum divided into frequency bands time ► each station assigned fixed frequency band ► unused transmission time in frequency bands go idle frequency bands ► TDM (Time Division Multiplexing): channel divided into N time slots, one per user; inefficient with low duty cycle users and at light load. ► FDM (Frequency Division Multiplexing): frequency subdivided. Random Access Protocols Examples of Random Access ► When node has packet to send ► slotted ALOHA transmit at full channel data rate R. ► ALOHA no a priori coordination among nodes ► CSMA, CSMA/CD, CSMA/CA ► two or more transmitting nodes ➜ “collision”, ► random access MAC protocol specifies: how to detect collisions how to recover from collisions (e.g., via delayed retransmissions) 3 Slotted ALOHA Slotted ALOHA Assumptions ► all frames same size ► time is divided into equal size slots, time to transmit 1 frame Pros Cons ► nodes start to transmit frames only at ► single active node can ► collisions, wasting slots beginning of slots continuously transmit at ► idle slots full rate of channel ► nodes may be able to ► nodes are synchronized ► highly decentralized: detect collision in less ► if 2 or more nodes transmit in slot, all nodes only slots in nodes need than time to transmit packet detect collision to be in sync ► clock synchronization ► simple Slotted Aloha efficiency Pure ALOHA Efficiency is the long-run ► For max efficiency with fraction of successful slots N nodes, find p* that In pure ALOHA, frames are transmitted at when there are many nodes, maximizes each with many frames to send Np(1-p)N-1 completely arbitrary times. ► For many nodes, take ► Suppose N nodes with limit of Np*(1-p*)N-1 as N many frames to send, goes to infinity, gives each transmits in slot 1/e = .37 with probability p ► prob that node 1 has At best: channel success in a slot = used for useful p(1-p)N-1 transmissions 37% ► prob that any node has of time! a success = Np(1-p)N-1 4 Pure ALOHA… Pure Aloha efficiency P(success by given node) = P(node transmits) . ► unslotted Aloha: simpler, no synchronization P(no other node transmits in [t -1,t ]). ► when frame first arrives 0 0 P(no other node transmits in [t0,t0 +1]) transmit immediately = p . (1-p)N-1 . (1-p)N-1 ► collision probability increases: = p . (1-p)2(N-1) frame sent at t0 collides with other frames sent in [t0- Efficiency is given by P(success) for all nodes 1,t0+1] = N p . (1-p)2(N-1) … choosing optimum p and then letting n -> infty ... = 1/(2e) = .18 CSMA (Carrier Sense Multiple Performance of ALOHA Access) Throughput versus offered traffic for ALOHA CSMA: listen before transmit: systems. If channel sensed idle: transmit entire frame ► If channel sensed busy, defer transmission ► Human analogy: don’t interrupt others! 5 Persistent and Nonpersistent CSMA Variants CSMA ► 1-persistent Comparison of the channel utilization Station transmits with probability 1 if the channel is idle. If the channel busy, waits until idle. On collision, versus load for various random station waits a random amount of time. access protocols. ► Non persistent If channel is busy, station does not continuously sense the channel. Waits random amount of time and repeats the algorithm ► P-persistent (slotted channels) If channel idle, transmit with probability p. If channel busy, station waits until next slot and applies the algorithm CSMA collisions CSMA/CD (Collision Detection) spatial layout of nodes collisions can still occur: CSMA/CD: carrier sensing, deferral as in CSMA propagation delay means collisions detected within short time two nodes may not hear each other’s transmission colliding transmissions aborted, reducing channel wastage collision: ► collision detection: entire packet transmission time wasted easy in wired LANs: measure signal strengths, note: compare transmitted, received signals role of distance & propagation difficult in wireless LANs: receiver shut off while delay in determining collision transmitting probability ► human analogy: the polite conversationalist 6 CSMA/CD collision detection CSMA/CD collision detection… CSMA/CD can be in one of three states: contention, transmission, or idle. Collision-Free Protocols Collision-Free Protocols… The basic bit-map protocol. The binary countdown protocol. A dash indicates silence 7 “Taking Turns” MAC protocols “Taking Turns” MAC protocols Token passing: channel partitioning MAC protocols: Polling: ► control token passed from share channel efficiently and fairly at high load ► master node “invites” slave nodes to one node to next sequentially. inefficient at low load: delay in channel access, 1/N transmit in turn ► token message bandwidth allocated even if only 1 active node! ► concerns: ► concerns: Random access MAC protocols polling overhead token overhead efficient at low load: single node can fully utilize latency latency channel single point of failure single point of failure (token) high load: collision overhead (master) “taking turns” protocols look for best of both worlds! 8.
Recommended publications
  • Medium Access Control Layer
    Telematics Chapter 5: Medium Access Control Sublayer User Server watching with video Beispielbildvideo clip clips Application Layer Application Layer Presentation Layer Presentation Layer Session Layer Session Layer Transport Layer Transport Layer Network Layer Network Layer Network Layer Univ.-Prof. Dr.-Ing. Jochen H. Schiller Data Link Layer Data Link Layer Data Link Layer Computer Systems and Telematics (CST) Physical Layer Physical Layer Physical Layer Institute of Computer Science Freie Universität Berlin http://cst.mi.fu-berlin.de Contents ● Design Issues ● Metropolitan Area Networks ● Network Topologies (MAN) ● The Channel Allocation Problem ● Wide Area Networks (WAN) ● Multiple Access Protocols ● Frame Relay (historical) ● Ethernet ● ATM ● IEEE 802.2 – Logical Link Control ● SDH ● Token Bus (historical) ● Network Infrastructure ● Token Ring (historical) ● Virtual LANs ● Fiber Distributed Data Interface ● Structured Cabling Univ.-Prof. Dr.-Ing. Jochen H. Schiller ▪ cst.mi.fu-berlin.de ▪ Telematics ▪ Chapter 5: Medium Access Control Sublayer 5.2 Design Issues Univ.-Prof. Dr.-Ing. Jochen H. Schiller ▪ cst.mi.fu-berlin.de ▪ Telematics ▪ Chapter 5: Medium Access Control Sublayer 5.3 Design Issues ● Two kinds of connections in networks ● Point-to-point connections OSI Reference Model ● Broadcast (Multi-access channel, Application Layer Random access channel) Presentation Layer ● In a network with broadcast Session Layer connections ● Who gets the channel? Transport Layer Network Layer ● Protocols used to determine who gets next access to the channel Data Link Layer ● Medium Access Control (MAC) sublayer Physical Layer Univ.-Prof. Dr.-Ing. Jochen H. Schiller ▪ cst.mi.fu-berlin.de ▪ Telematics ▪ Chapter 5: Medium Access Control Sublayer 5.4 Network Types for the Local Range ● LLC layer: uniform interface and same frame format to upper layers ● MAC layer: defines medium access ..
    [Show full text]
  • Ts 138 321 V15.3.0 (2018-09)
    ETSI TS 138 321 V15.3.0 (2018-09) TECHNICAL SPECIFICATION 5G; NR; Medium Access Control (MAC) protocol specification (3GPP TS 38.321 version 15.3.0 Release 15) 3GPP TS 38.321 version 15.3.0 Release 15 1 ETSI TS 138 321 V15.3.0 (2018-09) Reference RTS/TSGR-0238321vf30 Keywords 5G ETSI 650 Route des Lucioles F-06921 Sophia Antipolis Cedex - FRANCE Tel.: +33 4 92 94 42 00 Fax: +33 4 93 65 47 16 Siret N° 348 623 562 00017 - NAF 742 C Association à but non lucratif enregistrée à la Sous-Préfecture de Grasse (06) N° 7803/88 Important notice The present document can be downloaded from: http://www.etsi.org/standards-search The present document may be made available in electronic versions and/or in print. The content of any electronic and/or print versions of the present document shall not be modified without the prior written authorization of ETSI. In case of any existing or perceived difference in contents between such versions and/or in print, the only prevailing document is the print of the Portable Document Format (PDF) version kept on a specific network drive within ETSI Secretariat. Users of the present document should be aware that the document may be subject to revision or change of status. Information on the current status of this and other ETSI documents is available at https://portal.etsi.org/TB/ETSIDeliverableStatus.aspx If you find errors in the present document, please send your comment to one of the following services: https://portal.etsi.org/People/CommiteeSupportStaff.aspx Copyright Notification No part may be reproduced or utilized in any form or by any means, electronic or mechanical, including photocopying and microfilm except as authorized by written permission of ETSI.
    [Show full text]
  • Chapter 6: Medium Access Control Layer
    Chapter 6: Medium Access Control Layer Chapter 6: Roadmap " Overview! " Wireless MAC protocols! " Carrier Sense Multiple Access! " Multiple Access with Collision Avoidance (MACA) and MACAW! " MACA By Invitation! " IEEE 802.11! " IEEE 802.15.4 and ZigBee! " Characteristics of MAC Protocols in Sensor Networks! " Energy Efficiency! " Scalability! " Adaptability! " Low Latency and Predictability! " Reliability! " Contention-Free MAC Protocols! " Contention-Based MAC Protocols! " Hybrid MAC Protocols! Fundamentals of Wireless Sensor Networks: Theory and Practice Waltenegus Dargie and Christian Poellabauer © 2010 John Wiley & Sons Ltd. 2! Medium Access Control " In most networks, multiple nodes share a communication medium for transmitting their data packets! " The medium access control (MAC) protocol is primarily responsible for regulating access to the shared medium! " The choice of MAC protocol has a direct bearing on the reliability and efficiency of network transmissions! " due to errors and interferences in wireless communications and to other challenges! " Energy efficiency also affects the design of the MAC protocol! " trade energy efficiency for increased latency or a reduction in throughput or fairness! Fundamentals of Wireless Sensor Networks: Theory and Practice Waltenegus Dargie and Christian Poellabauer © 2010 John Wiley & Sons Ltd. 3! 1! Overview " Responsibilities of MAC layer include:! " decide when a node accesses a shared medium! " resolve any potential conflicts between competing nodes! " correct communication errors occurring at the physical layer! " perform other activities such as framing, addressing, and flow control! " Second layer of the OSI reference model (data link layer) or the IEEE 802 reference model (which divides data link layer into logical link control and medium access control layer)! Fundamentals of Wireless Sensor Networks: Theory and Practice Waltenegus Dargie and Christian Poellabauer © 2010 John Wiley & Sons Ltd.
    [Show full text]
  • Medium Access Control Sublayer
    Telematics Chapter 5: Medium Access Control Sublayer User Server watching with video Beispielbildvideo clip clips Application Layer Application Layer Presentation Layer Presentation Layer Session Layer Session Layer Transport Layer Transport Layer Network Layer Network Layer Network Layer Prof. Dr. Mesut Güneş Data Link Layer Data Link Layer Data Link Layer Computer Systems and Telematics (CST) Physical Layer Physical Layer Physical Layer Distributed, embedded Systems Institute of Computer Science Freie Universität Berlin http://cst.mi.fu-berlin.de Contents ● Design Issues ● Metropolitan Area Networks ● Network Topologies (()MAN) ● The Channel Allocation Problem ● Wide Area Networks (WAN) ● Multiple Access Protocols ● Frame Relay ● Ethernet ● ATM ● IEEE 802.2 – Logical Link Control ● SDH ● Token Bus ● Network Infrastructure ● Token Ring ● Virtual LANs ● Fiber Distributed Data Interface ● Structured Cabling Prof. Dr. Mesut Güneş ▪ cst.mi.fu-berlin.de ▪ Telematics ▪ Chapter 5: Medium Access Control Sublayer 5.2 Design Issues Prof. Dr. Mesut Güneş ▪ cst.mi.fu-berlin.de ▪ Telematics ▪ Chapter 5: Medium Access Control Sublayer 5.3 Design Issues ● Two kinds of connections in networks ● Point-to-point connections OSI Reference Model ● Broadcast (Multi-access channel, Application Layer Random access channel) Presentation Layer ● In a network with broadcast Session Layer connections ● Who gets the channel? Transport Layer Network Layer ● PtProtoco ls use dtdtd to determ ine w ho gets next access to the channel Data Link Layer ● Medium Access Control (()MAC) sublay er Phy sical Laye r Prof. Dr. Mesut Güneş ▪ cst.mi.fu-berlin.de ▪ Telematics ▪ Chapter 5: Medium Access Control Sublayer 5.4 Network Types for the Local Rang e ● LLC layer: uniform interface and same frame format to upper layers ● MAC layer: defines medium access - LLC IEEE 802.2 Logical Link Control ..
    [Show full text]
  • 515 a Access Control List , 184–187, 200, 289, 294, 404 Control Matrix
    Index A B Access Bandwidth , 8, 10, 11, 13, 27, 40, 85, 133, 278, control list , 184–187, 200, 289, 294, 404 281, 327, 388, 392, 393, 398, 403, 415, control matrix , 185–186 457, 467, 474 mandatory , 189, 190, 197, 352 Base-T , 37 role-based , 185–188, 477 Base-X , 37 rule-based , 185, 188–189 Bastion , 248, 251, 262–264, 268 Activism , 115, 491, 497 Biometrics , 43, 53, 192–193, 204, 208, Advocacy , 339, 497 209, 305 Alert noti fi er , 279–280 Blue box , 112, 113 Amplitude , 8, 391 Bluetooth , 40, 400–402, 408, 419, 432, 433, Annualized loss , 159–160 438, 440–442 Anomaly , 272, 275–277, 279, 291 Bridge , 3, 13, 24, 25, 28–31, 33, 35, 141, 248, ARPANET , 68, 113 259, 293, 396 Asynchronous token , 211 Buffer over fl ow , 63, 67, 78, 110 Asynchronous transfer mode (ATM) , 23, 25, 38–40, 379, 395 Auditing , 56, 145–147, 165–167, 183, 204, C 261, 290, 352, 384 Carrier sense multiple access (CSMA) , Authentication 36, 401 anonymous , 209, 217, 220 CASPR. See Commonly Accepted Security DES , 216 Practices and Regulations (CASPR) dial-in , 215–217 CERT. See Computer Emergency Response header , 374, 375 Team (CERT) Kerberos , 214–215, 366–369 Certi fi cate authority , 213, 234, 236, 237, 239, null , 216, 405 241, 364, 366, 506, 509 policy , 218–219 Certi fi cation protocols , 214, 216, 218, 317, 366, process , 152, 164–165 382–384, 425 security , 145, 146, 164–165 remote , 209, 215–218, 383–384 Chain of custody , 302, 306, 313 Unix , 216 Challenge-response , 204, 210–212, 216, 363 Authenticator , 203, 204, 206, 207, 209, Cipher 211, 215, 216 feedback , 225 Authority registration , 240, 241 specs , 370, 371 Authorization Cladding , 12 coarse grain , 200 Coaxial cable , 11, 150, 394 fi ne grain , 200 Code Red , 68, 78, 98, 114, 329, 331, 332 granularity , 198, 199 Common criteria (CC) , 349–350 Availability , 6, 10, 85, 93, 95, 98, 109, 121, 122, Commonly Accepted Security Practices 164, 165, 201, 292, 298, 353, 392, 393, and Regulations (CASPR) , 56 422, 424, 448, 460, 467, 474–486, 504 Communicating element , 236, 237 J.M.
    [Show full text]
  • Chapter 11 in Stallings 10Th Edition
    Local Area Network Overview Chapter 11 in Stallings 10th Edition CS420/520 Axel Krings Page 1 Sequence 11 LAN Applications (1) • Personal computer LANs —Low cost —Limited data rate • Back end networks —Interconnecting large systems (mainframes and large storage devices) • High data rate • High speed interface • Distributed access • Limited distance • Limited number of devices CS420/520 Axel Krings Page 2 Sequence 11 1 LAN Applications (2) • Storage Area Networks — Separate network handling storage needs — Detaches storage tasks from specific servers — Shared storage facility across high-speed network — Hard disks, tape libraries, CD arrays — Improved client-server storage access — Direct storage to storage communication for backup • High speed office networks — Desktop image processing — High capacity local storage • Backbone LANs — Interconnect low speed local LANs — Reliability — Capacity — Cost CS420/520 Axel Krings Page 3 Sequence 11 Storage Area Networks CS420/520 Axel Krings Page 4 Sequence 11 2 LAN Architecture • Topologies • Transmission medium • Layout • Medium access control CS420/520 Axel Krings Page 5 Sequence 11 Bus • Multipoint medium • Transmission propagates throughout medium • Heard by all stations — Need to identify target station • Each station has unique address • Full duplex connection between station and tap — Allows for transmission and reception • Need to regulate transmission — To avoid collisions — To avoid hogging • Data in small blocks - frames • Terminator absorbs frames at end of medium CS420/520 Axel Krings
    [Show full text]
  • Media Access Control Protocols in Local Area Networks / Paresh Shah Lehigh University
    Lehigh University Lehigh Preserve Theses and Dissertations 1986 Media access control protocols in local area networks / Paresh Shah Lehigh University Follow this and additional works at: https://preserve.lehigh.edu/etd Part of the Electrical and Computer Engineering Commons Recommended Citation Shah, Paresh, "Media access control protocols in local area networks /" (1986). Theses and Dissertations. 4652. https://preserve.lehigh.edu/etd/4652 This Thesis is brought to you for free and open access by Lehigh Preserve. It has been accepted for inclusion in Theses and Dissertations by an authorized administrator of Lehigh Preserve. For more information, please contact [email protected]. Media Access Control Protocols • Ill Local Area Networks \ by Paresh Shah A Thesis Presented to the Graduate Committee of Lehigh University in Candidacy for the Degree of Master of Science . )Il Comp·uter Science Lehigh University 1986 This thesis is accepted and approved in partial fulfillment of t·he· re·qJXite~ ments for the Degree of Master of Science . .. Chai..rma·:n· CSEE Department ... 11 Acknowledgments I would like to take this time to acknowledge all those who have helped to bring about this thesis and the various concepts that are expressed. Initially, .I would like to thank rny parents for their years of support, guidance, love and understanding without which 1 could not have produced this thesis. I would like to thank Prof. Kenneth Tzeng for being a caring teacher and advisor during the research of this thesis. I would also like to thank Prof. Richard Denton for providing the necessary background material. Finally, I would like to thank all my friends and fellow graduate students who supported me during the research.
    [Show full text]
  • Chapter 6 Medium Access Control Protocols and Local Area Networks
    Chapter 6 Medium Access Control Protocols and Local Area Networks Part I: Medium Access Control Part II: Local Area Networks Chapter Overview l Broadcast Networks l Medium Access Control l All information sent to all l To coordinate access to users shared medium l No routing l Data link layer since direct l Shared media transfer of frames l Radio l Local Area Networks l Cellular telephony l High-speed, low-cost l Wireless LANs communications between co-located computers l Copper & Optical l Typically based on l Ethernet LANs broadcast networks l Cable Modem Access l Simple & cheap l Limited number of users Chapter 6 Medium Access Control Protocols and Local Area Networks Part I: Medium Access Control Multiple Access Communications Random Access Scheduling Channelization Delay Performance Chapter 6 Medium Access Control Protocols and Local Area Networks Part II: Local Area Networks Overview of LANs Ethernet Token Ring and FDDI 802.11 Wireless LAN LAN Bridges Chapter 6 Medium Access Control Protocols and Local Area Networks Multiple Access Communications Multiple Access Communications l Shared media basis for broadcast networks l Inexpensive: radio over air; copper or coaxial cable l M users communicate by broadcasting into medium l Key issue: How to share the medium? 3 2 4 1 Shared multiple access medium M 5 … Approaches to Media Sharing Medium sharing techniques Static Dynamic medium channelization access control l Partition medium Scheduling Random access l Dedicated allocation to users l Polling: take turns l Loose l Satellite l Request
    [Show full text]
  • Topic 5: Medium Access Control (Data Link Layer)
    Topic 5: Medium Access Control (Data Link Layer) • Data link layer deals with medium access and packet delivery over a single link (same physical layer) • This chapter focuses on protocols that coordinate the access to the channel media in the broadcast network • Reference: Alberto Leon-Garcia and Indra Widjaja, Communication Networks - Fundamental Concepts and Key Architectures, 2nd Ed., pp. 370-386, 2004. (Reserved in the DC library. Call No. TK5105. L46 2004.) 5.1 Multiple Access Communications • Shared media basis for broadcast networks – Inexpensive: radio over air; copper or coaxial cable – M users communicate by broadcasting into medium • Key issue: How to share the medium? 3 2 4 1 Shared multiple access medium M 5 … • Sharing a transmission medium • Static sharing (channelization schemes) • Dynamic sharing (MAC schemes) Medium sharing techniques Static channelization Dynamic medium access control scheduling Random access • Random access methods constitute the first major class of MAC procedures 3 MAC classification Contention vs Contention-free • Contention-free MAC – Channel partitioning • TDMA, FDMA, CDMA, W-CDMA, OFDMA, etc. – Turn-taking protocols • Polling (IEEE 802.11 PCF), Token based (WTRP), etc. Contention free period Contention period SIFS PIFS SIFS Bea CF- Data + CF-poll CF- Bea- con poll +CF-ACK end con AP SIFS SIFS Data + CF- CF-ACK ACK station null Token passing polling • Contention-based MAC – Radom access • Aloha, S-Aloha, Non-/1-/p-persistent CSMA, CSMA/CA, etc. – Reservation access • Reservation-Aloha, Reservation-TDMA, DRP, etc. 1 0 1 1 0 0 1340 1 0 0 1 0 2 reservation Data transmission period period Other classifications • Centralized vs distributed • Asynchronous vs Synchronous: – Global synchronization required • Single-channel vs multiple-channel • QoS-aware • Power-aware • … … MAC design principles • High throughput • QoS provisioning • Reliability • Robustness • Fairness • Power consumption • Cost .
    [Show full text]
  • MAC Layer Protocols for Internet of Things: a Survey
    future internet Review MAC Layer Protocols for Internet of Things: A Survey Luiz Oliveira 1, Joel J. P. C. Rodrigues 1,2,3,* , Sergei A. Kozlov 3 , Ricardo A. L. Rabêlo 4 and Victor Hugo C. de Albuquerque 5 1 National Institute of Telecommunications (Inatel), Santa Rita do Sapucaí MG 37540-000, Brazil; [email protected] 2 Instituto de Telecomunicações, 1049-001 Lisboa, Portugal 3 International Institute of Photonics and Optoinformatics, ITMO University, 197101 Saint Petersburg, Russia; [email protected] 4 Department of Computing (DC), Graduate Program in Computer Science (PPGCC), Federal University of Piaui (UFPI), Ministro Petronio Portela Campus, Teresina 64049-550, Piaui, Brazil; [email protected] 5 Graduate Program in Applied Informatics, University of Fortaleza (UNIFOR), Fortaleza CE 60811-905, Brazil; [email protected] * Correspondence: [email protected]; Tel.: +55-35-3471-9200 Received: 27 November 2018; Accepted: 18 December 2018; Published: 14 January 2019 Abstract: Due to the wide variety of uses and the diversity of features required to meet an application, Internet of Things (IoT) technologies are moving forward at a strong pace to meet this demand while at the same time trying to meet the time-to-market of these applications. The characteristics required by applications, such as coverage area, scalability, transmission data rate, and applicability, refer to the Physical and Medium Access Control (MAC) layer designs of protocols. This paper presents a deep study of medium access control (MAC) layer protocols that are used in IoT with a detailed description of such protocols grouped (by short and long distance coverage).
    [Show full text]
  • Medium Access Control
    Medium Access Control COS 598a: Wireless Networking and Sensing Systems Kyle Jamieson [Parts adapted from B. Karp, S. Shenker, P. Steenkiste] Medium access: Timeline Packet radio Wireless LAN Wired LAN ALOHAnet 1960s Amateur packet radio Ethernet 1970s 2 ALOHAnet: Context • Norm Abramson, late 1960s at the University of Hawaii – Seven campuses on four islands – Want to keep campus terminals in contact with mainframe – Telephone costs high, so build (the first) packet radio network 3 THE ALOHA SYSTEM 283 soles such a scheme will lead to the same sort of in- ment for simple communication equipment at the con- efficiencies found in a wire communication system. soles. The possibility of using the same code for error This problem may be partly alleviated by a system of correction at the MENEHUNE will be considered for a central control and channel assignment (such as in a later version of THE ALOHA SYSTEM. telephone switching net) or by a variety of polling The random access method employed by THE techniques. Any of these methods will tend to make ALOHA SYSTEM is based on the use of this error the communication equipment at the consoles more detecting code. Each user at a console transmits packets complex and will not solve the most important problem to the MENEHUNE over the same high data rate of the communication inefficiency caused by the burst channel in a completely unsynchronized (from one nature of the data from an active console. Since we user to another) manner. If and only if a packet is re- expect to have many remote consoles it is important ceived without error it is acknowledged by the MENE- to minimize the complexity of the communication HUNE.
    [Show full text]
  • Media Access Control (MAC) (With Some IEEE 802 Standards)
    Department of Computer and IT Engineering University of Kurdistan Computer Networks I Media Access Control (MAC) (with some IEEE 802 standards) By: Dr. Alireza Abdollahpouri Media Access Control Multiple access links There is ‘ collision ’ if more than one node sends at the same time only one node can send successfully at a time 2 Media Access Control • When a "collision" occurs, the signals will get distorted and the frame will be lost the link bandwidth is wasted during collision • Question: How to coordinate the access of multiple sending and receiving nodes to the shared link ? • Solution: We need a protocol to determine how nodes share channel Medium Access control (MAC) protocol • The main task of a MAC protocol is to minimize collisions in order to utilize the bandwidth by: - Determining when a node can use the link (medium) - What a node should do when the link is busy - What the node should do when it is involved in collision 3 Ideal Multiple Access Protocol 1. When one node wants to transmit, it can send at rate R bps, where R is the channel rate. 2. When M nodes want to transmit, each can send at average rate R/M (fair) 3. fully decentralized: - No special node to coordinate transmissions - No synchronization of clocks, slots 4. Simple Does not exist!! 4 Three Ways to Share the Media Channel partitioning MAC protocols: • Share channel efficiently and fairly at high load • Inefficient at low load: delay in channel access, 1/N bandwidth allocated even if only 1 active node! “Taking turns” protocols • Eliminates empty slots without
    [Show full text]