Operating system concepts:
Gespeichert in:
Hauptverfasser: | , , |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Hoboken, NJ
Wiley
2009
|
Ausgabe: | 8. ed. |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | XX, 972 S. graph. Darst. |
ISBN: | 9780470128725 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV023474261 | ||
003 | DE-604 | ||
005 | 20090518 | ||
007 | t | ||
008 | 080804s2009 d||| |||| 00||| eng d | ||
020 | |a 9780470128725 |9 978-0-470-12872-5 | ||
035 | |a (OCoLC)260208396 | ||
035 | |a (DE-599)HBZHT015331947 | ||
040 | |a DE-604 |b ger |e rakwb | ||
041 | 0 | |a eng | |
049 | |a DE-703 |a DE-898 | ||
050 | 0 | |a QA76.76.O63 | |
082 | 0 | |a 005.4/3 |2 22 | |
084 | |a ST 260 |0 (DE-625)143632: |2 rvk | ||
084 | |a ST 267 |0 (DE-625)143635: |2 rvk | ||
100 | 1 | |a Silberschatz, Abraham |e Verfasser |4 aut | |
245 | 1 | 0 | |a Operating system concepts |c Abraham Silberschatz ; Peter Baer Galvin ; Greg Gagne |
250 | |a 8. ed. | ||
264 | 1 | |a Hoboken, NJ |b Wiley |c 2009 | |
300 | |a XX, 972 S. |b graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 4 | |a Sistemas operativos (Computadoras) | |
650 | 4 | |a Operating systems (Computers) | |
650 | 0 | 7 | |a Betriebssystem |0 (DE-588)4006216-8 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a C |g Programmiersprache |0 (DE-588)4113195-2 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Entwurf |0 (DE-588)4121208-3 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Java |g Programmiersprache |0 (DE-588)4401313-9 |2 gnd |9 rswk-swf |
655 | 7 | |0 (DE-588)4123623-3 |a Lehrbuch |2 gnd-content | |
689 | 0 | 0 | |a Betriebssystem |0 (DE-588)4006216-8 |D s |
689 | 0 | 1 | |a Java |g Programmiersprache |0 (DE-588)4401313-9 |D s |
689 | 0 | 2 | |a C |g Programmiersprache |0 (DE-588)4113195-2 |D s |
689 | 0 | |8 1\p |5 DE-604 | |
689 | 1 | 0 | |a Betriebssystem |0 (DE-588)4006216-8 |D s |
689 | 1 | 1 | |a Entwurf |0 (DE-588)4121208-3 |D s |
689 | 1 | |8 2\p |5 DE-604 | |
700 | 1 | |a Galvin, Peter B. |e Verfasser |4 aut | |
700 | 1 | |a Gagne, Greg |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=016656537&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-016656537 | ||
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_ | 1804137897504276480 |
---|---|
adam_text | Contents
PART ONE ¦ OVERVIEW
Chapter 1 Introduction
1.1 What Operating Systems Do 3 1.9 Protection and Security 29
1.2 Computer-System Organization 6 1.10 Distributed Systems 30
1.3 Computer-System Architecture 12 1.11 Special-Purpose Systems 32
1.4 Operating-System Structure 18 1.12 Computing Environments 34
1.5 Operating-System Operations 20 1.13 Open-Source Operating Systems 37
1.6 Process Management 23 1.14 Summary 40
1.7 Memory Management 24 Exercises 42
1.8 Storage Management 25 Bibliographical Notes 46
Chapter 2 Operating-System Structures
2.1 Operating-System Services 49 2.8 Virtual Machines 76
2.2 User Operating-System Interface 52 2.9 Operating-System Debugging 84
2.3 System Calls 55 2.10 Operating-System Generation 88
2.4 Types of System Calls 58 2.11 System Boot 89
2.5 System Programs 66 2.12 Summary 90
2.6 Operating-System Design and Exercises 91
Implementation 68 Bibliographical Notes 98
2.7 Operating-System Structure 70
PART TWO ¦ PROCESS MANAGEMENT
Chapter 3 Processes
3.1 Process Concept 101 3.6 Communication in Client-
3.2 Process Scheduling 105 Server Systems 128
3.3 Operations on Processes 110 3.7 Summary 140
3.4 Interprocess Communication 116 Exercises 141
3.5 Examples of IPC Systems 123 Bibliographical Notes 152
xv
Contents
Chapter 4 Threads
4.1 Overview 153
4.2 Multithreading Models
4.3 Thread Libraries 159
4.4 Threading Issues 165
157
4.5 Operating-System Examples
4.6 Summary 174
Exercises 174
Bibliographical Notes 182
171
Chapter 5 CPU Scheduling
5.1 Basic Concepts 183
5.2 Scheduling Criteria 187
5.3 Scheduling Algorithms 188
5.4 Thread Scheduling 199
5.5 Multiple-Processor Scheduling 200
5.6 Operating System Examples
5.7 Algorithm Evaluation 213
5.8 Summary 217
Exercises 218
Bibliographical Notes 223
206
Chapter 6 Process Synchronization
6.1 Background 225
6.2 The Critical-Section Problem 227
6.3 Peterson s Solution 229
6.4 Synchronization Hardware 231
6.5 Semaphores 234
6.6 Classic Problems of
Synchronization 239
6.7 Monitors 244
6.8 Synchronization Examples 252
6.9 Atomic Transactions 257
6.10 Summary 267
Exercises 267
Bibliographical Notes 280
Chapter 7 Deadlocks
7.1 System Model 283
7.2 Deadlock Characterization 285
7.3 Methods for Handling Deadlocks
7.4 Deadlock Prevention 291
7.5 Deadlock Avoidance 294
7.6 Deadlock Detection 301
7.7 Recovery from Deadlock 304
290 7.8 Summary 306
Exercises 307
Bibliographical Notes 311
PART THREE
MEMORY MANAGEMENT
Chapter 8 Main Memory
8.1 Background 315
8.2 Swapping 322
8.3 Contiguous Memory Allocation 324
8.4 Paging 328
8.5 Structure of the Page Table 337
8.6 Segmentation 342
8.7 Example: The Intel Pentium 345
8.8 Summary 349
Exercises 350
Bibliographical Notes 354
Contents
Chapter 9 Virtual Memory
9.1 Background 357 9.8 Allocating Kernel Memory 396
9.2 Demand Paging 361 9.9 Other Considerations 399
9.3 Copy-on-Write 367 9.10 Operating-System Examples 405
9.4 Page Replacement 369 9.11 Summary 407
9.5 Allocation of Frames 382 Exercises 409
9.6 Thrashing 386 Bibliographical Notes 417
9.7 Memory-Mapped Files 390
PART FOUR ¦ STORAGE MANAGEMENT
Chapter 10 File-System Interface
10.1 File Concept 421 10.6 Protection 451
10.2 Access Methods 430 10.7 Summary 456
10.3 Directory and Disk Structure 433 Exercises 457
10.4 File-System Mounting 444 Bibliographical Notes 459
10.5 File Sharing 446
Chapter 11 File-System Implementation
11.1 File-System Structure 461 11.7 Recovery 486
11.2 File-System Implementation 464 11.8 NFS 490
11.3 Directory Implementation 470 11.9 Example: The WAFL File System 496
11.4 Allocation Methods 471 11.10 Summary 498
11.5 Free-Space Management 479 Exercises 499
11.6 Efficiency and Performance 482 Bibliographical Notes 502
Chapter 12 Mass-Storage Structure
12.1 Overview of Mass-Storage 12.7 RAID Structure 522
Structure 505 12.8 Stable-Storage Implementation 533
12.2 Disk Structure 508 12.9 Tertiary-Storage Structure 534
12.3 Disk Attachment 509 12.10 Summary 543
12.4 Disk Scheduling 510 Exercises 545
12.5 Disk Management 516 Bibliographical Notes 552
12.6 Swap-Space Management 520
Chapter 13 I/O Systems
13.1 Overview 555 13.6 STREAMS 580
13.2 I/O Hardware 556 13.7 Performance 582
13.3 Application I/O Interface 565 13.8 Summary 585
13.4 Kernel I/O Subsystem 571 Exercises 586
13.5 Transforming I/O Requests to Bibliographical Notes 588
Hardware Operations 578
xviii Contents
PART FIVE ¦ PROTECTION AND SECURITY
Chapter 14 Protection
14.1 Goals of Protection 591 14.7 Revocation of Access Rights 606
14.2 Principles of Protection 592 14.8 Capability-Based Systems 607
14.3 Domain of Protection 593 14.9 Language-Based Protection 610
14.4 Access Matrix 598 14.10 Summary 615
14.5 Implementation of Access Matrix 602 Exercises 616
14.6 Access Control 605 Bibliographical Notes 618
Chapter 15 Security
15.1 The Security Problem 621 15.8 Computer-Security
15.2 Program Threats 625 Classifications 662
15.3 System and Network Threats 633 15.9 An Example: Windows XP 664
15.4 Cryptography as a Security Tool 638 15.10 Summary 665
15.5 User Authentication 649 Exercises 666
15.6 Implementing Security Defenses 654 Bibliographical Notes 668
15.7 Firewalling to Protect Systems and
Networks 661
PART SIX ¦ DISTRIBUTED SYSTEMS
Chapter 16 Distributed System Structures
16.1 Motivation 673 16.7 Robustness 694
16.2 Types of Network- 16.8 Design Issues 697
based Operating Systems 675 16.9 An Example: Networking 699
16.3 Network Structure 679 16.10 Summary 701
16.4 Network Topology 683 Exercises 701
16.5 Communication Structure 684 Bibliographical Notes 704
16.6 Communication Protocols 690
Chapter 17 Distributed File Systems
17.1 Background 705 17.6 An Example: AFS 718
17.2 Naming and Transparency 707 17.7 Summary 723
17.3 Remote File Access 710 Exercises 724
17.4 Stateful Versus Stateless Service 715 Bibliographical Notes 725
17.5 File Replication 716
Chapter 18 Distributed Coordination
18.1 Event Ordering 727 18.6 Election Algorithms 747
18.2 Mutual Exclusion 730 18.7 Reaching Agreement 750
18.3 Atomicity 733 18.8 Summary 752
18.4 Concurrency Control 736 Exercises 753
18.5 Deadlock Handling 740 Bibliographical Notes 755
PART SEVEN
Contents
SPECIAL PURPOSE SYSTEMS
XIX
Chapter 19 Real-Time Systems
19.1 Overview 759 19.5 Real-Time CPU Scheduling 768
19.6 An Example: VxWorks 5.x 774
19.7 Summary 776
Exercises 777
19.2 System Characteristics 760
19.3 Features of Real-Time Kernels 762
19.4 Implementing Real-Time Operating
Systems 764
Bibliographical Notes 778
Chapter 20 Multimedia Systems
20.1 What Is Multimedia? 779
20.2 Compression 782
20.3 Requirements of Multimedia
Kernels 784
20.4 CPU Scheduling 786
20.5 Disk Scheduling 787
20.6 Network Management 789
20.7 An Example: CineBlitz 792
20.8 Summary 795
Exercises 795
Bibliographical Notes 797
PART EIGHT
CASE STUDIES
Chapter 21 The Linux System
21.1 Linux History 801
21.2 Design Principles 806
21.3 Kernel Modules 809
21.4 Process Management 812
21.5 Scheduling 815
21.6 Memory Management 820
21.7 File Systems 828
21.8 Input and Output 834
21.9 Interprocess Communication
21.10 Network Structure 838
21.11 Security 840
21.12 Summary 843
Exercises 844
Bibliographical Notes 845
837
Chapter 22 Windows XP
22.1 History 847
22.2 Design Principles 849
22.3 System Components 851
22.4 Environmental Subsystems 874
22.5 File System 878
22.6 Networking 886
22.7 Programmer Interface 892
22.8 Summary 900
Exercises 900
Bibliographical Notes 901
Chapter 23 Influential Operating Systems
23.1 Feature Migration 903 23.9 IBM OS/360 915
23.2 Early Systems 904 23.10 TOPS-20 917
23.3 Atlas 911 23.11 CP/M and MS/DOS 917
23.4 XDS-940 912 23.12 Macintosh Operating System and
23.5 THE 913 Windows 918
23.6 RC4000 913 23.13 Mach 919
23.7 CTSS 914 23.14 Other Systems 920
23.8 MULTICS 915 Exercises 921
Contents
PART NINE ¦ APPENDICES
Appendix A BSD UNIX (contents online)
A.I UNIX History Al A.7 File System A24
A.2 Design Principles A6 A.8 I/O System A32
A.3 Programmer Interface A8 A.9 Interprocess Communication A35
A.4 User Interface A15 A.10 Summary A40
A.5 Process Management A18 Exercises A41
A.6 Memory Management A22 Bibliographical Notes A42
Appendix B The Mach System (contents online)
B.I History of the Mach System Bl B.6 Memory Management B18
B.2 Design Principles B3 B.7 Programmer Interface B23
B.3 System Components B4 B.8 Summary B24
B.4 Process Management B7 Exercises B25
B.5 Interprocess Communication B13 Bibliographical Notes B26
Appendix C Windows 2000 (contents online)
C.I History Cl C.6 Networking C28
C.2 Design Principles C2 C.7 Programmer Interface C33
C.3 System Components C3 C.8 Summary C40
C.4 Environmental Subsystems C19 Exercises C40
C.5 File System C21 Bibliographical Notes C41
Bibliography 923
Credits 941
Index 943
|
adam_txt |
Contents
PART ONE ¦ OVERVIEW
Chapter 1 Introduction
1.1 What Operating Systems Do 3 1.9 Protection and Security 29
1.2 Computer-System Organization 6 1.10 Distributed Systems 30
1.3 Computer-System Architecture 12 1.11 Special-Purpose Systems 32
1.4 Operating-System Structure 18 1.12 Computing Environments 34
1.5 Operating-System Operations 20 1.13 Open-Source Operating Systems 37
1.6 Process Management 23 1.14 Summary 40
1.7 Memory Management 24 Exercises 42
1.8 Storage Management 25 Bibliographical Notes 46
Chapter 2 Operating-System Structures
2.1 Operating-System Services 49 2.8 Virtual Machines 76
2.2 User Operating-System Interface 52 2.9 Operating-System Debugging 84
2.3 System Calls 55 2.10 Operating-System Generation 88
2.4 Types of System Calls 58 2.11 System Boot 89
2.5 System Programs 66 2.12 Summary 90
2.6 Operating-System Design and Exercises 91
Implementation 68 Bibliographical Notes 98
2.7 Operating-System Structure 70
PART TWO ¦ PROCESS MANAGEMENT
Chapter 3 Processes
3.1 Process Concept 101 3.6 Communication in Client-
3.2 Process Scheduling 105 Server Systems 128
3.3 Operations on Processes 110 3.7 Summary 140
3.4 Interprocess Communication 116 Exercises 141
3.5 Examples of IPC Systems 123 Bibliographical Notes 152
xv
Contents
Chapter 4 Threads
4.1 Overview 153
4.2 Multithreading Models
4.3 Thread Libraries 159
4.4 Threading Issues 165
157
4.5 Operating-System Examples
4.6 Summary 174
Exercises 174
Bibliographical Notes 182
171
Chapter 5 CPU Scheduling
5.1 Basic Concepts 183
5.2 Scheduling Criteria 187
5.3 Scheduling Algorithms 188
5.4 Thread Scheduling 199
5.5 Multiple-Processor Scheduling 200
5.6 Operating System Examples
5.7 Algorithm Evaluation 213
5.8 Summary 217
Exercises 218
Bibliographical Notes 223
206
Chapter 6 Process Synchronization
6.1 Background 225
6.2 The Critical-Section Problem 227
6.3 Peterson's Solution 229
6.4 Synchronization Hardware 231
6.5 Semaphores 234
6.6 Classic Problems of
Synchronization 239
6.7 Monitors 244
6.8 Synchronization Examples 252
6.9 Atomic Transactions 257
6.10 Summary 267
Exercises 267
Bibliographical Notes 280
Chapter 7 Deadlocks
7.1 System Model 283
7.2 Deadlock Characterization 285
7.3 Methods for Handling Deadlocks
7.4 Deadlock Prevention 291
7.5 Deadlock Avoidance 294
7.6 Deadlock Detection 301
7.7 Recovery from Deadlock 304
290 7.8 Summary 306
Exercises 307
Bibliographical Notes 311
PART THREE
MEMORY MANAGEMENT
Chapter 8 Main Memory
8.1 Background 315
8.2 Swapping 322
8.3 Contiguous Memory Allocation 324
8.4 Paging 328
8.5 Structure of the Page Table 337
8.6 Segmentation 342
8.7 Example: The Intel Pentium 345
8.8 Summary 349
Exercises 350
Bibliographical Notes 354
Contents
Chapter 9 Virtual Memory
9.1 Background 357 9.8 Allocating Kernel Memory 396
9.2 Demand Paging 361 9.9 Other Considerations 399
9.3 Copy-on-Write 367 9.10 Operating-System Examples 405
9.4 Page Replacement 369 9.11 Summary 407
9.5 Allocation of Frames 382 Exercises 409
9.6 Thrashing 386 Bibliographical Notes 417
9.7 Memory-Mapped Files 390
PART FOUR ¦ STORAGE MANAGEMENT
Chapter 10 File-System Interface
10.1 File Concept 421 10.6 Protection 451
10.2 Access Methods 430 10.7 Summary 456
10.3 Directory and Disk Structure 433 Exercises 457
10.4 File-System Mounting 444 Bibliographical Notes 459
10.5 File Sharing 446
Chapter 11 File-System Implementation
11.1 File-System Structure 461 11.7 Recovery 486
11.2 File-System Implementation 464 11.8 NFS 490
11.3 Directory Implementation 470 11.9 Example: The WAFL File System 496
11.4 Allocation Methods 471 11.10 Summary 498
11.5 Free-Space Management 479 Exercises 499
11.6 Efficiency and Performance 482 Bibliographical Notes 502
Chapter 12 Mass-Storage Structure
12.1 Overview of Mass-Storage 12.7 RAID Structure 522
Structure 505 12.8 Stable-Storage Implementation 533
12.2 Disk Structure 508 12.9 Tertiary-Storage Structure 534
12.3 Disk Attachment 509 12.10 Summary 543
12.4 Disk Scheduling 510 Exercises 545
12.5 Disk Management 516 Bibliographical Notes 552
12.6 Swap-Space Management 520
Chapter 13 I/O Systems
13.1 Overview 555 13.6 STREAMS 580
13.2 I/O Hardware 556 13.7 Performance 582
13.3 Application I/O Interface 565 13.8 Summary 585
13.4 Kernel I/O Subsystem 571 Exercises 586
13.5 Transforming I/O Requests to Bibliographical Notes 588
Hardware Operations 578
xviii Contents
PART FIVE ¦ PROTECTION AND SECURITY
Chapter 14 Protection
14.1 Goals of Protection 591 14.7 Revocation of Access Rights 606
14.2 Principles of Protection 592 14.8 Capability-Based Systems 607
14.3 Domain of Protection 593 14.9 Language-Based Protection 610
14.4 Access Matrix 598 14.10 Summary 615
14.5 Implementation of Access Matrix 602 Exercises 616
14.6 Access Control 605 Bibliographical Notes 618
Chapter 15 Security
15.1 The Security Problem 621 15.8 Computer-Security
15.2 Program Threats 625 Classifications 662
15.3 System and Network Threats 633 15.9 An Example: Windows XP 664
15.4 Cryptography as a Security Tool 638 15.10 Summary 665
15.5 User Authentication 649 Exercises 666
15.6 Implementing Security Defenses 654 Bibliographical Notes 668
15.7 Firewalling to Protect Systems and
Networks 661
PART SIX ¦ DISTRIBUTED SYSTEMS
Chapter 16 Distributed System Structures
16.1 Motivation 673 16.7 Robustness 694
16.2 Types of Network- 16.8 Design Issues 697
based Operating Systems 675 16.9 An Example: Networking 699
16.3 Network Structure 679 16.10 Summary 701
16.4 Network Topology 683 Exercises 701
16.5 Communication Structure 684 Bibliographical Notes 704
16.6 Communication Protocols 690
Chapter 17 Distributed File Systems
17.1 Background 705 17.6 An Example: AFS 718
17.2 Naming and Transparency 707 17.7 Summary 723
17.3 Remote File Access 710 Exercises 724
17.4 Stateful Versus Stateless Service 715 Bibliographical Notes 725
17.5 File Replication 716
Chapter 18 Distributed Coordination
18.1 Event Ordering 727 18.6 Election Algorithms 747
18.2 Mutual Exclusion 730 18.7 Reaching Agreement 750
18.3 Atomicity 733 18.8 Summary 752
18.4 Concurrency Control 736 Exercises 753
18.5 Deadlock Handling 740 Bibliographical Notes 755
PART SEVEN
Contents
SPECIAL PURPOSE SYSTEMS
XIX
Chapter 19 Real-Time Systems
19.1 Overview 759 19.5 Real-Time CPU Scheduling 768
19.6 An Example: VxWorks 5.x 774
19.7 Summary 776
Exercises 777
19.2 System Characteristics 760
19.3 Features of Real-Time Kernels 762
19.4 Implementing Real-Time Operating
Systems 764
Bibliographical Notes 778
Chapter 20 Multimedia Systems
20.1 What Is Multimedia? 779
20.2 Compression 782
20.3 Requirements of Multimedia
Kernels 784
20.4 CPU Scheduling 786
20.5 Disk Scheduling 787
20.6 Network Management 789
20.7 An Example: CineBlitz 792
20.8 Summary 795
Exercises 795
Bibliographical Notes 797
PART EIGHT
CASE STUDIES
Chapter 21 The Linux System
21.1 Linux History 801
21.2 Design Principles 806
21.3 Kernel Modules 809
21.4 Process Management 812
21.5 Scheduling 815
21.6 Memory Management 820
21.7 File Systems 828
21.8 Input and Output 834
21.9 Interprocess Communication
21.10 Network Structure 838
21.11 Security 840
21.12 Summary 843
Exercises 844
Bibliographical Notes 845
837
Chapter 22 Windows XP
22.1 History 847
22.2 Design Principles 849
22.3 System Components 851
22.4 Environmental Subsystems 874
22.5 File System 878
22.6 Networking 886
22.7 Programmer Interface 892
22.8 Summary 900
Exercises 900
Bibliographical Notes 901
Chapter 23 Influential Operating Systems
23.1 Feature Migration 903 23.9 IBM OS/360 915
23.2 Early Systems 904 23.10 TOPS-20 917
23.3 Atlas 911 23.11 CP/M and MS/DOS 917
23.4 XDS-940 912 23.12 Macintosh Operating System and
23.5 THE 913 Windows 918
23.6 RC4000 913 23.13 Mach 919
23.7 CTSS 914 23.14 Other Systems 920
23.8 MULTICS 915 Exercises 921
Contents
PART NINE ¦ APPENDICES
Appendix A BSD UNIX (contents online)
A.I UNIX History Al A.7 File System A24
A.2 Design Principles A6 A.8 I/O System A32
A.3 Programmer Interface A8 A.9 Interprocess Communication A35
A.4 User Interface A15 A.10 Summary A40
A.5 Process Management A18 Exercises A41
A.6 Memory Management A22 Bibliographical Notes A42
Appendix B The Mach System (contents online)
B.I History of the Mach System Bl B.6 Memory Management B18
B.2 Design Principles B3 B.7 Programmer Interface B23
B.3 System Components B4 B.8 Summary B24
B.4 Process Management B7 Exercises B25
B.5 Interprocess Communication B13 Bibliographical Notes B26
Appendix C Windows 2000 (contents online)
C.I History Cl C.6 Networking C28
C.2 Design Principles C2 C.7 Programmer Interface C33
C.3 System Components C3 C.8 Summary C40
C.4 Environmental Subsystems C19 Exercises C40
C.5 File System C21 Bibliographical Notes C41
Bibliography 923
Credits 941
Index 943 |
any_adam_object | 1 |
any_adam_object_boolean | 1 |
author | Silberschatz, Abraham Galvin, Peter B. Gagne, Greg |
author_facet | Silberschatz, Abraham Galvin, Peter B. Gagne, Greg |
author_role | aut aut aut |
author_sort | Silberschatz, Abraham |
author_variant | a s as p b g pb pbg g g gg |
building | Verbundindex |
bvnumber | BV023474261 |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.76.O63 |
callnumber-search | QA76.76.O63 |
callnumber-sort | QA 276.76 O63 |
callnumber-subject | QA - Mathematics |
classification_rvk | ST 260 ST 267 |
ctrlnum | (OCoLC)260208396 (DE-599)HBZHT015331947 |
dewey-full | 005.4/3 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.4/3 |
dewey-search | 005.4/3 |
dewey-sort | 15.4 13 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
discipline_str_mv | Informatik |
edition | 8. ed. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>02184nam a2200541 c 4500</leader><controlfield tag="001">BV023474261</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20090518 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">080804s2009 d||| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9780470128725</subfield><subfield code="9">978-0-470-12872-5</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)260208396</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)HBZHT015331947</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-898</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">QA76.76.O63</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">005.4/3</subfield><subfield code="2">22</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 260</subfield><subfield code="0">(DE-625)143632:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 267</subfield><subfield code="0">(DE-625)143635:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Silberschatz, Abraham</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Operating system concepts</subfield><subfield code="c">Abraham Silberschatz ; Peter Baer Galvin ; Greg Gagne</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">8. ed.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Hoboken, NJ</subfield><subfield code="b">Wiley</subfield><subfield code="c">2009</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XX, 972 S.</subfield><subfield code="b">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="650" ind1=" " ind2="4"><subfield code="a">Sistemas operativos (Computadoras)</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Operating systems (Computers)</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="650" ind1="0" ind2="7"><subfield code="a">C</subfield><subfield code="g">Programmiersprache</subfield><subfield code="0">(DE-588)4113195-2</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</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">Java</subfield><subfield code="g">Programmiersprache</subfield><subfield code="0">(DE-588)4401313-9</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="655" ind1=" " ind2="7"><subfield code="0">(DE-588)4123623-3</subfield><subfield code="a">Lehrbuch</subfield><subfield code="2">gnd-content</subfield></datafield><datafield tag="689" ind1="0" 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="0" ind2="1"><subfield code="a">Java</subfield><subfield code="g">Programmiersprache</subfield><subfield code="0">(DE-588)4401313-9</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="2"><subfield code="a">C</subfield><subfield code="g">Programmiersprache</subfield><subfield code="0">(DE-588)4113195-2</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">Betriebssystem</subfield><subfield code="0">(DE-588)4006216-8</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="700" ind1="1" ind2=" "><subfield code="a">Galvin, Peter B.</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Gagne, Greg</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=016656537&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-016656537</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> |
genre | (DE-588)4123623-3 Lehrbuch gnd-content |
genre_facet | Lehrbuch |
id | DE-604.BV023474261 |
illustrated | Illustrated |
index_date | 2024-07-02T21:35:35Z |
indexdate | 2024-07-09T21:19:36Z |
institution | BVB |
isbn | 9780470128725 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-016656537 |
oclc_num | 260208396 |
open_access_boolean | |
owner | DE-703 DE-898 DE-BY-UBR |
owner_facet | DE-703 DE-898 DE-BY-UBR |
physical | XX, 972 S. graph. Darst. |
publishDate | 2009 |
publishDateSearch | 2009 |
publishDateSort | 2009 |
publisher | Wiley |
record_format | marc |
spelling | Silberschatz, Abraham Verfasser aut Operating system concepts Abraham Silberschatz ; Peter Baer Galvin ; Greg Gagne 8. ed. Hoboken, NJ Wiley 2009 XX, 972 S. graph. Darst. txt rdacontent n rdamedia nc rdacarrier Sistemas operativos (Computadoras) Operating systems (Computers) Betriebssystem (DE-588)4006216-8 gnd rswk-swf C Programmiersprache (DE-588)4113195-2 gnd rswk-swf Entwurf (DE-588)4121208-3 gnd rswk-swf Java Programmiersprache (DE-588)4401313-9 gnd rswk-swf (DE-588)4123623-3 Lehrbuch gnd-content Betriebssystem (DE-588)4006216-8 s Java Programmiersprache (DE-588)4401313-9 s C Programmiersprache (DE-588)4113195-2 s 1\p DE-604 Entwurf (DE-588)4121208-3 s 2\p DE-604 Galvin, Peter B. Verfasser aut Gagne, Greg Verfasser aut HBZ Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=016656537&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 | Silberschatz, Abraham Galvin, Peter B. Gagne, Greg Operating system concepts Sistemas operativos (Computadoras) Operating systems (Computers) Betriebssystem (DE-588)4006216-8 gnd C Programmiersprache (DE-588)4113195-2 gnd Entwurf (DE-588)4121208-3 gnd Java Programmiersprache (DE-588)4401313-9 gnd |
subject_GND | (DE-588)4006216-8 (DE-588)4113195-2 (DE-588)4121208-3 (DE-588)4401313-9 (DE-588)4123623-3 |
title | Operating system concepts |
title_auth | Operating system concepts |
title_exact_search | Operating system concepts |
title_exact_search_txtP | Operating system concepts |
title_full | Operating system concepts Abraham Silberschatz ; Peter Baer Galvin ; Greg Gagne |
title_fullStr | Operating system concepts Abraham Silberschatz ; Peter Baer Galvin ; Greg Gagne |
title_full_unstemmed | Operating system concepts Abraham Silberschatz ; Peter Baer Galvin ; Greg Gagne |
title_short | Operating system concepts |
title_sort | operating system concepts |
topic | Sistemas operativos (Computadoras) Operating systems (Computers) Betriebssystem (DE-588)4006216-8 gnd C Programmiersprache (DE-588)4113195-2 gnd Entwurf (DE-588)4121208-3 gnd Java Programmiersprache (DE-588)4401313-9 gnd |
topic_facet | Sistemas operativos (Computadoras) Operating systems (Computers) Betriebssystem C Programmiersprache Entwurf Java Programmiersprache Lehrbuch |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=016656537&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT silberschatzabraham operatingsystemconcepts AT galvinpeterb operatingsystemconcepts AT gagnegreg operatingsystemconcepts |