Distributed System Design
Autor Jie Wuen Limba Engleză Hardback – 6 aug 1998
Distributed computing brings transparent access to as much computer power and data as the user needs for accomplishing any given task - simultaneously achieving high performance and reliability.
The subject of distributed computing is diverse, and many researchers are investigating various issues concerning the structure of hardware and the design of distributed software. Distributed System Design defines a distributed system as one that looks to its users like an ordinary system, but runs on a set of autonomous processing elements (PEs) where each PE has a separate physical memory space and the message transmission delay is not negligible. With close cooperation among these PEs, the system supports an arbitrary number of processes and dynamic extensions.
Distributed System Design outlines the main motivations for building a distributed system, including:
Presenting basic concepts, problems, and possible solutions, this reference serves graduate students in distributed system design as well as computer professionals analyzing and designing distributed/open/parallel systems.
Chapters discuss:
Toate formatele și edițiile | Preț | Express |
---|---|---|
Paperback (1) | 342.31 lei 6-8 săpt. | |
CRC Press – 18 dec 2020 | 342.31 lei 6-8 săpt. | |
Hardback (1) | 1171.49 lei 6-8 săpt. | |
CRC Press – 6 aug 1998 | 1171.49 lei 6-8 săpt. |
Preț: 1171.49 lei
Preț vechi: 1464.36 lei
-20% Nou
Puncte Express: 1757
Preț estimativ în valută:
224.22€ • 233.20$ • 187.90£
224.22€ • 233.20$ • 187.90£
Carte tipărită la comandă
Livrare economică 13-27 martie
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9780849331787
ISBN-10: 0849331781
Pagini: 488
Ilustrații: 13 Tables, black and white
Dimensiuni: 156 x 234 x 31 mm
Greutate: 0.79 kg
Ediția:1
Editura: CRC Press
Colecția CRC Press
ISBN-10: 0849331781
Pagini: 488
Ilustrații: 13 Tables, black and white
Dimensiuni: 156 x 234 x 31 mm
Greutate: 0.79 kg
Ediția:1
Editura: CRC Press
Colecția CRC Press
Public țintă
Professional and Professional Practice & DevelopmentCuprins
Chapter 1 introduces some basic concepts, discusses the motivation of distributed computing systems, and presents the scope of distributed computing systems. A brief overview of the book is also provided. -- Chapter 2 surveys general distributed programming languages and introduces a CSP-like distributed control description language (DCDL). This language is used to describe several control issues such as expressing parallelism, interprocess communication and synchronization, and fault-tolerant design. A list of commonly used symbols in DCDL appears in the Appendix. -- Chapter 3 treats distributed systems in a formal way. Several concepts such as clock, event, and state are introduced as well as two approaches that describe a distributed system: the time-space view and the interleaving view. -- Chapter 4 addresses the problem of mutual exclusion which is the key issue for distributed systems design. Mutual exclusion ensures that mutually conflicting concurrent processes can share resources. We also discuss three issues that are related to the mutual exclusion problem: election, bidding, and self-stabilization. -- Chapter 5 studies prevention and detection of deadlock in a distributed system. Distributed systems, in general, exhibit a high degree of resource and data sharing; a situation in which deadlocks may happen. This chapter discusses several solutions to deadlock problems that are unique in distributed systems. -- Chapter 6 studies efficient interprocessor communication mechanisms that are essential to the performance of distributed systems. Three types of communications: one-to-one {unicast), one-to-many (multicast), and one to- all (broadcast), as well as their performance, are studied in this chapter. -- Chapter 7 covers interprocessor communication mechanisms without specific constraints such as adaptiveness, deadlock-freedom, and fault tolerance. Concepts of virtual channels and virtual networks are introduced to achieve various objectives. -- Chapter 8 deals with the reliability issue in distributed systems. An important objective of using distributed systems to achieve high dependability includes reliability, safety, and security. A fundamental issue is to detect and handle faults that might appear in the system. In this chapter we study various methods of handling node, communication, Byzantine, and software faults in a distributed system. -- Chapters 9 and 10 include load distribution problems in a distributed system. Load distribution is a resource management component of a distributed system that focuses on judiciously and transparently redistributing the load of the system among the processors such that overall performance of the system is maximized. Chapter 9 studies static load distribution where decisions of load distribution are made by using a priori knowledge of the system and loads cannot be redistributed during the run time. -- Chapter 10 deals with dynamic load distribution algorithms that use system state information {the loads at nodes), at least in part, to make load distribution decisions. -- Chapter 11 describes distributed data management issues. Two specific issues are covered: {l) synchronization of access to shared data while supporting a high degree of concurrency and {2) reliability. -- Chapter 12 contains applications of distributed design in operating sys terns, file systems, shared memory systems, database systems and heterogeneous processing. Possible future research directions are also listed. The Appendix includes a list of common symbols in DCDL.
Descriere
Distributed computing brings transparent access to as much computer power and data as the user needs for accomplishing any given task - simultaneously achieving high performance and reliability