Building dependable distributed systems / (Record no. 64832)
[ view plain ]
000 -LEADER | |
---|---|
fixed length control field | 05607cam a2200853 i 4500 |
001 - CONTROL NUMBER | |
control field | sulb-eb0033180 |
003 - CONTROL NUMBER IDENTIFIER | |
control field | BD-SySUS |
005 - DATE AND TIME OF LATEST TRANSACTION | |
control field | 20170713221357.0 |
006 - FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS | |
fixed length control field | m o d |
007 - PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION | |
fixed length control field | cr ||||||||||| |
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION | |
fixed length control field | 140320s2014 nju ob 001 0 eng |
010 ## - LIBRARY OF CONGRESS CONTROL NUMBER | |
LC control number | 2014011503 |
040 ## - CATALOGING SOURCE | |
Original cataloging agency | DLC |
Language of cataloging | eng |
Description conventions | rda |
-- | pn |
Transcribing agency | DLC |
Modifying agency | YDX |
-- | EBLCP |
-- | IDEBK |
-- | DG1 |
-- | E7B |
-- | CUS |
-- | YDXCP |
-- | N$T |
-- | UPM |
-- | RECBK |
-- | COO |
-- | B24X7 |
-- | OCLCO |
-- | DEBSZ |
-- | OCLCQ |
-- | DEBBG |
-- | BD-SySUS |
019 ## - | |
-- | 927509169 |
-- | 959867714 |
-- | 961588814 |
-- | 962706341 |
-- | 966386151 |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
International Standard Book Number | 9781118912638 |
Qualifying information | (epub) |
International Standard Book Number | 1118912632 |
Qualifying information | (epub) |
International Standard Book Number | 9781118912706 |
Qualifying information | (pdf) |
International Standard Book Number | 1118912705 |
Qualifying information | (pdf) |
International Standard Book Number | 9781118912744 |
International Standard Book Number | 1118912748 |
International Standard Book Number | 1118549430 |
International Standard Book Number | 9781118549438 |
Canceled/invalid ISBN | 9781118549438 |
Qualifying information | (cloth ; |
-- | alkaline paper) |
029 1# - OTHER SYSTEM CONTROL NUMBER (OCLC) | |
OCLC library identifier | CHBIS |
System control number | 010441987 |
OCLC library identifier | CHNEW |
System control number | 000690775 |
OCLC library identifier | CHNEW |
System control number | 000690777 |
OCLC library identifier | CHVBK |
System control number | 334095646 |
OCLC library identifier | DEBSZ |
System control number | 431651590 |
OCLC library identifier | NZ1 |
System control number | 15497445 |
OCLC library identifier | NZ1 |
System control number | 15906681 |
OCLC library identifier | NZ1 |
System control number | 16092113 |
OCLC library identifier | DEBBG |
System control number | BV043396624 |
035 ## - SYSTEM CONTROL NUMBER | |
System control number | (OCoLC)874321900 |
Canceled/invalid control number | (OCoLC)927509169 |
-- | (OCoLC)959867714 |
-- | (OCoLC)961588814 |
-- | (OCoLC)962706341 |
-- | (OCoLC)966386151 |
042 ## - AUTHENTICATION CODE | |
Authentication code | pcc |
050 00 - LIBRARY OF CONGRESS CALL NUMBER | |
Classification number | QA76.9.D5 |
072 #7 - SUBJECT CATEGORY CODE | |
Subject category code | COM |
Subject category code subdivision | 060040 |
Source | bisacsh |
Subject category code | COM |
Subject category code subdivision | 043050 |
Source | bisacsh |
Subject category code | COM |
Subject category code subdivision | 053000 |
Source | bisacsh |
082 00 - DEWEY DECIMAL CLASSIFICATION NUMBER | |
Classification number | 004/.36 |
Edition number | 23 |
084 ## - OTHER CLASSIFICATION NUMBER | |
Classification number | COM051230 |
Number source | bisacsh |
049 ## - LOCAL HOLDINGS (OCLC) | |
Holding library | MAIN |
100 1# - MAIN ENTRY--PERSONAL NAME | |
Personal name | Zhao, Wenbing, |
Titles and words associated with a name | Ph.D. |
245 10 - TITLE STATEMENT | |
Title | Building dependable distributed systems / |
Statement of responsibility, etc. | Wenbing Zhao. |
264 #1 - PRODUCTION, PUBLICATION, DISTRIBUTION, MANUFACTURE, AND COPYRIGHT NOTICE | |
Place of production, publication, distribution, manufacture | Hoboken, New Jersey : |
Name of producer, publisher, distributor, manufacturer | Wiley, |
Date of production, publication, distribution, manufacture, or copyright notice | 2014. |
300 ## - PHYSICAL DESCRIPTION | |
Extent | 1 online resource. |
336 ## - CONTENT TYPE | |
Content type term | text |
Content type code | txt |
Source | rdacontent |
337 ## - MEDIA TYPE | |
Media type term | computer |
Media type code | n |
Source | rdamedia |
338 ## - CARRIER TYPE | |
Carrier type term | online resource |
Carrier type code | nc |
Source | rdacarrier |
490 1# - SERIES STATEMENT | |
Series statement | Performability engineering series |
500 ## - GENERAL NOTE | |
General note | "Published simultaneously in Canada"--Title page verso. |
520 2# - SUMMARY, ETC. | |
Summary, etc. | "This book covers the most essential techniques for designing and building dependable distributed systems. Instead of covering a broad range of research works for each dependability strategy, the book focuses only a selected few (usually the most seminal works, the most practical approaches, or the first publication of each approach) are included and explained in depth, usually with a comprehensive set of examples. The goal is to dissect each technique thoroughly so that readers who are not familiar with dependable distributed computing can actually grasp the technique after studying the book. The book contains eight chapters. The first chapter introduces the basic concepts and terminologies of dependable distributed computing, and also provide an overview of the primary means for achieving dependability. The second chapter describes in detail the checkpointing and logging mechanisms, which are the most commonly used means to achieve limited degree of fault tolerance. Such mechanisms also serve as the foundation for more sophisticated dependability solutions. Chapter three covers the works on recovery-oriented computing, which focus on the practical techniques that reduce the fault detection and recovery times for Internet-based applications. Chapter four outlines the replication techniques for data and service fault tolerance. This chapter also pays particular attention to optimistic replication and the CAP theorem. Chapter five explains a few seminal works on group communication systems. Chapter six introduces the distributed consensus problem and covers a number of Paxos family algorithms in depth. Chapter seven introduces the Byzantine generals problem and its latest solutions, including the seminal Practical Byzantine Fault Tolerance (PBFT) algorithm and a number of its derivatives. The final chapter covers the latest research results on application-aware Byzantine fault tolerance, which is an important step forward towards practical use of Byzantine fault tolerance techniques"-- |
Assigning source | Provided by publisher. |
504 ## - BIBLIOGRAPHY, ETC. NOTE | |
Bibliography, etc | Includes bibliographical references and index. |
505 0# - FORMATTED CONTENTS NOTE | |
Formatted contents note | 1. Introduction to Dependable Distributed Computing -- 2. Logging and Checkpointing -- 3. Recovery-Oriented Computing -- 4. Data and Service Replication -- 5. Group Communication Systems -- 6. Consensus and the Paxos Algorithms -- 7. Byzantine Fault Tolerance -- 8. Application-Aware Byzantine Fault Tolerance. |
588 0# - SOURCE OF DESCRIPTION NOTE | |
Source of description note | Print version record and CIP data provided by publisher. |
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM | |
Topical term or geographic name as entry element | Electronic data processing |
General subdivision | Distributed processing. |
Topical term or geographic name as entry element | Computer systems |
General subdivision | Design and construction. |
Topical term or geographic name as entry element | COMPUTERS |
General subdivision | Software Development & Engineering |
-- | General. |
Source of heading or term | bisacsh |
Topical term or geographic name as entry element | Computer systems |
General subdivision | Design and construction. |
655 #4 - INDEX TERM--GENRE/FORM | |
Genre/form data or focus term | Electronic books. |
Genre/form data or focus term | Electronic books. |
776 08 - ADDITIONAL PHYSICAL FORM ENTRY | |
Relationship information | Print version: |
Main entry heading | Zhao, Wenbing, Ph. D. |
Title | Building dependable distributed systems. |
Place, publisher, and date of publication | Hoboken, New Jersey : John Wiley & Sons, 2014 |
International Standard Book Number | 9781118549438 |
Record control number | (DLC) 2014002863 |
830 #0 - SERIES ADDED ENTRY--UNIFORM TITLE | |
Uniform title | Performability engineering series. |
856 40 - ELECTRONIC LOCATION AND ACCESS | |
Uniform Resource Identifier | <a href="http://onlinelibrary.wiley.com/book/10.1002/9781118912744">http://onlinelibrary.wiley.com/book/10.1002/9781118912744</a> |
Public note | Wiley Online Library [Free Download only for SUST IP] |
938 ## - | |
-- | Books 24x7 |
-- | B247 |
-- | bks00063478 |
-- | EBL - Ebook Library |
-- | EBLB |
-- | EBL1650851 |
-- | ebrary |
-- | EBRY |
-- | ebr10849268 |
-- | EBSCOhost |
-- | EBSC |
-- | 714676 |
-- | Ingram Digital eBook Collection |
-- | IDEB |
-- | cis27828319 |
-- | Recorded Books, LLC |
-- | RECE |
-- | rbeEB00257022 |
-- | YBP Library Services |
-- | YANK |
-- | 11632317 |
-- | YBP Library Services |
-- | YANK |
-- | 11711142 |
-- | YBP Library Services |
-- | YANK |
-- | 12673639 |
994 ## - | |
-- | 92 |
-- | DG1 |
No items available.