ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب Distributed System Design

دانلود کتاب طراحی سیستم توزیع شده

Distributed System Design

مشخصات کتاب

Distributed System Design

ویرایش: First Edition 
نویسندگان:   
سری:  
ISBN (شابک) : 0849331781, 9780849331787 
ناشر: CRC-Press 
سال نشر: 1998 
تعداد صفحات: 521 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 9 مگابایت 

قیمت کتاب (تومان) : 55,000



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 26


در صورت تبدیل فایل کتاب Distributed System Design به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب طراحی سیستم توزیع شده نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب طراحی سیستم توزیع شده

این مرجع انگیزه های اصلی برای ساختن یک سیستم توزیع شده، از جمله برنامه های کاربردی توزیع شده ذاتی، عملکرد / هزینه، اشتراک منابع، انعطاف پذیری و گسترش پذیری، در دسترس بودن و تحمل خطا، و مقیاس پذیری را تشریح می کند. طراحی سیستم توزیع شده با ارائه مفاهیم اساسی، مشکلات و راه حل های ممکن، به دانشجویان فارغ التحصیل در زمینه طراحی سیستم های توزیع شده و همچنین متخصصان کامپیوتر در حال تجزیه و تحلیل و طراحی سیستم های توزیع شده / باز / موازی خدمت می کند.


توضیحاتی درمورد کتاب به خارجی

This reference outlines the main motivations for building a distributed system, including inherently distributed applications, performance / cost, resource sharing, flexibility and extendibility, availability and fault tolerance, and scalability. Presenting basic concepts, problems, and possible solutions, Distributed System Design serves graduate students in distributed system design as well as computer professionals analyzing and designing distributed / open / parallel systems.



فهرست مطالب

Distributed System Design......Page 1
Table of Contents......Page 2
Preface......Page 9
Acknowledgments......Page 13
1.1 Motivation......Page 15
1.2 Basic Computer Organizations......Page 18
1.3 Definition of a Distributed System......Page 20
1.4 Our Model......Page 26
1.5 Interconnection Networks......Page 28
1.6 Applications and Standards......Page 34
1.7 Scope......Page 36
1.8 Source of References......Page 39
2.1 Requirement for Distributed Programming Support......Page 45
2.2 An Overview of Parallel/Distributed Programming Language......Page 46
2.3 Expressing Parallelism......Page 48
2.4 Process Communication and Synchronization......Page 60
2.5 Remote Procedure Calls......Page 70
2.6 Robustness......Page 73
3.1 Introduction to Models......Page 83
3.1.1 A state machine model......Page 84
3.1.2 Petri nets......Page 86
3.2.1 The happened-before relation......Page 93
3.2.2 The time-space view......Page 95
3.2.3 The interleaving view......Page 96
3.3 Global States......Page 97
3.3.2 Global state: a formal definition......Page 98
3.3.3 The “snapshot” of global states......Page 102
3.3.4 A necessary and sufficient condition for a consistent global state......Page 105
3.4 Logical Clocks......Page 106
3.4.1 Scalar logical clock......Page 107
3.4.2 Extensions......Page 109
3.4.3 Efficient implementations......Page 111
3.5.1 A total ordering application: distributed mutual exclusion......Page 113
3.5.2 A logical vector clock application: ordering of messages......Page 114
3.6 Classification of Distributed Control Algorithms......Page 117
3.7 The Complexity of Distributed Algorithms......Page 120
4.1 Mutual Exclusion......Page 124
4.2.1 A simple extension to Lamport’s algorithm......Page 125
4.2.2 Ricart and Agrawala’s first algorithm......Page 128
4.2.3 Maekawa’s algorithm......Page 129
4.3.1 Ricart and Agrawala’s second algorithm......Page 131
4.3.2 A simple token-ring-based algorithm......Page 134
4.3.3 A fault-tolerant token-ring-based algorithm......Page 135
4.3.4 Token-based mutual exclusion using other logical structures......Page 136
4.4 Election......Page 137
4.4.1 Chang and Roberts’ algorithm......Page 139
4.4.2 Non-comparison-based algorithms......Page 143
4.5 Bidding......Page 146
4.6 Self-Stabilization......Page 152
5.1 The Deadlock Problem......Page 163
5.1.2 Graph-theoretic models......Page 164
5.1.3 Strategies for handling deadlocks......Page 166
5.1.6 Deadlock conditions......Page 169
5.2 Deadlock Prevention......Page 171
5.3 A Deadlock Prevention Example: Distributed Database Systems......Page 172
5.4.1 An avoidance approach using Petri nets......Page 176
5.5 A Deadlock Prevention Example: Multi-Robot Flexible Assembly Cells......Page 179
5.6 Deadlock Detection and Recovery......Page 183
5.6.1 Centralized approaches......Page 184
5.6.3 Hierarchical approaches......Page 186
5.7.1 Chandy, Misra, and Hass’s algorithm for the AND model......Page 189
5.7.2 Mitchell and Merritt’s algorithm for the AND model......Page 190
5.7.3 Chandy, Misra, and Hass’ algorithm for the OR model......Page 191
6.1 Introduction......Page 198
6.1.1 Topology......Page 199
6.1.2 Switching......Page 200
6.1.4 Routing......Page 201
6.1.5 Routing functions......Page 202
6.2.1 Dijkstra’s centralized algorithm......Page 204
6.2.2 Ford’s distributed algorithm......Page 205
6.2.3 ARPAnet’s Routing Strategy (APRS)......Page 207
6.3.1 Bidirectional rings......Page 210
6.3.2 Meshes and Tori......Page 211
6.3.3 Hypercubes......Page 215
6.4.1 Rings......Page 217
6.4.2 2-d meshes and tori......Page 220
6.4.3 Hypercubes......Page 221
6.5 Multicasting in Special-Purpose Networks......Page 226
6.5.2 Path-based approaches......Page 227
6.5.3 Tree-based approaches......Page 230
7.1 Virtual Channels and Virtual Networks......Page 237
7.2.1 Virtual channel classes......Page 242
7.2.2 Escape channels......Page 243
7.3.1 Turn model......Page 245
7.3.1.1 Planar-adaptive model......Page 246
7.3.1.2 Other partially adaptive models......Page 248
7.4 Fault-Tolerant Unicasting: General Approaches......Page 251
7.5.1 Local-information-based routing......Page 252
7.5.2 Limited-global-information-based routing......Page 255
7.5.3 Routing based on other fault models......Page 260
7.6 Fault-Tolerant Unicasting in Hypercubes......Page 261
7.6.1 Local-information-based model......Page 262
7.6.2 Limited-global-information-based model: safety level......Page 265
7.6.3 Routing based on the extended safety level model: safety vector......Page 268
7.7.1 General approaches......Page 270
7.7.2 Broadcasting using global information......Page 271
7.7.3 Broadcasting using safety levels......Page 273
7.8.2 Path-based routing......Page 275
7.8.3 Multicasting in hypercubes used safety levels......Page 279
8.1 Basic Models......Page 291
8.2.1 Stable storage......Page 294
8.2.3 Atomic actions......Page 295
8.3.1 Backward recovery......Page 297
8.3.2 Roll-forward recovery......Page 300
8.4.1 Storage of checkpoints......Page 304
8.4.2 Checkpointing methods......Page 305
8.5 Handling of Byzantine Faults......Page 310
8.5.1 Agreement protocols in synchronous systems......Page 311
8.5.2 Agreement with one sender......Page 312
8.5.3 Agreement with many senders......Page 316
8.5.4 Agreement under different models......Page 318
8.6 Handling of Communication Faults......Page 321
8.7 Handling of Software Faults......Page 327
9.1 Classification of Load Distribution......Page 336
9.2 Static Load Distribution......Page 338
9.2.1 Processor interconnections......Page 340
9.2.2 Task partition......Page 341
9.2.3 Task allocation......Page 343
9.3 An Overview of Different Scheduling Models......Page 345
9.4 Task Scheduling Based on Task Precedence Graphs......Page 346
9.5 Case Study: Two Optimal Scheduling Algorithms......Page 350
9.6 Task Scheduling Based on Task Interaction Graphs......Page 353
9.7 Case Study: Domain Partition......Page 358
9.8 Scheduling Using Other Models and Objectives......Page 362
9.8.1 Network flow techniques: task interaction graphs with different processor capacities......Page 363
9.8.2 Rate monotonic priority and deadline driven schedules: periodic tasks with realtime constraints......Page 369
9.8.3 Fault secure schedule through task duplication: tree-structured task precedence graphs......Page 374
9.9 Future Directions......Page 385
10.1 Dynamic Load Distribution......Page 392
10.1.1 Components of dynamic load distribution......Page 393
10.2.1 Static versus dynamic algorithms......Page 396
10.2.2 Various information policies......Page 397
10.2.4 Migration initiation policy......Page 399
10.2.8 Open loop vs. closed loop control......Page 400
10.2.9 Use of hardware vs. software......Page 401
10.3 Migration Policies: Sender-initiated and Receiver-initiated......Page 402
10.4 Parameters Used for Load Balancing......Page 405
10.4.1 System size......Page 406
10.4.6 Overhead costs......Page 407
10.5.1 Code and data files......Page 408
10.5.3 System architecture......Page 409
10.6.2 Nearest neighbor algorithms: diffusion......Page 410
10.6.4 Nearest neighbor algorithms: dimension exchange......Page 411
10.7 Case Study: Load Balancing on Hypercube Multicomputers......Page 415
10.7.1 Dimension-exchange-based load balancing on faulty hypercubes......Page 416
10.8 Future Directions......Page 422
11.1 Basic Concepts......Page 429
11.2 Serializability Theory......Page 430
11.3 Concurrency Control......Page 434
11.3.1 Lock-based concurrency control......Page 436
11.3.2 Timestamp-based concurrency control......Page 437
11.3.3 Optimistic concurrency control......Page 439
11.4.1 Primary site approach......Page 440
11.4.2 Active replicas......Page 441
11.4.3 Voting Protocol......Page 442
11.4.4 Optimistic approaches for network partition: version vectors......Page 445
11.5 Distributed Reliability Protocols......Page 451
12.1 Distributed Operating Systems......Page 467
12.1.2 Eight types of services......Page 470
12.1.3 Microkernel-based systems......Page 471
12.2.2 File sharing semantics......Page 473
12.2.4 Protection......Page 474
12.2.6 Encryption......Page 476
12.2.7 Caching......Page 477
12.3 Distributed Shared Memory......Page 479
12.3.1 Memory coherence problem......Page 481
12.3.2 Stumm and Zhou’s Classification......Page 482
12.3.3 Li and Hudak’s Classification......Page 485
12.4 Distributed Database Systems......Page 487
12.5 Heterogeneous Processing......Page 491
12.6 Future Directions of Distributed Systems......Page 493
Index......Page 501




نظرات کاربران