Janick Edinger
University of Mannheim
Network
Latest external collaboration on country level. Dive into details by clicking on the dots.
Publication
Featured researches published by Janick Edinger.
international conference on computer communications and networks | 2016
Dominik Schäfer; Janick Edinger; Justin Mazzola Paluska; Sebastian VanSyckel; Christian Becker
The modern computing landscape consists of numerous heterogeneous devices, all of which can contribute to a distributed environment as generic computation resources. In unstructured environments, resources can easily be shared and consumed at the cost of certainty. While some applications can handle such a best-effort service, many others require execution qualities, e.g., reliability or speed. We introduce Quality of Computation (QoC) as a thin layer on top of uniformly abstracted best-effort resources, which allows to tailor computation tasks to application-specific needs. The QoC layer provides execution guarantees for reliability, speed, precision, privacy, cost, and energy. We demonstrate QoC on the basis of the Tasklet system. Tasklets are fine-grained units of computation that can be issued for local or remote execution. The Tasklet system has two layers. Below is the best-effort execution layer, a virtual machine that provides raw computation. Above is the orchestration layer, which federates these virtual machines to one distributed computing environment and enforces the mechanisms that guarantee the requested QoC. We evaluated the performance of QoC in the Tasklet system in various scenarios. Results indicate that our system provides QoC guarantees at minimal performance cost.
ieee international conference on pervasive computing and communications | 2017
Janick Edinger; Dominik Schäfer; Christian Krupitzer; Vaskar Raychoudhury; Christian Becker
Scheduling in distributed computing systems is the process of allocating resources to a computational task. The complexity of this allocation process increases with the amount of criteria that are considered for the scheduling decision. Pervasive computing systems show a high degree of heterogeneity and dynamism. The constant joining and leaving of devices makes the system error-prone and less predictable. The involved devices differ in various properties that we subsume as their context. We argue, that these context dimensions can be used to implement fault-avoidant scheduling strategies. In this paper, we introduce the concept of context-aware scheduling for pervasive computing systems. The schedulers in these systems consider multiple context dimensions to avoid failing resource providers. We discuss relevant context dimensions, develop context-aware scheduling strategies and implement them into an existing distributed computing system. We show how to monitor the context dimensions and evaluate the fault-avoidant scheduling strategies in a large-scale simulation.
international conference on distributed computing systems workshops | 2016
Dominik Schäfer; Janick Edinger; Sebastian VanSyckel; Justin Mazzola Paluska; Christian Becker
Distributed computing is a good alternative to expensive supercomputers. There are plenty of frameworks that enable programmers to harvest remote computing power. However, until today, much computation power in the edges of the Internet remains unused. While idle devices could contribute to a distributed environment as generic computation resources, computation-intense applications could use this pool of resources to enhance their execution quality. In this paper, we identify heterogeneity as a major burden for distributed and edge computing. Heterogeneity is present in multiple forms. We draw our vision of a comprehensive distributed computing system and show where existing frameworks fall short in dealing with the heterogeneity of distributed computing. Afterwards, we present the Tasklet system, our approach for a distributed computing framework. Tasklets are fine-grained computation units that can be issued for remote and local execution. We tackle the different dimensions of heterogeneity and show how to make use of available computation power in edge resources. In our prototype, we use middleware and virtualization technologies as well as a host language concept.
international middleware conference | 2016
Dominik Schäfer; Janick Edinger; Christian Becker; Martin Breitbach
This demo paper introduces a middleware for distributed computation applications -- the Tasklet system. The Tasklet system allows developers to execute self-contained units of computation -- the so-called Tasklets -- in a pool of heterogeneous computing devices, including desktop computers, cloud resources, mobile devices, and graphical processing units. In this demonstration of the Tasklet system, we visualize the otherwise transparent process of computation offloading, starting from the development of an application until the actual distributed execution of tasks. While existing systems have high setup costs the Tasklet system emphasizes the ease of use and a seamless integration of various heterogeneous devices. In the demonstration, we focus on three key benefits of the Tasklet system. First, we demonstrate the usability of the system by live developing a distributed computing application in less than ten minutes. Second, we show how heterogeneous devices can be set up and join the resource pool during the execution of Tasklets. With a monitoring tool we visualize how the computational workload is split up among these resources. Third, we introduce the concept of quality of computation to tailor the otherwise generic computing framework to the requirements of individual applications.
pervasive computing and communications | 2017
Janick Edinger; Dominik Schäfer; Martin Breitbach; Christian Becker
This demo paper presents the Tasklet system - a middleware for distributed computing. The Tasklet system allows developers to offload self-contained units of computation - the so-called Tasklets - to a pool of heterogeneous computing devices. In this demonstration of the Tasklet system, we uncover the otherwise transparent process of computation offloading and scheduling. Further, we show the easy integration of heterogeneous computing devices and applications for Tasklets. In the demonstration, we focus on three key aspects of the Tasklet system. First, we present the API of the Tasklet middleware and the process of application tailoring with quality of computation. Second, we integrate computation devices during the runtime of Tasklets. A monitoring tool visualizes how Tasklets are scheduled and how resource providers simultaneously enter and leave the system. To show the easy integration of resources, we invite the audience to spontaneously contribute their computational resources to the environment. Third, we show five example applications from different application domains that benefit from using Tasklets.
international workshop on quality of service | 2017
Dominik Schäfer; Janick Edinger; Tobias Borlinghaus; Justin Mazzola Paluska; Christian Becker
Mobile devices are ubiquitous but their resources are limited. However, they must be capable to run computationally intensive software, for example for image stitching, face recognition, and simulation-based artificial intelligence. As a solution, mobile devices can use nearby resources to offload computation. Distributed computing environments provide such features but ignore the nature of mobile devices, such as mobility, network, or battery changes. This leads to long delays, which reduce the quality of experience for the user. In this paper, we present Mobile Tasklets, a mobile extension of our distributed computing middleware. The design of Mobile Tasklets includes context monitoring, context-aware scheduling mechanisms, and an Android API for application integration. We identify the challenges of the integration of mobile devices into our distributed computing environment. We evaluate Mobile Tasklets in a real-world testbed with different context settings.
international middleware conference | 2016
Janick Edinger; Dominik Schäfer; Christian Becker
In this poster abstract, we envision the evolution of the scheduler of the Tasklet system from a centralized to a distributed approach. The Tasklet system is a middleware for distributed applications that allows developers to offload computation to remote resources via self-contained units of computation -- the so-called Tasklets. The current implementation of the Tasklet scheduler is based on a broker overlay network where one broker centrally manages a pool of resources. While this allows for a central control and a consistent global view on the resources in the system, this architecture involves the risk of performance bottlenecks which can be avoided by a decentralized resource management. This poster discusses three contributions. First, we present the Tasklet system and the current centralized scheduling algorithm. Second, we sketch a hybrid resource management that uses cache lists to avoid redundant communication between resource consumers and resource brokers. Finally, we propose a three-level scheduling architecture.
international conference on pervasive computing | 2014
Janick Edinger; Sebastian VanSyckel; Christian Krupitzer; Justin Mazzola Paluska; Christian Becker
Tasklets provide means for lightweight distributed computing. Based on virtual machines, they allow to utilize excess capacity in cloud computing as well as integrate cloud resources into mobile computing. So far, the Tasklets architecture only provides a best-effort computing abstraction while using direct addressing of peers. However, a higher level of service is often desirable, as is found in other technologies for distributed computing. For example, in the Internet protocol suite, the Transport layer provides the choice of reliable or unreliable communication on top of the best-effort Internet layer. In middle-ware technology, distribution transparency masks where a specific service is located. Similar guarantees and abstractions in other systems are achieved via Quality of Service (QoS) parameters and mechanisms. In this paper, we discuss QoS categories for Tasklets, develop the necessary system extensions for QoS integration, and present a QoS-based Tasklet trading system. We evaluate our approach in a prototype system by trading Tasklets of two different prioritization levels.
Journal of Vision | 2013
Janick Edinger; Dinesh K. Pai; Miriam Spering
pervasive computing and communications | 2018
Dominik Schäfer; Janick Edinger; Jens Eckrich; Martin Breitbach; Christian Becker