Personnaliser

OK

Appareils photo, caméras, drones et bien d'autres ! 30€ et 100€ offerts* dès 299€ et 999€ d'achat sur l'univers Photo et caméras avec les codes : PHOTO30 et PHOTO100

En profiter

Silberschatz's Operating System Concepts, Global Edition - Abraham Silberschatz

Note : 0

0 avis
  • Soyez le premier à donner un avis

Vous en avez un à vendre ?

Vendez-le-vôtre
Filtrer par :

94,91 €

Produit Neuf

  • Ou 23,73 € /mois

    • Livraison : 3,99 €
    • Livré entre le 30 juillet et le 5 août
    Voir les modes de livraison

    M_plus_L

    PRO Vendeur favori

    4,8/5 sur + de 1 000 ventes

    Nos autres offres

    • 121,00 €

      Produit Neuf

      Ou 30,25 € /mois

      • Livraison à 0,01 €
      • Livré entre le 31 juillet et le 12 août
      Voir les modes de livraison

      Brand new, In English, Fast shipping from London, UK; Tout neuf, en anglais, expédition rapide depuis Londres, Royaume-Uni;ria9781119454083_dbm

      Voir le détail de l'annonce 
    Publicité
     
    Vous avez choisi le retrait chez le vendeur à
    • Payez directement sur Rakuten (CB, PayPal, 4xCB...)
    • Récupérez le produit directement chez le vendeur
    • Rakuten vous rembourse en cas de problème

    Gratuit et sans engagement

    Félicitations !

    Nous sommes heureux de vous compter parmi nos membres du Club Rakuten !

    En savoir plus

    Retour

    Horaires

        Note :


        Avis sur Silberschatz's Operating System Concepts, Global Edition de Abraham Silberschatz Format Broché  - Livre Informatique

        Note : 0 0 avis sur Silberschatz's Operating System Concepts, Global Edition de Abraham Silberschatz Format Broché  - Livre Informatique

        Les avis publiés font l'objet d'un contrôle automatisé de Rakuten.


        Présentation Silberschatz's Operating System Concepts, Global Edition de Abraham Silberschatz Format Broché

         - Livre Informatique

        Livre Informatique - Abraham Silberschatz - 01/07/2019 - Broché - Langue : Anglais

        . .

      • Auteur(s) : Abraham Silberschatz - Greg Gagne - Peter B. Galvin
      • Editeur : John Wiley & Sons Inc
      • Langue : Anglais
      • Parution : 01/07/2019
      • Format : Moyen, de 350g à 1kg
      • Nombre de pages : 896
      • Expédition : 2132
      • Dimensions : 25.7 x 20.6 x 4.7
      • ISBN : 1119454085



      • Résumé :

        Instruction on operating system functionality with examples incorporated for improved learning

        With the updating of Silberschatz's Operating System Concepts, 10th Edition, students have access to a text that presents both important concepts and real-world applications. Key concepts are reinforced in this global edition through instruction, chapter practice exercises, homework exercises, and suggested readings. Students also receive an understanding how to apply the content. The book provides example programs written in C and Java for use in programming environments.

        ...

        Biographie:

        Part One Overview

        Chapter 1 Introduction

        1.1 What Operating Systems Do 4

        1.2 Computer-System Organization 7

        1.3 Computer-System Architecture 15

        1.4 Operating-System Operations 21

        1.5 Resource Management 27

        1.6 Security and Protection 33

        1.7 Virtualization 34

        1.8 Distributed Systems 35

        1.9 Kernel Data Structures 36

        1.10 Computing Environments 40

        1.11 Free and Open-Source Operating Systems 46

        1.12 Summary 51

        Exercises 53

        Further Reading 57

        Chapter 2 Operating-System Structures

        2.1 Operating-System Services 59

        2.2 User and Operating-System Interface 62

        2.3 System Calls 66

        2.4 System Services 78

        2.5 Linkers and Loaders 79

        2.6 Why Applications Are Operating-System Specific 81

        2.7 Operating-System Design and Implementation 83

        2.8 Operating-System Structure 85

        2.9 Building and Booting an Operating System 95

        2.10 Operating-System Debugging 99

        2.11 Summary 104

        Exercises 105

        Further Reading 107

        Part Two Process Management

        Chapter 3 Processes

        3.1 Process Concept 112

        3.2 Process Scheduling 116

        3.3 Operations on Processes 122

        3.4 Interprocess Communication 129

        3.5 IPC in Shared-Memory Systems 131

        3.6 IPC in Message-Passing Systems 133

        3.7 Examples of IPC Systems 138

        3.8 Communication in Client-Server Systems 151

        3.9 Summary 159

        Exercises 161

        Further Reading 166

        Chapter 4 Threads & Concurrency

        4.1 Overview 168

        4.2 Multicore Programming 170

        4.3 Multithreading Models 174

        4.4 Thread Libraries 176

        4.5 Implicit Threading 184

        4.6 Threading Issues 196

        4.7 Operating-System Examples 202

        4.8 Summary 204

        Exercises 205

        Further Reading 208

        Chapter 5 CPU Scheduling

        5.1 Basic Concepts 212

        5.2 Scheduling Criteria 216

        5.3 Scheduling Algorithms 217

        5.4 Thread Scheduling 229

        5.5 Multi-Processor Scheduling 232

        5.6 Real-Time CPU Scheduling 239

        5.7 Operating-System Examples 246

        5.8 Algorithm Evaluation 256

        5.9 Summary 262

        Exercises 263

        Further Reading 270

        Part Three Process Synchronization

        Chapter 6 Synchronization Tools

        6.1 Background 273

        6.2 The Critical-Section Problem 276

        6.3 Peterson's Solution 278

        6.4 Hardware Support for Synchronization 281

        6.5 Mutex Locks 286

        6.6 Semaphores 288

        6.7 Monitors 292

        6.8 Liveness 299

        6.9 Evaluation 300

        6.10 Summary 302

        Exercises 303

        Further Reading 309

        Chapter 7 Synchronization Examples

        7.1 Classic Problems of Synchronization 311

        7.2 Synchronization within the Kernel 317

        7.3 POSIX Synchronization 321

        7.4 Synchronization in Java 325

        7.5 Alternative Approaches 333

        7.6 Summary 336

        Exercises 336

        Further Reading 338

        Chapter 8 Deadlocks

        8.1 System Model 342

        8.2 Deadlock in Multithreaded Applications 343

        8.3 Deadlock Characterization 345

        8.4 Methods for Handling Deadlocks 350

        8.5 Deadlock Prevention 351

        8.6 Deadlock Avoidance 354

        8.7 Deadlock Detection 361

        8.8 Recovery from Deadlock 365

        8.9 Summary 367

        Exercises 368

        Further Reading 374

        Part Four Memory Management

        Chapter 9 Main Memory

        9.1 Background 379

        9.2 Contiguous Memory Allocation 386

        9.3 Paging 390

        9.4 Structure of the Page Table 401

        9.5 Swapping 406

        ...

        Sommaire:

        Part One Overview

        Chapter 1 Introduction

        1.1 What Operating Systems Do 4

        1.2 Computer-System Organization 7

        1.3 Computer-System Architecture 15

        1.4 Operating-System Operations 21

        1.5 Resource Management 27

        1.6 Security and Protection 33

        1.7 Virtualization 34

        1.8 Distributed Systems 35

        1.9 Kernel Data Structures 36

        1.10 Computing Environments 40

        1.11 Free and Open-Source Operating Systems 46

        1.12 Summary 51

        Exercises 53

        Further Reading 57

        Chapter 2 Operating-System Structures

        2.1 Operating-System Services 59

        2.2 User and Operating-System Interface 62

        2.3 System Calls 66

        2.4 System Services 78

        2.5 Linkers and Loaders 79

        2.6 Why Applications Are Operating-System Specific 81

        2.7 Operating-System Design and Implementation 83

        2.8 Operating-System Structure 85

        2.9 Building and Booting an Operating System 95

        2.10 Operating-System Debugging 99

        2.11 Summary 104

        Exercises 105

        Further Reading 107

        Part Two Process Management

        Chapter 3 Processes

        3.1 Process Concept 112

        3.2 Process Scheduling 116

        3.3 Operations on Processes 122

        3.4 Interprocess Communication 129

        3.5 IPC in Shared-Memory Systems 131

        3.6 IPC in Message-Passing Systems 133

        3.7 Examples of IPC Systems 138

        3.8 Communication in Client-Server Systems 151

        3.9 Summary 159

        Exercises 161

        Further Reading 166

        Chapter 4 Threads & Concurrency

        4.1 Overview 168

        4.2 Multicore Programming 170

        4.3 Multithreading Models 174

        4.4 Thread Libraries 176

        4.5 Implicit Threading 184

        4.6 Threading Issues 196

        4.7 Operating-System Examples 202

        4.8 Summary 204

        Exercises 205

        Further Reading 208

        Chapter 5 CPU Scheduling

        5.1 Basic Concepts 212

        5.2 Scheduling Criteria 216

        5.3 Scheduling Algorithms 217

        5.4 Thread Scheduling 229

        5.5 Multi-Processor Scheduling 232

        5.6 Real-Time CPU Scheduling 239

        5.7 Operating-System Examples 246

        5.8 Algorithm Evaluation 256

        5.9 Summary 262

        Exercises 263

        Further Reading 270

        Part Three Process Synchronization

        Chapter 6 Synchronization Tools

        6.1 Background 273

        6.2 The Critical-Section Problem 276

        6.3 Peterson's Solution 278

        6.4 Hardware Support for Synchronization 281

        6.5 Mutex Locks 286

        6.6 Semaphores 288

        6.7 Monitors 292

        6.8 Liveness 299

        6.9 Evaluation 300

        6.10 Summary 302

        Exercises 303

        Further Reading 309

        Chapter 7 Synchronization Examples

        7.1 Classic Problems of Synchronization 311

        7.2 Synchronization within the Kernel 317

        7.3 POSIX Synchronization 321

        7.4 Synchronization in Java 325

        7.5 Alternative Approaches 333

        7.6 Summary 336

        Exercises 336

        Further Reading 338

        Chapter 8 Deadlocks

        8.1 System Model 342

        8.2 Deadlock in Multithreaded Applications 343

        8.3 Deadlock Characterization 345

        8.4 Methods for Handling Deadlocks 350

        8.5 Deadlock Prevention 351

        8.6 Deadlock Avoidance 354

        8.7 Deadlock Detection 361

        8.8 Recovery from Deadlock 365

        8.9 Summary 367

        Exercises 368

        Further Reading 374

        Part Four Memory Management

        Chapter 9 Main Memory

        9.1 Background 379

        9.2 Contiguous Memory Allocation 386

        9.3 Paging 390

        9.4 Structure of the Page Table 401

        9.5 Swapping 406

        ...

        Détails de conformité du produit

        Consulter les détails de conformité de ce produit (

        Personne responsable dans l'UE

        )
        Le choixNeuf et occasion
        Minimum5% remboursés
        Le service clientsÀ votre écoute
        LinkedinFacebookTwitterInstagramYoutubePinterestTiktok
        visavisa
        mastercardmastercard
        klarnaklarna
        paypalpaypal
        floafloa
        americanexpressamericanexpress
        Rakuten Logo
        • Rakuten Kobo
        • Rakuten TV
        • Rakuten Viber
        • Rakuten Viki
        • Plus de services
        • À propos de Rakuten
        Rakuten.com