Multiple Access: Acknowledgement
Multiple Access: Acknowledgement
Multiple Access
12.1 12.2
Figure 12.1 Data link layer divided into two functionality-oriented sublayers Figure 12.2 Taxonomy of multiple-access protocols discussed in this chapter
12.3 12.4
12-1 RANDOM ACCESS Figure 12.3 Frames in a pure ALOHA network
Figure 12.4 Procedure for pure ALOHA protocol Figure 12.6 Frames in a slotted ALOHA network
12.7 12.8
Figure 12.7 Vulnerable time for slotted ALOHA protocol Figure 12.9 Vulnerable time in CSMA
12.9 12.10
Figure 12.10 Behavior of three persistence methods Figure 12.11 Flow diagram for three persistence methods
12.11 12.12
Figure 12.12 Collision of the first bit in CSMA/CD Figure 12.13 Collision and abortion in CSMA/CD
12.13 12.14
Example 12.5
Figure 12.14 Flow diagram for the CSMA/CD
But on a wireless network, energy level is not that high (barely 5-10% Did you wait R slots and all slots were
higher). So with wireless, we need to avoid collisions. available? Go ahead, transmit.
12.17 12.18 Now, wait time-out for a response.
20 µs in 802.11 DS)
Note
12.19 12.20
12-2 CONTROLLED ACCESS Figure 12.18 Reservation access method
12.21 12.22
Figure 12.19 Select and poll functions in polling access method Figure 12.20 Logical ring and physical topology in token-passing access method
12.23 12.24
12-3 CHANNELIZATION
12.25 12.26
Note
12.27 12.28
Figure 12.22 Time-division multiple access (TDMA)
Note
12.29 12.30
Note
12.31 12.32
Figure 12.24 Chip sequences Figure 12.25 Data representation in CDMA
12.33 12.34
Figure 12.26 Sharing channel in CDMA Figure 12.27 Digital signal created by four stations in CDMA
12.35 12.36
Figure 12.28 Decoding of the composite signal for one in CDMA Figure 12.29 General rule and examples of creating Walsh tables
12.37 12.38
Example 12.6
12.39 12.40
Example 12.7 Example 12.8
What is the number of sequences if we have 90 stations in Prove that a receiving station can get the data sent by a
our network? specific sender if it multiplies the entire data on the
channel by the sender’s chip code and then divides it by
Solution the number of stations.
The number of sequences needs to be 2m. We need to
choose m = 7 and N = 27 or 128. We can then use 90 Solution
of the sequences as the chips. Let us prove this for the first station, using our previous
four-station example. We can say that the data on the
channel
D = (d1 ⋅ c1 + d2 ⋅ c2 + d3 ⋅ c3 + d4 ⋅ c4).
The receiver which wants to get the data sent by station 1
multiplies these data by c1.
12.41 12.42
Example 12.8 (continued)
12.43