알라딘

[중고] OPERATING SYSTEM CONCEPTS (PAPERBACK, INTERNATIONAL STUDENT VERSION, 9)
2019년 컴퓨터 분야 4위
  • 새상품
    43,000원 43,000원 (마일리지860원)
  • 판매가
    27,600원 (정가대비 36% 할인)
  • 상품 상태
    • 배송료
      택배 4,000원, 도서/산간 1,000원
    • 판매자
    • 출고예상일
      통상 48시간 이내

    무이자 할부 안내

    • * 2~3개월 무이자 : 현대,하나,국민,삼성
      * 2~4개월 무이자 : 우리,BC
      * 2~5개월 무이자 : 롯데,신한
      * 2~6개월 무이자 : 농협
      ※ 제휴 신용카드 결제시 무이자+제휴카드 혜택 가능합니다.
      ※ 알라딘페이는 토스페이먼츠사 정책으로 5만원 이상 할부 선택이 가능하오니 필요시 다른 결제수단을 이용 부탁드립니다.
      ※ 오프라인결제/Non ActiveX 결제(간편결제)/카카오페이/네이버페이/페이코 등 간편결제/법인/체크/선불/기프트/문화누리/은행계열카드/ 알라딘 캐시와 같은 정기과금 결제 등은 행사대상에서 제외됩니다.
      ※ 무이자할부 결제 시 카드사 포인트 적립에서 제외될 수 있습니다.
      ※ 본 행사는 카드사 사정에 따라 변경 또는 중단될 수 있습니다.

    상품을 장바구니에 담았습니다.

    보관함에 상품 담기

    • US, 해외배송불가, 판매자 직접배송
    • 중고샵 회원간 판매상품은 판매자가 직접 등록/판매하는 오픈마켓 상품으로, 중개 시스템만 제공하는 알라딘에서는 상품과 내용에 대해 일체 책임지지 않습니다.
    중고상품 구매 유의 사항
    중고상품 구매 유의 사항

    책 정보

    · 제목 : Operating System Concepts (Paperback, International Student Version, 9) 
    · ISBN : 9781118093757
    · 쪽수 : 880쪽
    · 출판일 : 2013-05-10

    목차

    PART ONE OVERVIEW Chapter 1 Introduction 1.1 What Operating Systems Do 4 1.2 Computer-System Organization 7 1.3 Computer-System Architecture 12 1.4 Operating-System Structure 19 1.5 Operating-System Operations 21 1.6 Process Management 24 1.7 Memory Management 25 1.8 Storage Management 26 1.9 Protection and Security 30 1.10 Kernel Data Structures 31 1.11 Computing Environments 35 1.12 Open-Source Operating Systems 43 1.13 Summary 47 Exercises 49 Bibliographical Notes 51 Chapter 2 System Structures 2.1 Operating-System Services 53 2.2 User and Operating-System Interface 56 2.3 System Calls 60 2.4 Types of System Calls 64 2.5 System Programs 72 2.6 Operating-System Design and Implementation 73 2.7 Operating-System Structure 76 2.8 Operating-System Debugging 84 2.9 Operating-System Generation 89 2.10 System Boot 90 2.11 Summary 91 Exercises 92 Bibliographical Notes 98 PART TWO PROCESS MANAGEMENT Chapter 3 Process Concept 3.1 Process Concept 103 3.2 Process Scheduling 108 3.3 Operations on Processes 113 3.4 Interprocess Communication 120 3.5 Examples of IPC Systems 128 3.6 Communication in Client-Server Systems 134 3.7 Summary 145Exercises 147 Bibliographical Notes 158 Chapter 4 Multithreaded Programming 4.1 Overview 161 4.2 Multicore Programming 164 4.3 Multithreading Models 167 4.4 Thread Libraries 169 4.5 Implicit Threading 175 4.6 Threading Issues 181 4.7 Operating-System Examples 186 4.8 Summary 189 Exercises 189 Bibliographical Notes 197 Chapter 5 Process Scheduling 5.1 Basic Concepts 201 5.2 Scheduling Criteria 205 5.3 Scheduling Algorithms 206 5.4 Thread Scheduling 217 5.5 Multiple-Processor Scheduling 218 5.6 Real-Time CPU Scheduling 223 5.7 Operating-System Examples 230 5.8 Algorithm Evaluation 240 5.9 Summary 244 Exercises 245 Bibliographical Notes 250 Chapter 6 Synchronization 6.1 Background 253 6.2 The Critical-Section Problem 256 6.3 Peterson's Solution 257 6.4 Synchronization Hardware 259 6.5 Mutex Locks 262 6.6 Semaphores 263 6.7 Classic Problems of Synchronization 269 6.8 Monitors 273 6.9 Synchronization Examples 282 6.10 Alternative Approaches 288 6.11 Summary 292 Exercises 292 Bibliographical Notes 307 Chapter 7 Deadlocks 7.1 System Model 311 7.2 Deadlock Characterization 313 7.3 Methods for Handling Deadlocks 318 7.4 Deadlock Prevention 319 7.5 Deadlock Avoidance 323 7.6 Deadlock Detection 329 7.7 Recovery from Deadlock 333 7.8 Summary 335 Exercises 335 Bibliographical Notes 340 PART THREE MEMORY MANAGEMENT Chapter 8 Memory-Management Strategies 8.1 Background 345 8.2 Swapping 352 8.3 Contiguous Memory Allocation 354 8.4 Segmentation 358 8.5 Paging 360 8.6 Structure of the Page Table 372 8.7 Example: Intel 32 and 64-bit Architectures 377 8.8 Example: ARM Architecture 382 8.9 Summary 383 Exercises 384 Bibliographical Notes 387 Chapter 9 Virtual-Memory Management 9.1 Background 389 9.2 Demand Paging 393 9.3 Copy-on-Write 400 9.4 Page Replacement 401 9.5 Allocation of Frames 413 9.6 Thrashing 417 9.7 Memory-Mapped Files 422 9.8 Allocating Kernel Memory 428 9.9 Other Considerations 431 9.10 Operating-System Examples 437 9.11 Summary 440 Exercises 441 Bibliographical Notes 450 PART FOUR STORAGE MANAGEMENT Chapter 10 File System 10.1 File Concept 455 10.2 Access Methods 465 10.3 Directory and Disk Structure 467 10.4 File-System Mounting 478 10.5 File Sharing 480 10.6 Protection 485 10.7 Summary 490 Exercises 491 Bibliographical Notes 492 Chapter 11 Implementing File-Systems 11.1 File-System Structure 495 11.2 File-System Implementation 498 11.3 Directory Implementation 504 11.4 Allocation Methods 505 11.5 Free-Space Management 513 11.6 Efficiency and Performance 516 11.7 Recovery 520 11.8 NFS 523 11.9 Example: The WAFL File System 529 11.10 Summary 532 Exercises 533 Bibliographical Notes 536 Chapter 12 Mass-Storage Structure 12.1 Overview of Mass-Storage Structure 539 12.2 Disk

    알라딘 중고
    품질 판정 가이드
    알라딘 중고 품질 판정 가이드
    품질등급 헌 상태 표지 책등 / 책배 내부 / 제본상태