• Complain

Wittenburg Georg - Service Placement in Ad Hoc Networks

Here you can read online Wittenburg Georg - Service Placement in Ad Hoc Networks full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. City: London;New York, year: 2012, publisher: Springer London, genre: Romance novel. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Wittenburg Georg Service Placement in Ad Hoc Networks

Service Placement in Ad Hoc Networks: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Service Placement in Ad Hoc Networks" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Introduction -- Background -- The SPi Service Placement Framework -- SPi Service Placement Algorithms -- Evaluation -- Conclusion.;Service provisioning in ad hoc networks is challenging given the difficulties of communicating over a wireless channel and the potential heterogeneity and mobility of the devices that form the network. Service placement is the process of selecting an optimal set of nodes to host the implementation of a service in light of a given service demand and network topology. The key advantage of active service placement in ad hoc networks is that it allows for the service configuration to be adapted continuously at run time. Service Placement in Ad Hoc Networks proposes the SPi service placement framework as a novel approach to service placement in ad hoc networks. The SPi framework takes advantage of the interdependencies between service placement, service discovery and the routing of service requests to minimize signaling overhead. The work also proposes the Graph Cost / Single Instance and the Graph Cost / Multiple Instances placement algorithms.

Wittenburg Georg: author's other books


Who wrote Service Placement in Ad Hoc Networks? Find out the surname, the name of the author of the book and a list of all author's works by series.

Service Placement in Ad Hoc Networks — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Service Placement in Ad Hoc Networks" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Georg Wittenburg and Jochen Schiller SpringerBriefs in Computer Science Service Placement in Ad Hoc Networks 10.1007/978-1-4471-2363-7_1 The Author(s) 2012
1. Introduction
Georg Wittenburg 1
(1)
INRIA, HIPERCOM Team, cole Polytechnique, Route de Saclay, 91128 Palaiseau (CEDEX), France
(2)
Institute of Computer Science, Freie Universitt Berlin, Takustrae 9, 14195 Berlin, Germany
Georg Wittenburg (Corresponding author)
Email:
Jochen Schiller
Email:
Abstract
In this chapter, present a general overview of the service placement problem in ad hoc networks. After providing a motivation and a concise problem statement, we define the terminology used in this field and list basic assumptions. We then state the fundamental research questions and sketch our proposed solution.
Keywords
Service placement Motivation Problem statement Terminology Assumptions Research questions Proposed solution
Over the past decade, there has been a continued research interest in the field of ad hoc networking . Generally speaking, ad hoc networks enable a potentially wide range of devices to communicate with each other without having to rely on any kind of support or services provided by an IT infrastructure [], one can anticipate a vast potential for wide-spread deployment of ad hoc networking technology.
1.1 Service Placement in Ad Hoc Networks
When designing and building ad hoc networks, fundamental design decisions from traditional, Internet-style networks need to be reevaluated. This affects all aspects of networking, starting with the choices for signal modulation and ranging up to the special requirements on privacy in these networks. In this general context, service placement deals with the question of which nodes in an ad hoc network are best suited for offering any given kind of service to other nodes [].
1.1.1 Motivation
In ad hoc networks, the classical distinction between devices acting as either client or server is replaced by the paradigm of cooperation between a large number of potentially heterogeneous devices. These devices may differ in which hardware resources they incorporate, ranging from resource-constrained embedded devices employed in Wireless Sensor Networks (WSNs) to desktop-style hardware used in office mesh networks. Given the characteristics of communication over a wireless channel and the potential mobility of the devices, the physical topology of an ad hoc network is in a constant state of flux. In order to ensure that the network is operational at all times, it is thus necessary to continuously adapt the logical configuration of the network, e.g., neighborhood lists and routing paths, to the conditions in the physical world.
This adaptation is driven by both external (e.g., wireless connectivity, mobility, churn) and internal (e.g., communication patterns) factors. In the past decade, the focus of research has been on optimizing the routing of packets between the nodes of the ad hoc network, thus resulting in a great variety of reactive, proactive, and hybrid routing protocols. Some of these protocols already have or are currently undergoing the process of standardization [].
Taking a more application-centric view on ad hoc networks, the distinction between clients and servers still exists as part of the logical network structure whenever certain nodes request services provided by other nodes. Therefore, the question arises whether the performance of an ad hoc network can be optimized by carefully choosing exactly which of the nodes are to take the role of servers for a particular service. Key factors to take into account when answering this question are the connectivity between individual nodes, the service demand and request patterns of client nodes, and the suitability of services for being migrated between nodes.
The question of identifying the appropriate nodes in an ad hoc network to act as servers is referred to as the service placement problem whose goal it is to establish an optimal service configuration , i.e., a selection of nodes to host the instances of the service which is optimal given some service-specific metric.
1.1.2 Problem Statement
The problem of service placement in ad hoc networks can be stated as follows: Given a service to be placed, a physical network topology, and the service demand of the client nodes, adapt the number and location of service instances in the network over time such that the service demand is met at a minimal cost.
The cost function may include metrics such as network traffic, energy expenditure, or service-specific quality metrics. The choice of the cost function is mandated by the service placement policy . A placement policy states the goal that a service placement system aims to achieve. Goals, and as a consequence placement policies, vary depending on the exact type and area of application of the ad hoc network. A very fundamental placement policyand in fact the one that we will focus on in this workis the overall reduction of bandwidth required for service provisioning. Other goals may be pursued in more specialized application scenarios. For example, in an office mesh, the placement policy may aim at a reduction of service access time. Alternatively, in a WSN deployed in a hazardous environment, a regionally diverse placement of service instances may be preferable.
In order to adapt to region-specific service demand, it is advantageous if the service can be provided by multiple service instances each of which is hosted on a different node. As the term suggests, a service instance is an exact copy of the software component that provides the service, including both the executable binary and the application-level data. Each service instance is capable of providing the complete service on its own. In fact, there is no distinction between service instances except for which node of the ad hoc network they are hosted on.
The concept of service instances gives rise to a distinction between centralized and distributed services: For centralized services, it is technically infeasible to create multiple instances of the service and hence there is only a single service instance. In fact, this single service instance of a centralized service is identical with the server in a traditional client/server architecture. For distributed services, however, it is technically possible to create multiple instances of the service. These service instances jointly process the clients service requests and can be placed independently. However, they incur an additional overhead not present for centralized services, which consists of the acts of communication that are required to keep the global state of the service synchronized among all instances.
1.1.3 Terminology
Before proceeding, we give brief definitions for the terms that we have introduced informally in the previous section.
Service In this work, we use the term service in the same meaning as in the context of Service Oriented Architectures (SOAs) [, Sect. 3.1]:
A service is a mechanism to enable access to one or more capabilities, where the access is provided using a prescribed interface and is exercised consistent with constraints and policies as specified by the service description. A service is provided by an entitythe service providerfor use by others, but the eventual consumers of the service may not be known to the service provider and may demonstrate uses of the service beyond the scope originally conceived by the provider. Picture 1
Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Service Placement in Ad Hoc Networks»

Look at similar books to Service Placement in Ad Hoc Networks. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Service Placement in Ad Hoc Networks»

Discussion, reviews of the book Service Placement in Ad Hoc Networks and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.