Distributed systems: concepts and design
Gespeichert in:
Hauptverfasser: | , , |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Harlow ; Munich [u.a.]
Addison-Wesley
2006
|
Ausgabe: | 4. ed., [Nachdr.] |
Schriftenreihe: | International computer science series
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | XIV, 927 S. Ill., graph. Darst. |
ISBN: | 0321263545 9780321263544 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV021790279 | ||
003 | DE-604 | ||
005 | 00000000000000.0 | ||
007 | t | ||
008 | 061031s2006 ad|| |||| 00||| eng d | ||
020 | |a 0321263545 |9 0-321-26354-5 | ||
020 | |a 9780321263544 |9 978-0-321-26354-4 | ||
035 | |a (OCoLC)255180818 | ||
035 | |a (DE-599)BVBBV021790279 | ||
040 | |a DE-604 |b ger |e rakwb | ||
041 | 0 | |a eng | |
049 | |a DE-473 |a DE-703 |a DE-29T |a DE-863 | ||
050 | 0 | |a QA76.9.D5 | |
082 | 0 | |a 004.36 | |
084 | |a ST 200 |0 (DE-625)143611: |2 rvk | ||
084 | |a DAT 250f |2 stub | ||
100 | 1 | |a Coulouris, George F. |e Verfasser |4 aut | |
245 | 1 | 0 | |a Distributed systems |b concepts and design |c George Coulouris ; Jean Dollimore ; Tim Kindberg |
250 | |a 4. ed., [Nachdr.] | ||
264 | 1 | |a Harlow ; Munich [u.a.] |b Addison-Wesley |c 2006 | |
300 | |a XIV, 927 S. |b Ill., graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
490 | 0 | |a International computer science series | |
650 | 4 | |a Datenverarbeitung | |
650 | 4 | |a Electronic data processing |x Distributed processing | |
650 | 0 | 7 | |a Entwurf |0 (DE-588)4121208-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 Dezentrale Datenverarbeitung |0 (DE-588)7545389-7 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Rechnernetz |0 (DE-588)4070085-9 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Rechnernetz |0 (DE-588)4070085-9 |D s |
689 | 0 | 1 | |a Entwurf |0 (DE-588)4121208-3 |D s |
689 | 0 | |8 1\p |5 DE-604 | |
689 | 1 | 0 | |a Verteiltes System |0 (DE-588)4238872-7 |D s |
689 | 1 | 1 | |a Entwurf |0 (DE-588)4121208-3 |D s |
689 | 1 | |8 2\p |5 DE-604 | |
689 | 2 | 0 | |a Dezentrale Datenverarbeitung |0 (DE-588)7545389-7 |D s |
689 | 2 | |8 3\p |5 DE-604 | |
700 | 1 | |a Dollimore, Jean |e Verfasser |4 aut | |
700 | 1 | |a Kindberg, Tim |e Verfasser |4 aut | |
856 | 4 | 2 | |m HBZ Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015002933&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-015002933 | ||
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 | |
883 | 1 | |8 3\p |a cgwrk |d 20201028 |q DE-101 |u https://d-nb.info/provenance/plan#cgwrk |
Datensatz im Suchindex
DE-BY-863_location | 1911 |
---|---|
DE-BY-FWS_call_number | 1911/2015:0282 |
DE-BY-FWS_katkey | 328040 |
DE-BY-FWS_media_number | 083101083580 |
_version_ | 1806177045917466624 |
adam_text | CONTENTS
PREFACE xi
1 CHARACTERIZATION OF DISTRIBUTED SYSTEMS 1
1.1 Introduction 2
1.2 Examples of distributed systems 3
1.3 Resource sharing and the Web 7
1.4 Challenges 16
1.5 Summary 25
2 SYSTEM MODELS 29
2.1 Introduction 30
2.2 Architectural models 31
2.3 Fundamental models 47
2.4 Summary 61
3 NETWORKING AND INTERNETWORKING 65
3.1 Introduction 66
3.2 Types of network 69
3.3 Network principles 73
3.4 Internet protocols 89
3.5 Case studies: Ethernet, WiFi, Bluetooth and ATM 112
3.6 Summary 127
4 INTERPROCESS COMMUNICATION 131
4.1 Introduction 132
4.2 The API for the Internet protocols 133
4.3 External data representation and marshalling 144
4.4 Client server communication 155
4.5 Group communication 164
4.6 Case study: interprocess communication in UNIX 168
4.7 Summary 172
5 DISTRIBUTED OBJECTS AND REMOTE INVOCATION 177
5.1 Introduction 178
5.2 Communication between distributed objects 181
5.3 Remote procedure call 197
5.4 Events and notifications 201
5.5 Case study: Java RMI 208
5.6 Summary 216
6 OPERATING SYSTEM SUPPORT 221
6.1 Introduction 222
6.2 The operating system layer 223
6.3 Protection 226
6.4 Processes and threads 228
6.5 Communication and invocation 245
6.6 Operating system architecture 256
6.7 Summary 260
7 SECURITY 265
7.1 Introduction 266
7.2 Overview of security techniques 274
7.3 Cryptographic algorithms 286
7.4 Digital signatures 295
7.5 Cryptography pragmatics 302
7.6 Case studies: Needham Schroeder, Kerberos, TLS, 802.11 WiFi 305
7.7 Summary 319
8 DISTRIBUTED FILE SYSTEMS 323
8.1 Introduction 324
8.2 File service architecture 332
8.3 Case study: Sun Network File System 337
8.4 Case study: The Andrew File System 349
8.5 Enhancements and further developments 359
8.6 Summary 364
9 NAME SERVICES 367
9.1 Introduction 368
9.2 Name services and the Domain Name System 371
9.3 Directory services 386
9.4 Case study of the Global Name Service 387
9.5 Case study of the X.500 Directory Service 390
9.6 Summary 394
10 PEER TO PEER SYSTEMS 397
10.1 Introduction 398
10.2 Napster and its legacy 402
10.3 Peer to peer middleware 404
10.4 Routing overlays 406
10.5 Overlay case studies: Pastry, Tapestry 410
10.6 Application case studies: Squirrel, OceanStore, Ivy 419
10.7 Summary 429
11 TIME AND GLOBAL STATES 433
11.1 Introduction 434
11.2 Clocks, events and process states 435
11.3 Synchronizing physical clocks 437
11.4 Logical time and logical clocks 445
11.5 Global states 448
11.6 Distributed debugging 457
11.7 Summary 464
12 COORDINATION AND AGREEMENT 467
12.1 Introduction 468
12.2 Distributed mutual exclusion 471
12.3 Elections 479
12.4 Multicast communication 484
12.5 Consensus and related problems 499
12.6 Summary 510
13 TRANSACTIONS AND CONCURRENCY CONTROL 513
13.1 Introduction 514
13.2 Transactions 517
13.3 Nested transactions 528
13.4 Locks 530
13.5 Optimistic concurrency control 545
13.6 Timestamp ordering 549
13.7 Comparison of methods for concurrency control 556
13.8 Summary 557
14 DISTRIBUTED TRANSACTIONS 565
14.1 Introduction 566
14.2 Flat and nested distributed transactions 566
14.3 Atomic commit protocols 569
14.4 Concurrency control in distributed transactions 578
14.5 Distributed deadlocks 581
14.6 Transaction recovery 589
14.7 Summary 599
15 REPLICATION eos
15.1 Introduction 604
15.2 System model and group communication 606
15.3 Fault tolerant services 615
15.4 Case studies of highly available services:
the gossip architecture, Bayou and Coda 622
15.5 Transactions with replicated data 641
15.6 Summary 653
16 MOBILE AND UBIQUITOUS COMPUTING 657
16.1 Introduction 658
16.2 Association 666
16.3 Interoperation 675
16.4 Sensing and context awareness 683
16.5 Security and privacy 696
16.6 Adaptation 705
16.7 Case study of Cooltown 710
16.8 Summary 717
17 DISTRIBUTED MULTIMEDIA SYSTEMS 721
17.1 Introduction 722
17.2 Characteristics of multimedia data 727
17.3 Quality of service management 728
17.4 Resource management 738
17.5 Stream adaptation 740
17.6 Case study: the Tiger video file server 742
17.7 Summary 746
18 DISTRIBUTED SHARED MEMORY 749
18.1 Introduction 750
18.2 Design and implementation issues 754
18.3 Sequential consistency and Ivy case study 763
18.4 Release consistency and Munin case study 771
18.5 Other consistency models 777
18.6 Summary 778
19 WEB SERVICES 783
19.1 Introduction 784
19.2 Web services 786
19.3 Service descriptions and IDL for web services 800
19.4 A directory service for use with web services 805
19.5 XML security 807
19.6 Coordination of web services 812
19.7 Case study: the Grid 814
19.8 Summary 824
20 CORBA CASE STUDY 827
20.1 Introduction 828
20.2 CORBA RMI 829
20.3 CORBA services 847
20.4 Summary 855
REFERENCES 859
INDEX 909
|
adam_txt |
CONTENTS
PREFACE xi
1 CHARACTERIZATION OF DISTRIBUTED SYSTEMS 1
1.1 Introduction 2
1.2 Examples of distributed systems 3
1.3 Resource sharing and the Web 7
1.4 Challenges 16
1.5 Summary 25
2 SYSTEM MODELS 29
2.1 Introduction 30
2.2 Architectural models 31
2.3 Fundamental models 47
2.4 Summary 61
3 NETWORKING AND INTERNETWORKING 65
3.1 Introduction 66
3.2 Types of network 69
3.3 Network principles 73
3.4 Internet protocols 89
3.5 Case studies: Ethernet, WiFi, Bluetooth and ATM 112
3.6 Summary 127
4 INTERPROCESS COMMUNICATION 131
4.1 Introduction 132
4.2 The API for the Internet protocols 133
4.3 External data representation and marshalling 144
4.4 Client server communication 155
4.5 Group communication 164
4.6 Case study: interprocess communication in UNIX 168
4.7 Summary 172
5 DISTRIBUTED OBJECTS AND REMOTE INVOCATION 177
5.1 Introduction 178
5.2 Communication between distributed objects 181
5.3 Remote procedure call 197
5.4 Events and notifications 201
5.5 Case study: Java RMI 208
5.6 Summary 216
6 OPERATING SYSTEM SUPPORT 221
6.1 Introduction 222
6.2 The operating system layer 223
6.3 Protection 226
6.4 Processes and threads 228
6.5 Communication and invocation 245
6.6 Operating system architecture 256
6.7 Summary 260
7 SECURITY 265
7.1 Introduction 266
7.2 Overview of security techniques 274
7.3 Cryptographic algorithms 286
7.4 Digital signatures 295
7.5 Cryptography pragmatics 302
7.6 Case studies: Needham Schroeder, Kerberos, TLS, 802.11 WiFi 305
7.7 Summary 319
8 DISTRIBUTED FILE SYSTEMS 323
8.1 Introduction 324
8.2 File service architecture 332
8.3 Case study: Sun Network File System 337
8.4 Case study: The Andrew File System 349
8.5 Enhancements and further developments 359
8.6 Summary 364
9 NAME SERVICES 367
9.1 Introduction 368
9.2 Name services and the Domain Name System 371
9.3 Directory services 386
9.4 Case study of the Global Name Service 387
9.5 Case study of the X.500 Directory Service 390
9.6 Summary 394
10 PEER TO PEER SYSTEMS 397
10.1 Introduction 398
10.2 Napster and its legacy 402
10.3 Peer to peer middleware 404
10.4 Routing overlays 406
10.5 Overlay case studies: Pastry, Tapestry 410
10.6 Application case studies: Squirrel, OceanStore, Ivy 419
10.7 Summary 429
11 TIME AND GLOBAL STATES 433
11.1 Introduction 434
11.2 Clocks, events and process states 435
11.3 Synchronizing physical clocks 437
11.4 Logical time and logical clocks 445
11.5 Global states 448
11.6 Distributed debugging 457
11.7 Summary 464
12 COORDINATION AND AGREEMENT 467
12.1 Introduction 468
12.2 Distributed mutual exclusion 471
12.3 Elections 479
12.4 Multicast communication 484
12.5 Consensus and related problems 499
12.6 Summary 510
13 TRANSACTIONS AND CONCURRENCY CONTROL 513
13.1 Introduction 514
13.2 Transactions 517
13.3 Nested transactions 528
13.4 Locks 530
13.5 Optimistic concurrency control 545
13.6 Timestamp ordering 549
13.7 Comparison of methods for concurrency control 556
13.8 Summary 557
14 DISTRIBUTED TRANSACTIONS 565
14.1 Introduction 566
14.2 Flat and nested distributed transactions 566
14.3 Atomic commit protocols 569
14.4 Concurrency control in distributed transactions 578
14.5 Distributed deadlocks 581
14.6 Transaction recovery 589
14.7 Summary 599
15 REPLICATION eos
15.1 Introduction 604
15.2 System model and group communication 606
15.3 Fault tolerant services 615
15.4 Case studies of highly available services:
the gossip architecture, Bayou and Coda 622
15.5 Transactions with replicated data 641
15.6 Summary 653
16 MOBILE AND UBIQUITOUS COMPUTING 657
16.1 Introduction 658
16.2 Association 666
16.3 Interoperation 675
16.4 Sensing and context awareness 683
16.5 Security and privacy 696
16.6 Adaptation 705
16.7 Case study of Cooltown 710
16.8 Summary 717
17 DISTRIBUTED MULTIMEDIA SYSTEMS 721
17.1 Introduction 722
17.2 Characteristics of multimedia data 727
17.3 Quality of service management 728
17.4 Resource management 738
17.5 Stream adaptation 740
17.6 Case study: the Tiger video file server 742
17.7 Summary 746
18 DISTRIBUTED SHARED MEMORY 749
18.1 Introduction 750
18.2 Design and implementation issues 754
18.3 Sequential consistency and Ivy case study 763
18.4 Release consistency and Munin case study 771
18.5 Other consistency models 777
18.6 Summary 778
19 WEB SERVICES 783
19.1 Introduction 784
19.2 Web services 786
19.3 Service descriptions and IDL for web services 800
19.4 A directory service for use with web services 805
19.5 XML security 807
19.6 Coordination of web services 812
19.7 Case study: the Grid 814
19.8 Summary 824
20 CORBA CASE STUDY 827
20.1 Introduction 828
20.2 CORBA RMI 829
20.3 CORBA services 847
20.4 Summary 855
REFERENCES 859
INDEX 909 |
any_adam_object | 1 |
any_adam_object_boolean | 1 |
author | Coulouris, George F. Dollimore, Jean Kindberg, Tim |
author_facet | Coulouris, George F. Dollimore, Jean Kindberg, Tim |
author_role | aut aut aut |
author_sort | Coulouris, George F. |
author_variant | g f c gf gfc j d jd t k tk |
building | Verbundindex |
bvnumber | BV021790279 |
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)255180818 (DE-599)BVBBV021790279 |
dewey-full | 004.36 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 004 - Computer science |
dewey-raw | 004.36 |
dewey-search | 004.36 |
dewey-sort | 14.36 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
discipline_str_mv | Informatik |
edition | 4. ed., [Nachdr.] |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>02371nam a2200577 c 4500</leader><controlfield tag="001">BV021790279</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">00000000000000.0</controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">061031s2006 ad|| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0321263545</subfield><subfield code="9">0-321-26354-5</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9780321263544</subfield><subfield code="9">978-0-321-26354-4</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)255180818</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV021790279</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-473</subfield><subfield code="a">DE-703</subfield><subfield code="a">DE-29T</subfield><subfield code="a">DE-863</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">004.36</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">Coulouris, George F.</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Distributed systems</subfield><subfield code="b">concepts and design</subfield><subfield code="c">George Coulouris ; Jean Dollimore ; Tim Kindberg</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">4. ed., [Nachdr.]</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Harlow ; Munich [u.a.]</subfield><subfield code="b">Addison-Wesley</subfield><subfield code="c">2006</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XIV, 927 S.</subfield><subfield code="b">Ill., graph. Darst.</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="490" ind1="0" ind2=" "><subfield code="a">International computer science series</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Datenverarbeitung</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">Entwurf</subfield><subfield code="0">(DE-588)4121208-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">Dezentrale Datenverarbeitung</subfield><subfield code="0">(DE-588)7545389-7</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Rechnernetz</subfield><subfield code="0">(DE-588)4070085-9</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Rechnernetz</subfield><subfield code="0">(DE-588)4070085-9</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Entwurf</subfield><subfield code="0">(DE-588)4121208-3</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="8">1\p</subfield><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="1" 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="1" ind2="1"><subfield code="a">Entwurf</subfield><subfield code="0">(DE-588)4121208-3</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2=" "><subfield code="8">2\p</subfield><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="2" ind2="0"><subfield code="a">Dezentrale Datenverarbeitung</subfield><subfield code="0">(DE-588)7545389-7</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="2" ind2=" "><subfield code="8">3\p</subfield><subfield code="5">DE-604</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Dollimore, Jean</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Kindberg, Tim</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">HBZ Datenaustausch</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=015002933&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-015002933</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><datafield tag="883" ind1="1" ind2=" "><subfield code="8">3\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.BV021790279 |
illustrated | Illustrated |
index_date | 2024-07-02T15:44:22Z |
indexdate | 2024-08-01T11:30:58Z |
institution | BVB |
isbn | 0321263545 9780321263544 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-015002933 |
oclc_num | 255180818 |
open_access_boolean | |
owner | DE-473 DE-BY-UBG DE-703 DE-29T DE-863 DE-BY-FWS |
owner_facet | DE-473 DE-BY-UBG DE-703 DE-29T DE-863 DE-BY-FWS |
physical | XIV, 927 S. Ill., graph. Darst. |
publishDate | 2006 |
publishDateSearch | 2006 |
publishDateSort | 2006 |
publisher | Addison-Wesley |
record_format | marc |
series2 | International computer science series |
spellingShingle | Coulouris, George F. Dollimore, Jean Kindberg, Tim Distributed systems concepts and design Datenverarbeitung Electronic data processing Distributed processing Entwurf (DE-588)4121208-3 gnd Verteiltes System (DE-588)4238872-7 gnd Dezentrale Datenverarbeitung (DE-588)7545389-7 gnd Rechnernetz (DE-588)4070085-9 gnd |
subject_GND | (DE-588)4121208-3 (DE-588)4238872-7 (DE-588)7545389-7 (DE-588)4070085-9 |
title | Distributed systems concepts and design |
title_auth | Distributed systems concepts and design |
title_exact_search | Distributed systems concepts and design |
title_exact_search_txtP | Distributed systems concepts and design |
title_full | Distributed systems concepts and design George Coulouris ; Jean Dollimore ; Tim Kindberg |
title_fullStr | Distributed systems concepts and design George Coulouris ; Jean Dollimore ; Tim Kindberg |
title_full_unstemmed | Distributed systems concepts and design George Coulouris ; Jean Dollimore ; Tim Kindberg |
title_short | Distributed systems |
title_sort | distributed systems concepts and design |
title_sub | concepts and design |
topic | Datenverarbeitung Electronic data processing Distributed processing Entwurf (DE-588)4121208-3 gnd Verteiltes System (DE-588)4238872-7 gnd Dezentrale Datenverarbeitung (DE-588)7545389-7 gnd Rechnernetz (DE-588)4070085-9 gnd |
topic_facet | Datenverarbeitung Electronic data processing Distributed processing Entwurf Verteiltes System Dezentrale Datenverarbeitung Rechnernetz |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015002933&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT coulourisgeorgef distributedsystemsconceptsanddesign AT dollimorejean distributedsystemsconceptsanddesign AT kindbergtim distributedsystemsconceptsanddesign |
Inhaltsverzeichnis
Würzburg Magazin
Signatur: |
1911 2015:0282 |
---|---|
Exemplar 1 | ausleihbar Verfügbar Bestellen |