

Distributed Algorithms for Message-Passing Systems - Raynal, Michel
- Format: Relié
- 532 pages Voir le descriptif
Vous en avez un à vendre ?
Vendez-le-vôtre44,61 €
Produit Neuf
Ou 11,15 € /mois
- Livraison à 0,01 €
- Livré entre le 4 et le 7 août
Nos autres offres
-
154,99 €
Occasion · Comme Neuf
Ou 38,75 € /mois
- Livraison : 25,00 €
- Protection acheteurs :
- 0,00 €
Service client à l'écoute et une politique de retour sans tracas - Livraison des USA en 3 a 4 semaines (2 mois si circonstances exceptionnelles) - La plupart de nos titres sont en anglais, sauf indication contraire. N'hésitez pas à nous envoyer un e-... Voir plus
- Payez directement sur Rakuten (CB, PayPal, 4xCB...)
- Récupérez le produit directement chez le vendeur
- Rakuten vous rembourse en cas de problème
Gratuit et sans engagement
Félicitations !
Nous sommes heureux de vous compter parmi nos membres du Club Rakuten !
TROUVER UN MAGASIN
Retour

Avis sur Distributed Algorithms For Message - Passing Systems Format Relié - Livre Informatique
0 avis sur Distributed Algorithms For Message - Passing Systems Format Relié - Livre Informatique
Donnez votre avis et cumulez 5
Les avis publiés font l'objet d'un contrôle automatisé de Rakuten.
-
Isamu Noguchi: Space Of Akari And Stone
Occasion dès 30,00 €
-
The Chinese Art Book
Neuf dès 197,99 €
Occasion dès 47,29 €
-
Chamäleon : La Grammaire Allemande Sur Le Bout De La Langue - 137 Rappels, 323 Exercices Et Corrigés
1 avis
Neuf dès 22,40 €
-
Lexique Bilingue De La Mode Français-Anglais Et Anglais-Français
1 avis
Occasion dès 20,00 €
-
Becoming Disfarmer
Occasion dès 23,00 €
-
Cricut Joy
Neuf dès 51,50 €
Occasion dès 100,00 €
-
Building With Straw Bales: A Practical Manual For Self-Builders And Architects Volume 6
Neuf dès 39,76 €
-
Le Livre D'urantia
Occasion dès 50,00 €
-
Century Series In Color (F-100 Super Sabre; F-101 Voodoo; F-102 Delta Dagger; F-104 Starfighter; F-105 Thunderchief; F-106 Delta Dart) - Fighting Colors Series (6501)
Occasion dès 54,82 €
-
7: - Best Karate 7: Jitte,Hangetsu, Empi
Occasion dès 53,35 €
-
Cambridge Igcse® First Language English Coursebook
Occasion dès 19,99 €
-
Michel Vaillant Le Fantôme Des 24 Heures
Occasion dès 19,88 €
-
Designing Creatures And Characters
Neuf dès 40,68 €
Occasion dès 35,00 €
-
Indian Villages Of The Southwest
Occasion dès 20,00 €
-
Peugeot 206 Petrol & Diesel (98 - 01) Haynes Repair Manual
Neuf dès 40,97 €
-
La Mort De Radiguet. Yukio Mishima. Bilingue. Gallimard. Traduit Du Japonais Par Dominique Palme.(2012)
2 avis
Occasion dès 28,00 €
-
Grecs En Occident De L'age Mycénien À La Fin L'héllenisme
Occasion dès 25,00 €
-
The Vocabulary Guide - Les Mots Anglais Et Leur Emploi
Neuf dès 20,50 €
Occasion dès 27,00 €
-
Fichte, Reden An Die Deutsche Nation
Neuf dès 21,00 €
-
The Reconstruction Of Nations
Neuf dès 30,09 €
Produits similaires
Présentation Distributed Algorithms For Message - Passing Systems Format Relié
- Livre InformatiqueAuteur(s) : Raynal, MichelEditeur : Springer BerlinLangue : AnglaisParution : 01/07/2013Format : Moyen, de 350g à 1kgNombre de pages : 532Expédition : 957Dimensions : 24.1 x 16.0 x 3.3 ...
Résumé :
Distributed computing is at the heart of many applications. It arises as soon as one has to solve a problem in terms of entities -- such as processes, peers, processors, nodes, or agents -- that individually have only a partial knowledge of the many input parameters associated with the problem. In particular each entity cooperating towards the common goal cannot have an instantaneous knowledge of the current state of the other entities. Whereas parallel computing is mainly concerned with 'efficiency', and real-time computing is mainly concerned with 'on-time computing', distributed computing is mainly concerned with 'mastering uncertainty' created by issues such as the multiplicity of control flows, asynchronous communication, unstable behaviors, mobility, and dynamicity. ? While some distributed algorithms consist of a few lines only, their behavior can be difficult to understand and their properties hard to state and prove. The aim of this book is to present in a comprehensive way the basic notions, concepts, and algorithms of distributed computing when the distributed entities cooperate by sending and receiving messages on top of an asynchronous network. The book is composed of seventeen chapters structured into six parts: distributed graph algorithms, in particular what makes them different from sequential or parallel algorithms; logical time and global states, the core of the book; mutual exclusion and resource allocation; high-level communication abstractions; distributed detection of properties; and distributed shared memory. The author establishes clear objectives per chapter and the content is supported throughout with illustrative examples, summaries, exercises, and annotated bibliographies. This book constitutes an introduction to distributed computing and is suitable for advanced undergraduate students or graduate students in computer science and computer engineering, graduate students in mathematics interested in distributed computing, and practitioners and engineers involved in the design and implementation of distributed applications. The reader should have a basic knowledge of algorithms and operating systems.
Biographie:
Prof. Michel Raynal is among the top researchers in the world on the topic of distributed algorithms. He is a full professor at the Universit? de Rennes where he founded the Distributed Algorithms research group in 1984. He has been the principal investigator in numerous related research national and international projects, and he has been invited by more than 25 universities around the world to give lectures on distributed algorithms and distributed computing. He has over 300 academic publications on this topic, and has authored a number of books on related topics. His current research interests include distributed algorithms, distributed computing systems, distributed computability and dependability; and the fundamental principles that underlie the design and the construction of distributed computing systems.
Sommaire:
Part I ?Distributed Graph Algorithms.- Chap. 1? Base Definitions and Network Traversal Algorithms.- Chap. 2? Distributed Graph Algorithms.- Chap. 3? An Algorithmic Framework to Compute Global Functions on a Process Graph.- Chap. 4? Leader Election Algorithms.- Chap. 5? Mobile Objects Navigating a Network.- Part II? Logical Time and Global States in Distributed Systems.- Chap. 6? Nature of Distributed Computations and the Concept of a Global State.- Chap. 7? Logical Time in Asynchronous Distributed Systems.- Chap. 8? Asynchronous Distributed Checkpointing.- Chap. 9? Simulating Synchrony on Top of Asynchronous Systems.- Part III? Mutual Exclusion and Resource Allocation.- Chap. 10? Permission-Based Mutual Exclusion Algorithms.- Chap. 11? Distributed Resource Allocation.- Part IV? High-Level Communication Abstractions.- Chap. 12? Order Constraints on Message Delivery.- Chap. 13? Rendezvous and Synchronous Communication.- Part V? Detection of Properties on Distributed Executions.- Chap. 14? Distributed Termination Detection.- Chap. 15? Distributed Deadlock Detection.- Part VI? Distributed Shared Memory.- Chap. 16? Atomic Consistency (Linearizability).- Chap. 17? Sequential Consistency.- Afterword.- Bibliography.- Index.
Détails de conformité du produit
Personne responsable dans l'UE