In-frame Querying to Utilize Full Duplex Communication in IEEE ax

Size: px
Start display at page:

Download "In-frame Querying to Utilize Full Duplex Communication in IEEE ax"

Transcription

1 In-frame Querying to Utilize Full Duplex Communication in IEEE ax Gunhee Lee Pohang, Republic of Korea Hyeongtae Ahn Cheeha Kim Abstract The IEEE standard based Wireless Local Area Networks (WLAN) is the most popular and widely deployed communication protocol in the world. It is anticipated that WLAN will drive the future communication systems in order to provide more data rate for more users. IEEE ax is one of the most promising and advanced standards among the drafts. Full duplex radio with self-interference cancellation is highly anticipated to be incorporated into IEEE ax standard. However, according to the empirical study of WLAN usage patterns showing extreme unbalance between uplink and downlink traffic, there may be plenty of wasted opportunities that naive full duplex MAC protocols cannot utilize. To extend those opportunities, we develop In-frame Querying method to instantly find the candidate stations which are able to support the full duplex capability with AP. We conduct computer simulations to evaluate the performance gain of In-frame Querying method for full duplex communication in IEEE ax. Our results show that In-frame Querying is a simple and robust scheme to improve the throughput significantly compared to the legacy methods in WLAN. I. INTRODUCTION IEEE Wireless Local Area Networks (WLAN) have been a tremendous success for the past 20 years [1]. The proliferation of IEEE devices such as Access Point (AP) and smartphones enabled IEEE WLAN standard as a major Internet access protocol for mobile computing. IEEE WLAN original standard was published in 1999 and reaffirmed in 2003 [2]. As of 2015, The most widely used version of IEEE is IEEE n However, increasing storage capacity of mobile devices and volume of multimedia traffic make even IEEE n insufficient for today s users demand. Therefore, many improvements on IEEE standard have been proposed including IEEE ac, af, and ah [3]. To address highly crowded situation, the High-Efficiency Wireless LAN (HEW) Study Group and IEEE Task Group ax (TGax) are working on a new amendment named IEEE ax-2019 [4]. The goal of ax is to satisfy the forecasted user demands in Future user demands are composed of the high definition audio-visual real-time traffic and the dense WLAN scenario. The dense WLAN scenarios include three key environments for next-generation WLANs, which are a stadium, a train, and an apartment building. These environments can include multiple neighboring WLAN basic service sets (BSSs) and many stations (STAs) under the coverage of each access point. Currently, WLAN standards such as IEEE n/ac embrace inter-frame space (IFS), contention window (CW), and binary exponential backoffs to control the operation of Medium Access Control (MAC) layer [1]. Those were implemented and worked robustly, however, the efficiency and fairness of WLAN were severely criticized by multiple studies [5] [6]. We briefly review two critical problems of IEEE ax draft standard trying to solve. First, Carrier Sensing Multiple Access with Collision Avoidance (CSMA/CA) incurs too high collision probability with many STAs. This inefficiency is also amplified by the naive assumption of the number of STAs in a BSS. The initial value of contention window, CW min of IEEE n/ac is 15. The dense scenarios such as a stadium and a train almost always guarantee the collision and multiple backoffs in this case. Also binary exponential backoff algorithm always favors the last successfully transmitted station because a successful transmission resets the CW of the sender STA to CW min while a failed transmission doubles CW. If there were negligible number of transmission failures in a BSS then it might not be a problem. However, we can expect much more transmission failure in dense scenarios and legacy MAC protocol can lead to huge throughput loss. Second, non-collision frame loss is not taken into account by the standard. Every transmission failure is treated as a same, thus doubling the CW of sender. Current half duplex (HD) radio devices cannot infer the reason of frame loss. However, as the IEEE TGax discussed [7], there is a possibility of ax standard adopting the full duplex (FD) devices to drastically increase the performance and efficiency of future WLAN. FD devices can transmit and receive simultaneously, therefore infering the reason of frame loss and trying to detect collision rather than avoid is much more viable strategy. TGax is considering many novel technologies including uplink(ul) MU-MIMO, orthogonal frequency division multiple access (OFDMA), overlapping basic service sets (OBSSs) interference handling, and FD radio. In the following section, we briefly introduce FD radio which is relevant to our proposed method /15/$ IEEE 194

2 STA AP AP STA STA Opportunity Window DL heavy Fig. 1. DL heavy cases occupy 90% of WLAN use cases. To utilize STA opportunity window, the information of hidden terminal relationship between STAs is required. Recently, FD radio with bi-directional communication became one of the most promising technique to improve the efficiency of RF spectrum use [8]. Various researchers reported the successful experimentation of their prototype devices [9] [10] [11]. Especially, self-interference cancelling (SIC) FD transceivers enabled the practical realization and implementation of small and low-cost FD devices. Selfinterference is caused by the simultaneous transmission and reception at the single frequency channel. The relatively strong transmitted signal interferes directly the received signal. SIC FD transceivers can suppress this effect by several methods, and the SIC mechanism based on linear processing is one of the most practical methods [12]. Therefore, the importance of advanced MAC protocols for FD enabled AP and STAs is immense. A. Asymmetry of UL and DL traffics Another important issue we should consider is the asymmetry of uplink (UL) and downlink (DL) traffic volume and frequency. According to the empirical study of Palit et al. [13], the amount of UL packets is about 80% of the amount of the DL packets for Social Networking Service (SNS) browsing. In case of random web browsing, it is in the range of 70% to 85%. Also, the size of the packets in the UL traffic are much smaller than those of the DL traffic. About 90% of the UL packets are smaller than 100 bytes, while most DL packets have the size of Maximum Transmission Unit (MTU), which is generally 1500 bytes. We can interpret these facts into these two statements. First, the UL frames are less frequent than the DL frames. Second, the UL frames are shorter than 6.7% of the DL frames. The dense deployment scenario of IEEE ax should fully consider this traffic model. By using these facts, we can construct more realistic FD traffic model as Figure 1. In real-life traffic model, about 90% of transmissions are DL heavy cases and these traffics bring STA opportunity window to the interest of IEEE ax standard. STA opportunity window is defined as the empty channel time caused by the unbalance of the size between UL and DL frames. B. Hidden terminal problem The hidden terminal problem of WLAN is a well-known problem and measures including Request-To-Send/Clear-To- Send (RTS/CTS) and busy-tone were considered to overcome this problem [5]. However, traditional research of the hidden terminal problem consists of purely preventive viewpoints. WLAN with HD radio could not utilize the hidden terminal relationship, thus the reasoning was valid in the past. Though, with advance of SIC FD radio, the way we should handle the hidden terminal problem has been changed. The STA opportunity window in Figure 1 can be utilized only by the STAs that are hidden to current transmitting STA. To explain this problem, we present Figure 2. Let s call a STA hidden to STA r as STA x and a STA exposed to STA r as STA z. If STA r s UL transmission frame is shorter than AP s DL transmission frame, then STA x can grab the STA opportunity window to use the channel without interfering AP STA r transmission. AP can cancel its own signal via self-interference cancellation and decode STA x s UL transmission. STA r cannot hear STA x s signal because of the hidden terminal relationship. However, STA z cannot grab the STA opportunity window in the same situation, because STA z s signal will reach STA r and interfere AP STA r transmission. STA y is a possible competitor against STA x. Both STAs are candidate STAs and exposed to each other. Therefore the need of discovering hidden terminal relationship between STAs emerges. The problems are how AP should know whether a given STA is hidden to STA r and how AP should choose which STA to transmit in the STA opportunity window. In this paper, we propose a method called In-frame Querying to solve these problems. II. RELATED WORK In WLAN, FD MAC is relatively less researched topic than traditional HD MAC. To the best of our knowledge, we are the first to recognize and to use the STA opportunity window caused by the asymmetry of UL and DL traffic in FD enabled WLAN. Choi et al. proposed a FD multi-channel MAC protocol for Cognitive Radio Networks [14]. However, their method requires at least two transceivers at each node to enable FD radio capability, and it does not recognize the STA opportunity window. In this paper, we focus on improving the performance of one-hop WLAN BSS, and our focus and method are entirely different from theirs. Goyal et al. studied the distributed FD MAC design based on IEEE DCF [15]. As we described earlier, legacy DCF has several problems for dense WLAN scenarios. Their three node FD transmission considers a similar traffic model as our work, but their MAC can only handle the situation with additional overhead generated from a handshaking process to determine the hidden terminal relationship. Compared to that, our In-frame Querying method does not alter existing MAC frame structure and does not require control messages to determine the hidden terminal relationship between STAs. In [10] and [11], Jain et al. and Duarte et al. mainly explored the physical nature of SIC and FD radio. Thus their MAC protocols are simple and robust, but do not consider the traffic model derived from empirical study and do not try to improve the MAC of WLAN standard itself. Also, exploiting the emerging new opportunities from densely deployed WLAN situation was not their main concern. III. SYSTEM MODEL We set up an example BSS as Figure 2 to explain the problem and proposed solution more briefly and clearly. Every device in this BSS is supposed to have FD capability. 195

3 STA r STA z AP STA x STA y Transmission Hidden Exposed In-frame Querying AP STA r (a) STAx AP Hidden (STAx) Fig. 2. Example IEEE ax BSS setup. AP and STA r are transmitting and receiving simultaneously. STA x is hidden to STA r, while STA z is exposed to STA r. STA y is hidden to STA r but exposed to STA x. In addition, our BSS uses FFT size of 64 to maintain the consistency with IEEE n/ac. Among the 64 subcarriers, 52 subcarriers are allocated as data subcarriers, 8 subcarriers are allocated as guard subcarriers, and 4 subcarriers are allocated as pilot subcarriers in n-2009 standard [16]. Frame aggregation scheme can coexist with our proposed method, because in the case of A-MPDU or A-MSDU each subframe can perform In-frame Querying without any problem. A-MPDU aggregation is mandatory in IEEE ac and IEEE ax is highly anticipated to incorporate frame aggregation scheme also. The Block ACK scheme can be used with our proposed method without any alteration. Our proposed method does not assume any kind of medium access control (MAC). With any MAC, we may consider four different cases. First, if AP controls the channel and STA have UL data to send, then In-frame Querying is applied. Second, if AP controls the channel and STA does not have UL data to send, then STA is enforced to send a dummy frame to find hidden terminals to the STA. Third, if STA controls the channel and AP has DL data to send, then we have the same case as the first case. Finally, if STA controls the channel and AP does not have DL data to send, then the FD communication cannot occur. Finally, we assume that every STA and AP in the BSS adheres to the regulation of corresponding country s ISM band TX power. For example, 5GHz band rules and restriction by FCC in the United States restricts the TX power of devices up to 30 dbm. The reason of this is to keep the symmetric property of hidden terminal relationship. Otherwise, if a STA illegally amplifies TX power by a great margin, asymmetric hidden terminal relationship can happen and lead to collision. IV. IN-FRAME QUERYING To utilize the STA opportunity window in Figure 1, we need to find out the hidden terminal relationship between the STAs. Especially, as we explored the hidden terminal problem thoroughly in the previous section, a candidate STA trying to access the channel must be hidden to receiving STA. Otherwise, the traffic from AP to receiving STA (AP STA r in Figure 3) will be undecodable due to the interference. Note that we denote the receiving STA as STA r. That is STA r can be any STA which is receiving a DL frame at a given time. The procedure of detecting hidden terminals is well illustrated in Figure 3. If a STA can decode AP s DL frame without problem, then it is hidden and safe to participate in In-frame Querying. On the contrary, if a STA cannot decode AP s DL Undecodable In-frame Querying AP STA r (b) Exposed (STAz) Fig. 3. Diagrams illustrate basic idea how to detect hidden terminals. (a) If STA r is hidden to STA x, then STA x can decode the DL frame of AP without interference. Because STA r s UL frame cannot reach STA x, STA x receives only DL frame from AP. (b) If STA r is exposed to STA z, then STA z cannot decode the DL frame of AP because of interference. The interference is caused by STA r s UL frame. Even with FD radio, STA z cannot receive two frames simultaneously. frame, then it is not hidden and not safe to participate in Inframe Querying. Each STA that has an UL traffic to send and is hidden to STA r is a candidate STA. Candidate STAs know that they can participate in In-frame Querying process. However, STA y is exposed to STA x. If both STAs try to transmit in STA opportunity window at the same time, then both transmissions will collide. In-frame Querying does not rely on previous knowledge or history data to detect current hidden terminal relationship between STAs. It is to eliminate the necessity of overhead inducing control messages or hidden terminal relationship tables. AP does not take the responsibility of creating, reading, updating, and deleting additional information to utilize the STA opportunity window in our method. In-frame Querying needs one subcarrier in DL for its operation. A reserved subcarrier is allocated as a query subcarrier instead of data subcarrier. The potential disadvantage here is a loss of DL throughput, but if we consider that there are 52 data subcarriers then the loss is less than 1/52 of DL throughput. As we can see in the evaluation section, this is barely noticeable and the benefits from In-frame Querying is much bigger compared to the maximum 1.9% throughput loss. Also, in the proposed method, STAs receive a 12-bit STA ID from AP in the time of association. The 48-bit IPv4 address is used throughout the communication purpose. 12-bit STA ID is only needed for In-frame Querying purpose and adopted for the efficiency purpose. Total 4096 STAs can be allocated by 12-bit STA ID, so it can support densely deployed scenario of IEEE ax sufficiently. A. Collision detecting contention Initiation of the transmission is as same as existing WLAN standards. By using any kind of MAC protocol, either AP or STA will control the channel. The bi-directional communication enabled by FD radio follows. In the DL heavy case, at the end of the UL transmission, STA opportunity window starts. Every candidate STA in the BSS listens to AP s DL transmission. The data subcarriers can be ignored, but pilot 196

4 TABLE I. SIMULATION PARAMETERS FOR EXAMPLE AX BSS Downlink Query subcarrier Uplink STAr AP Query Start... x x 3 AP STAr x 3 Announce Winner (12-bit) STAx AP Name Explanation Value SIFS SIFS interval 16µs SYMBOL An OFDM symbol duration 4µs R data Physical maximum data rates 150 Mbps R control rates for control packets 6 Mbps UL/DL Uplink to downlink frame size ratio L data Maximum data length for a frame bits L pre Preamble length for a frame 20µs L ACK ACK frame length 112 bits N ST A Number of STAs var. F F T size Number of subcarriers in OFDM 64 TX range Transmission range for each device 100m Fig. 4. Collision detecting contention of In-frame Querying. The behavior of candidate STAs follows binary exponential backoff. The winner of contention(sta x) is notified by the Announce Winner frame. subcarriers and a query subcarrier should not be ignored. Pilot subcarriers are used as a synchronization mechanism, and those are essential to participate in the contention. The query subcarrier conveys Query Start frame to notify the candidate STAs the end of STA r s UL transmission. AP begins the In-frame Querying process only if the DL frame is sufficiently longer than the UL frame. The decision is simple, because AP knows the length of both frames. First, AP sends Query Start frame on the query subcarrier immediately when the STA opportunity window happens. Query Start frame means that AP is receiving STA IDs for selection. Each slot is as long as an OFDM symbol duration, which is 4µs using 800ns OFDM Guard Interval. If a given BSS is using 400ns Short Guard Interval scheme, then each query slot is 3.6µs. Candidate STAs which know the hidden terminal relationship by overhearing procedure described in Figure 3 send their 12-bit STA ID immediately. Even in the BPSK modulation, 51 data subcarriers contain 51 bits. Thus sending 12-bit information in one OFDM symbol duration is not a problem. Candidate STAs do not use query subcarrier for this purpose. If AP receives decodable 12-bit STA ID in any query slot, then AP announces the Winner STA ID immediately by Announce Winner frame. Announce Winner frame contains 12-bit STA ID of Winner STA. The STA ID signal received after the Announce Winner frame is ignored by AP. The Winner STA listened to Announce Winner frame should immediately start its UL transmission. If AP cannot decode the signal in given query slot due to collision, AP simply does not transmit anything on query subcarrier. Then the candidate STAs know that their transmission of STA ID had collided and follow the binary exponential backoff behavior. The candidate STAs choose one random integer from the interval of [0, 2 k 1 1] where k is the number of transmission attempt. This backoff counter is the number of slot for which a candidate STA needs to wait. This sequence is illustrated in Figure 4. By using binary exponential backoff scheme, In-frame Querying can utilize STA opportunity window without any control messages or additional information. V. EVALUATION We conducted computer simulations to evaluate the performance of In-frame Querying method. We constructed simulations using Visual C on Windows 7 operating system. Given the undecided details of IEEE ax draft standard in PHY layers and parameters, our evaluation had to be based on the extension of IEEE n/ac PHY layer. Notable simulation parameters are presented in Table I. We excluded the MAC part from the simulation, because In-frame Querying method does not presume a certain MAC protocol. We measured system-wide aggregated throughput to compare the performances between three methods, which are half duplex (HD), full duplex (FD), and full duplex with Inframe Querying (FD with IFQ) in Figure 5. The simulation environment was 200m 200m two-dimensional space, and the STAs positions were uniform randomly distributed. The AP and STAs always had data to send, thus our simulation was conducted in the saturated condition. The simulation was performed n = 10 times, and the average values were used in the results. In all setups, the ratio of hidden STAs compared to exposed STAs were from 10% to 30%. Standard deviations of the results ranged from to As we can see in Figure 5, in the UL/DL = and N ST A = 70 setup, FD with IFQ recorded throughput increase of 196.8% compared to HD, and 43.9% compared to FD. The number of hidden STAs is directly related to the number of candidate STAs, therefore we can confirm that FD with IFQ has greater throughput gain when the number of STAs increases. Although the UL frame size is smaller than the DL frame size, the throughput is increased by filling the empty channel time called STA opportunity window in Figure 1 with as many UL frames as possible. As the number of STAs increases, the number of candidate STAs with UL frame also increases. Therefore FD with IFQ can transmit more UL frames compared to FD in the densely deployed situation. Because of the abundance of short ( bytes) data frames of real-world traffic model, our method improves the performance of IEEE ax WLAN significantly. In the densely deployed scenario of IEEE ax with realistic traffic model, the FD with In-frame Querying showed significant throughput increase. 197

5 Throughput(Mbps) UL/DL = Number of STAs HD FD FD with IFQ Fig. 5. Simulation results of half duplex (HD), full duplex (FD), and full duplex with In-frame Querying (FD with IFQ). The throughput in relation to the number of STAs was plotted. UL/DL ratio of from the empirical study was used. VI. CONCLUSION To cope with ever increasing demands of WLAN users and dense deployment scenarios, IEEE ax WLAN standard is discussed. In this paper, we revealed a significant phenomenon of asymmetry of UL and DL traffic in FD enabled WLAN. To utilize the STA opportunity window, we proposed In-frame Querying method to instantly find candidate STAs. We did computer simulations to evaluate the throughput gain of In-frame Querying. In-frame Querying demonstrated significant throughput increase compared to HD and FD protocols in the DL heavy real-world traffic model. We consider that our method is simple, robust and efficient improvement for future IEEE ax standard. ACKNOWLEDGMENT This work was supported by Institute for Information & communications Technology Promotion(IITP) grant funded by the Korea government(msip) (No.R , Development of full duplex based MAC protocol for IEEE ax with densely deployed devices). [6] Y. Fukuda, Unfair and inefficient share of wireless LAN resource among uplink and downlink data traffic and its solution, IEICE transactions on communications, vol. 88, no. 4, pp , [7] W. Sun, O. Lee, Y. Shin, S. Kim, C. Yang, H. Kim, and S. Choi, Wifi could be much more, Communications Magazine, IEEE, vol. 52, no. 11, pp , Nov [8] D. Korpi, L. Anttila, V. Syrjala, and M. Valkama, Widely linear digital self-interference cancellation in direct-conversion full-duplex transceiver, Selected Areas in Communications, IEEE Journal on, vol. 32, no. 9, pp , Sept [9] J. I. Choi, M. Jain, K. Srinivasan, P. Levis, and S. Katti, Achieving single channel, full duplex wireless communication, in Proceedings of the Sixteenth Annual International Conference on Mobile Computing and Networking, ser. MobiCom 10. New York, NY, USA: ACM, 2010, pp [Online]. Available: [10] M. Jain, J. I. Choi, T. Kim, D. Bharadia, S. Seth, K. Srinivasan, P. Levis, S. Katti, and P. Sinha, Practical, real-time, full duplex wireless, in Proceedings of the 17th Annual International Conference on Mobile Computing and Networking, ser. MobiCom 11. New York, NY, USA: ACM, 2011, pp [Online]. Available: [11] M. Duarte, A. Sabharwal, V. Aggarwal, R. Jana, K. Ramakrishnan, C. Rice, and N. Shankaranarayanan, Design and characterization of a full-duplex multiantenna system for wifi networks, Vehicular Technology, IEEE Transactions on, vol. 63, no. 3, pp , March [12] M. Duarte, C. Dick, and A. Sabharwal, Experiment-driven characterization of full-duplex wireless systems, Wireless Communications, IEEE Transactions on, vol. 11, no. 12, pp , December [13] R. Palit, K. Naik, and A. Singh, Anatomy of wifi access traffic of smartphones and implications for energy saving techniques, International Journal of Energy, Information and Communications, vol. 3, no. 1, pp. 1 16, [14] N. Choi, M. Patel, and S. Venkatesan, A full duplex multi-channel mac protocol for multi-hop cognitive radio networks, in Cognitive Radio Oriented Wireless Networks and Communications, st International Conference on, June 2006, pp [15] S. Goyal, P. Liu, O. Gurbuz, E. Erkip, and S. Panwar, A distributed mac protocol for full duplex radio, in Signals, Systems and Computers, 2013 Asilomar Conference on, Nov 2013, pp [16] IEEE standard for information technology local and metropolitan area networks specific requirements Part 11: Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) Specifications Amendment 5: Enhancements for Higher Throughput, IEEE Std n (Amendment to IEEE Std as amended by IEEE Std k-2008, IEEE Std r-2008, IEEE Std y-2008, and IEEE Std w-2009), pp , Oct REFERENCES [1] D.-J. Deng, K.-C. Chen, and R.-S. Cheng, IEEE ax: Next generation wireless local area networks, in Heterogeneous Networking for Quality, Reliability, Security and Robustness (QShine), th International Conference on. IEEE, 2014, pp [2] IEEE standard for information technology telecommunications and information exchange between systems local and metropolitan area networks specific requirements part 11: Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) Specifications, IEEE Std (Revision of IEEE Std ), pp , March [3] M. X. Gong, B. Hart, and S. Mao, Advanced wireless lan technologies: IEEE ac and beyond, SIGMOBILE Mob. Comput. Commun. Rev., vol. 18, no. 4, pp , Jan [Online]. Available: [4] Y. Asai, Advanced progress in IEEE WLAN standardization, in Microwave Conference (APMC), 2014 Asia-Pacific, Nov 2014, pp [5] Z. Chang, O. Alanen, T. Huovinen, T. Nihtila, E. H. Ong, J. Kneckt, and T. Ristaniemi, Performance analysis of IEEE ac DCF with hidden nodes, in Vehicular Technology Conference (VTC Spring), 2012 IEEE 75th, May 2012, pp

A New Full Duplex MAC Protocol to Solve the Asymmetric Transmission Time

A New Full Duplex MAC Protocol to Solve the Asymmetric Transmission Time A New Full Duplex MAC Protocol to Solve the Asymmetric Transmission Time Jin-Ki Kim, Won-Kyung Kim and Jae-Hyun Kim Department of Electrical and Computer Engineering Ajou University Suwon, Korea E-mail

More information

MASTaR: MAC Protocol for Access Points in Simultaneous Transmit and Receive Mode

MASTaR: MAC Protocol for Access Points in Simultaneous Transmit and Receive Mode MASTaR: MAC Protocol for Access Points in Simultaneous Transmit and Receive Mode Seongwon Kim, Chan-Byoung Chae, and Sunghyun Choi Department of Electrical and Computer Engineering and INMC, Seoul National

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

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

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

Survey on OFDMA based MAC Protocols for the Next Generation WLAN

Survey on OFDMA based MAC Protocols for the Next Generation WLAN Survey on OFDMA based MAC Protocols for the Next Generation WLAN Bo Li, Qiao Qu, Zhongjiang Yan, and Mao Yang School of Electronics and Information Northwestern Polytechnical University, Xi an, China Email:

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

An Energy Efficient MAC for Wireless Full Duplex Networks

An Energy Efficient MAC for Wireless Full Duplex Networks An Energy Efficient MAC for Wireless Full Duplex Networks Ryo Murakami, Makoto Kobayashi, Shunsuke Saruwatari and Takashi Watanabe Graduate School of Information Science and Technology, Osaka University,

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

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

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

original standard a transmission at 5 GHz bit rate 54 Mbit/s b support for 5.5 and 11 Mbit/s e QoS

original standard a transmission at 5 GHz bit rate 54 Mbit/s b support for 5.5 and 11 Mbit/s e QoS IEEE 802.11 The standard defines a wireless physical interface and the MAC layer while LLC layer is defined in 802.2. The standardization process, started in 1990, is still going on; some versions are:

More information

Wireless Communications

Wireless Communications 4. Medium Access Control Sublayer DIN/CTC/UEM 2018 Why do we need MAC for? Medium Access Control (MAC) Shared medium instead of point-to-point link MAC sublayer controls access to shared medium Examples:

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

802.11ax for 5G. Richard van Nee

802.11ax for 5G. Richard van Nee 12 802.11ax for 5G Qualcomm, the Netherlands Richard van Nee 12.1 Introduction It is expected that 5G is made up of several radio access technologies as there is probably no single technology capable of

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

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

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

Wireless MACs: MACAW/802.11

Wireless MACs: MACAW/802.11 Wireless MACs: MACAW/802.11 Mark Handley UCL Computer Science CS 3035/GZ01 Fundamentals: Spectrum and Capacity A particular radio transmits over some range of frequencies; its bandwidth, in the physical

More information

IEEE ah. sub 1GHz WLAN for IoT. What lies beneath Wi-Fi HaLow. Eduard Garcia-Villegas, Elena López-Aguilera Dept. of Network Engineering

IEEE ah. sub 1GHz WLAN for IoT. What lies beneath Wi-Fi HaLow. Eduard Garcia-Villegas, Elena López-Aguilera Dept. of Network Engineering by wilgengebroed IEEE 802.11ah sub 1GHz WLAN for IoT What lies beneath Wi-Fi HaLow Eduard Garcia-Villegas, Elena López-Aguilera Dept. of Network Engineering eduardg@entel.upc.edu elopez@entel.upc.edu Contents

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

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

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

RCFD: A Frequency Based Channel Access Scheme for Full Duplex Wireless Networks

RCFD: A Frequency Based Channel Access Scheme for Full Duplex Wireless Networks : A Frequency Based Channel Access Scheme for Full Duplex Wireless Networks Michele Luvisotto #, Alireza Sadeghi, Farshad Lahouti +, Stefano Vitturi, Michele Zorzi # # Department of Information Engineering,

More information

Multi-Channel MAC for Ad Hoc Networks: Handling Multi-Channel Hidden Terminals Using A Single Transceiver

Multi-Channel MAC for Ad Hoc Networks: Handling Multi-Channel Hidden Terminals Using A Single Transceiver Multi-Channel MAC for Ad Hoc Networks: Handling Multi-Channel Hidden Terminals Using A Single Transceiver Jungmin So Dept. of Computer Science, and Coordinated Science Laboratory University of Illinois

More information

Overview : Computer Networking. Spectrum Use Comments. Spectrum Allocation in US Link layer challenges and WiFi WiFi

Overview : Computer Networking. Spectrum Use Comments. Spectrum Allocation in US Link layer challenges and WiFi WiFi Overview 15-441 15-441: Computer Networking 15-641 Lecture 21: Wireless Justine Sherry Peter Steenkiste Fall 2017 www.cs.cmu.edu/~prs/15-441-f17 Link layer challenges and WiFi WiFi Basic WiFi design Some

More information

Advanced Computer Networks WLAN

Advanced Computer Networks WLAN Advanced Computer Networks 263 3501 00 WLAN Patrick Stuedi Spring Semester 2014 1 Oriana Riva, Department of Computer Science ETH Zürich Last week Outlook Medium Access COPE Short Range Wireless Networks:

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

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

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

MC-CDMA Based IEEE Wireless LAN

MC-CDMA Based IEEE Wireless LAN MC-CDMA Based IEEE 802.11 Wireless LAN Georgios Orfanos Jörg Habetha Ling Liu Aachen Univ. of Technology D-52074 Aachen, Germany Philips Research Laboratories, D-52066 Aachen, Germany Aachen Univ. of Technology

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

Chapter 6 Wireless and Mobile Networks. Csci 4211 David H.C. Du

Chapter 6 Wireless and Mobile Networks. Csci 4211 David H.C. Du Chapter 6 Wireless and Mobile Networks Csci 4211 David H.C. Du Wireless LAN IEEE 802.11 a, b, g IEEE 802.15 Buletooth Hidden Terminal Effect Hidden Terminal Problem Hidden terminals A, C cannot hear each

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

Concurrent-MAC: Increasing Concurrent Transmissions in Dense Wireless LANs

Concurrent-MAC: Increasing Concurrent Transmissions in Dense Wireless LANs Concurrent-MAC: Increasing Concurrent Transmissions in Dense Wireless LANs Ghazale Hosseinabadi and Nitin Vaidya Department of ECE and Coordinated Science Lab. University of Illinois at Urbana-Champaign

More information

Wireless Local Area Network (IEEE )

Wireless Local Area Network (IEEE ) Wireless Local Area Network (IEEE 802.11) -IEEE 802.11 Specifies a single Medium Access Control (MAC) sublayer and 3 Physical Layer Specifications. Stations can operate in two configurations : Ad-hoc mode

More information

SENSOR-MAC CASE STUDY

SENSOR-MAC CASE STUDY SENSOR-MAC CASE STUDY Periodic Listen and Sleep Operations One of the S-MAC design objectives is to reduce energy consumption by avoiding idle listening. This is achieved by establishing low-duty-cycle

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

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

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

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

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

Announcements : Wireless Networks Lecture 11: * Outline. Power Management. Page 1

Announcements : Wireless Networks Lecture 11: * Outline. Power Management. Page 1 Announcements 18-759: Wireless Networks Lecture 11: 802.11* Please mail survey team information» Can include topic preferences now if you have them Submit project designs through blackboard Homework 2

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

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

IEEE TRANSACTIONS ON WIRELESS COMMUNICATIONS, VOL. 14, NO. 10, OCTOBER Aimin Tang and Xudong Wang, Senior Member, IEEE

IEEE TRANSACTIONS ON WIRELESS COMMUNICATIONS, VOL. 14, NO. 10, OCTOBER Aimin Tang and Xudong Wang, Senior Member, IEEE IEEE TRANSACTIONS ON WIRELESS COMMUNICATIONS, VOL. 14, NO. 10, OCTOBER 2015 5871 A-Duplex: Medium Access Control for Efficient Coexistence Between Full-Duplex and Half-Duplex Communications Aimin Tang

More information

Hands-On Exercises: IEEE Standard

Hands-On Exercises: IEEE Standard Hands-On Exercises: IEEE 802.11 Standard Mohammad Hossein Manshaei and Jean-Pierre Hubaux {hossein.manshaei,jean-pierre.hubaux}@epfl.ch Laboratory for Computer Communications and Applications (LCA) March

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

IEEE TRANSACTIONS ON WIRELESS COMMUNICATIONS, VOL. 14, NO. 7, JULY

IEEE TRANSACTIONS ON WIRELESS COMMUNICATIONS, VOL. 14, NO. 7, JULY IEEE TRANSACTIONS ON WIRELESS COMMUNICATIONS, VOL. 14, NO. 7, JULY 2015 3601 Power-Controlled Medium Access Control Protocol for Full-Duplex WiFi Networks Wooyeol Choi, Hyuk Lim, Member, IEEE, and Ashutosh

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

Enhanced Protection Mechanism for Wireless LAN to Reduce Protocol Overhead

Enhanced Protection Mechanism for Wireless LAN to Reduce Protocol Overhead Enhanced Protection Mechanism for Wireless LAN to Reduce Protocol Overhead 1 Dr.S. Bhargavi Professor, Dept.of ECE SJCIT, Chickballapur E-mail: bhargavisunil@gmail.com 2 Chandra Naik G Asst. Professor,

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

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

Solutions to Performance Problems in VoIP Over a Wireless LAN

Solutions to Performance Problems in VoIP Over a Wireless LAN Solutions to Performance Problems in VoIP Over a 802.11 Wireless LAN Wei Wang, Soung C. Liew, and VOK Li, Solutions to Performance Problems in VoIP over a 802.11 Wireless LAN, IEEE Transactions On Vehicular

More information

Strengthening Unlicensed Band Wireless Backhaul

Strengthening Unlicensed Band Wireless Backhaul be in charge Strengthening Unlicensed Band Wireless Backhaul Use TDD/TDMA Based Channel Access Mechanism WHITE PAPER Strengthening Unlicensed Band Wireless Backhaul: Use TDD/TDMA Based Channel Access Mechanism

More information

Performance Analysis of a Full Duplex MAC Protocol with Binary Exponential Backoff

Performance Analysis of a Full Duplex MAC Protocol with Binary Exponential Backoff ICNS 08 : The Fourteenth International Conference on Networking and Services Performance Analysis of a Full Duplex MAC Protocol with Binary Exponential Backoff Sammy Chan Department of Electronic Engineering

More information

A Multi-channel MAC Protocol for Ad Hoc Wireless Networks

A Multi-channel MAC Protocol for Ad Hoc Wireless Networks A Multi-channel MAC Protocol for Ad Hoc Wireless Networks Jungmin So Dept. of Computer Science, and Coordinated Science Laboratory University of Illinois at Urbana-Champaign Email: jso1@uiuc.edu Nitin

More information

AN ANALYSIS OF THE MODIFIED BACKOFF MECHANISM FOR IEEE NETWORKS

AN ANALYSIS OF THE MODIFIED BACKOFF MECHANISM FOR IEEE NETWORKS AN ANALYSIS OF THE MODIFIED BACKOFF MECHANISM FOR IEEE 802.11 NETWORKS Marek Natkaniec, Andrzej R. Pach Department of Telecommunications University of Mining and Metallurgy al. Mickiewicza 30, 30-059 Cracow

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 Survey on Modified RTS/CTS Mechanism

A Survey on Modified RTS/CTS Mechanism A Survey on Modified RTS/CTS Mechanism Prachi Srivastava Computer Science and Engineering, MMMEC, Gorakhpur prachi.srivastava.itm@gmail.com Dayashankar Singh Computer Science and Engineering, MMMEC, Gorakhpur

More information

Energy Efficiency of an Enhanced DCF Access Method using Bidirectional Communications for Infrastructure-based IEEE WLANs

Energy Efficiency of an Enhanced DCF Access Method using Bidirectional Communications for Infrastructure-based IEEE WLANs 3 IEEE 8th International Workshop on Computer Aided Modeling and Design of Communication Links and Networks (CAMAD) Energy Efficiency of an Enhanced Access Method using Bidirectional Communications for

More information

Transmission Control Protocol over Wireless LAN

Transmission Control Protocol over Wireless LAN Global Journal of Computer Science and Technology Network, Web & Security Volume 12 Issue 17 Version 1.0 Year 2012 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals

More information

CMPE 257: Wireless and Mobile Networking

CMPE 257: Wireless and Mobile Networking CMPE 257: Wireless and Mobile Networking Katia Obraczka Computer Engineering UCSC Baskin Engineering Lecture 3 CMPE 257 Winter'11 1 Announcements Accessing secure part of the class Web page: User id: cmpe257.

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

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

Wireless Local Area Networks (WLANs)) and Wireless Sensor Networks (WSNs) Computer Networks: Wireless Networks 1

Wireless Local Area Networks (WLANs)) and Wireless Sensor Networks (WSNs) Computer Networks: Wireless Networks 1 Wireless Local Area Networks (WLANs)) and Wireless Sensor Networks (WSNs) Computer Networks: Wireless Networks 1 Wireless Local Area Networks The proliferation of laptop computers and other mobile devices

More information

UAMAC: Unidirectional-Link Aware MAC Protocol for Heterogeneous Ad Hoc Networks

UAMAC: Unidirectional-Link Aware MAC Protocol for Heterogeneous Ad Hoc Networks UAMAC: Unidirectional-Link Aware MAC Protocol for Heterogeneous Ad Hoc Networks Sung-Hee Lee, Jong-Mu Choi, and Young-Bae Ko College of Information and Communication, Ajou University, South Korea shlee@dmc.ajou.ac.kr,

More information

A Wireless Full-duplex and Multi-hop Network with Collision Avoidance using Directional Antennas

A Wireless Full-duplex and Multi-hop Network with Collision Avoidance using Directional Antennas A Wireless Full-duplex and Multi-hop Network with Collision Avoidance using Directional Antennas Yusuke Sugiyama, Kenta Tamaki, Shunsuke Saruwatari Shizuoka University, Japan Email: saru@inf.shizuoka.ac.jp,

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

Interference avoidance in wireless multi-hop networks 1

Interference avoidance in wireless multi-hop networks 1 Interference avoidance in wireless multi-hop networks 1 Youwei Zhang EE228A Project Report, Spring 2006 1 Motivation Wireless networks share the same unlicensed parts of the radio spectrum with devices

More information

A Framework for Femtocells to Access Both Licensed and Unlicensed Bands

A Framework for Femtocells to Access Both Licensed and Unlicensed Bands Indoor and Outdoor Femto Cells A Framework for Femtocells to Access Both Licensed and Unlicensed Bands Feilu Liu, Erdem Bala, Elza Erkip and Rui Yang ECE Department, Polytechnic Institute of NYU, Brooklyn,

More information

A Directional MAC Protocol with the DATA-frame Fragmentation and Short Busy Advertisement Signal for Mitigating the Directional Hidden Node Problem

A Directional MAC Protocol with the DATA-frame Fragmentation and Short Busy Advertisement Signal for Mitigating the Directional Hidden Node Problem 2012 IEEE 23rd International Symposium on Personal, Indoor and Mobile Radio Communications - (PIMRC) A Directional MAC Protocol with the DATA-frame Fragmentation and Short Busy Advertisement Signal for

More information

Lecture 25: CSE 123: Computer Networks Alex C. Snoeren. HW4 due NOW

Lecture 25: CSE 123: Computer Networks Alex C. Snoeren. HW4 due NOW Lecture 25: 802.11 CSE 123: Computer Networks Alex C. Snoeren HW4 due NOW Lecture 25 Overview 802.11 Wireless PHY layer overview Hidden Terminals Basic wireless challenge RTS/CTS Virtual carrier sense

More information

Cooperative Communication Protocol based on Relay Node Grouping in Wireless Networks

Cooperative Communication Protocol based on Relay Node Grouping in Wireless Networks Cooperative Communication Protocol based on Relay Node Grouping in Wireless Networks Sunmyeng Kim Department of Computer Software Engineering, Kumoh National Institute of Technology 1 Daehak-ro, Gumi,

More information

Impact of IEEE n Operation on IEEE Operation

Impact of IEEE n Operation on IEEE Operation 2009 International Conference on Advanced Information Networking and Applications Workshops Impact of IEEE 802.11n Operation on IEEE 802.15.4 Operation B Polepalli, W Xie, D Thangaraja, M Goyal, H Hosseini

More information

Coexistence Issues in Contention-Based Heterogeneous Wireless Networks

Coexistence Issues in Contention-Based Heterogeneous Wireless Networks KSII The first International Conference on Internet (ICONI) 2010, December 2010 1 Coexistence Issues in Contention-Based Heterogeneous Wireless Networks Eun-Chan Park 1, Minjoong Rim 1, Hwangnam Kim 2,

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

Dynamic Power Control MAC Protocol in Mobile Adhoc Networks

Dynamic Power Control MAC Protocol in Mobile Adhoc Networks Dynamic Power Control MAC Protocol in Mobile Adhoc Networks Anita Yadav Y N Singh, SMIEEE R R Singh Computer Science and Engineering Electrical Engineering Computer Science and Engineering Department Department

More information

A Performance Analysis of IEEE Networks in the Presence of Hidden Stations

A Performance Analysis of IEEE Networks in the Presence of Hidden Stations A Performance Analysis of IEEE 802.11 Networks in the Presence of Hidden Stations Marek Natkaniec, Andrzej R. Pach University of Mining and Metallurgy, Department of Telecommunications, Cracow, Poland

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

In-band Full-duplex Medium Access Control Design for Heterogeneous Wireless LAN

In-band Full-duplex Medium Access Control Design for Heterogeneous Wireless LAN Revised Manuscript Click here to download Manuscript Revised Manuscript.tex Click here to view linked References Alim et al. RESEARCH 0 * Correspondence: abdul.alim@ist.osaka-u.ac.jp Department of Information

More information

Nomadic Communications WLAN MAC Fundamentals

Nomadic Communications WLAN MAC Fundamentals Nomadic Communications WLAN 802.11 MAC Fundamentals Renato Lo Cigno ANS Group locigno@disi.unitn.it http://disi.unitn.it/locigno/index.php/teaching-duties/nomadic-communications Copyright Quest opera è

More information

arxiv: v1 [cs.ni] 8 Aug 2013

arxiv: v1 [cs.ni] 8 Aug 2013 Evolution of IEEE 8. compatible standards and impact on Energy Consumption arxiv:8.96v [cs.ni] 8 Aug ABSTRACT Stratos Keranidis, Giannis Kazdaridis, Nikos Makris, Thanasis Korakis, Iordanis Koutsopoulos

More information

Throughput Improvement by Adjusting RTS Transmission Range for W-LAN Ad Hoc Network

Throughput Improvement by Adjusting RTS Transmission Range for W-LAN Ad Hoc Network Proceedings of the 2014 Federated Conference on Computer Science and Information Systems pp. 941 946 DOI: 10.15439/2014F437 ACSIS, Vol. 2 Throughput Improvement by Adjusting RTS Transmission Range for

More information

Lecture 24: CSE 123: Computer Networks Stefan Savage. HW4 due NOW

Lecture 24: CSE 123: Computer Networks Stefan Savage. HW4 due NOW Lecture 24: 802.11 CSE 123: Computer Networks Stefan Savage HW4 due NOW About the final Similar in style to midterm Some combination of easy questions, short answer and more in-depth questions Sample final

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

Introduction to Wireless Networking CS 490WN/ECE 401WN Winter Lecture 4: Wireless LANs and IEEE Part II

Introduction to Wireless Networking CS 490WN/ECE 401WN Winter Lecture 4: Wireless LANs and IEEE Part II Introduction to Wireless Networking CS 490WN/ECE 401WN Winter 2007 Lecture 4: Wireless LANs and IEEE 802.11 Part II This lecture continues the study of wireless LANs by looking at IEEE 802.11. I. 802.11

More information

A Frame Aggregation Scheduler for IEEE n

A Frame Aggregation Scheduler for IEEE n A Frame Aggregation Scheduler for IEEE 802.11n Selvam T AU-KBC Research Centre MIT campus of Anna University Chennai, India selvam@au-kbc.org Srikanth S AU-KBC Research Centre MIT Campus of Anna University

More information

Lecture 23 Overview. Last Lecture. This Lecture. Next Lecture ADSL, ATM. Wireless Technologies (1) Source: chapters 6.2, 15

Lecture 23 Overview. Last Lecture. This Lecture. Next Lecture ADSL, ATM. Wireless Technologies (1) Source: chapters 6.2, 15 Lecture 23 Overview Last Lecture ADSL, ATM This Lecture Wireless Technologies (1) Wireless LAN, CSMA/CA, Bluetooth Source: chapters 6.2, 15 Next Lecture Wireless Technologies (2) Source: chapter 16, 19.3

More information

IEEE ax: Next Generation Wireless Local Area Networks

IEEE ax: Next Generation Wireless Local Area Networks IEEE 802.11ax: Next Generation Wireless Local Area Networks Der-Jiunn Deng 1, Kwang-Cheng Chen 2, Rung-Shiang Cheng 3 1 Department of Computer Science and Information Engineering, National Changhua University

More information

DCF/USDMA: Enhanced DCF for Uplink SDMA Transmissions in WLANs

DCF/USDMA: Enhanced DCF for Uplink SDMA Transmissions in WLANs DCF/USDMA: Enhanced DCF for Uplink SDMA Transmissions in WLANs Ruizhi Liao, Boris Bellalta and Miquel Oliver NeTS Research Group Department of Information and Communication Technologies Universitat Pompeu

More information

Wireless Local Area Networks. Networks: Wireless LANs 1

Wireless Local Area Networks. Networks: Wireless LANs 1 Wireless Local Area Networks Networks: Wireless LANs 1 Wireless Local Area Networks The proliferation of laptop computers and other mobile devices (PDAs and cell phones) created an obvious application

More information

MSIT 413: Wireless Technologies Week 8

MSIT 413: Wireless Technologies Week 8 MSIT 413: Wireless Technologies Week 8 Michael L. Honig Department of EECS Northwestern University November 2017 The Multiple Access Problem How can multiple mobiles access (communicate with) the same

More information

Intelligent Transportation Systems. Wireless Access for Vehicular Environments (WAVE) Engin Karabulut Kocaeli Üniversitesi,2014

Intelligent Transportation Systems. Wireless Access for Vehicular Environments (WAVE) Engin Karabulut Kocaeli Üniversitesi,2014 Intelligent Transportation Systems Wireless Access for Vehicular Environments (WAVE) Engin Karabulut Kocaeli Üniversitesi,2014 Outline Wireless Access for Vehicular Environments (WAVE) IEEE 802.11p IEEE

More information

Outline. Wireless Channel Characteristics. Multi-path Fading. Opportunistic Communication - with a focus on WLAN environments -

Outline. Wireless Channel Characteristics. Multi-path Fading. Opportunistic Communication - with a focus on WLAN environments - Outline Opportunistic Communication - with a focus on WLAN environments - Jong-won Lee 2006. 02.20. Background? Wireless Channels? Opportunistic communication? Examples? Basics of WLAN Previous Works?

More information

Multiple Access Links and Protocols

Multiple Access Links and Protocols Multiple Access Links and Protocols Two types of links : point-to-point PPP for dial-up access point-to-point link between Ethernet switch and host broadcast (shared wire or medium) old-fashioned Ethernet

More information

Error-Sensitive Adaptive Frame Aggregation in n WLANs

Error-Sensitive Adaptive Frame Aggregation in n WLANs Error-Sensitive Adaptive Frame Aggregation in 802.11n WLANs Melody Moh, Teng Moh, and Ken Chan Department of Computer Science San Jose State University San Jose, CA, USA Outline 1. Introduction 2. Background

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

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

November 1998 doc.: IEEE /378 IEEE P Wireless LANs Extension of Bluetooth and Direct Sequence Interference Model.

November 1998 doc.: IEEE /378 IEEE P Wireless LANs Extension of Bluetooth and Direct Sequence Interference Model. IEEE P802.11 Wireless LANs Extension of Bluetooth and 802.11 Direct Sequence Interference Model Date: November 11, 1998 Author: Jim Zyren Harris Semiconductor Melbourne, FL, USA Phone: (407)729-4177 Fax:

More information