Latency-Driven Cooperative Task Computing in Multi-User Fog-Radio Access Networks

Total Page:16

File Type:pdf, Size:1020Kb

Latency-Driven Cooperative Task Computing in Multi-User Fog-Radio Access Networks Latency-Driven Cooperative Task Computing in Multi-User Fog-Radio Access Networks Ai-Chun Pang1;2;3, Wei-Ho Chung2, Te-Chuan Chiu1, and Junshan Zhang4 1Department of Computer Science and Information Engineering, National Taiwan University, Taipei, Taiwan 2Research Center for Information Technology Innovation, Academia Sinica, Taipei, Taiwan 3Graduate Institute of Networking and Multimedia, National Taiwan University, Taipei, Taiwan 4 School of Electrical, Computer and Energy Engineering, Arizona State University, Tempe, AZ 85287, USA E-mail: [email protected], [email protected], [email protected], [email protected] Abstract—Fog computing is emerging as one promising so- bile edge computing [4], FP7 European Project (TROPIC) [5], lution to meet the increasing demand for ultra-low latency and OpenFog Consortium [6]. In our recent work [7], we services in wireless networks. Taking a forward-looking perspec- have proposed the Fog-Radio Access Network (F-RAN), which tive, we propose a Fog-Radio Access Network (F-RAN) model, which utilizes the existing infrastructure, e.g., small cells and leverages the resources of the current infrastructures in the macro base stations, to achieve the ultra-low latency by joint radio access network (RAN), such as base stations and small computing across multiple F-RAN nodes and near-range com- cells, to promptly respond to low latency requests from mobile munications at the edge. We treat the low latency design as an devices. In the F-RAN, those F-RAN nodes handle wireless optimization problem, which characterizes the tradeoff between connectivity as well as application service provisioning, which communication and computing across multiple F-RAN nodes. Since this problem is NP-hard, we propose a latency-driven creates a potential new business model for telecommunication cooperative task computing algorithm with one-for-all concept operators to cooperate with application/service providers. for simultaneous selection of the F-RAN nodes to serve with There are a number of critical challenges in the Fog proper heterogeneous resource allocation for multi-user services. system [8]–[13]. Ottenwalder et al. propose a placement and Considering the limited heterogeneous resources shared among migration scheme to guarantee end-to-end latency and reduce all users, we advocate the one-for-all strategy for every user taking other’s situation into consideration and seek for a “win- the network overhead by making migration decision earlier in win” solution. The numerical results show that the low latency a cloud and fog coexisting environment [9]. Sardellitti et al. services can be achieved by F-RAN via latency-driven cooperative design a computation offloading algorithm to minimize the task computing. overall users’ energy consumption by shifting the workloads Index Terms—Fifth-generation (5G) cellular networks, Fog to the remote powerful cloud server [10]. Deng et al. consider computing, Ultra-low latency. the cooperation between the cloud and fog, and tackle the workload allocation problem to minimize power consump- I. INTRODUCTION tion of the cloud server [11]. Intharawijitr et al. propose to Recently the 5G wireless technology for the next generation minimize the blocking probability ratio among all requested cellular system has garnered much attention, which aims workloads in the entire system by analyzing feasible selection at fulfilling the requirements of massive machine-type com- policies of assisting fog nodes [12]. Nishio et al. also propose munications, enhanced mobile broadband, ultra-reliable and a framework for heterogeneous resource sharing by taking low latency communications. Specifically, many applications all heterogeneous resources such as CPUs, communication (such as augmented/virtual reality and vehicle automation) are bandwidth, and storage into consideration from the perspective demanding in terms of high bandwidth and low latency. These of “time” [13]. However, the above related studies consider applications need intensive computations to accomplish object hybrid cloud and fog scenario only. tracking, content analytics and intelligent decision for better In our prior work [14], F-RAN is proposed to achieve ultra- accuracy, performance and user experiences. Cloud computing low latency by joint computing across multiple F-RAN nodes can utilize abundant computing resources for handling com- and near-range communications among F-RAN nodes. With plex tasks, but one significant challenge therein is to achieve high-bandwidth wireless access such as millimeter wave, the the ultra-low latency due to possible large network delay in large amount of application data delivered from one F-RAN traversing the time-sensitive data traffics through the Internet node to another do not need to traverse through backhaul backbone [1]. links, leading to significant reduction on the network latency. To tackle these challenges, a new paradigm, called fog By distributing computing-intensive tasks to multiple F-RAN computing, is emerging. It is an architecture by extending nodes, the computing latency can be substantially reduced, cloud computing to the edge of the network so that ultra-low which nevertheless comes at the cost of communication delay. latency can be achieved at the edge [2]. Indeed, there have Intuitively, the more F-RAN nodes are selected for the com- recent efforts on fog computing by certain academic/industry puting task, the smaller the computing latency, but the larger projects and standardization activities, e.g., Cloudlet [3], Mo- the communication delay would be. The joint consideration of distributed computing and wireless networking naturally gives rise to the computing and communication tradeoff. Worth noting is that [14] considers the single-user scenario only and presented some preliminary results on F-RAN cooperative computing. In this paper, we turn our attention to a multi-user F-RAN, IoT Device where the computing and communications resources are Master F-RAN Node inherently heterogeneous, making it challenging to quantify F-RAN Node the tradeoff therein. To achieve the ultra-low latency in such a scenario, we propose to consider the framework where multiple F-RAN nodes jointly execute distributed computing F-RAN after receiving the assigned computing tasks from one coordinator, called master F-RAN node, which communicates Fig. 1. Scenario of ultra-low latency service with F-RAN. with each F-RAN node wirelessly. This architecture targets a team work scenario so that there is a joint computing task where every cooperative F-RAN node is responsible for a sub task. In this way, the master F-RAN node should intelligently The reminder of this paper is organized as follows. Sec- decide which F-RAN node to be selected considering the tion II presents the system model and the formal formulation limited computing power and communication resources for of the optimization problem. In Section III, we show that the each F-RAN node. Specifically, more cooperative F-RAN problem is NP-hard and propose an efficient algorithm for nodes provide higher computing power and hence reduce total the special/general case with evaluated time complexity. Sim- computing latency. However, each cooperative F-RAN node ulation results and useful insights are discussed in Section IV. obtains fewer radio resources from the master F-RAN node Section V concludes this work. and as a result total communication latency will increase. Therefore, one main issue of cooperative task computing is II. SYSTEM MODEL AND PROBLEM FORMULATION FOR how to strike a good balance between computing power and LATENCY MINIMIZATION communication resources, contributing to total service latency. A. System Model Moreover, our target F-RAN scenario aims to serve multiple users simultaneously, which requires heterogeneous resource We consider a scenario with densely deployed F-RAN nodes allocation among all users. The latency-driven cooperative to serve ultra-low latency and computing-intensive services, task computing problem is firstly cast as an optimization e.g., Augmented Reality (AR). Since a single F-RAN node has problem, and an algorithm based on dynamic programming, only limited computing power, and often requires longer time namely, CTC-DP, is proposed for the cooperative task to complete extensive computing tasks, one potential solution computing in the special case with a single user. Next, we is to execute the tasks via distributed computing by multiple design a heuristic algorithm, CTC-All, which combines the F-RAN nodes. With this motivation, we propose to utilize CTC-DP approach with “one-for-all” concept to provide multiple F-RAN nodes to accelerate joint data processing and an approximate solution for both heterogeneous resource transmission for the ultra-low temporal latency. allocation and cooperative task computing in the general case In the scenario of multiple F-RAN nodes as shown in Fig. 1, with multiple users. In the multi-user CTC-All algorithm, the target users first send their data to the closest F-RAN node, the communication and computing resources for each user also known as the master F-RAN node which coordinates are pre-allocated by heterogeneous resource allocation, and with other F-RAN nodes. The master F-RAN node decides then the single-user CTC-DP with “one-for-all” concept which F-RAN node to be selected for service provision and is applied to solve cooperative task computing among all assign individual processing data/computing tasks. Upon the users based on the assigned heterogeneous resources. Since task completion on all F-RAN nodes, the master F-RAN node the total service latency is decided by the bottleneck of collects, unifies, and sends back the outcomes to the target the last user finishing his/her cooperative task computing, users. Finally, the target users execute the applications in their every user should be considerate of each other and seeks end-device within ultra-low latency. Compared with the input for a “win-win” solution as the strategy of “one-for-all”. We data size for each F-RAN node, the output data size is smaller conduct a series of experiments, based on practical parameter and its transmit time can be omitted.
Recommended publications
  • Openfog Reference Architecture for Fog Computing
    OpenFog Reference Architecture for Fog Computing Produced by the OpenFog Consortium Architecture Working Group www.OpenFogConsortium.org February 2017 1 OPFRA001.020817 © OpenFog Consortium. All rights reserved. Use of this Document Copyright © 2017 OpenFog Consortium. All rights reserved. Published in the USA. Published February 2017. This is an OpenFog Consortium document and is to be used in accordance with the terms and conditions set forth below. The information contained in this document is subject to change without notice. The information in this publication was developed under the OpenFog Consortium Intellectual Property Rights policy and is provided as is. OpenFog Consortium makes no representations or warranties of any kind with respect to the information in this publication, and specifically disclaims implied warranties of fitness for a particular purpose. This document contains content that is protected by copyright. Copying or distributing the content from this document without permission is prohibited. OpenFog Consortium and the OpenFog Consortium logo are registered trademarks of OpenFog Consortium in the United States and other countries. All other trademarks used herein are the property of their respective owners. Acknowledgements The OpenFog Reference Architecture is the product of the OpenFog Architecture Workgroup, co-chaired by Charles Byers (Cisco) and Robert Swanson (Intel). It represents the collaborative work of the global membership of the OpenFog Consortium. We wish to thank these organizations for contributing
    [Show full text]
  • Intelligent Edge Categories
    2 TABLE OF CONTENTS © Copyright 2019 Daniel Sexton TABLE OF CONTENTS A TABLE OF CONTENTS Audience ...................................................................................................................................................... 1 Author’s Note ................................................................................................................................................ 2 Executive Summary ....................................................................................................................................... 5 Building An Intelligent Edge Strategy ............................................................................................................. 7 Edge Project Types .................................................................................................................................... 7 The Early Adopter’s Problem ....................................................................................................................... 9 Considering Life Cycles ........................................................................................................................... 9 The Strategy Box ..................................................................................................................................... 11 Intro to The Intelligent Edge........................................................................................................................ 13 What is The Edge? ..................................................................................................................................
    [Show full text]
  • The Second ACM/IEEE Symposium on Edge Computing October 12-14, 2017, San Jose, CA, USA
    SEC 2017 The Second ACM/IEEE Symposium on Edge Computing October 12-14, 2017, San Jose, CA, USA http://acm-ieee-sec.org/2017/ “Edge computing” is new paradigm in which the resources of a small data center are placed at the edge of the Internet, in close proximity to mobile devices, sensors, end users, and the emerging Internet of Things. Terms such as “cloudlets,” “micro data centers,” and “fog” have been used in the literature to refer to these small, edge- located data centers. They all represent counterpoints to the theme of consolidation and massive data centers that has dominated discourse in cloud computing. New challenges and opportunities arise as the consolidation of cloud computing meets the dispersion of edge computing. Building upon the success of inaugural SEC, the organizing committee is delighted to invite you to Symposium on Edge Computing 2017, to be held in San Jose, California. General Chair Steering Committee Junshan Zhang, Arizona State University Victor Bahl, Microsoft Research Program Chairs Flavio Bonomi, IoXWorks Mung Chiang, Princeton University Rong Chang, IBM Research Bruce Maggs, Akamai/Duke University Dejan Milojicic, HP Labs Program Committee Michael Rabinovich, Case Western Reserve Eric Anderson, NIST University Rajesh Balan, Singapore Management University Weisong Shi, Wayne State University (chair) Bharath Balasubramanian, AT&T Labs Research Tao Zhang, Cisco Suman Banerjee, University of Wisconsin-Madison Local Arrangement Chair Songqing Chen, George Mason University Jerry Gao, San Jose State University Mung Chiang, Princeton University Romit Roy Choudhury, University of Illinois at Urbana- Finance and Registration Chair Champaign Qun Li, College of William & Mary Landon Cox, Duke University Sponsorship Chair Eduardo Cuervo, Microsoft Research Rong Chang, IBM Fred Douglis, Dell EMC Publicity Chairs Schahram Dustdar, TU Wien Schahram Dustdar, TU Wien, Austria Robert J.
    [Show full text]
  • Broader Impacts
    Maria Gorlatova, Princeton University: Broader Impacts BROADER IMPACTS Maria Gorlatova [email protected] Associate Research Scholar Princeton University My contributions and plans related to broader impacts fall under the categories of involvement in initiatives related to diversity and inclusion, ongoing and planned industry engagements, and plans to transform organizational practices with the developments in the Internet of Things. Diversity and Inclusion Initiatives I actively promote diversity and inclusion in my research group and within the broader scientific and technical communities, contributing to and leading multiple related initiatives. Aspects of my contributions to diversity have been recognized with a Google Anita Borg USA Fellowship, which is awarded yearly to only 25 students across all levels of studies and across all computing-related disciplines nation-wide, based on academic performance, leadership, and impact on the community of women in technology. I am contributing to and leading initiatives that create strong wide-reaching support networks between the members of under-represented groups. For instance, I was an invited participant in the MIT Rising Stars in EECS event that created a network of top graduate and post-doctoral women in Electrical Engineering and Computer Science. I also participated in the Google Graduate Researchers of Diverse Backgrounds CS Forum, which brought together graduate students of diverse backgrounds from different parts of United States and Canada. I am also currently serving on the board of the field-specific Networking Networking Women (N2 Women) organization that develops and strengthens the community of female researchers in communications and computer networking. Near-term I will lead the development of networks between the members of under-represented groups who work in my core research areas, Internet of Things and fog and edge computing.
    [Show full text]
  • Demystifying Internet of Things Security Successful Iot Device/Edge and Platform Security Deployment — Sunil Cheruvu Anil Kumar Ned Smith David M
    Demystifying Internet of Things Security Successful IoT Device/Edge and Platform Security Deployment — Sunil Cheruvu Anil Kumar Ned Smith David M. Wheeler Demystifying Internet of Things Security Successful IoT Device/Edge and Platform Security Deployment Sunil Cheruvu Anil Kumar Ned Smith David M. Wheeler Demystifying Internet of Things Security: Successful IoT Device/Edge and Platform Security Deployment Sunil Cheruvu Anil Kumar Chandler, AZ, USA Chandler, AZ, USA Ned Smith David M. Wheeler Beaverton, OR, USA Gilbert, AZ, USA ISBN-13 (pbk): 978-1-4842-2895-1 ISBN-13 (electronic): 978-1-4842-2896-8 https://doi.org/10.1007/978-1-4842-2896-8 Copyright © 2020 by The Editor(s) (if applicable) and The Author(s) This work is subject to copyright. All rights are reserved by the Publisher, whether the whole or part of the material is concerned, specifically the rights of translation, reprinting, reuse of illustrations, recitation, broadcasting, reproduction on microfilms or in any other physical way, and transmission or information storage and retrieval, electronic adaptation, computer software, or by similar or dissimilar methodology now known or hereafter developed. Open Access This book is licensed under the terms of the Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by/4.0/), which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license and indicate if changes were made. The images or other third party material in this book are included in the book’s Creative Commons license, unless indicated otherwise in a credit line to the material.
    [Show full text]
  • Fog Computing the Scenario
    Università degli Studi di Roma “Tor Vergata” Dipartimento di Ingegneria Civile e Ingegneria Informatica Fog Computing Corso di Sistemi e Architetture per Big Data A.A. 2016/17 Valeria Cardellini The scenario • Connected devices are creating data at an exponentially growing rate, which will drive performance and network congestion challenges at the edge of infrastructure • Performance, security, bandwidth, reliability, and many other concerns that make cloud- only solutions impractical for many use cases Valeria Cardellini - SABD 2016/17 1 A possible solution • Move information processing and intelligence at the logical edge of the networks (“the cloud close to the ground”): many micro data centers located at the network edge Valeria Cardellini - SABD 2016/17 2 Fog Computing definitions • “Fog Computing is a highly virtualized platform that provides compute, storage, and networking services between end devices and traditional Cloud Computing Data Centers, typically, but not exclusively located at the edge of network.” (Bonomi et al., 2012) • “A horizontal, system-level architecture that distributes computing, storage, control and networking functions closer to the users along a cloud-to-thing continuum.” (OpenFog consortium, 2017) Valeria Cardellini - SABD 2016/17 3 What Fog is • An extension of the traditional cloud-based computing model where implementations of the architecture can reside in multiple layers of a networks’ topology • Preserves all the benefits of Cloud computing – Including containerization, virtualization, orchestration,
    [Show full text]
  • Edge and Fog Computing - Convergence of Solutions?
    Edge and fog computing - convergence of solutions? Eugen Borcoci University POLITEHNICA Bucharest (UPB) [email protected] ComputationWorld 2018 Conference February 18, 2018, Barcelona Edge and fog computing - convergence of solutions? Acknowledgement 1.This overview is compiled and structured, based on several public documents belonging to different authors and groups, on Cloud/Fog, IoT, Multi-access Mobile Edge Computing, SDN, NFV, 4G/5G networking, etc.: conferences material, studies, research papers, standards, projects, overviews, tutorials, etc. (see specific references in the text and Reference list). 2. Given the extension of the topics, this presentation is a high level overview only. ComputationWorld 2018 Conference February 18, 2018, Barcelona Slide 2 Edge and fog computing - convergence of solutions? Motivation of this talk Facts: Novel services, applications and communication paradigms based on Internet technologies Internet of Things (IoT)- including industry and agriculture, Smart cities, M2M, Vehicular communications, Content/media oriented communications, Social networks, Big data applications, etc. • “Internet of Everything” (IoE) Supporting technologies ( used in cooperative mode) Cloud Computing (CC) Edge oriented computing • Multi-access/Mobile Edge Computing (MEC) • Fog Computing (FC/EC) • Cloudlets, .. Auxiliary technologies Virtualization techniques Software Defined Networks (SDN) Network Function Virtualization (NFV) ComputationWorld 2018 Conference February 18, 2018, Barcelona Slide 3 Edge and
    [Show full text]
  • The Standard Issue 1, 2018 (PDF)
    THE STANDARD News From ETSI . Issue 1, 2018 ETSI creates City Digital Profile group on Smart Cities Cities to procure interoperable smart solutions for their citizens ETSI has created a new Industry cities and on a large scale. Smart objectives and reducing the overall cost Specification Group “City Digital Profile” services are intended to improve the of deployment. (ISG CDP). It will help accelerate the overall quality of living in the city delivery of integrated citizen services and make them attractive to citizens, Continued on page 2 > and provide a technology road map investors, business, innovators, visitors for city leaders who will benefit from and tourists. standardized solutions from their Releasing suppliers. The City Digital Profile ISG will enable cities to procure smart solutions the Flow In providing this technology framework with confidence that those solutions and clear roadmap for technology will be extendable, configurable and investment and deployment, interoperable with similar services market confidence levels in the city from other cities and providers. infrastructure investments should City administrators will therefore increase and in addition this will give deliver advanced services to their cities the possibility to replicate those citizens, whilst respecting essential solutions across domains, between environmental factors, sustainability First 5G New Radio Specifications approved Data protection and 3GPP has approved the first 5G he presented details of the group’s privacy in a data- specifications: the non-standalone approval of the Non-standalone 5G driven economy 5G New Radio specifications were NR specifications and also outlined approved on 20 December 2017. how RAN will now turn towards the Come to our ETSI Balazs Bertenyi, RAN Chair called completion of the first phase of 5G it “an impressive achievement in a radio, Release 15, by June 2018.
    [Show full text]
  • Edge Computing in Asia- Pacific, 2018 Rising Demand for Iot Deployments Driving the Adoption of Edge Computing Solutions
    Frost Perspective on Edge Computing in Asia- Pacific, 2018 Rising demand for IoT deployments driving the adoption of edge computing solutions Global Digital Transformation Team at Frost & Sullivan November 2018 Table of Contents Overview 3 Adoption Analysis 8 Ecosystem Analysis 21 Last Word 40 Source: Frost & Sullivan 9AC2-72 2 2 Overview Defining Edge Computing The term edge computing refers to computing that pushes intelligence, data processing, analytics, and communication capabilities down to where the data originate, that is, at network gateways or directly at the endpoints. The aim is to reduce latency, ensure highly efficient networks operation as well as service delivery and offer an improved user experience. By extending computing closer to the data source, edge computing enables latency sensitive computing, offers greater business agility through better control and faster insights, lowers operating expenses, and results in more efficient network bandwidth support. Key Characteristics . On premises . Proximity . Real time . Wide geo-distribution Core Networks Endpoint Distributed Network Devices Gateways Centralized (Data Cloud Sources) Source: Frost & Sullivan 9AC2-72 4 Comparison – Edge versus Cloud Edge Computing Cloud Computing Target User Internet of Things (IoT) devices and enterprise users Enterprise application users Distinguishing characteristics are its proximity to end Distinguishing characteristics are virtualization, Data users and dense geographical distributions. It is based accessibility, flexibility and scalability. All of your Characteristic on the principle of isolation of user data that live on the data is not “physically” close to you. All data is edge. centralized within one or more data centers. Services are hosted in virtual servers, over the Services are hosted at the network edge or end internet and not your hard drive.
    [Show full text]
  • Knowledge Integration in Smart Factories
    Entry Knowledge Integration in Smart Factories Johannes Zenkert * , Christian Weber , Mareike Dornhöfer , Hasan Abu-Rasheed and Madjid Fathi Department of Electrical Engineering and Computer Science, Institute of Knowledge Based Systems and Knowledge Management, University of Siegen, 57076 Siegen, Germany; [email protected] (C.W.); [email protected] (M.D.); [email protected] (H.A.-R.); [email protected] (M.F.) * Correspondence: [email protected] Definition: Knowledge integration is well explained by the human–organization–technology (HOT) approach known from knowledge management. This approach contains the horizontal and vertical in- teraction and communication between employees, human-to-machine, but also machine-to-machine. Different organizational structures and processes are supported with the help of appropriate tech- nologies and suitable data processing and integration techniques. In a Smart Factory, manufacturing systems act largely autonomously on the basis of continuously collected data. The technical design concerns the networking of machines, their connectivity and the interaction between human and machine as well as machine-to-machine. Within a Smart Factory, machines can be considered as intelligent manufacturing systems. Such manufacturing systems can autonomously adapt to events through the ability to intelligently analyze data and act as adaptive manufacturing systems that consider changes in production, the supply chain and customer requirements. Inter-connected physical devices, sensors, actuators, and controllers form the building block of the Smart Factory, which is called the Internet of Things (IoT). IoT uses different data processing solutions, such as Citation: Zenkert, J.; Weber, C.; cloud computing, fog computing, or edge computing, to fuse and process data.
    [Show full text]
  • D2.3 Tracking Scientific, Technology and Business Trends (Version 3)
    Towards an Open, Secure, Decentralized and Coordinated Fog-to-Cloud Management Ecosystem D2.3 Tracking Scientific, Technology and Business Trends (Version 3) Project Number 730929 Start Date 01/01/2017 Duration 36 months Topic ICT-06-2016 - Cloud Computing Work Package WP2, Technology survey, business models and architectural definition Due Date: M33 Submission Date: 30.09.2019 Version: 2.0 Status Final Author(s): Michael J. McGrath, John Kennedy (INTEL), Jens Jensen, Shirley Crompton (STFC), Anna Queralt, Daniele Lezzi (BSC), Jasenka Dizdarevic (TUBS), Sašo Stanovnik, Aleš Černivec, Manca Bizjak, Jolanda Modic (XLAB), Roi Sucasas Font, Lara Lopez Muniz (ATOS), Glauco Mancini, Antonio Salis (Engineering), Eva Marin Tordera, Xavier Masip (UPC), Denis Guilhot (WSL), Cristóvão Cordeiro (SIXSQ) Reviewer(s) Ana Juan Ferrer (ATOS) Xavi Masip (UPC) Keywords Fog, Cloud, Edge mF2C - Towards an Open, Secure, Decentralized and Coordinated Fog-to-Cloud Management Ecosystem Project co-funded by the European Commission within the H2020 Programme Dissemination Level PU Public X PP Restricted to other programme participants (including the Commission) RE Restricted to a group specified by the consortium (including the Commission) CO Confidential, only for members of the consortium (including the Commission) This document is issues within the frame and for the purpose of the mF2C project. This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 730929. The opinions expressed and arguments employed herein do not necessarily reflect the official views of the European Commission. This document and its content are property of the mF2C Consortium. All rights relevant to this document are determined by the applicable laws.
    [Show full text]
  • MARIA GORLATOVA [email protected] Maria.Gorlatova.Com/Bio
    MARIA GORLATOVA [email protected] maria.gorlatova.com/bio EDUCATION COLUMBIA UNIVERSITY, New York, NY Ph.D., Electrical Engineering 2008 – 2013 M.Phil., Electrical Engineering 2011 Ph.D. Thesis: Energy Harvesting Networked Nodes: Measurements, Algorithms, and Prototyping Advised by Prof. Gil Zussman GPA: 4.18/4.0 UNIVERSITY OF OTTAWA, Ottawa, ON, Canada M.Sc., Electrical Engineering; Concentration: Computer Networks and System Security 2005 – 2007 M.Sc. Thesis: Wormhole Attack Detection in Wireless Ad Hoc Networks Advised by Prof. Peter Mason and Prof. Ramiro Liscano GPA: 98/100 B.Sc., Electrical Engineering, Concentration: Systems Engineering 2000 – 2004 Summa Cum Laude; GPA: 92/100; Major GPA: 98/100 SELECTED AWARDS AND HONORS IEEE Communications Society Young Author Best Paper Award 2016 Columbia University Jury Award for Outstanding Achievement in Communications 2013 MIT EECS Rising Star 2013 Google Inc. Anita Borg USA Fellowship 2012 ACM SenSys Best Student Demonstration Award 2011 IEEE Communications Society Award for Advances in Communications 2011 ACM MobiSys Ph.D. Forum Best Speaker Award 2011 Finalist, Microsoft Research Ph.D. Fellowship 2011 Columbia University Presidential Fellowship 2008 – 2013 Alexander Graham Bell Canada Graduate NSERC CGS-D Scholarship, Ph.D. studies 2008 – 2010 Canada Graduate NSERC CGS-M Scholarship, M.Sc. studies 2005 – 2007 Ontario Graduate Fellowship (declined) 2005 – 2007 Xerox Canada Inc. Fellowship 2004 SELECTED EXPERIENCE DUKE UNIVERSITY, Durham, NC 2018 – present Assistant Professor, Electrical and Computer Engineering and Computer Science Departments Leading the Intelligent Interactive Internet of Things (I3T) Lab at Duke University Department of Electrical and Computer Engineering. PRINCETON UNIVERSITY, Princeton, NJ 2016 – 2018 Associate Director, Princeton EDGE Lab (2017 – 2018) Associate Research Scholar, Electrical Engineering Department Senior member of the EDGE lab led by Prof.
    [Show full text]