Modeling and Analysis of TCP Dynamics over IEEE WLAN

Size: px
Start display at page:

Download "Modeling and Analysis of TCP Dynamics over IEEE WLAN"

Transcription

1 Modeling and Analysis of TCP Dynamics over IEEE 8. WLAN Jeonggyun Yu and Sunghyun Choi School of Electrical Engineering and INMC Seoul National University, Seoul, Korea and Abstract Today, IEEE 8. Wireless LAN (WLAN) is a prevailing solution for the wireless Internet access while Transport Control Protocol (TCP) is the dominant transport protocol in the Internet. It is nown that, in the infrastructure WLAN with multiple long-lived TCP flow stations, the actual number of contending TCP stations is limited to a small number, and the aggregated TCP throughput is basically independent of the total number of TCP stations. It is due to the behavior of the TCP flow control in the infrastructure WLAN, where the downlin (i.e., Access Point-to-stations) is the bottlenec lin. In this paper, we develop an accurate and realistic analytical model of long-lived TCP over WLAN based on a well-nown p-persistent model of the 8.. We calculate the average number of the active TCP stations as well as the aggregated TCP throughput using our model for a given number of TCP stations and the maximum TCP receive window size. We verify our model via ns- simulations. Moreover, we find from our wor that the minimum contention window sizes of the standards (i.e., and for IEEE 8.b and 8.a, respectively) are not optimal in the sense of the TCP throughput maximization. I. INTRODUCTION In recent years, IEEE 8. WLAN has gained a prevailing position in the maret for the (indoor) broadband wireless access networing. IEEE 8. standard defines both the medium access control (MAC) layer and the physical (PHY) layer specifications []. The mandatory part of the 8. MAC is called the distributed coordination function (DCF), which is based on Carrier Sense Multiple Access with Collision Avoidance (CSMA/CA). Many of the Internet applications run over the Transport Control Protocol (TCP). It is nown that in the infrastructure IEEE 8. WLAN with multiple long-lived TCP flow stations, the actual number of contending TCP stations at a given time is limited to a very small number, and the aggregated TCP throughput is almost independent of the total number of TCP stations [8], [9]. It is due to the behavior of the TCP flow control in the infrastructure WLAN where the downlin (i.e., the AP s transmission) is the bottlenec lin. In the long term, the DCF basically provides the contending stations an equal opportunity to access the shared wireless channel. Because the AP of a Basic Service Set (BSS) is just one of the stations in the MAC s perspective even if it should serve This wor was supported by the Korea Research Foundation Grant funded by Korean Government (MOEHRD) (R8---8-). An infrastructure BSS (or simply a BSS) is composed of an AP and a number of associated stations. multiple TCP flows, it asymptotically has the same channel access probability as a non-ap contending station. When the queue size of the AP is large enough, most of outstanding TCP pacets (in the form of either TCP ACK or TCP data) are accumulated at the AP. Therefore, for example, the source stations of file-upload TCP flows, where the corresponding long-lived TCP flows are in the congestion avoidance phase, can transmit a TCP data pacet only when they receive a TCP ACK pacet from the AP provided that a timeout does not occur. This maes only one or two stations actively contend for the channel on average irrespective of the number of the stations with TCP flows in a BSS. In this paper, we conduct a rigorous, comprehensive, theoretical analysis of the TCP dynamics over a DCF-based IEEE 8. WLAN discussed above based on a well-nown analytical model (i.e., p-persistent model) of the 8. DCF. Our model considers the maximum TCP receive window size larger than or equal to one (in terms of fixed-size pacets), different from a previous model [], which restricts the receive window size to a single pacet. We calculate the average number of the actively contending TCP stations as well as the aggregated TCP throughput using our analytical model. Then, we verify the analytical results by comparing with ns- simulation results. Moreover, we find from our study that the minimum contention window sizes of the current standards (i.e., and for IEEE 8.b and 8.a, respectively) are too large to maximize the TCP throughput. Finally, we obtain the optimal minimum contention window size to maximize the aggregated TCP throughput. There have been efforts to understand the TCP dynamics over the 8. WLAN [9] []. In [9], Choi et al. analyzed the number of active TCP stations using a Marov chain. However, they computed the state transition probabilities from simulations and experiments instead of mathematical analysis. In [], Kherani et al. mathematically analyzed the TCP performance in multihop 8. WLAN while our study focuses on the infrastructure WLAN. Burmeister et al. modeled the TCP over multi-rate WLAN []. However, they did not analyze TCP dynamics based on the characteristics of the contention-based MAC in detail, because they modeled the AP as an M/G//B queuing system. Bruno et al. mathematically In the 8. MAC terms, frame is a better word than pacet. However, we use the terms frame and pacet inter-changeably throughout this paper since we consider the issue across layers, i.e., TCP over WLAN.

2 Immediate access when medium is idle >= DIFS DIFS Fig.. Busy Medium PIFS SIFS Defer Access DIFS Contention Window Bacoff Window Slot Time Next Frame Select Slot and decrement bacoff as long as medium stays idle IEEE 8. DCF channel access scheme analyzed the TCP dynamics based on a p-persistent model of the DCF []. However, they assumed that no more than one TCP pacet is enqueued in the buffer of an active TCP station. This implies that each essful transmission of an AP always activates a TCP station. This assumption is not realistic. The number of outstanding pacets of a TCP flow in the congestion avoidance phase is equal to the maximum TCP receive window size (in pacets) in the real networ. Moreover, as discussed above, most of the outstanding TCP pacets are accumulated at the AP if its downlin transmission is the bottlenec lin. Therefore, each essful transmission of the AP may not always activate a new TCP station due to the multiple transmissions to the same station. Our model allows us to consider any TCP receive window sizes. Bruno s model is a subset of our model because his model is equal to our model with the TCP receive window size equal to a single pacet. The rest of the paper is organized as follows. In Section II, both IEEE 8. DCF and p-persistent model of the DCF are comparatively presented. Section III presents the analytical model that describes the characteristics of TCP over the 8.. In Section IV, our model is extensively validated via simulations. This model is used in Section V in order to find the optimal minimum contention window size to maximize the TCP throughput. We conclude the paper with the discussion of the future wor in Section VI. II. PRELIMINARIES A. IEEE 8. DCF IEEE 8. MAC [] defines two coordination functions, namely, the mandatory DCF based on CSMA/CA and the optional point coordination function (PCF) based on a polland-response mechanism. Most of today s 8. devices operate only in the DCF mode. We here briefly explain how the DCF wors as our model is for the DCF-based 8.. The CSMA/CA of the DCF wors as follows: when a pacet arrives at the head of a transmission queue, if the channel is busy, the MAC waits until the medium becomes idle, then defers for an extra time interval, called DCF Interframe Space (DIFS). If the channel stays idle during the DIFS deference, the MAC then starts the bacoff process by selecting a random bacoff counter. For each idle slot time interval, the bacoff counter is decremented. When the counter reaches zero, the Assuming that the delayed ACK option of TCP is not employed, a station with a TCP flow is activated or becomes active upon a reception of a TCP pacet from its AP when it does not have any pacet to transmit since it will then need to contend for the channel in order to transmit a corresponding response, e.g., a TCP ACK. pacet is transmitted. The timing of the DCF channel access is illustrated in Fig.. Each station maintains a contention window (CW), which is used to select the random bacoff counter. The bacoff counter is determined as a random integer drawn from a uniform distribution over the interval [, CW]. If the channel becomes busy during a bacoff process, the bacoff is suspended. When the channel becomes idle again, and stays idle for an extra DIFS time interval, the bacoff process resumes with the suspended bacoff counter value. For each essful reception of a pacet, the receiving station immediately acnowledges by sending an acnowledgement (ACK) pacet. The ACK pacet is transmitted after a short IFS (SIFS), which is shorter than DIFS. If an ACK pacet is not received after the data transmission, the pacet is retransmitted after another random bacoff. The CW size is initially assigned CWmin, and increases to (CW +) upon each transmission failure with an upper bound of CWmax. After each essful transmission, the CW value is reset to CWmin, and the transmission-completing station performs the DIFS deference and a random bacoff even if there is no other pending frame in the queue. This is often referred to as a post bacoff, as this bacoff is done after, not before, a transmission. This post bacoff ensures there is at least one bacoff interval between two consecutive MSDU transmissions. Moreover, when there is no on-going bacoff and channel is idle over a DIFS time, a frame can be transmitted immediately instead of starting a new bacoff. This is referred to as immediate access. B. p-persistent Model of IEEE 8. DCF Cali et al. [6] consider a p-persistent model of the DCF. Instead of using the binary exponential bacoff timer values, the p-persistent version determines its bacoff interval by sampling from a geometric distribution with parameter p. Thans to the memoryless property of this geometric distributed bacoff algorithm, it is more tractable to analyze the p- persistent model. From the geometric bacoff assumption, the processes that define the occupancy behavior of the channel (i.e., idle slots, collisions, and essful transmissions) are regenerative with the sequence of time instants corresponding to the completion of a essful transmission being the regenerative points. Using this regenerative property, Cali et al. define the j-th virtual slot time duration as the time interval between the j-th and (j +)-th essful transmissions. As shown in Fig., a virtual slot time consists of idle periods and collision periods preceding a essful transmission. That is, a virtual slot time is terminated by a essful transmission. An idle period is a time interval in which the channel is idle due to the fact that all the active stations are performing the bacoff without transmission attempts. A collision period is the interval in which two or more stations transmit simultaneously their frame and then their frames collide with one another. Statistically, the standard MAC and its p-persistent version wor the same when the stations are always active. That is,

3 Virtual Slots... μ j- μ j- μ j μ j+... Idle Collision (Tcol) DIFS Fig..... Idle Collision (Tcol) DIFS Idle Success SIFS ACK DIFS (TTCP DATA or TTCP ACK) Vitual slots in p-persistent version of DCF they always have a frame to transmit. However, in the longlived TCP over WLAN, TCP stations with the bottlenec downlin (i.e., the AP) can not always have a frame to transmit. They can have a TCP ACK (or TCP data) pacet to transmit only when they receive a TCP data (or TCP ACK) pacet from the AP in the congestion avoidance phase. As discussed above, a TCP station with the standard MAC which receives a TCP pacet from the AP can transmit the pacet without bacoff (i.e., via immediate access) or without starting a new bacoff when it is performing the post bacoff. This maes some difference from our p-persistent based analysis model. It is due mainly to the TCP processing delay which is the time interval between TCP ACK (or TCP data) pacet reception and TCP data (or TCP ACK) pacet transmission in a station. Therefore, we assume in the next section that there is no TCP processing delay. III. ANALYTICAL MODEL FOR TCP DYNAMICS OVER WLAN In this section, we mathematically analyze the average number of active TCP stations and the aggregated TCP throughput under the assumption of ideal channel conditions (i.e., no hidden terminals, no channel error, and no capture effect). A. Networ Model and Assumptions We consider a BSS with N STA long-lived TCP stations, which are associated with a single AP. TCP stations either download or upload data from or to the FTP server, which is co-located at the AP. We start our analysis with the following assumptions for the simplicity. () The queue size of the AP and stations is large enough not to incur any buffer overflow. () A essful transmission of each TCP data pacet is notified by the immediate TCP ACK instead of the delayed TCP ACK. () All TCP flows are under the congestion avoidance phase, and the congestion window of each TCP flow is larger than the TCP receive window. Then, the number of the outstanding pacets (including TCP data and TCP ACK) for a TCP flow is equal to the maximum TCP receive window size (in pacets). () There is no processing delay between a TCP data pacet reception and the corresponding TCP ACK pacet transmission. () A TCP data pacet has a fixed size. Even if TCP data pacet size is fixed, its transmission time depends on the Long-lived TCP flows often operate in the congestion avoidance phase during most of their lifetime. Term W M N STA N N i η P m, Q AP PSTA, P AP, P i AP, P i STA, TABLE I LIST OF NOTATIONS AND SYMBOLS Definition Maximum TCP receive window size (in pacets) Total number of states Total number of TCP stations in a BSS State- vector i-th element of the state- vector Number of active TCP stations in state State transition probability from state m to state Length of the AP queue in state Probability that a non-ap station eeds in a transmission attempt in state Probability that the AP eeds in a transmission attempt in state Probability that the AP eeds in transmitting a pacet to a class-i station in state. Probability that a class-i station eeds in transmitting a pacet in state transmission rate. In our analysis, we assume that the transmission rate is also fixed. However, one can easily extend our analysis to multi-rate WLAN. B. State Space A list of the notations and symbols used for the following analysis is found in Table I. Let N (t) = (N (t),n (t),n (t),...,n W (t)) be a (W +)- dimensional stochastic process representing the distribution of the numbers of stations with a particular number of TCP pacets in their queue at time t. That is, element N i (t) represents the number of stations with i TCP pacets in their queue at time t. Moreover, N (t) is the number of inactive stations without any TCP pacet to transmit in their queue. W is the maximum TCP receive window size (in pacets). A discrete integer time scale is adopted, i.e., t = j and t = j + correspond to the beginning of two consecutive virtual slots, µ j and µ j+ in Fig.. N (t) always satisfies the following condition. N STA = W N i (t). () i= N (t) can be modeled as a discrete-time Marov chain as depicted in Fig.. In this Marov chain, a number indicated above each state represents the index of the state. Let η be the number of active TCP stations including the AP in state, and can be defined as NSTA N η = +,NW <N STA, N STA N, () NW = N STA, where N i is the i-th element of the state vector, and hence N represents the number of inactive stations. N W = N STA means that the AP has no TCP pacet in its queue, and all the outstanding TCP pacets are in the active stations queues because the maximum number of pacets, which each station can have, is W. That is, all the stations in a BSS are active and each of them has W TCP pacets. The steady-state probability of the Marov chain π = lim t P N (t) = N }, [, M ], ()

4 Fig.. Marov chain model for the distribution vector of active and inactive TCP stations in a BSS where M is the total number of states. In the Marov chain, the state transition occurs only at the end of each virtual slot, which ends with a essful transmission. A transition from a left state to a right state in Fig. is due to a essful transmission of the AP, and an opposite transition occurs by a essful transmission of a station. For example, in state, the number of active stations including the AP is three. Each of the two non-ap stations has one TCP pacet in their queue. If one of the two stations finishes the current virtual slot with its essful transmission, the transition from state to state occurs. On the other hand, if the AP terminates the current virtual slot with its essful transmission, there can be two possible transitions. One is the case that the AP transmits a TCP pacet to one of (N STA ) inactive stations with no TCP pacet in their queue. In such a case, the number of the active stations increases by one, and hence the transition from state to state occurs. The other is the case that the AP transmits a TCP pacet to one of the two active stations, which already have one TCP pacet in their queue. In such a case, one of the two active stations comes to have two TCP pacets. As a result, the number of active TCP stations is not changed, but only the distribution of the active stations is changed (i.e., from state, (N STA,,,..., ), to state, (N STA,,,,..., )). Before we proceed further, we define the length Q AP of the AP queue in state as follows: Q AP = W N j j= (W j). () C. State Transition Probabilities Now, we derive the state transition probabilities of all the possible transitions. As discussed above, the values of only two elements in the two states, involved with a transition, change by one because the AP or a station transmits only a single pacet at a time. Therefore, the transition probability from state to state m is given by PSTA, i, if a unique i [, W ] such that Nm i = N i +,Ni+ m = N i+, P,m = PAP, i, if a unique i [, W ] such that N m i = N i, Ni+ m = N i+ +,, otherwise. () The first equation in Eq. () accounts for the fact that a station terminates the current virtual slot in state with its essful transmission. PSTA, i is the probability that a class-(i +) station eeds in transmitting its TCP pacet, where a class-i station is a station with i TCP pacets in its queue. The second equation accounts for the fact that the AP terminates the virtual slot with its essful transmission in state. PAP, i is the probability that the AP essfully transmits its TCP pacet to one of class-i stations. Note that a virtual slot is terminated only when a non-ap station or the AP eeds in transmitting a data frame in the p-persistent model. Therefore, the state transition probabilities in a given state depend on only the distribution of active stations but not transmission probability (i.e., contention window size) in our Marov chain model. We assume that both the AP and a station access a virtual slot with the attempt probability τ, where this value is derived in Section III-F. Then, the probability PAP, i is given by P i AP, AP (i) = PAP, P, (6) where the conditional ess probability PAP, of the AP s transmission at state assuming that a essful transmission occurs is given by PAP, /η, N = W <N STA,, N W (7) = N STA. AP (i) and the probability P that the AP transmits a pacet to a class-i station is given by AP (i) N i P = (W i) /Q AP, QAP >,, Q AP (8) =. Now, the probability PSTA, i is given by P i STA, = P STA, P STA(i+), (9) where the conditional ess probability PSTA, of a station s transmission at state assuming that a essful transmission occurs is given by P STA, = P AP,, () and the probability P STA(i) that a class-i station transmits a pacet to the AP is given by P STA(i) N i = /(η ), N <N STA,, N = N () STA.

5 D. Average Number of Active TCP Stations So far, we have assumed that the virtual slot length (i.e., the sojourn time) in each state is identical in order to model the TCP dynamics using the discrete Marov chain. However, the sojourn time in each state is dependent on the current state. Therefore, we need the long-term proportion of time spent by N (t) in each state in order to compute the average number of active stations as follows. ( M ) p = π µ / π jµ j, () j= where µ is the length of a virtual slot in state (i.e., the sojourn time in state ). Finally, we can determine the average number of active TCP stations excluding the AP as E [Num. of active STAs] = M (N STA N )p. = () Now, the sojourn time in state in the case of download TCP is given by µ = E [ NSTA, col ] T ac col + E [ NAP, col ] T data col + ( E [ N col ] )( [ ]) + DIFS + E T idle + E [ () T data ] + SIFS + ACK, [ ] where Tcol ac and E NSTA, col are the collision time and the average number of collisions due to collisions among only [ uplin ] TCP ACK pacets, respectively, and Tcol data and E NAP, col are the collision time and the average number of collisions due to the collisions between a downlin TCP data pacet and uplin TCP ACK pacets, respectively. Moreover, E [ ] T data, DIFS, SIFS, and ACK are the average TCP pacet transmission time, DIFS time, SIFS time, and MAC ACK frame transmission time, respectively. E [ ] N col and E [ ] T idle are the total number of collisions and the average idle time preceding a collision or a essful transmission, respectively. In Eq. (), the reason why we consider the two inds of collision times separately is that the collision times for both cases are different. On the other hand, in the case of the upload TCP, we use Tcol data instead of Tcol ac in Eq. () because at least one of colliding pacets is a TCP data pacet so that the collision time is always Tcol data. In the followings, we derive individual elements in Eq. (). The conditional essful transmission probability at state assuming that at least one station (possibly including the AP) transmits is P = P ( N tx = N tx ) = η τ ( τ) η ( τ) η, () where N tx denotes the number of transmitting stations including the AP immediately after an DIFS time in state. The conditional collision probability at state assuming that at least one station transmits is given by P col = P. Moreover, the conditional probability that AP s transmission fails assuming that at least one station including the AP transmits is given by τ( ( τ) η ) PAP, col = ( τ) η,n W <N STA, (6), N W = N STA. The probability that the total number of collisions is i and the probability that the number of collisions due to the AP s transmissions is j, bothinstate, are respectively given by P ( N col = i ) = ( ) P col i P ( ) ( P NAP, col = j = PAP, col ) j P., (7) Using Eq. (7), the average number of total collisions, the average number of collisions due to the AP s transmissions, and the average number of collisions due to only stations transmissions can be expressed as E [ ] N col = i= i P ( N col = i ) [ ], E NAP, col = ( j= j P NAP, ), col [ ] = j E NSTA, col = E [ ] [ ] (8) N col E NAP, col. The average idle time preceding a collision or a essful transmission in state can be calculated as E[T idle ]=aslott ime i P ( N tx > ) (P ( N tx = )) i i= ( τ AP )( τ STA ) η = aslott ime ( τ AP )( τ STA ) η. (9) In the case of the download, the average TCP pacet transmission time can be expressed as E [ T data ] = TTCP DATA PAP,+T TCP ACK PSTA,, () where T TCP DATA and T TCP ACK are TCP data and TCP ACK pacet transmission times, respectively. In the case of the upload, the positions of PAP, and PSTA, are exchanged in Eq. (). E. Aggregated TCP Throughput In the p-persistent CSMA/CA model [6], the aggregated throughput (in bits/s) is given by Average length of a data frame (bits) ρ = () Average duration of a virtual slot (sec) In our analysis, under the assumption that there exist a fixed number of active stations in a given state, the download TCP throughput in state is derived as ρ = L TCP DATA PAP,, () µ where L TCP DATA is the TCP data (i.e., segment) size (in bits). If we consider the upload TCP throughput, we use PSTA, instead of PAP, in the above equation. Finally, the average aggregated TCP throughput of a BSS can be determined as follows: ρ TCP = M ρ i p i. () i=

6 TABLE II ALGORITHM TO ESTIMATE τ FROM CW min IN EACH STATE In state Step : Initialize cw i =min ( CW max, i (CW min +) ), for i =,..., n r CW = CW min Step : Calculate the probability τ, and then store the current average value of CW τ =, α = CW CW+ Step : Calculate the average CW size with given η and p ( )( ) i, P (CW = cw i )=p pcol, pcol, for i =,..., n r CW = n r i= cw ip (CW = cw i ) Step : Determine whether the iteration is terminated or not If CW α <ε, then τ =, return τ CW+ Otherwise, go to Step F. Estimation of τ from CW min in Each State We now extend the Average Contention Window Estimation algorithm of [6] by considering different CW min sizes of the AP and stations in order to obtain the slot access probability τ. We can assume that τ is /(B +)) where B( is the average ) number of bacoff slots, and is equal to CW + [6]. Because the average contention window size CW is determined by CW min and the number of active stations in a given state, we can estimate τ from CW min in each state using the iterative algorithm of Table II. In Table II, n r is the retry limit for retransmissions of both the AP and a station. In state, the algorithm determines the average contention window size iteratively. In Step, p col, is the probability that a transmission of the AP or a station collides, and is given by p col, = ( τ) η. () p is the normalization factor, and can be obtained from the fact that n r i= P (CW = cw i)=. At the end of each iteration, if the difference between the current average contention window size (CW) and the previous average contention window size (α) is less than ε, the algorithm is terminated by returning the obtained τ value. IV. ANALYTICAL AND SIMULATION STUDIES In this section, we validate our model via ns- simulations. We mathematically analyze the aggregated TCP throughput as well as the average number of active TCP stations with IEEE 8.b/a PHYs and compare the analytical results with simulation results. Parameters for both calculation and simulations are shown in Table III. We consider the networ topology in which N STA TCP stations either download or upload data from or to the FTP server co-located at the AP. A. Number of Active TCP Stations Figs. 6 show the average number of active TCP stations except the AP from our analysis and ns- simulations with 8.b/a PHYs. We first observe that the average number of active stations remains very small, i.e., around one, across all TABLE III PARAMETERS Parameters 8.b 8.a aslottime µs 9 µs SIFS, DIFS µs, µs 6 µs, µs CW min, CW max,, Data, ACK Rates Mb/s, Mb/s Mb/s, Mb/s PHY Overhead 9 µs µs MAC ACK Length bytes MAC Overhead 8 bytes TCP data frame Data (6 bytes) + TCP/IP headers ( bytes) +SNAP * header (8 bytes) + MAC/PHY overheads TCP ACK frame TCP/IP headers ( bytes) + SNAP header (8 bytes) + MAC/PHY overheads * When an IP datagram is transferred over the 8. WLAN, it is typically encapsulated by an IEEE 8. Sub-Networ Access Protocol (SNAP) header. the considered cases while both the analytical and simulation results very well match. Moreover, the results are almost the same as the results of [9] where the number of active stations including the AP is evaluated via simulations and experiments but not mathematical analysis. The average number of the active stations remains flat beginning about three stations regardless of the maximum TCP receive window size for both upload and download cases with 8.b/a PHYs. When the maximum TCP receive window size is equal to one (i.e., W =) and the number of TCP stations is equal to one (i.e., N STA =), the average number of the active stations is much smaller than one. In this case, a station or AP does not contend with the AP or a station, respectively, because the number of outstanding TCP pacet is just one, and hence, only the AP or station, which has a pacet, can access the channel. As a result, the idle bacoff time occupies a considerable portion of the channel time, and hence the number of active stations becomes much smaller than one. On the other hand, when the maximum TCP receive window size is equal to one (i.e., W =) and the number of TCP stations is larger than one (i.e., N STA > ), a essful transmission of the AP always activates an inactive station, thus increasing the number of active TCP stations. Therefore, we can see that the average number of active stations in case of one-pacet TCP receive window is slightly larger than the other cases. Because this case (i.e., W =) is analyzed mathematically in [], and it is a particular case of our analysis, our model is a superset of the model in []. We observe that the average number of active stations in the case of the upload is slightly larger than the download in Figs. and. It is due to the fact that the transmission time of a station (i.e., TCP data pacet transmission time by a station) is larger than the download case (i.e., TCP ACK pacet transmission time by a station), and hence the time duration when stations have pacets is larger than that of the download case due to longer collision and transmission times. Actually, typical TCP configurations of commercial operating systems use a -pacet (or 7-byte) receive window in the case of MS Windows XP. However, we consider smaller receive window size in order to reduce the calculation overhead because similar trends are observed irrespective of the receive window size.

7 8.b PHY STAs STAs STAs 7 STAs Sim - STA Sim - STAs Sim - STAs Sim - 7 STAs TCP window size (a) Download TCP 8.b PHY STAs STAs STAs 7 STAs Sim - STA Sim - STAs Sim - STAs Sim - 7 STAs TCP window size (b) Upload TCP Fig.. The average number of active stations vs. TCP receive window size: 8.b 8.b PHY Window Window Window Sim - Window Sim - Window Sim - Window Sim - Sim The number of STAs (a) Download TCP 8.b PHY Window Window Window Sim - Window Sim - Window Sim - Window Sim - Sim the number of STAs (b) Upload TCP Fig.. The average number of active stations vs. the number of TCP stations: 8.b 8.a PHY STA STAs STAs 7 STAs Sim - STA Sim - STAs Sim - STAs Sim - 7 STAs TCP window size (a) The effect of TCP Window size 8.a PHY Window Window Window Sim - Window Sim - Window Sim - Window Sim - Sim the number of STAs (b) The effect of the number of TCP stations Fig. 6. The average number of active STAs vs. (a) TCP receive window size and (b) the number of TCP stations: 8.a, download TCP B. Aggregated TCP Throughput from Section IV-B. What happens if we use a CW min value different from that specified in the standards? In Fig. 8, we plot the relation between the aggregated TCP throughput and CW min value from the numerical analysis and simulations. The value of CW max is fixed to in all the cases. Note that the CW min values are and for the 8.b and the 8.a, respectively, as shown in Table III. In Fig. 8, we observe that the CW min values are too large to maximize the aggregated TCP throughput. Fig. 7 shows the aggregated download TCP throughput with IEEE 8.b/a PHYs. First of all, we can observe that the numerical results are almost the same as the simulation results in both cases. In Fig. 7, the aggregated TCP throughput is almost independent of the number of TCP stations (i.e., N STA ) in a BSS and the maximum TCP receive window size. This is due to the fact that the average number of active TCP stations remains flat irrespective of the number of TCP stations or the maximum TCP receive window size as shown in Figs. 6. When the number of station is one (i.e., N STA = ), throughput is slightly low. This is related to the fact that in Fig. (a) and 6(b) the number of active stations is very small. That is, the lower throughput means that the portion of idle bacoff time in the channel is larger than the other cases (i.e., N STA > ) due to a small number of active stations. V. CWMIN VALUE FOR THE MAXIMUM TCP THROUGHPUT We now now that the aggregated TCP throughput is almost independent of the number of TCP stations (i.e., N STA ) From our numerical and simulation results in Fig. 8, the optimal CW min values are summarized in Table IV. Here, we assume that there exist only download TCP stations. However, the optimal values of CW min in the case of upload can be also found via the similar method. We observe in Table IV that the optimal CW min values for 8.b and 8.a are about 7 and in the case of 6-byte TCP segment, respectively, and the standard values (i.e., CW min =for 8.b and CW min = for 8.a) are too large to maximize the aggregated TCP throughput. Moreover, when the size of TCP data segment is small (i.e., 6 bytes), we observe that even

8 b PHY Window Window Window Sim window Sim window Sim window Sim window 7 Sim window 9 8.a PHY Window Window Window Sim window Sim window Sim window Sim window 7 Sim window The number of STAs 6 7 The number of STAs (a) 8.b (b) 8.a Fig. 7. Aggregated throughput: download 8.b PHY, TCP segment = 6 bytes... TCP STAs TCP STAs 7 TCP STAs Sim - TCP STAs Sim - TCP STAs Sim - 7 TCP STAs. CWmin (a) 8.b - 6 bytes 8.a PHY, TCP segment = 6 bytes 8 6 TCP STAs TCP STAs 7 TCP STAs Sim - TCP STAs 8 Sim - TCP STAs Sim - 7 TCP STAs 6 CWmin (c) 8.a - 6 bytes 8.b PHY, TCP segment = 6 bytes TCP STAs TCP STAs. 7 TCP STAs Sim - TCP STAs Sim - TCP STAs Sim - 7 TCP STAs... CWmin (b) 8.b - 6 bytes 8.a PHY, TCP segment = 6 bytes TCP STAs TCP STAs 7 TCP STAs Sim - TCP STAs Sim - TCP STAs 8 Sim - 7 TCP STAs CWmin (d) 8.a - 6 bytes Fig. 8. Optimal CWmin value for maximum throughput TABLE IV OPTIMAL CW min VALUES WITH DIFFERENT DATA SIZES 8.b 8.a N STA analysis simulation analysis simulation TCP data segment: 6 bytes TCP data segment: 6 bytes smaller values of CW min (i.e., the optimal CW min for 8.b and 6 for 8.a) are desired. This is due to the fact that the collision overhead decreases as the size of TCP data segment decreases. Unfortunately, adapting the CW min value is not allowed in the current 8.. However, the emerging IEEE 8.e allows to control channel access parameters including the CW min value []. Therefore, our wor can be applied to the emerging 8.e WLAN in order to optimize the TCP performance. VI. CONCLUSIONS In this paper, we developed an accurate and realistic analytical model of TCP over Wireless LAN dynamics based on the analytical model (i.e., p-persistent model of IEEE 8. DCF) developed Cali et al.. Our model considers the maximum TCP receive window size. We calculate the average number of the active TCP stations as well as the aggregated TCP throughput by using our model. Moreover, we find from our analysis that the minimum contention window sizes, defined in the standards, are too large to maximize the TCP throughput for both IEEE 8.b and 8.a. We are currently extending our wor considering IEEE 8.e Enhance Distributed Channel Access (EDCA) and multi-rate WLAN []. IEEE 8.e EDCA has new features such as Transmission opportunity (TXOP) and the usage of different channel access parameter values between the AP and stations. The TCP dynamics in IEEE 8.e EDCA based networ can be different from that of the legacy DCF, which we present in this paper. REFERENCES [] IEEE, Part : Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) specifications, IEEE Std , 999. [] IEEE, Supplement to Part : Higher-speed Physical Layer Extension in the. GHz Band, IEEE Std. 8.b-999, 999. [] IEEE, Supplement to Part : Higher-speed Physical Layer Extension in the GHz Band, IEEE Std. 8.a-999, 999. [] IEEE, Supplement to Part : Medium Access Control (MAC) Enhancements for Quality of Service (QoS), IEEE Std 8.e, Nov.. [] G. Bianchi, Performance analysis of the IEEE 8. distributed coordination function, IEEE J. Sel. Areas Commun., Mar.. [6] F. Cali, M. Conti, and E. Gregori, Dynamic Tuning of the IEEE 8. Protocol, IEEE/ACM Trans. Networing, Vol. 8, No. 6, Dec.. [7] I. Aad and C. Castelluccia, Differentiation mechanisms for IEEE 8., in Proc. IEEE INFOCOM, March. [8] J. Yu, S. Choi, and J. Lee, Enhancement of VoIP over IEEE 8. WLAN via Dual Queue Strategy, in Proc. IEEE ICC, June. [9] S. Choi, K. Par and C. Kim, Performance Impact of Interlayer Dependence in Infrastructure WLANs, IEEE Trans. Mobile Computing, Vol., No. 7, July 6. [] R. Bruno, M. Conti, and E. Gregori, Analytical Modeling of TCP Clients in Wi-Fi Hot Spot Networs, in Proc. IFIP Networing, May. [] A. A. Kherani and R. Shorey, Modelling TCP Performance in Multihop 8. Networs with Randomly Varying Channel, in Proc. WILLOPAN 6, Jan. 6. [] C. Burmeister and U. Killat, TCP over Rate-Adaptive WLAN An Analytical Model and its Simulative Verification, in Proc. IEEE WoWMoM 6, June 6. [] The Networ Simulator - ns-. online lin.

TCP Dynamics over IEEE e WLANs: Modeling and Throughput Enhancement

TCP Dynamics over IEEE e WLANs: Modeling and Throughput Enhancement TCP Dynamics over IEEE 8.e WLANs: Modeling and Throughput Enhancement Jeonggyun Yu, Sunghyun Choi School of Electrical Engineering and INMC Seoul National University, Seoul, -7, Korea jgyu@mwnl.snu.ac.r,

More information

Analytical Study of TCP Performance over IEEE e WLANs

Analytical Study of TCP Performance over IEEE e WLANs DOI 1.17/s116-8-111-z Analytical Study of TCP Performance over IEEE 8.11e WLANs Jeonggyun Yu Sunghyun Choi Daji Qiao Springer Science + Business Media, LLC 8 Abstract IEEE 8.11 Wireless LAN (WLAN) has

More information

Analytical Modeling of TCP Dynamics in Infrastructure-based IEEE WLANs

Analytical Modeling of TCP Dynamics in Infrastructure-based IEEE WLANs JOURNAL OF COMMUNICATIONS AND NETWORKS Analytical Modeling of TCP Dynamics in Infrastructure-based IEEE 8. WLANs Jeonggyun Yu, Sunghyun Choi, and Daji Qiao Abstract: IEEE 8. Wireless LAN (WLAN) has become

More information

A Backoff Algorithm for Improving Saturation Throughput in IEEE DCF

A Backoff Algorithm for Improving Saturation Throughput in IEEE DCF A Backoff Algorithm for Improving Saturation Throughput in IEEE 80.11 DCF Kiyoshi Takahashi and Toshinori Tsuboi School of Computer Science, Tokyo University of Technology, 1404-1 Katakura, Hachioji, Tokyo,

More information

Mohammad Hossein Manshaei 1393

Mohammad Hossein Manshaei 1393 Mohammad Hossein Manshaei manshaei@gmail.com 1393 1 An Analytical Approach: Bianchi Model 2 Real Experimentations HoE on IEEE 802.11b Analytical Models Bianchi s Model Simulations ns-2 3 N links with the

More information

Department of Electrical and Computer Systems Engineering

Department of Electrical and Computer Systems Engineering Department of Electrical and Computer Systems Engineering Technical Report MECSE-6-2006 Medium Access Control (MAC) Schemes for Quality of Service (QoS) provision of Voice over Internet Protocol (VoIP)

More information

Mohamed Khedr.

Mohamed Khedr. Mohamed Khedr http://webmail.aast.edu/~khedr Tentatively Week 1 Week 2 Week 3 Week 4 Week 5 Week 6 Week 7 Week 8 Week 9 Week 10 Week 11 Week 12 Week 13 Week 14 Week 15 Overview Packet Switching IP addressing

More information

EVALUATION OF EDCF MECHANISM FOR QoS IN IEEE WIRELESS NETWORKS

EVALUATION OF EDCF MECHANISM FOR QoS IN IEEE WIRELESS NETWORKS MERL A MITSUBISHI ELECTRIC RESEARCH LABORATORY http://www.merl.com EVALUATION OF EDCF MECHANISM FOR QoS IN IEEE802.11 WIRELESS NETWORKS Daqing Gu and Jinyun Zhang TR-2003-51 May 2003 Abstract In this paper,

More information

An Efficient Scheduling Scheme for High Speed IEEE WLANs

An Efficient Scheduling Scheme for High Speed IEEE WLANs An Efficient Scheduling Scheme for High Speed IEEE 802.11 WLANs Juki Wirawan Tantra, Chuan Heng Foh, and Bu Sung Lee Centre of Muldia and Network Technology School of Computer Engineering Nanyang Technological

More information

Collision Probability in Saturated IEEE Networks

Collision Probability in Saturated IEEE Networks in Saturated IEEE 80.11 Networks Hai L. Vu Centre for Advanced Internet Architectures (CAIA) ICT Faculty, Swinburne University of Technology Hawthorn, VIC 31, Australia h.vu@ieee.org Taka Sakurai ARC Special

More information

Analytical Modeling of TCP Clients in Wi-Fi Hot Spot Networks

Analytical Modeling of TCP Clients in Wi-Fi Hot Spot Networks Analytical Modeling of TCP Clients in Wi-Fi Hot Spot Networks Raffaele Bruno, Marco Conti, and Enrico Gregori Italian National Research Council (CNR) IIT Institute Via G. Moruzzi, 1-56100 Pisa, Italy {firstname.lastname}@iit.cnr.it

More information

A Hybrid Distributed Coordination Function for Scalability and Inter-operability in Large-scale WLANs

A Hybrid Distributed Coordination Function for Scalability and Inter-operability in Large-scale WLANs A Hybrid Distributed Coordination Function for Scalability and Inter-operability in Large-scale WLANs Nakjung Choi, Seongil Han, Yongho Seok, Yanghee Choi and Taekyoung Kwon School of Computer Science

More information

Analysis of Throughput and Energy Efficiency in the IEEE Wireless Local Area Networks using Constant backoff Window Algorithm

Analysis of Throughput and Energy Efficiency in the IEEE Wireless Local Area Networks using Constant backoff Window Algorithm International Journal of Computer Applications (975 8887) Volume 6 No.8, July Analysis of Throughput and Energy Efficiency in the IEEE 8. Wireless Local Area Networks using Constant backoff Window Algorithm

More information

IEEE MAC Sublayer (Based on IEEE )

IEEE MAC Sublayer (Based on IEEE ) IEEE 802.11 MAC Sublayer (Based on IEEE 802.11-1999) Wireless Networking Sunghyun Choi, Associate Professor Multimedia & Wireless Networking Lab. (MWNL) School of Electrical Engineering Seoul National

More information

Performance Study of IEEE DCF and IEEE e EDCA

Performance Study of IEEE DCF and IEEE e EDCA 4 erformance Study of IEEE 802. DCF and IEEE 802.e EDCA Giuseppe Bianchi a, Sunghyun Choi b and Ilenia Tinnirello c 4. Introduction One of the key factors for the wide acceptance and deployment of IEEE

More information

A Novel Contention Window Control Scheme Based on a Markov Chain Model in Dense WLAN Environment

A Novel Contention Window Control Scheme Based on a Markov Chain Model in Dense WLAN Environment 05 Third International Conference on Artificial Intelligence, Modelling and Simulation A Novel Contention Window Control Scheme Based on a Markov Chain Model in Dense WLAN Environment Yoshiaki Morino,

More information

Wireless Communication

Wireless Communication Wireless Communication Systems @CS.NCTU Lecture 9: MAC Protocols for WLANs Instructor: Kate Ching-Ju Lin ( 林靖茹 ) 1 Reference 1. A Technical Tutorial on the IEEE 802.11 Protocol By Pablo Brenner online:

More information

A Comparative Analysis on Backoff Algorithms to Optimize Mobile Network

A Comparative Analysis on Backoff Algorithms to Optimize Mobile Network Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 7, July 2014, pg.771

More information

Saturated Throughput Analysis of IEEE e EDCA

Saturated Throughput Analysis of IEEE e EDCA Saturated Throughput Analysis of IEEE 80.e EDCA Lixiang Xiong, Guoqiang Mao School of Electrical and Information Engineering The University of Sydney, Sydney, NW 006, Australia Abstract IEEE 80.e standard

More information

Certified Wireless Network Administrator (CWNA) PW Chapter Medium Access. Chapter 8 Overview

Certified Wireless Network Administrator (CWNA) PW Chapter Medium Access. Chapter 8 Overview Certified Wireless Network Administrator (CWNA) PW0-105 Chapter 8 802.11 Medium Access Chapter 8 Overview CSMA/CA vs. CSMA/CD Distributed Coordination Function (DCF) Point Coordination Function (PCF) Hybrid

More information

Wireless Networks (MAC)

Wireless Networks (MAC) 802.11 Wireless Networks (MAC) Kate Ching-Ju Lin ( 林靖茹 ) Academia Sinica 2016.03.18 CSIE, NTU Reference 1. A Technical Tutorial on the IEEE 802.11 Protocol By Pablo Brenner online: http://www.sss-mag.com/pdf/802_11tut.pdf

More information

Comparison of pre-backoff and post-backoff procedures for IEEE distributed coordination function

Comparison of pre-backoff and post-backoff procedures for IEEE distributed coordination function Comparison of pre-backoff and post-backoff procedures for IEEE 802.11 distributed coordination function Ping Zhong, Xuemin Hong, Xiaofang Wu, Jianghong Shi a), and Huihuang Chen School of Information Science

More information

Duck-Yong Yang, Tae-Jin Lee, Member, IEEE, Kyunghun Jang, Jin-Bong Chang and Sunghyun Choi, Member, IEEE. Abstract

Duck-Yong Yang, Tae-Jin Lee, Member, IEEE, Kyunghun Jang, Jin-Bong Chang and Sunghyun Choi, Member, IEEE. Abstract Performance Enhancement of Multi-Rate IEEE 802. WLANs with Geographically-Scattered Stations Duck-Yong Yang, Tae-Jin Lee, Member, IEEE, Kyunghun Jang, Jin-Bong Chang and Sunghyun Choi, Member, IEEE Abstract

More information

Analysis of IEEE e for QoS Support in Wireless LANs

Analysis of IEEE e for QoS Support in Wireless LANs Analysis of IEEE 802.11e for QoS Support in Wireless LANs Stefan Mangold, Sunghyun Choi, Guido R. Hiertz, Ole Klein IEEE Wireless Communications, December 2003 Presented by Daeseon Park, Student No.2005-30231

More information

AGOOD medium access control (MAC) protocol for wireless

AGOOD medium access control (MAC) protocol for wireless IEEE TRANSACTIONS ON WIRELESS COMMUNICATIONS, VOL. 3, NO. 3, MAY 2004 793 Design of MAC Protocols With Fast Collision Resolution for Wireless Local Area Networks Younggoo Kwon, Yuguang Fang, Senior Member,

More information

Lesson 2-3: The IEEE x MAC Layer

Lesson 2-3: The IEEE x MAC Layer Module 2: Establishing Wireless Connectivity Lesson 2-3: The IEEE 802.11x MAC Layer Lesson Overview This lesson describes basic IEEE 802.11x MAC operation, beginning with an explanation of contention schemes

More information

Wireless Networks (MAC) Kate Ching-Ju Lin ( 林靖茹 ) Academia Sinica

Wireless Networks (MAC) Kate Ching-Ju Lin ( 林靖茹 ) Academia Sinica 802.11 Wireless Networks (MAC) Kate Ching-Ju Lin ( 林靖茹 ) Academia Sinica Reference 1. A Technical Tutorial on the IEEE 802.11 Protocol By Pablo Brenner online: http://www.sss-mag.com/pdf/802_11tut.pdf

More information

Lecture 16: QoS and "

Lecture 16: QoS and Lecture 16: QoS and 802.11" CSE 123: Computer Networks Alex C. Snoeren HW 4 due now! Lecture 16 Overview" Network-wide QoS IntServ DifServ 802.11 Wireless CSMA/CA Hidden Terminals RTS/CTS CSE 123 Lecture

More information

Performance Evaluation of IEEE e

Performance Evaluation of IEEE e Performance Evaluation of IEEE 802.11e 1 Sandeep Kaur, 2 Dr. Jyotsna Sengupta 1,2 Dept. of Computer Science, Punjabi University, Patiala, India Abstract Providing QoS requirements like good throughput

More information

ECE442 Communications Lecture 3. Wireless Local Area Networks

ECE442 Communications Lecture 3. Wireless Local Area Networks ECE442 Communications Lecture 3. Wireless Local Area Networks Husheng Li Dept. of Electrical Engineering and Computer Science Spring, 2014 Wireless Local Networks 1 A WLAN links two or more devices using

More information

EBA: An Enhancement of IEEE DCF via Distributed Reservation

EBA: An Enhancement of IEEE DCF via Distributed Reservation EBA: An Enhancement of IEEE 802.11 DCF via Distributed Reservation Jaehyuk Choi, Joon Yoo, Sunghyun Choi, Member, IEEE, and Chongkwon Kim, Member, IEEE Abstract The IEEE 802.11 standard for Wireless Local

More information

Performance evaluation of IEEE e

Performance evaluation of IEEE e IJCSNS International Journal of Computer Science and Network Security, VOL.11 No.7, July 2011 159 Performance evaluation of IEEE 802.11e Sandeep kaur 1, Dr.jyotsna sengupta 2 Department of Computer Science,

More information

A Tool for Simulating IEEE e Contention-based Access

A Tool for Simulating IEEE e Contention-based Access A Tool for Simulating IEEE 802.11e Contention-based Access Andreas Floros 1 and Theodore Karoubalis 2 1 Dept. of Informatics, Ionian University, Plateia Tsirigoti 7, 49 100 Corfu, Greece floros@ionio.gr

More information

B. Bellalta Mobile Communication Networks

B. Bellalta Mobile Communication Networks IEEE 802.11e : EDCA B. Bellalta Mobile Communication Networks Scenario STA AP STA Server Server Fixed Network STA Server Upwnlink TCP flows Downlink TCP flows STA AP STA What is the WLAN cell performance

More information

standard. Acknowledgement: Slides borrowed from Richard Y. Yale

standard. Acknowledgement: Slides borrowed from Richard Y. Yale 802.11 standard Acknowledgement: Slides borrowed from Richard Y. Yang @ Yale IEEE 802.11 Requirements Design for small coverage (e.g. office, home) Low/no mobility High data rate applications Ability to

More information

Two-phase Collision Avoidance to Improve Scalability in Wireless LANs

Two-phase Collision Avoidance to Improve Scalability in Wireless LANs Two-phase Collision Avoidance to Improve Scalability in Wireless LANs Seongil Han, Yongsub Nam, Yongho Seok, Taekyoung Kwon and Yanghee Choi School of Computer Science and Engineering Seoul National University,

More information

Saturation Throughput of IEEE e EDCA Based on Mean Value Analysis

Saturation Throughput of IEEE e EDCA Based on Mean Value Analysis Saturation Throughput of IEEE 80.11e EDCA Based on Mean Value Analysis Yuxia Lin and Vincent W.S. Wong Department of Electrical and Computer Engineering The University of British Columbia 33 Main Mall,

More information

Analytical Model for an IEEE WLAN using DCF with Two Types of VoIP Calls

Analytical Model for an IEEE WLAN using DCF with Two Types of VoIP Calls Analytical Model for an IEEE 802.11 WLAN using DCF with Two Types of VoIP Calls Sri Harsha Anurag Kumar Vinod Sharma Department of Electrical Communication Engineering Indian Institute of Science Bangalore

More information

A Finite State Model for IEEE Wireless LAN MAC DCF

A Finite State Model for IEEE Wireless LAN MAC DCF First International Conference on Emerging Trends in Engineering and Technology A Finite State Model for IEEE 802.11 Wireless LAN MAC DCF Dillip Kumar Puthal and Bibhudatta Sahoo Department of Computer

More information

Performance anomaly of b

Performance anomaly of b Laboratoire LSR Logiciels Systèmes Réseaux Software, Systems, Networks Performance anomaly of 802.11b Andrzej Duda LSR-IMAG Andrzej.Duda@imag.fr Joint work with Martin Heusse, Franck Rousseau, Gilles Berger-Sabbatel

More information

Exploiting Multi-User Diversity in Wireless LANs with Channel-Aware CSMA/CA

Exploiting Multi-User Diversity in Wireless LANs with Channel-Aware CSMA/CA Exploiting Multi-User Diversity in Wireless LANs with Channel-Aware CSMA/CA Xiaowei Wang, Mahsa Derakhshani, Tho Le-Ngoc Department of Electrical & Computer Engineering, McGill University, Montreal, QC,

More information

Wireless Local Area Networks (WLANs) Part I

Wireless Local Area Networks (WLANs) Part I Wireless Local Area Networks (WLANs) Part I Raj Jain Professor of CSE Washington University in Saint Louis Saint Louis, MO 63130 Jain@cse.wustl.edu These slides are available on-line at: http://www.cse.wustl.edu/~jain/cse574-08/

More information

Fairness in the IEEE network. Shun Y. Cheung

Fairness in the IEEE network. Shun Y. Cheung Fairness in the IEEE 802.11 network Shun Y. Cheung Simple FIFO queueing High data rate flow Output queue (infinite size) Low data rate flow Packets from low data rate flow experience excessive queueing

More information

Impact of IEEE MAC Packet Size on Performance of Wireless Sensor Networks

Impact of IEEE MAC Packet Size on Performance of Wireless Sensor Networks IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 10, Issue 3, Ver. IV (May - Jun.2015), PP 06-11 www.iosrjournals.org Impact of IEEE 802.11

More information

The IEEE Distributed Coordination Function in Small-Scale Ad-Hoc Wireless LANs

The IEEE Distributed Coordination Function in Small-Scale Ad-Hoc Wireless LANs International Journal of Wireless Information Networks, Vol. 10, No. 1, January 2003 ( 2003) The IEEE 802.11 Distributed Coordination Function in Small-Scale Ad-Hoc Wireless LANs Eustathia Ziouva and Theodore

More information

A Novel Framework for Radio Resource Management in IEEE Wireless LANs

A Novel Framework for Radio Resource Management in IEEE Wireless LANs Dublin Institute of Technology ARROW@DIT Conference papers Communications Network Research Institute 2005-01-01 A Novel Framework for Radio Resource Management in IEEE 802.11 Wireless LANs Mark Davis Dublin

More information

CSE 461: Wireless Networks

CSE 461: Wireless Networks CSE 461: Wireless Networks Wireless IEEE 802.11 A physical and multiple access layer standard for wireless local area networks (WLAN) Ad Hoc Network: no servers or access points Infrastructure Network

More information

Wireless LAN -Architecture

Wireless LAN -Architecture Wireless LAN -Architecture IEEE has defined the specifications for a wireless LAN, called IEEE 802.11, which covers the physical and data link layers. Basic Service Set (BSS) Access Point (AP) Distribution

More information

Numerical Analysis of IEEE Broadcast Scheme in Multihop Wireless Ad Hoc Networks

Numerical Analysis of IEEE Broadcast Scheme in Multihop Wireless Ad Hoc Networks Numerical Analysis of IEEE 802.11 Broadcast Scheme in Multihop Wireless Ad Hoc Networks Jong-Mu Choi 1, Jungmin So 2, and Young-Bae Ko 1 1 School of Information and Computer Engineering Ajou University,

More information

CSC344 Wireless and Mobile Computing. Department of Computer Science COMSATS Institute of Information Technology

CSC344 Wireless and Mobile Computing. Department of Computer Science COMSATS Institute of Information Technology CSC344 Wireless and Mobile Computing Department of Computer Science COMSATS Institute of Information Technology Wireless Local Area Networks (WLANs) Part I Almost all wireless LANs now are IEEE 802.11

More information

Performance Comparison of IEEE e EDCA and b DCF Under Non- Saturation Condition using Network Simulator

Performance Comparison of IEEE e EDCA and b DCF Under Non- Saturation Condition using Network Simulator Research Journal of Applied Sciences, Engineering and Technology 4(22): 4748-4754, 212 ISSN: 24-7467 Maxwell Scientific Organization, 212 Submitted: April 3, 212 Accepted: April 23, 212 Published: November

More information

QoS issues in Wi-Fi-WMM based triple play home networks

QoS issues in Wi-Fi-WMM based triple play home networks QoS issues in Wi-Fi-WMM based triple play home networks Yun Tao Shi Jean-Marie Bonnin Gilles Straub Thomson, France INRIA/IRISA, France Thomson, France yun-tao.shi@thomson.net jm.bonnin@enst-bretagne.fr

More information

Expanding the use of CTS-to-Self mechanism to improving broadcasting on IEEE networks

Expanding the use of CTS-to-Self mechanism to improving broadcasting on IEEE networks Expanding the use of CTS-to-Self mechanism to improving broadcasting on IEEE 802.11 networks Christos Chousidis, Rajagopal Nilavalan School of Engineering and Design Brunel University London, UK {christos.chousidis,

More information

Wireless LANs. ITS 413 Internet Technologies and Applications

Wireless LANs. ITS 413 Internet Technologies and Applications Wireless LANs ITS 413 Internet Technologies and Applications Aim: Aim and Contents Understand how IEEE 802.11 wireless LANs work Understand what influences the performance of wireless LANs Contents: IEEE

More information

Wireless Networked Systems

Wireless Networked Systems Wireless Networked Systems CS 795/895 - Spring 2013 Lec #6: Medium Access Control QoS and Service Differentiation, and Power Management Tamer Nadeem Dept. of Computer Science Quality of Service (802.11e)

More information

On the Performance Enhancement of Wireless LAN - A Multi-polling Mechanism with Hidden Terminal Solution

On the Performance Enhancement of Wireless LAN - A Multi-polling Mechanism with Hidden Terminal Solution MITSUBISHI ELECTRIC RESEARCH LABORATORIES http://www.merl.com On the Performance Enhancement of Wireless LAN - A Multi-polling Mechanism with Hidden Terminal Solution Yue Fang, Daqing Gu, A. Bruce McDonald,

More information

CS 348: Computer Networks. - WiFi (contd.); 16 th Aug Instructor: Sridhar Iyer IIT Bombay

CS 348: Computer Networks. - WiFi (contd.); 16 th Aug Instructor: Sridhar Iyer IIT Bombay CS 348: Computer Networks - WiFi (contd.); 16 th Aug 2012 Instructor: Sridhar Iyer IIT Bombay Clicker-1: Wireless v/s wired Which of the following differences between Wireless and Wired affect a CSMA-based

More information

A Modified Medium Access Control Algorithm for Systems with Iterative Decoding

A Modified Medium Access Control Algorithm for Systems with Iterative Decoding A Modified Medium Access Control Algorithm for Systems with Iterative Decoding Inkyu Lee Carl-Erik W. Sundberg Sunghyun Choi Dept. of Communications Eng. Korea University Seoul, Korea inkyu@korea.ac.kr

More information

Local Area Networks NETW 901

Local Area Networks NETW 901 Local Area Networks NETW 901 Lecture 4 Wireless LAN Course Instructor: Dr.-Ing. Maggie Mashaly maggie.ezzat@guc.edu.eg C3.220 1 Contents What is a Wireless LAN? Applications and Requirements Transmission

More information

Investigating MAC-layer Schemes to Promote Doze Mode in based WLANs

Investigating MAC-layer Schemes to Promote Doze Mode in based WLANs Investigating MAC-layer Schemes to Promote Doze Mode in 802.11-based WLANs V. Baiamonte and C.-F. Chiasserini CERCOM - Dipartimento di Elettronica Politecnico di Torino Torino, Italy Email: baiamonte,chiasserini

More information

4.3 IEEE Physical Layer IEEE IEEE b IEEE a IEEE g IEEE n IEEE 802.

4.3 IEEE Physical Layer IEEE IEEE b IEEE a IEEE g IEEE n IEEE 802. 4.3 IEEE 802.11 Physical Layer 4.3.1 IEEE 802.11 4.3.2 IEEE 802.11b 4.3.3 IEEE 802.11a 4.3.4 IEEE 802.11g 4.3.5 IEEE 802.11n 4.3.6 IEEE 802.11ac,ad Andreas Könsgen Summer Term 2012 4.3.3 IEEE 802.11a Data

More information

High Performance Distributed Coordination Function for Wireless LANs

High Performance Distributed Coordination Function for Wireless LANs High Performance Distributed Coordination Function for Wireless LANs Haithem Al-Mefleh and J. Morris Chang Dept. of Electrical and Computer Engineering Iowa State University, Ames, IA 511, USA {almehai,morris}@iastate.edu

More information

Modeling of Partially Overlapping Wireless Personal Area Networks

Modeling of Partially Overlapping Wireless Personal Area Networks Modeling of Partially Overlapping Wireless Personal Area Networks 21. ComNets-Workshop Mobil- und Telekommunikation Dipl.-Ing. Holger Rosier March 16, 2012 ComNets Research Group RWTH Aachen University,

More information

COLLISION-AWARE ADAPTION OF CONTENTION WINDOW IN E WIRELESS LAN

COLLISION-AWARE ADAPTION OF CONTENTION WINDOW IN E WIRELESS LAN COLLISION-AWARE ADAPTION OF CONTENTION WINDOW IN 802.11E WIRELESS LAN Shih-Wei Pan, Jung-Shyr Wu and Ming-Wei You Department of Communication Engineering, National Central University, JhungLi City, Taiwan

More information

Enhancing the DCF mechanism in noisy environment

Enhancing the DCF mechanism in noisy environment Enhancing the DCF mechanism in noisy environment 1 LICP EA 2175 Université de Cergy-Pontoise 3 Av Adolph Chauvin 9532 Cergy-Pontoise France Email: {adlen.ksentini, mohamed.naimi}@dept-info.u-cergy.fr Adlen

More information

Call Admission Control for IEEE Contention Access Mechanism

Call Admission Control for IEEE Contention Access Mechanism Call Admission Control for IEEE 82.11 Contention Access Mechanism Dennis Pong and Tim Moors School of Electrical Engineering and Telecommunications, The University of New South Wales, Australia Email:

More information

Throughput and Energy Consumption Analysis of IEEE Slotted CSMA/CA. T.R. Park, T.H. Kim, J.Y. Choi, S. Choi, and W.H.

Throughput and Energy Consumption Analysis of IEEE Slotted CSMA/CA. T.R. Park, T.H. Kim, J.Y. Choi, S. Choi, and W.H. Throughput and Energy Consumption Analysis of IEEE 802.15.4 Slotted CSMA/CA T.R. Park, T.H. Kim, J.Y. Choi, S. Choi, and W.H. Kwon We propose a new analytic model of the IEEE 802.15.4 slotted CSMA/CA from

More information

Data Communications. Data Link Layer Protocols Wireless LANs

Data Communications. Data Link Layer Protocols Wireless LANs Data Communications Data Link Layer Protocols Wireless LANs Wireless Networks Several different types of communications networks are using unguided media. These networks are generally referred to as wireless

More information

A Scheme for Enhancing TCP Fairness and Throughput in IEEE WLANs

A Scheme for Enhancing TCP Fairness and Throughput in IEEE WLANs A Scheme for Enhancing TCP Fairness and Throughput in IEEE 802.11 WLANs Eun-Jong Lee 1, Hyung-Taig Lim 1, Seung-Joon Seok 2, and Chul-Hee Kang 1 1 Department of Electronics Engineering, Korea University

More information

IEEE Wireless LANs

IEEE Wireless LANs Unit 11 IEEE 802.11 Wireless LANs Shyam Parekh IEEE 802.11 Wireless LANs References Standards Basics Physical Layer 802.11b 802.11a MAC Framing Details Management PCF QoS (802.11e) Security Take Away Points

More information

THE MAC LAYER PACKET SERVICE TIME DISTRIBUTIONS OF DCF IN THE IEEE PROTOCOL

THE MAC LAYER PACKET SERVICE TIME DISTRIBUTIONS OF DCF IN THE IEEE PROTOCOL J. Appl. Math. & Computing Vol. 22(2006, No. 1-2, pp. 501-515 THE MAC LAYER PACKET SERVICE TIME DISTRIBUTIONS OF DCF IN THE IEEE 802.11 PROTOCOL DONG HWAN HAN AND CHUL GEUN PARK Abstract. The IEEE 802.11

More information

Topics for Today. More on Ethernet. Wireless LANs Readings. Topology and Wiring Switched Ethernet Fast Ethernet Gigabit Ethernet. 4.3 to 4.

Topics for Today. More on Ethernet. Wireless LANs Readings. Topology and Wiring Switched Ethernet Fast Ethernet Gigabit Ethernet. 4.3 to 4. Topics for Today More on Ethernet Topology and Wiring Switched Ethernet Fast Ethernet Gigabit Ethernet Wireless LANs Readings 4.3 to 4.4 1 Original Ethernet Wiring Heavy coaxial cable, called thicknet,

More information

04/11/2011. Wireless LANs. CSE 3213 Fall November Overview

04/11/2011. Wireless LANs. CSE 3213 Fall November Overview Wireless LANs CSE 3213 Fall 2011 4 November 2011 Overview 2 1 Infrastructure Wireless LAN 3 Applications of Wireless LANs Key application areas: LAN extension cross-building interconnect nomadic access

More information

Outline. CS5984 Mobile Computing. IEEE 802 Architecture 1/7. IEEE 802 Architecture 2/7. IEEE 802 Architecture 3/7. Dr. Ayman Abdel-Hamid, CS5984

Outline. CS5984 Mobile Computing. IEEE 802 Architecture 1/7. IEEE 802 Architecture 2/7. IEEE 802 Architecture 3/7. Dr. Ayman Abdel-Hamid, CS5984 CS5984 Mobile Computing Dr. Ayman Abdel-Hamid Computer Science Department Virginia Tech Outline IEEE 82 Architecture IEEE 82. Wireless LANs Based on Chapter 4 in Wireless Communications and Networks, William

More information

Performance Analysis of WLANs Under Sporadic Traffic

Performance Analysis of WLANs Under Sporadic Traffic Performance Analysis of 802.11 WLANs Under Sporadic Traffic M. Garetto and C.-F. Chiasserini Dipartimento di Elettronica, Politecnico di Torino, Italy Abstract. We analyze the performance of 802.11 WLANs

More information

CHAPTER 4 CALL ADMISSION CONTROL BASED ON BANDWIDTH ALLOCATION (CACBA)

CHAPTER 4 CALL ADMISSION CONTROL BASED ON BANDWIDTH ALLOCATION (CACBA) 92 CHAPTER 4 CALL ADMISSION CONTROL BASED ON BANDWIDTH ALLOCATION (CACBA) 4.1 INTRODUCTION In our previous work, we have presented a cross-layer based routing protocol with a power saving technique (CBRP-PS)

More information

Adaptive EDCF: Enhanced Service Differentiation for IEEE Wireless Ad-Hoc Networks

Adaptive EDCF: Enhanced Service Differentiation for IEEE Wireless Ad-Hoc Networks Adaptive : Enhanced Service Differentiation for IEEE 82.11 Wireless Ad-Hoc Networks Lamia Romdhani, Qiang Ni, and Thierry Turletti INRIA Sophia Antipolis, 24 Route des Lucioles, BP-93, 692 Sophia Antipolis,

More information

Wireless Communication and Networking CMPT 371

Wireless Communication and Networking CMPT 371 Wireless Communication and Networking CMPT 371 Wireless Systems: AM, FM Radio TV Broadcast Satellite Broadcast 2-way Radios Cordless Phones Satellite Links Mobile Telephony Systems Wireless Local Loop

More information

Performance analysis of Internet applications over an adaptive IEEE MAC architecture

Performance analysis of Internet applications over an adaptive IEEE MAC architecture Journal of the Franklin Institute 343 (2006) 352 360 www.elsevier.com/locate/jfranklin Performance analysis of Internet applications over an adaptive IEEE 802.11 MAC architecture Uthman Baroudi, Mohammed

More information

Fu-Yi Hung ALL RIGHTS RESERVED

Fu-Yi Hung ALL RIGHTS RESERVED 009 Fu-Yi Hung ALL RIGHTS RESERVED PERFORMANCE ANALYSIS OF THE IEEE 80.-BASED WIRELESS NETWORKS IN THE PRESENCE OF HIDDEN STATIONS by FU-YI HUNG A Dissertation submitted to the Graduate School-New Brunswick

More information

IEEE Medium Access Control. Medium Access Control

IEEE Medium Access Control. Medium Access Control IEEE 802.11 Medium Access Control EECS3214 3 April 2018 Medium Access Control reliable data delivery access control MAC layer covers three functional areas: security 2 1 MAC Requirements To avoid interference

More information

IEEE C802.16h-07/017. IEEE Broadband Wireless Access Working Group <

IEEE C802.16h-07/017. IEEE Broadband Wireless Access Working Group < Project Title Date Submitted IEEE 82.16 Broadband Wireless Access Working Group Simulation of IEEE 82.16h and IEEE Coexistence (Preliminary Report) 7-1-12 Source(s) John Sydor, Amir

More information

QoS Enhancement in IEEE Wireless Local Area Networks

QoS Enhancement in IEEE Wireless Local Area Networks MERL A MITSUBISHI ELECTRIC RESEARCH LABORATORY http://www.merl.com QoS Enhancement in IEEE802.11 Wireless Local Area Networks Daqing Gu and Jinyun Zhang TR-2003-67 July 2003 Abstract In this article, a

More information

Mobile & Wireless Networking. Lecture 7: Wireless LAN

Mobile & Wireless Networking. Lecture 7: Wireless LAN 192620010 Mobile & Wireless Networking Lecture 7: Wireless LAN [Schiller, Section 7.3] [Reader, Part 6] [Optional: "IEEE 802.11n Development: History, Process, and Technology", Perahia, IEEE Communications

More information

The MAC layer in wireless networks

The MAC layer in wireless networks The MAC layer in wireless networks The wireless MAC layer roles Access control to shared channel(s) Natural broadcast of wireless transmission Collision of signal: a /space problem Who transmits when?

More information

THE demand for wireless connectivity has been

THE demand for wireless connectivity has been 1 Activity Probability-Based Performance Analysis and Contention Control for IEEE 802.11 WLANs Junsu Choi, Student Member, IEEE, Seongho Byeon, Student Member, IEEE, Sunghyun Choi, Fellow, IEEE, and Kwang

More information

Computer Networks. Wireless LANs

Computer Networks. Wireless LANs Computer Networks Wireless LANs Mobile Communication Technology according to IEEE (examples) Local wireless networks WLAN 802.11 Personal wireless nw WPAN 802.15 WiFi 802.11a 802.11b 802.11h 802.11i/e/

More information

3.1. Introduction to WLAN IEEE

3.1. Introduction to WLAN IEEE 3.1. Introduction to WLAN IEEE 802.11 WCOM, WLAN, 1 References [1] J. Schiller, Mobile Communications, 2nd Ed., Pearson, 2003. [2] Martin Sauter, "From GSM to LTE", chapter 6, Wiley, 2011. [3] wiki to

More information

A Cooperative MAC Protocol for Wireless Local Area Networks

A Cooperative MAC Protocol for Wireless Local Area Networks A Cooperative MAC Protocol for Wireless Local Area Networks Pei Liu, Zhifeng Tao and Shivendra Panwar The Department of Electrical and Computer Engineering, Polytechnic University 6 MetroTech Center, Brooklyn,

More information

Evaluation of the backoff procedure of Homeplug MAC vs. DCF

Evaluation of the backoff procedure of Homeplug MAC vs. DCF Evaluation of the backoff procedure of Homeplug MAC vs. DCF Cristina Cano and David Malone Hamilton Institute National University of Ireland, Maynooth Co. Kildare, Ireland Email: {cristina.cano,david.malone}@nuim.ie

More information

THE Internet has evolved dramatically in the past several

THE Internet has evolved dramatically in the past several IEEE JOURNAL ON SELECTED AREAS IN COMMUNICATIONS, VOL. 22, NO. 10, DECEMBER 2004 1987 Improving Protocol Capacity for UDP/TCP Traffic With Model-Based Frame Scheduling in IEEE 802.11-Operated WLANs Hwangnam

More information

Adaptive Packetization for Error-Prone Transmission over WLANs with Hidden Terminals

Adaptive Packetization for Error-Prone Transmission over WLANs with Hidden Terminals Adaptive Packetization for Error-Prone Transmission over 8.11 WLANs with Hidden Terminals Wei Song, Michael N. Krishnan, and Avideh Zakhor Video and Image Processing (VIP) Lab Department of Electrical

More information

Medium Access Control. MAC protocols: design goals, challenges, contention-based and contention-free protocols

Medium Access Control. MAC protocols: design goals, challenges, contention-based and contention-free protocols Medium Access Control MAC protocols: design goals, challenges, contention-based and contention-free protocols 1 Why do we need MAC protocols? Wireless medium is shared Many nodes may need to access the

More information

Data and Computer Communications. Chapter 13 Wireless LANs

Data and Computer Communications. Chapter 13 Wireless LANs Data and Computer Communications Chapter 13 Wireless LANs Wireless LAN Topology Infrastructure LAN Connect to stations on wired LAN and in other cells May do automatic handoff Ad hoc LAN No hub Peer-to-peer

More information

PERFORMANCE ENHANCEMENT OF WLAN IEEE FOR ASYMMETRIC TRAFFIC

PERFORMANCE ENHANCEMENT OF WLAN IEEE FOR ASYMMETRIC TRAFFIC PERFORMANCE ENHANCEMENT OF WLAN IEEE 802.11 FOR ASYMMETRIC TRAFFIC Elena Lopez-Aguilera, Jordi Casademont, Josep Cotrina, Alfonso Rojas Wireless Networks Group - Telematics Department Technical University

More information

Adaptive Fair Channel Allocation for QoS Enhancement in IEEE Wireless LANs

Adaptive Fair Channel Allocation for QoS Enhancement in IEEE Wireless LANs Adaptive Fair Channel Allocation for QoS Enhancement in IEEE 82.11 Wireless LANs Mohammad Malli, Qiang Ni, Thierry Turletti, Chadi Barakat Projet Planète, INRIA-Sophia Antipolis, France E-mail: mmalli,

More information

Introduction to IEEE

Introduction to IEEE Introduction to IEEE 802.11 Characteristics of wireless LANs Advantages very flexible within the reception area Ad hoc networks without previous planning possible (almost) no wiring difficulties more robust

More information

Using Dynamic PCF to Improve the Capacity for VoIP Traffic in IEEE Networks

Using Dynamic PCF to Improve the Capacity for VoIP Traffic in IEEE Networks Using Dynamic PCF to Improve the Capacity for VoIP Traffic in IEEE 802.11 Networks Takehiro Kawata NTT Email: kawata.takehiro@lab.ntt.co.jp Sangho Shin, Andrea G. Forte Henning Schulzrinne Columbia University

More information

Prioritization scheme for QoS in IEEE e WLAN

Prioritization scheme for QoS in IEEE e WLAN Prioritization scheme for QoS in IEEE 802.11e WLAN Yakubu Suleiman Baguda a, Norsheila Fisal b a,b Department of Telematics & Communication Engineering, Faculty of Electrical Engineering Universiti Teknologi

More information

Improving the Multiple Access Method of CSMA/CA Home Networks

Improving the Multiple Access Method of CSMA/CA Home Networks Improving the Multiple Access Method of CSMA/CA Home Networks Miguel Elias M. Campista, Luís Henrique M. K. Costa, and Otto Carlos M. B. Duarte Universidade Federal do Rio de Janeiro - PEE-COPPE/DEL-POLI

More information