Distributed systems: principles and paradigms
Gespeichert in:
Hauptverfasser: | , |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Upper Saddle River, NJ
Pearson Prentice Hall
2007
|
Ausgabe: | 2. ed., internat. ed. |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | Literaturverz. S. 623- 668 |
Beschreibung: | XVIII, 686 S. Ill. |
ISBN: | 0136135536 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV035446723 | ||
003 | DE-604 | ||
005 | 20111214 | ||
007 | t | ||
008 | 090422s2007 a||| |||| 00||| eng d | ||
020 | |a 0136135536 |9 0-13-613553-6 | ||
035 | |a (OCoLC)70707891 | ||
035 | |a (DE-599)BVBBV035446723 | ||
040 | |a DE-604 |b ger |e rakwb | ||
041 | 0 | |a eng | |
049 | |a DE-703 |a DE-573 |a DE-91G |a DE-473 |a DE-2070s | ||
050 | 0 | |a QA76.9.D5 | |
082 | 0 | |a 005.4/476 |2 22 | |
084 | |a ST 200 |0 (DE-625)143611: |2 rvk | ||
084 | |a DAT 250f |2 stub | ||
100 | 1 | |a Tanenbaum, Andrew S. |d 1944- |e Verfasser |0 (DE-588)120278979 |4 aut | |
245 | 1 | 0 | |a Distributed systems |b principles and paradigms |c Andrew S. Tanenbaum ; Maarten Van Steen |
250 | |a 2. ed., internat. ed. | ||
264 | 1 | |a Upper Saddle River, NJ |b Pearson Prentice Hall |c 2007 | |
300 | |a XVIII, 686 S. |b Ill. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
500 | |a Literaturverz. S. 623- 668 | ||
650 | 7 | |a Gedistribueerde gegevensverwerking |2 gtt | |
650 | 7 | |a Sistemas operacionais distribuídos |2 larpcal | |
650 | 4 | |a Systèmes d'exploitation répartis | |
650 | 4 | |a Traitement réparti | |
650 | 4 | |a Verteiltes Betriebssystem - Lehrbuch | |
650 | 4 | |a Verteiltes System - Lehrbuch | |
650 | 4 | |a Datenverarbeitung | |
650 | 4 | |a Distributed operating systems (Computers) | |
650 | 4 | |a Electronic data processing |x Distributed processing | |
650 | 0 | 7 | |a Verteiltes Betriebssystem |0 (DE-588)4243910-3 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Verteiltes System |0 (DE-588)4238872-7 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Betriebssystem |0 (DE-588)4006216-8 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Verteiltes System |0 (DE-588)4238872-7 |D s |
689 | 0 | |5 DE-604 | |
689 | 1 | 0 | |a Verteiltes Betriebssystem |0 (DE-588)4243910-3 |D s |
689 | 1 | |8 1\p |5 DE-604 | |
689 | 2 | 0 | |a Betriebssystem |0 (DE-588)4006216-8 |D s |
689 | 2 | |8 2\p |5 DE-604 | |
700 | 1 | |a Steen, Maarten van |e Verfasser |0 (DE-588)124643426 |4 aut | |
856 | 4 | 2 | |m Digitalisierung UB Bayreuth |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=017366857&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-017366857 | ||
883 | 1 | |8 1\p |a cgwrk |d 20201028 |q DE-101 |u https://d-nb.info/provenance/plan#cgwrk | |
883 | 1 | |8 2\p |a cgwrk |d 20201028 |q DE-101 |u https://d-nb.info/provenance/plan#cgwrk |
Datensatz im Suchindex
_version_ | 1804138895908012032 |
---|---|
adam_text | CONTENTS
PREFACE
xvii
1
INTRODUCTION
1.1
DEFINITION OF A DISTRIBUTED SYSTEM
2
1.2
GOALS
3
1.2.1
Making Resources Accessible
3
1.2.2
Distribution Transparency
4
1.2.3
Openness
7
1.2.4
Scalability
9
1.2.5
Pitfalls
16
1.3
TYPES OF DISTRIBUTED SYSTEMS
17
1.3.1
Distributed Computing Systems
17
1.3.2
Distributed Information Systems
20
1.3.3
Distributed Pervasive Systems
24
1.4
SUMMARY
30
2
ARCHITECTURES
33
2.1
ARCHITECTURAL STYLES
34
2.2
SYSTEM ARCHITECTURES
36
2.2.1
Centralized
Architectures
36
2.2.2
Decentralized
Architectures
43
2.2.3
Hybrid
Architectures
52
2.3
ARCHITECTURES VERSUS MIDDLEWARE
54
2.3.1
Interceptors
55
2.3.2
General
Approaches to Adaptive
Software
57
2.3.3
Discussion
58
vii
Viii CONTENTS
2.4
SELF-MANAGEMENT IN DISTRIBUTED
SYSTEMS
59
2.4.1
The Feedback Control Model
60
2.4.2
Example: Systems Monitoring with Astrolabe
61
2.4.3
Example: Differentiating Replication Strategies in Globule
63
2.4.4
Example: Automatic Component Repair Management in Jade
65
2.5
SUMMARY
66
3
PROCESSES
69
3.1
THREADS
70
3.1.1
Introduction to Threads
70
3.1.2
Threads in Distributed Systems
75
3.2
VIRTUALIZATION
79
3.2.1
The Role of Virtualization in Distributed Systems
79
3.2.2
Architectures of Virtual Machines
80
3.3
CLIENTS
82
3.3.1
Networked User Interfaces
82
3.3.2
Client-Side Software for Distribution Transparency
87
3.4
SERVERS
88
3.4.1
General Design Issues
88
3.4.2
Server Clusters
92
3.4.3
Managing Server Clusters
98
3.5
CODE MIGRATION
103
3.5.1
Approaches to Code Migration
103
3.5.2
Migration and Local Resources
107
3.5.3
Migration in Heterogeneous Systems
110
3.6
SUMMARY
112
4
COMMUNICATION
115
4.1
FUNDAMENTALS
116
4.1.1
Layered Protocols
116
4.1.2
Types of Communication
124
4.2
REMOTE PROCEDURE CALL
125
4.2.1
Basic RPC Operation
126
4.2.2
Parameter Passing
130
CONTENTS
ІХ
4.2.3
Asynchronous
RPC 134
4.2.4
Example:
DCE RPC
135
4.3
MESSAGE-ORIENTED COMMUNICATION
140
4.3.1
Message-Oriented Transient Communication
141
4.3.2
Message-Oriented Persistent Communication
145
4.3.3
Example: IBM s WebSphere Message-Queuing System
152
4.4
STREAM-ORIENTED COMMUNICATION
157
4.4.1
Support for Continuous Media
158
4.4.2
Streams and Quality of Service
160
4.4.3
Stream Synchronization
163
4.5
MULTICAST COMMUNICATION
166
4.5.1
Application-Level Multicasting
166
4.5.2
Gossip-Based Data Dissemination
170
4.6
SUMMARY
175
5
NAMING
179
5.1
NAMES, IDENTIFIERS, AND ADDRESSES
180
5.2
FLAT NAMING
182
5.2.1
Simple Solutions
183
5.2.2
Home-Based Approaches
186
5.2.3
Distributed Hash Tables
188
5.2.4
Hierarchical Approaches
191
5.3
STRUCTURED NAMING
195
5.3.1
Name Spaces
195
5.3.2
Name Resolution
198
5.3.3
The Implementation of a Name Space
202
5.3.4
Example: The Domain Name System
209
5.4
ATTRIBUTE-BASED NAMING
217
5.4.1
Directory Services
217
5.4.2
Hierarchical Implementations:
LDAP
218
5.4.3
Decentralized Implementations
222
5.5
SUMMARY
χ
CONTENTS
6
SYNCHRONIZATION
231
6.1
CLOCK SYNCHRONIZATION
232
6.1.1
Physical Clocks
233
6.1.2
Global Positioning System
236
6.1.3
Clock Synchronization Algorithms
238
6.2
LOGICAL CLOCKS
244
6.2.1
Lamport s Logical Clocks
244
6.2.2
Vector Clocks
248
6.3
MUTUAL EXCLUSION
252
6.3.1
Overview
252
6.3.2
A Centralized Algorithm
253
6.3.3
A Decentralized Algorithm
254
6.3.4
A Distributed Algorithm
255
6.3.5
A Token Ring Algorithm
258
6.3.6
A Comparison of the Four Algorithms
259
6.4
GLOBAL POSITIONING OF NODES
260
6.5
ELECTION ALGORITHMS
263
6.5.1
Traditional Election Algorithms
264
6.5.2
Elections in Wireless Environments
267
6.5.3
Elections in Large-Scale Systems
269
6.6
SUMMARY
270
7
CONSISTENCY AND REPLICATION
273
7.1
INTRODUCTION
274
7.1.1
Reasons for Replication
274
7.1.2
Replication as Scaling Technique
275
7.2
DATA-CENTRIC CONSISTENCY MODELS
276
7.2.1
Continuous Consistency
277
7.2.2
Consistent Ordering of Operations
281
7.3
CLIENT-CENTRIC CONSISTENCY MODELS
288
7.3.1
Eventual Consistency
289
7.3.2 Monotonie
Reads
291
7.3.3 Monotonie
Writes
292
7.3.4
Read Your Writes
294
7.3.5
Writes Follow Reads
295
CONTENTS Xl
7.4
REPLICA
MANAGEMENT 296
7.4.1
Replica-Server
Placement
296
7.4.2
Content
Replication and
Placement
298
7.4.3
Content Distribution
302
7.5
CONSISTENCY PROTOCOLS
306
7.5.1
Continuous Consistency
306
7.5.2
Primary-Based Protocols
308
7.5.3
Replicated-Write Protocols
311
7.5.4
Cache-Coherence Protocols
313
7.5.5
Implementing Client-Centric Consistency
315
7.6
SUMMARY
317
8
FAULT TOLERANCE
321
8.1
INTRODUCTION TO FAULT TOLERANCE
322
8.1.1
Basic Concepts
322
8.1.2
Failure Models
324
8.1.3
Failure Masking by Redundancy
326
8.2
PROCESS RESILIENCE
328
8.2.1
Design Issues
328
8.2.2
Failure Masking and Replication
330
8.2.3
Agreement in Faulty Systems
331
8.2.4
Failure Detection
335
8.3
RELIABLE CLIENT-SERVER COMMUNICATION
336
8.3.1
Point-to-Point Communication
337
8.3.2
RPC Semantics in the Presence of Failures
337
8.4
RELIABLE GROUP COMMUNICATION
343
8.4.1
Basic Reliable-Multicasting Schemes
343
8.4.2
Scalability in Reliable Multicasting
345
8.4.3
Atomic Multicast
348
8.5
DISTRIBUTED COMMIT
355
8.5.1
Two-Phase Commit
355
8.5.2
Three-Phase Commit
360
8.6
RECOVERY
363
8.6.1
Introduction
363
8.6.2
Checkpointing
366
xii CONTENTS
8.6.3 Message
Logging
369
8.6.4
Recovery-Oriented
Computing 372
8.7
SUMMARY
373
9
SECURITY
377
9.1
INTRODUCTION TO SECURITY
378
9.1.1
Security Threats, Policies, and Mechanisms
378
9.1.2
Design Issues
384
9.1.3
Cryptography
389
9.2
SECURE CHANNELS
396
9.2.1
Authentication
397
9.2.2
Message Integrity and Confidentiality
405
9.2.3
Secure Group Communication
408
9.2.4
Example:
Kerberos 411
9.3
ACCESS CONTROL
413
9.3.1
General Issues in Access Control
414
9.3.2
Firewalls
418
9.3.3
Secure Mobile Code
420
9.3.4
Denial of Service
427
9.4
SECURITY MANAGEMENT
428
9.4.1
Key Management
428
9.4.2
Secure Group Management
433
9.4.3
Authorization Management
434
9.5
SUMMARY
439
10
DISTRIBUTED OBJECT-BASED SYSTEMS
443
10.1
ARCHITECTURE
443
10.1.1
Distributed Objects
444
10.1.2
Example: Enterprise Java Beans
446
10.1.3
Example: Globe Distributed Shared Objects
448
10.2
PROCESSES
451
10.2.1
Object Servers
451
10.2.2
Example: The Ice Runtime System
454
CONTENTS
ХШ
10.3
COMMUNICATION
456
10.3.1
Binding
a Client
to an Object
456
10.3.2
Static
versus
Dynamic Remote Method Invocations
458
10.3.3
Parameter Passing
460
10.3.4
Example: Java RMI
461
10.3.5
Object-Based Messaging
464
10.4
NAMING
466
10.4.1
CORBA
Object References
467
10.4.2
Globe Object References
469
10.5
SYNCHRONIZATION
470
10.6
CONSISTENCY AND REPLICATION
472
10.6.1
Entry Consistency
472
10.6.2
Replicated Invocations
475
10.7
FAULT TOLERANCE
477
10.7.1
Example: Fault-Tolerant
CORBA
477
10.7.2
Example: Fault-Tolerant Java
480
10.8
SECURITY
481
10.8.1
Example: Globe
482
10.8.2
Security for Remote Objects
486
10.9
SUMMARY
487
11
DISTRIBUTED FILE SYSTEMS
491
11.1
ARCHITECTURE
491
11.1.1
Client-Server Architectures
491
11.1.2
Cluster-Based Distributed File Systems
496
11.1.3
Symmetric Architectures
499
11.2
PROCESSES
501
11.3
COMMUNICATION
502
11.3.1
RPCsinNFS
502
11.3.2
The RPC2 Subsystem
503
11.3.3
File-Oriented Communication in Plan
9 505
11.4
NAMING
506
11.4.1
Naming in NFS
506
11.4.2
Constructing a Global Name Space
512
XIV
CONTENTS
11.5
SYNCHRONIZATION
513
11.5.1
Semantics of File
Sharing 513
11.5.2
File Locking
516
11.5.3
Sharing Files in Coda
518
11.6
CONSISTENCY AND REPLICATION
519
11.6.1
Client-Side Caching
520
11.6.2
Server-Side Replication
524
11.6.3
Replication in Peer-to-Peer File Systems
526
11.6.4
File Replication in Grid Systems
528
11.7
FAULT TOLERANCE
529
11.7.1
Handling Byzantine Failures
529
11.7.2
High Availability in Peer-to-Peer Systems
531
11.8
SECURITY
532
11.8.1
Security in NFS
533
11.8.2
Decentralized Authentication
536
11.8.3
Secure Peer-to-Peer File-Sharing Systems
539
11.9
SUMMARY
541
12
DISTRIBUTED WEB-BASED SYSTEMS
545
12.1
ARCHITECTURE
546
12.1.1
Traditional Web-Based Systems
546
12.1.2
Web Services
551
12.2
PROCESSES
554
12.2.1
Clients
554
12.2.2
The Apache Web Server
556
12.2.3
Web Server Clusters
558
12.3
COMMUNICATION
560
12.3.1
Hypertext Transfer Protocol
560
12.3.2
Simple Object Access Protocol
566
12.4
NAMING
567
12.5
SYNCHRONIZATION
569
12.6
CONSISTENCY AND REPLICATION
570
12.6.1
Web Proxy Caching
571
12.6.2
Replication for Web Hosting Systems
573
12.6.3
Replication of Web Applications
579
CONTENTS
XV
12.7 FAULT
TOLERANCE
582
12.8
SECURITY
584
12.9
SUMMARY
585
13
DISTRIBUTED COORDINATION-BASED
589
SYSTEMS
13.1
INTRODUCTION TO COORDINATION MODELS
589
13.2
ARCHITECTURES
591
13.2.1
Overall Approach
592
13.2.2
Traditional Architectures
593
13.2.3
Peer-to-Peer Architectures
596
13.2.4
Mobility and Coordination
599
13.3
PROCESSES
601
13.4
COMMUNICATION
601
13.4.1
Content-Based Routing
601
13.4.2
Supporting Composite Subscriptions
603
13.5
NAMING
604
13.5.1
Describing Composite Events
604
13.5.2
Matching Events and Subscriptions
606
13.6
SYNCHRONIZATION
607
13.7
CONSISTENCY AND REPLICATION
607
13.7.1
Static Approaches
608
13.7.2
Dynamic Replication
611
13.8
FAULT TOLERANCE
613
13.8.1
Reliable Publish-Subscribe Communication
613
13.8.2
Fault Tolerance in Shared
Dataspaces 616
13.9
SECURITY
617
13.9.1
Confidentiality
618
13.9.2
Secure Shared
Dataspaces 620
13.10
SUMMARY
621
XVI
CONTENTS
14
SUGGESTIONS FOR FURTHER READING
AND BIBLIOGRAPHY
14.1
SUGGESTIONS FOR FURTHER READING
623
14.1.1
Introduction and General Works
623
14.1.2
Architectures
624
623
14.
14.
14.
14.
14.
14.
14.
14.
.3
Processes
625
.4
Communication
626
.5
Naming
626
.6
Synchronization
627
.7
Consistency and Replication
628
.8
Fault Tolerance
629
.9
Security
630
631
.10
Distributed Object-Based Systems
14.1.11
Distributed File Systems
632
14.1.12
Distributed Web-Based Systems
632
14.1.13
Distributed Coordination-Based Systems
633
14,2
ALPHABETICAL BIBLIOGRAPHY
634
INDEX
669
|
any_adam_object | 1 |
author | Tanenbaum, Andrew S. 1944- Steen, Maarten van |
author_GND | (DE-588)120278979 (DE-588)124643426 |
author_facet | Tanenbaum, Andrew S. 1944- Steen, Maarten van |
author_role | aut aut |
author_sort | Tanenbaum, Andrew S. 1944- |
author_variant | a s t as ast m v s mv mvs |
building | Verbundindex |
bvnumber | BV035446723 |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.9.D5 |
callnumber-search | QA76.9.D5 |
callnumber-sort | QA 276.9 D5 |
callnumber-subject | QA - Mathematics |
classification_rvk | ST 200 |
classification_tum | DAT 250f |
ctrlnum | (OCoLC)70707891 (DE-599)BVBBV035446723 |
dewey-full | 005.4/476 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.4/476 |
dewey-search | 005.4/476 |
dewey-sort | 15.4 3476 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
edition | 2. ed., internat. ed. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>02451nam a2200589 c 4500</leader><controlfield tag="001">BV035446723</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20111214 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">090422s2007 a||| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0136135536</subfield><subfield code="9">0-13-613553-6</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)70707891</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV035446723</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakwb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-703</subfield><subfield code="a">DE-573</subfield><subfield code="a">DE-91G</subfield><subfield code="a">DE-473</subfield><subfield code="a">DE-2070s</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">QA76.9.D5</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">005.4/476</subfield><subfield code="2">22</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 200</subfield><subfield code="0">(DE-625)143611:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 250f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Tanenbaum, Andrew S.</subfield><subfield code="d">1944-</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)120278979</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Distributed systems</subfield><subfield code="b">principles and paradigms</subfield><subfield code="c">Andrew S. Tanenbaum ; Maarten Van Steen</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">2. ed., internat. ed.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Upper Saddle River, NJ</subfield><subfield code="b">Pearson Prentice Hall</subfield><subfield code="c">2007</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XVIII, 686 S.</subfield><subfield code="b">Ill.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Literaturverz. S. 623- 668</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Gedistribueerde gegevensverwerking</subfield><subfield code="2">gtt</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Sistemas operacionais distribuídos</subfield><subfield code="2">larpcal</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Systèmes d'exploitation répartis</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Traitement réparti</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Verteiltes Betriebssystem - Lehrbuch</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Verteiltes System - Lehrbuch</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Datenverarbeitung</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Distributed operating systems (Computers)</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Electronic data processing</subfield><subfield code="x">Distributed processing</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Verteiltes Betriebssystem</subfield><subfield code="0">(DE-588)4243910-3</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Verteiltes System</subfield><subfield code="0">(DE-588)4238872-7</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Betriebssystem</subfield><subfield code="0">(DE-588)4006216-8</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Verteiltes System</subfield><subfield code="0">(DE-588)4238872-7</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="1" ind2="0"><subfield code="a">Verteiltes Betriebssystem</subfield><subfield code="0">(DE-588)4243910-3</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2=" "><subfield code="8">1\p</subfield><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="2" ind2="0"><subfield code="a">Betriebssystem</subfield><subfield code="0">(DE-588)4006216-8</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="2" ind2=" "><subfield code="8">2\p</subfield><subfield code="5">DE-604</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Steen, Maarten van</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)124643426</subfield><subfield code="4">aut</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Bayreuth</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=017366857&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-017366857</subfield></datafield><datafield tag="883" ind1="1" ind2=" "><subfield code="8">1\p</subfield><subfield code="a">cgwrk</subfield><subfield code="d">20201028</subfield><subfield code="q">DE-101</subfield><subfield code="u">https://d-nb.info/provenance/plan#cgwrk</subfield></datafield><datafield tag="883" ind1="1" ind2=" "><subfield code="8">2\p</subfield><subfield code="a">cgwrk</subfield><subfield code="d">20201028</subfield><subfield code="q">DE-101</subfield><subfield code="u">https://d-nb.info/provenance/plan#cgwrk</subfield></datafield></record></collection> |
id | DE-604.BV035446723 |
illustrated | Illustrated |
indexdate | 2024-07-09T21:35:28Z |
institution | BVB |
isbn | 0136135536 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-017366857 |
oclc_num | 70707891 |
open_access_boolean | |
owner | DE-703 DE-573 DE-91G DE-BY-TUM DE-473 DE-BY-UBG DE-2070s |
owner_facet | DE-703 DE-573 DE-91G DE-BY-TUM DE-473 DE-BY-UBG DE-2070s |
physical | XVIII, 686 S. Ill. |
publishDate | 2007 |
publishDateSearch | 2007 |
publishDateSort | 2007 |
publisher | Pearson Prentice Hall |
record_format | marc |
spelling | Tanenbaum, Andrew S. 1944- Verfasser (DE-588)120278979 aut Distributed systems principles and paradigms Andrew S. Tanenbaum ; Maarten Van Steen 2. ed., internat. ed. Upper Saddle River, NJ Pearson Prentice Hall 2007 XVIII, 686 S. Ill. txt rdacontent n rdamedia nc rdacarrier Literaturverz. S. 623- 668 Gedistribueerde gegevensverwerking gtt Sistemas operacionais distribuídos larpcal Systèmes d'exploitation répartis Traitement réparti Verteiltes Betriebssystem - Lehrbuch Verteiltes System - Lehrbuch Datenverarbeitung Distributed operating systems (Computers) Electronic data processing Distributed processing Verteiltes Betriebssystem (DE-588)4243910-3 gnd rswk-swf Verteiltes System (DE-588)4238872-7 gnd rswk-swf Betriebssystem (DE-588)4006216-8 gnd rswk-swf Verteiltes System (DE-588)4238872-7 s DE-604 Verteiltes Betriebssystem (DE-588)4243910-3 s 1\p DE-604 Betriebssystem (DE-588)4006216-8 s 2\p DE-604 Steen, Maarten van Verfasser (DE-588)124643426 aut Digitalisierung UB Bayreuth application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=017366857&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis 1\p cgwrk 20201028 DE-101 https://d-nb.info/provenance/plan#cgwrk 2\p cgwrk 20201028 DE-101 https://d-nb.info/provenance/plan#cgwrk |
spellingShingle | Tanenbaum, Andrew S. 1944- Steen, Maarten van Distributed systems principles and paradigms Gedistribueerde gegevensverwerking gtt Sistemas operacionais distribuídos larpcal Systèmes d'exploitation répartis Traitement réparti Verteiltes Betriebssystem - Lehrbuch Verteiltes System - Lehrbuch Datenverarbeitung Distributed operating systems (Computers) Electronic data processing Distributed processing Verteiltes Betriebssystem (DE-588)4243910-3 gnd Verteiltes System (DE-588)4238872-7 gnd Betriebssystem (DE-588)4006216-8 gnd |
subject_GND | (DE-588)4243910-3 (DE-588)4238872-7 (DE-588)4006216-8 |
title | Distributed systems principles and paradigms |
title_auth | Distributed systems principles and paradigms |
title_exact_search | Distributed systems principles and paradigms |
title_full | Distributed systems principles and paradigms Andrew S. Tanenbaum ; Maarten Van Steen |
title_fullStr | Distributed systems principles and paradigms Andrew S. Tanenbaum ; Maarten Van Steen |
title_full_unstemmed | Distributed systems principles and paradigms Andrew S. Tanenbaum ; Maarten Van Steen |
title_short | Distributed systems |
title_sort | distributed systems principles and paradigms |
title_sub | principles and paradigms |
topic | Gedistribueerde gegevensverwerking gtt Sistemas operacionais distribuídos larpcal Systèmes d'exploitation répartis Traitement réparti Verteiltes Betriebssystem - Lehrbuch Verteiltes System - Lehrbuch Datenverarbeitung Distributed operating systems (Computers) Electronic data processing Distributed processing Verteiltes Betriebssystem (DE-588)4243910-3 gnd Verteiltes System (DE-588)4238872-7 gnd Betriebssystem (DE-588)4006216-8 gnd |
topic_facet | Gedistribueerde gegevensverwerking Sistemas operacionais distribuídos Systèmes d'exploitation répartis Traitement réparti Verteiltes Betriebssystem - Lehrbuch Verteiltes System - Lehrbuch Datenverarbeitung Distributed operating systems (Computers) Electronic data processing Distributed processing Verteiltes Betriebssystem Verteiltes System Betriebssystem |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=017366857&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT tanenbaumandrews distributedsystemsprinciplesandparadigms AT steenmaartenvan distributedsystemsprinciplesandparadigms |