Download presentation
Presentation is loading. Please wait.
Published byViolet Cornelia Charles Modified over 8 years ago
1
McGraw-Hill © The McGraw-Hill Companies, Inc., 2004 Chapter 12 Multiple Access Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
2
McGraw-Hill © The McGraw-Hill Companies, Inc., 2004 Multiple Access Broadcast link used in LAN consists of multiple sending and receiving nodes connected to or use a single shared link Broadcast links Examples
3
McGraw-Hill © The McGraw-Hill Companies, Inc., 2004 Figure 12.1 Data link layer divided into two functionality-oriented sublayers Link Layer Control (LLC) MAC Responsible for error and flow control Control Responsible framing and MAC address and Multiple Access Control
4
McGraw-Hill © The McGraw-Hill Companies, Inc., 2004 Multiple Access Problem: When two or more nodes transmit at the same time, their frames will collide and the link bandwidth is wasted during collision How to coordinate the access of multiple sending/receiving nodes to the shared link??? Solution: We need a protocol to coordinate the transmission of the active nodes These protocols are called Medium or Multiple Access Control (MAC) Protocols belong to a sublayer of the data link layer called MAC (Medium Access Control) What is expected from Multiple Access Protocols: Main task is to minimize collisions in order to utilize the bandwidth by: Determining when a station can use the link (medium) what a station should do when the link is busy what the station should do when it is involved in collision
5
McGraw-Hill © The McGraw-Hill Companies, Inc., 2004 Figure 12.2 Taxonomy of multiple-access protocols discussed in this chapter
6
McGraw-Hill © The McGraw-Hill Companies, Inc., 2004 Random Access Random Access (or contention) Protocols: No station is superior to another station and none is assigned the control over another. A station with a frame to be transmitted can use the link directly based on a procedure defined by the protocol to make a decision on whether or not to send.
7
McGraw-Hill © The McGraw-Hill Companies, Inc., 2004 Random Access – Carrier Sense Multiple Access (CSMA) If a frame was sent by a station, All stations knows immediately so they can wait before start sending A station with frames to be sent, should sense the medium for the presence of another transmission (carrier) before it starts its own transmission This can reduce the possibility of collision but it cannot eliminate it. Collision can only happen when more than one station begin transmitting within a short time (the propagation time period)
8
McGraw-Hill © The McGraw-Hill Companies, Inc., 2004 Types of CSMA Protocols Different CSMA protocols that determine: What a station should do when the medium is idle? What a station should do when the medium is busy? 1. Non-Persistent CSMA 2. 1-Persistent CSMA 3. p-Persistent CSMA
9
McGraw-Hill © The McGraw-Hill Companies, Inc., 2004 Nonpersistent CSMA A station with frames to be sent, should sense the medium 1. If medium is idle, transmit; otherwise, go to 2 2. If medium is busy, (backoff) wait a random amount of time and repeat 1 Non-persistent Stations are deferential (respect others) Performance: Random delays reduces probability of collisions because two stations with data to be transmitted will wait for different amount of times. Bandwidth is wasted if waiting time (backoff) is large because medium will remain idle following end of transmission even if one or more stations have frames to send Random Waiting times Wasted time
10
McGraw-Hill © The McGraw-Hill Companies, Inc., 2004 1-persistent CSMA To avoid idle channel time, 1-persistent protocol used Station wishing to transmit listens to the medium: 1. If medium idle, transmit immediately; 2. If medium busy, continuously listen until medium becomes idle; then transmit immediately with probability 1 Performance 1-persistent stations are selfish If two or more stations becomes ready at the same time, collision guaranteed
11
McGraw-Hill © The McGraw-Hill Companies, Inc., 2004 P-persistent CSMA Time is divided to slots where each Time unit (slot) typically equals maximum propagation delay Station wishing to transmit listens to the medium: 1. If medium idle, transmit with probability (p), OR wait one time unit (slot) with probability (1 – p), then repeat 1. 2. If medium busy, continuously listen until idle and repeat step 1 3. Performance Reduces the possibility of collisions like nonpersistent Reduces channel idle time like 1-persistent
12
McGraw-Hill © The McGraw-Hill Companies, Inc., 2004 Flow diagram for three persistence methods
13
McGraw-Hill © The McGraw-Hill Companies, Inc., 2004 Persistent and Nonpersistent CSMA Comparison of the channel utilization versus load for various random access protocols.
14
McGraw-Hill © The McGraw-Hill Companies, Inc., 2004 CSMA/CD (Collision Detection) CSMA (all previous methods) has an inefficiency: If a collision has occurred, the channel is unstable until colliding packets have been fully transmitted CSMA/CD (Carrier Sense Multiple Access with Collision Detection) overcomes this as follows: While transmitting, the sender is listening to medium for collisions. Sender stops transmission if collision has occurred reducing channel wastage. CSMA/CD is Widely used for bus topology LANs (IEEE 802.3, Ethernet).
15
McGraw-Hill © The McGraw-Hill Companies, Inc., 2004 of its own signal, it means collision occurred
16
McGraw-Hill © The McGraw-Hill Companies, Inc., 2004 CSMA/CD Protocol Use one of the CSMA persistence algorithm (non-persistent, 1-persistent, p-persistent) for transmission If a collision is detected by a station during its transmission then it should do the following: Abort transmission and Transmit a jam signal (48 bit) to notify other stations of collision so that they will discard the transmitted frame also to make sure that the collision signal will stay until detected by the furthest station After sending the jam signal, backoff (wait) for a random amount of time, then Transmit the frame again
17
McGraw-Hill © The McGraw-Hill Companies, Inc., 2004 CSMA/CD Question: How long does it take to detect a collision? Answer: In the worst case, twice the maximum propagation delay of the medium Note: a = maximum propagation delay
18
McGraw-Hill © The McGraw-Hill Companies, Inc., 2004 CSMA/CD Restrictions of CSMA / CD: Packet transmission time should be at least as long as the time needed to detect a collision (2 * maximum propagation delay + jam sequence transmission time) Otherwise, CSMA/CD does not have an advantage over CSMA
19
McGraw-Hill © The McGraw-Hill Companies, Inc., 2004 Exponential Backoff Algorithm Ethernet uses the exponential backoff algorithms to determine the best duration of the random waiting period after the collision happens Algorithm: Set “slot time” equal to 2*maximum propagation delay + Jam sequence transmission time (= 51.2 usec for Ethernet 10-Mbps LAN) After K th collision, select a random number (R) between 0 and 2 k –1 and wait for a period equal to (R*slot time) then retransmit when the medium is idle, for example: After first collision (K=1), select a number (R) between 0 and 2 1 –1 {0,1} and wait for a period equal to R*slot times (Wait for a period 0 usec or 1x51.2 usec) then retransmit when the medium is idle Do not increase random number range, if K=10 Maximum interval {0 – 1023} Give up after 16 unsuccessful attempts and report failure to higher layers
20
McGraw-Hill © The McGraw-Hill Companies, Inc., 2004 Figure 12.14 Flow diagram for the CSMA/CD N=N+1 N=0 N==16 Abort N < 10 K=N K=10 Choose R between 0 & 2 k - 1 Wait R*slot time No Yes
21
McGraw-Hill © The McGraw-Hill Companies, Inc., 2004 Exponential Backoff Algorithm Reduces the chance of two waiting stations picking the same random waiting time When network traffic is light, it results in minimum waiting time before transmission As congestion increases ( traffic is high), collisions increase, stations backoff by larger amounts to reduce the probability of collision. Exponential Back off algorithm gives last-in, first-out effect Stations with no or few collisions will have the chance to transmit before stations that have waited longer because of their previous unsuccessful transmission attempts.
22
McGraw-Hill © The McGraw-Hill Companies, Inc., 2004 Performance of Random Access Protocols Simple and easy to implement Decentralized (no central device that can fail and bring down the entire system) In low-traffic, packet transfer has low-delay However, limited throughput and in heavier traffic, packet delay has no limit. In some cases, a station may never have a chance to transfer its packet. (unfair protocol) A node that has frames to be transmitted can transmit continuously at the full rate of channel (R) if it is the only node with frames If (M) nodes want to transmit, many collisions can occur and the rate for each node will not be on average R/M
23
McGraw-Hill © The McGraw-Hill Companies, Inc., 2004 12-3 CHANNELIZATION Channelization is a multiple-access method in which the available bandwidth of a link is shared in time, frequency, or through code, between different stations. In this section, we discuss three channelization protocols. Frequency-Division Multiple Access (FDMA) Time-Division Multiple Access (TDMA) Code-Division Multiple Access (CDMA) Topics discussed in this section:
24
McGraw-Hill © The McGraw-Hill Companies, Inc., 2004 Figure 12.21 Frequency-division multiple access (FDMA)
25
McGraw-Hill © The McGraw-Hill Companies, Inc., 2004 FDMA: Frequency Division Multiple Access: Transmission medium is divided into M separate frequency bands Each station transmits continuously on the assigned band at an average rate of R/M A node is limited to an average rate equal R/M (where M is number of nodes) even when it is the only node with frame to be sent 12-3 CHANNELIZATION - FDMA
26
McGraw-Hill © The McGraw-Hill Companies, Inc., 2004 Figure 12.22 Time-division multiple access (TDMA)
27
McGraw-Hill © The McGraw-Hill Companies, Inc., 2004 TDMA: Time Division Multiple Access The entire bandwidth capacity is a single channel with its capacity shared in time between M stations A node must always wait for its turn until its slot time arrives even when it is the only node with frames to send A node is limited to an average rate equal R/M (where M is number of nodes) even when it is the only node with frame to be sent 12-3 CHANNELIZATION - TDMA
28
McGraw-Hill © The McGraw-Hill Companies, Inc., 2004 CDMA: Code Division Multiple Access In CDMA, one channel carries all transmissions simultaneously Each station codes its data signal by a specific codes before transmission The stations receivers use these codes to recover the data for the desired station 12-3 CHANNELIZATION - CDMA
29
McGraw-Hill © The McGraw-Hill Companies, Inc., 2004 12.29 Figure 12.23 Simple idea of communication with code
30
McGraw-Hill © The McGraw-Hill Companies, Inc., 2004 Chapter 13 Wired LANs: Ethernet Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
31
McGraw-Hill © The McGraw-Hill Companies, Inc., 2004 13-1 IEEE STANDARDS Ethernet: It is a LAN protocol that is used in Bus and Star topologies and implements CSMA/CD as the medium access method Original (traditional) Ethernet developed in 1980 by three companies: Digital, Intel, Xerox (DIX). In 1985, the Computer Society of the IEEE started a project, called Project 802, to set standards to enable intercommunication among equipment from a variety of manufacturers. Current version is called IEEE Ethernet
32
McGraw-Hill © The McGraw-Hill Companies, Inc., 2004 Ethernet Frame formats. (a) DIX Ethernet, (b) IEEE 802.3. FCS Ethernet Frame format
33
McGraw-Hill © The McGraw-Hill Companies, Inc., 2004 Figure 13.4 802.3 MAC frame
34
McGraw-Hill © The McGraw-Hill Companies, Inc., 2004 IEEE Ethernet In IEEE 802.3 Ethernet Data link layer is split into two sublayers: Bottom part: MAC The frame is called IEEE 802.3 Handles framing, MAC addressing, Medium Access control Specific implementation for each LAN protocol Defines CSMA/CD as the access method for Ethernet LANs and Token passing method for Token Ring. Implemented in hardware Top part: LLC (Logical Link Control) The subframe is called IEEE 802.2 Provides error and flow control if needed It makes the MAC sublayer transparent Allows interconnectivity between different LANs data link layers Used to multiplex multiple network layer protocols in the data link layer frame Implemented in software
35
McGraw-Hill © The McGraw-Hill Companies, Inc., 2004 Figure 13.1 IEEE standard for LANs
36
McGraw-Hill © The McGraw-Hill Companies, Inc., 2004 Ethernet Provides Unreliable, connectionless Service Ethernet data link layer protocol provides connectionless service to the network layer No handshaking between sending and receiving adapter. Ethernet protocol provides Unreliable service to the network layer : Receiving adapter doesn’t send ACK or NAK to sending adapter This means stream of datagrams passed to network layer can have gaps (missing data) Gaps will be filled if application is using reliable transport layer protocol Otherwise, application will see the gaps
37
McGraw-Hill © The McGraw-Hill Companies, Inc., 2004 Preamble: 8 bytes with pattern 10101010 used to synchronize receiver, sender clock rates. In IEEE 802.3, eighth byte is start of frame (10101011) Addresses: 6 bytes (explained latter) Type (DIX) Indicates the type of the Network layer protocol being carried in the payload (data) field, mostly IP but others may be supported such as IP (0800), Novell IPX (8137) and AppleTalk (809B), ARP (0806) ) Allow multiple network layer protocols to be supported on a single machine (multiplexing) Its value starts at 0600h (=1536 in decimal) Length (IEEE 802.3): number of bytes in the data field. Maximum 1500 bytes (= 05DCh) CRC: checked at receiver, if error is detected, the frame is discarded CRC-32 Data: carries data encapsulated from the upper-layer protocols Pad: Zeros are added to the data field to make the minimum data length = 46 bytes Ethernet Frame
38
McGraw-Hill © The McGraw-Hill Companies, Inc., 2004 Ethernet address Six bytes = 48 bits Flat address not hierarchical Burned into the NIC ROM First three bytes from left specify the vendor. Cisco 00-00-0C, 3Com 02-60-8C and the last 24 bit should be created uniquely by the company Destination Address can be: Unicast: second digit from left is even (one recipient) Multicast: Second digit from left is odd (group of stations to receive the frame – conferencing applications) Broadcast (ALL ones) (all stations receive the frame) Source address is always Unicast
39
McGraw-Hill © The McGraw-Hill Companies, Inc., 2004
40
McGraw-Hill © The McGraw-Hill Companies, Inc., 2004 The least significant bit of the first byte defines the type of address. If the bit is 0, the address is unicast; otherwise, it is multicast. Note
41
McGraw-Hill © The McGraw-Hill Companies, Inc., 2004 The broadcast destination address is a special case of the multicast address in which all bits are 1s. Note
42
McGraw-Hill © The McGraw-Hill Companies, Inc., 2004 Figure 13.7 Unicast and multicast addresses
43
McGraw-Hill © The McGraw-Hill Companies, Inc., 2004 Show how the address 47:20:1B:2E:08:EE is sent out on line. Solution The address is sent left-to-right, byte by byte; for each byte, it is sent right-to-left, bit by bit, as shown below: Example 13.2
44
McGraw-Hill © The McGraw-Hill Companies, Inc., 2004 Define the type of the following destination addresses: a. 4A:30:10:21:10:1A b. 47:20:1B:2E:08:EE c. FF:FF:FF:FF:FF:FF Solution To find the type of the address, we need to look at the second hexadecimal digit from the left. If it is even, the address is unicast. If it is odd, the address is multicast. If all digits are F’s, the address is broadcast. Therefore, we have the following: a. This is a unicast address because A in binary is 1010. b. This is a multicast address because 7 in binary is 0111. c. This is a broadcast address because all digits are F’s. Example 13.1
45
McGraw-Hill © The McGraw-Hill Companies, Inc., 2004 Figure 13.5 Minimum and maximum lengths
46
McGraw-Hill © The McGraw-Hill Companies, Inc., 2004 Frame length: Minimum: 64 bytes (512 bits) Maximum: 1518 bytes (12,144 bits) Note
47
McGraw-Hill © The McGraw-Hill Companies, Inc., 2004 Figure 13.3 Ethernet evolution through four generations
48
McGraw-Hill © The McGraw-Hill Companies, Inc., 2004 Categories of traditional Ethernet
49
McGraw-Hill © The McGraw-Hill Companies, Inc., 2004 IEEE 802.3 Cable Types NameCable Max.Max Cable Segment Length Nodes /segment 10Base5thick coax 500 meters100 10Base2thin coax185 meters30 10BaseTtwisted pair100 meters1 10BaseFFiber Optic2Km1 Toplogy Bus Star
50
McGraw-Hill © The McGraw-Hill Companies, Inc., 2004 Figure 13.10 10Base5 implementation
51
McGraw-Hill © The McGraw-Hill Companies, Inc., 2004 Connection of stations to the medium using 10Base2
52
McGraw-Hill © The McGraw-Hill Companies, Inc., 2004 10BaseT Uses twisted pair Cat3 cable Star-wire topology A hub functions as a repeater with additional functions Fewer cable problems, easier to troubleshoot than coax Cable length at most 100 meters
53
McGraw-Hill © The McGraw-Hill Companies, Inc., 2004 Figure 13.12 10Base-T implementation
54
McGraw-Hill © The McGraw-Hill Companies, Inc., 2004 Figure 13.13 10Base-F implementation
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.