Source author record

Anatolij Zubow

Anatolij Zubow appears in the imported research catalog. Authorship, coauthor and topic links are available while profile ownership is still unclaimed.

ResearcherUnclaimed source record

Catalog footprint

What is connected

10works
3topics
4close collaborators

Actions

Connect this record

Log in to claim

Research graph

See the researcher in context

Open full explorer

Inspect adjacent papers, topics, institutions and collaborators without losing the researcher page.

Building this map preview

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

10 published item(s)

preprint2020arXiv

EdgeDASH: Exploiting Network-Assisted Adaptive Video Streaming for Edge Caching

While edge video caching has great potential to decrease the core network traffic as well as the users' experienced latency, it is often challenging to exploit the caches in current client-driven video streaming solutions due to two key reasons. First, even those clients interested in the same content might request different quality levels as a video content is encoded into multiple qualities to match a wide range of network conditions and device capabilities. Second, the clients, who select the quality of the next chunk to request, are unaware of the cached content at the network edge. Hence, it becomes imperative to develop network-side solutions to exploit caching. This can also mitigate some performance issues, in particular for the scenarios in which multiple video clients compete for some bottleneck capacity. In this paper, we propose a network-side control logic running at a WiFi AP to facilitate the use of cached video content. In particular, an AP can assign a client station a different video quality than its request, in case the alternative quality provides a better utility. We formulate the quality assignment problem as an optimization problem and develop several heuristics with polynomial complexity. Compared to the baseline where the clients determine the quality adaptation, our proposals, referred to as EdgeDASH, offer higher video quality, higher cache hits, and lower stalling ratio which are essential for user's satisfaction. Our simulations show that EdgeDASH facilitates significant cache hits and decreases the buffer stalls only by changing the client's request by one quality level. Moreover, from our analysis, we conclude that the network assistance provides significant performance improvement, especially when the clients with identical interests compete for a bottleneck link's capacity.

preprint2020arXiv

On Phase Offsets of 802.11ac Commodity WiFi

We analyze the phase offsets between RF chains of modern IEEE 802.11ac chips. We investigate both the 2.4 and 5GHz bands on a per OFDM subcarrier level. Results reveal that the phase offset between receive antennas is due to random phase rotations semi-time-invariant with up to four possible values. Moreover, it is frequency-dependent. We propose a simple algorithm, which allows us to correct the phase offset on the fly without any calibration. As proof-of-concept, we implemented Angle of Arrival (AoA) using MUSIC algorithm. To achieve higher accuracy we stitched the thirteen overlapping 20MHz channels available in 2.4GHz band together to effectively have a single 80MHz channel. Results show very good AoA precision although only two receive antennas were used.

preprint2020arXiv

Practical MIMO for Visible Light Communication

Visible Light Communication (VLC) is seen as a complementary wireless technology to Radio Frequency (RF). However, VLC is very sensitive to the signal blockage and suffers from shadowing due to the high directionality of the optical channel. Hence there is a big interest in researching novel approaches for VLC like usage of multiple antenna techniques providing spatial diversity which can be exploited as a way to combat signal blockage and fading. We present a complete and low-cost MIMO-VLC transceiver system consisting of COTS components. In particular, we show that COTS 802.11n (WiFi) devices can be used so that the physical and data link layers of RF WiFi are reused for VLC. In addition, this allows us to directly utilize the multiple antenna (spatial) techniques available in 802.11n. Results from our measurement study show that such techniques are highly effective at improving the robustness of VLC links in the presence of obstacles and node mobility. Moreover, we show that multiple antennas can also be used to increase the data rate of VLC by means of spatial multiplexing.

preprint2020arXiv

WoV: WiFi-based VLC testbed

We present a complete Visible Light Communications (VLC) transceiver system consisting of low-cost Commercial-Off-The-Shelf (COTS) components. In particular, we show that COTS IEEE 802.11n (WiFi) devices can be used so that the physical and data link layers of radio frequency (RF) WiFi, i.e. 2.4 GHz, are reused for VLC. Moreover, as WiFi is fully integrated with the Linux system, higher protocols from network to transport and application layer can be used and tested in VLC-related experiments. Our approach has the advantage that a VLC experimenter can fully focus on VLC-related low-level aspects like the design of novel VLC front-ends, e.g. LED drivers, lenses, and photodetectors and test their impact directly on the full network protocol stack in an end-to-end manner with real applications like adaptive video streaming. We present first results from experiments using our prototype showing the performance of unidirectional VLC transmission. Here we analyze the distortions introduced as well as the relationship between signal strength on frame error rate for different MCS and the maximum communication distance. Experimental results reveal that a data rate of up to 150 Mbps is possible over short ranges.

preprint2016arXiv

hMAC: Enabling Hybrid TDMA/CSMA on IEEE 802.11 Hardware

We present our current work-in-progress on the design and implementation of a hybrid TDMA/CSMA medium access architecture, hereafter referred to as hMAC, which can be used on top of commercial IEEE 802.11 off-the-shelf hardware. The software only solution is based on the popular Linux ATH9K softMAC driver and hence can be used with standard Linux systems using Atheros based wireless network devices. The proposed hMAC exploits the standard 802.11 power saving functionality present in the ATH9K device driver to enable control of the software packet queues. This allows the assignment of TDMA time slots on wireless link and traffic class basis. While the solution is placed only in the device driver, the CSMA/CA functionality on hardware level is still active. This enables inter-working with standard unmodified 802.11 devices. We tested our prototypical hMAC implementation in a small test-bed. Therefore, we implemented a centralized interference management scheme in which pairs of links suffering from a hidden node problem are assigned to TDMA time slots on a per-link basis. To show the benefits of the proposed hMAC approach we compared the results with standard 802.11 DCF and classical, i.e. per-node, TDMA. Finally, to enable collaboration with the research community, the hMAC source code is provided as open-source.

preprint2016arXiv

NxWLAN: Neighborhood eXtensible WLAN

The increased usage of IEEE 802.11 Wireless LAN (WLAN) in residential environments by unexperienced users leads to dense, unplanned and chaotic residential WLAN deployments. Often WLAN Access Points (APs) are deployed unprofitable in terms of radio coverage and interference conditions. In many cases the usage of the neighbor's AP would be beneficial as it would provide better radio coverage in some parts of the residential user's apartment. Moreover, the network performance can be dramatically improved by balancing the network load over spatially co-located APs. We address this problem by presenting Neighborhood extensible WLAN (NxWLAN) which enables the secure extension of user's home WLANs through usage of neighboring APs in residential environments with zero configuration efforts and without revealing WPA2 encryption keys to untrusted neighbor APs. NxWLAN makes use of virtualization techniques utilizing neighboring AP by deploying on-demand a Wireless Termination Point (WTP) on the neighboring AP and by tunneling encrypted 802.11 traffic to the Virtual Access Point (VAP) residing on the home AP. This allows the client devices to always authenticate against the home AP using the WPA2-PSK passphrase already stored in the device without any additional registration process. We implemented NxWLAN prototypically using off-the-shelf hardware and open source software. As the OpenFlow is not suited for forwarding native 802.11 frames, we built software switch using P4 language. The performance evaluation in a small 802.11 indoor testbed showed the feasibility of our approach. NxWLAN is provided to the community as open source.

preprint2016arXiv

ResFi: A Secure Framework for Self Organized Radio Resource Management in Residential WiFi Networks

In dense deployments of residential WiFi networks individual users suffer performance degradation due to both contention and interference. While Radio Resource Management (RRM) is known to mitigate this effects its application in residential WiFi networks being by nature unplanned and individually managed creates a big challenge. We propose ResFi - a framework supporting creation of RRM functionality in legacy deployments. The radio interfaces are used for efficient discovery of adjacent APs and as a side-channel to establish a secure communication among the individual Access Point Management Applications within a neighborhood over the wired Internet backbone. We have implemented a prototype of ResFi and studied its performance in our testbed. As a showcase we have implemented various RRM applications among others a distributed channel assignment algorithm using ResFi. ResFi is provided to the community as open source.

preprint2016arXiv

UniFlex: Accelerating Networking Research and Experimentation through Software-Defined Wireless Networking

Classical control and management plane for computer networks is addressing individual parameters of protocol layers within an individual wireless network device. We argue that this is not sufficient in phase of increasing deployment of highly re-configurable systems, as well as heterogeneous wireless systems co-existing in the same radio spectrum which demand harmonized, frequently even coordinated adaptation of multiple parameters in different protocol layers (cross-layer) in multiple network devices (cross-node). We propose UniFlex, a framework enabling unified and flexible radio and network control. It provides an API enabling coordinated cross-layer control and management operation over multiple network nodes. The controller logic may be implemented either in a centralized or distributed manner. This allows to place time-sensitive control functions close to the controlled device (i.e., local control application), off-load more resource hungry network application to compute servers and make them work together to control entire network. The UniFlex framework was prototypically implemented and provided to the research community as open-source. We evaluated the the framework in a number of use-cases, what proved its usability.

preprint2012arXiv

On the Frequency-Selective Scheduling Gain in SDMA-OFDMA Systems

Orthogonal Frequency Division Multiple Access (OFDMA) is a multi-user version of the Orthogonal Frequency Division Multiplexing (OFDM) transmission technique, which divides a wideband channel into a number of orthogonal narrowband subchannels, called subcarriers. An OFDMA system takes advantage of both frequency diversity (FD) gain and frequency-selective scheduling (FSS) gain. A FD gain is achieved by allocating a user the subcarriers distributed over the entire frequency band whereas a FSS gain is achieved by allocating a user adjacent subcarriers located within a subband of a small bandwidth having the most favorable channel conditions among other subbands in the entire frequency band. Multi-User Multiple Input Multiple Output (MU-MIMO) is a promising technology to increase spectral efficiency. A well-known MU-MIMO mode is Space-Division Multiple Access (SDMA) which can be used in the downlink direction to allow a group of spatially separable users to share the same time/frequency resources. In this paper, we study the gain from FSS in SDMA-OFDMA systems using the example of WiMAX. Therefore, a complete SDMA-OFDMA MAC scheduling solution supporting both FD and FSS is proposed. The proposed solution is analyzed in a typical urban macro-cell scenario by means of system-level packet-based simulations, with detailed MAC and physical layer abstractions. By explicitly simulating the MAC layer overhead (MAP) which is required to signal every packed data burst in the OFDMA frame we can present the overall performance to be expected at the MAC layer. Our results show that in general the gain from FSS when applying SDMA is low. However, under specific conditions, small number of BS antennas or large channel bandwidth, a significant gain can be achieved from FSS.

preprint2012arXiv

Towards MAC/Anycast Diversity in IEEE 802.11n MIMO Networks

Opportunistic Routing (OR) is a novel routing technique for wireless mesh networks that exploits the broadcast nature of the wireless medium. OR combines frames from multiple receivers and therefore creates a form of Spatial Diversity, called MAC Diversity. The gain from OR is especially high in networks where the majority of links has a high packet loss probability. The updated IEEE 802.11n standard improves the physical layer with the ability to use multiple transmit and receive antennas, i.e. Multiple-Input and Multiple-Output (MIMO), and therefore already offers spatial diversity on the physical layer, i.e. called Physical Diversity, which improves the reliability of a wireless link by reducing its error rate. In this paper we quantify the gain from MAC diversity as utilized by OR in the presence of PHY diversity as provided by a MIMO system like 802.11n. We experimented with an IEEE 802.11n indoor testbed and analyzed the nature of packet losses. Our experiment results show negligible MAC diversity gains for both interference-prone 2.4 GHz and interference-free 5 GHz channels when using 802.11n. This is different to the observations made with single antenna systems based on 802.11b/g, as well as in initial studies with 802.11n.