Báo cáo tài liệu vi phạm
Giới thiệu
Kinh doanh - Marketing
Kinh tế quản lý
Biểu mẫu - Văn bản
Tài chính - Ngân hàng
Công nghệ thông tin
Tiếng anh ngoại ngữ
Kĩ thuật công nghệ
Khoa học tự nhiên
Khoa học xã hội
Văn hóa nghệ thuật
Sức khỏe - Y tế
Văn bản luật
Nông Lâm Ngư
Kỹ năng mềm
Luận văn - Báo cáo
Giải trí - Thư giãn
Tài liệu phổ thông
Văn mẫu
THỊ TRƯỜNG NGÀNH HÀNG
NÔNG NGHIỆP, THỰC PHẨM
Gạo
Rau hoa quả
Nông sản khác
Sữa và sản phẩm
Thịt và sản phẩm
Dầu thực vật
Thủy sản
Thức ăn chăn nuôi, vật tư nông nghiệp
CÔNG NGHIỆP
Dệt may
Dược phẩm, Thiết bị y tế
Máy móc, thiết bị, phụ tùng
Nhựa - Hóa chất
Phân bón
Sản phẩm gỗ, Hàng thủ công mỹ nghệ
Sắt, thép
Ô tô và linh kiện
Xăng dầu
DỊCH VỤ
Logistics
Tài chính-Ngân hàng
NGHIÊN CỨU THỊ TRƯỜNG
Hoa Kỳ
Nhật Bản
Trung Quốc
Hàn Quốc
Châu Âu
ASEAN
BẢN TIN
Bản tin Thị trường hàng ngày
Bản tin Thị trường và dự báo tháng
Bản tin Thị trường giá cả vật tư
Tìm
Danh mục
Kinh doanh - Marketing
Kinh tế quản lý
Biểu mẫu - Văn bản
Tài chính - Ngân hàng
Công nghệ thông tin
Tiếng anh ngoại ngữ
Kĩ thuật công nghệ
Khoa học tự nhiên
Khoa học xã hội
Văn hóa nghệ thuật
Y tế sức khỏe
Văn bản luật
Nông lâm ngư
Kĩ năng mềm
Luận văn - Báo cáo
Giải trí - Thư giãn
Tài liệu phổ thông
Văn mẫu
NGÀNH HÀNG
NÔNG NGHIỆP, THỰC PHẨM
Gạo
Rau hoa quả
Nông sản khác
Sữa và sản phẩm
Thịt và sản phẩm
Dầu thực vật
Thủy sản
Thức ăn chăn nuôi, vật tư nông nghiệp
CÔNG NGHIỆP
Dệt may
Dược phẩm, Thiết bị y tế
Máy móc, thiết bị, phụ tùng
Nhựa - Hóa chất
Phân bón
Sản phẩm gỗ, Hàng thủ công mỹ nghệ
Sắt, thép
Ô tô và linh kiện
Xăng dầu
DỊCH VỤ
Logistics
Tài chính-Ngân hàng
NGHIÊN CỨU THỊ TRƯỜNG
Hoa Kỳ
Nhật Bản
Trung Quốc
Hàn Quốc
Châu Âu
ASEAN
BẢN TIN
Bản tin Thị trường hàng ngày
Bản tin Thị trường và dự báo tháng
Bản tin Thị trường giá cả vật tư
Thông tin
Tài liệu Xanh là gì
Điều khoản sử dụng
Chính sách bảo mật
0
Trang chủ
Công Nghệ Thông Tin
Hệ điều hành
Lecture Operating systems: A concept-based approach (2/e): Chapter 13 - Dhananjay M. Dhamdhere
Đang chuẩn bị liên kết để tải về tài liệu:
Lecture Operating systems: A concept-based approach (2/e): Chapter 13 - Dhananjay M. Dhamdhere
Thiên Kim
86
20
ppt
Không đóng trình duyệt đến khi xuất hiện nút TẢI XUỐNG
Tải xuống
Chapter 13 - Synchronization and scheduling in multiprocessor operating systems. This chapter discusses different kinds of multiprocessor systems, and describes how the OS achieves high throughput and fast response by using special techniques of structuring its kernel, so that many CPUs can execute kernel code in parallel, and of synchronizing and scheduling processes. | PROPRIETARY MATERIAL. © 2007 The McGraw-Hill Companies, Inc. All rights reserved. No part of this PowerPoint slide may be displayed, reproduced or distributed in any form or by any means, without the prior written permission of the publisher, or used beyond the limited distribution to teachers and educators permitted by McGraw-Hill for their individual course preparation. If you are a student using this PowerPoint slide, you are using it without permission. Advantages of multiprocessors Multiprocessor architectures provide three advantages High throughput CPUs can service many processes in parallel Computation speed-up An application may finish early because its processes may be serviced in parallel Graceful degradation Fault in one CPU does not halt the multiprocessor system Classification of multiprocessor systems Multiprocessor systems are classified according to the manner in which CPUs access memory units Uniform memory access (UMA) architecture All CPUs can access the entire . | PROPRIETARY MATERIAL. © 2007 The McGraw-Hill Companies, Inc. All rights reserved. No part of this PowerPoint slide may be displayed, reproduced or distributed in any form or by any means, without the prior written permission of the publisher, or used beyond the limited distribution to teachers and educators permitted by McGraw-Hill for their individual course preparation. If you are a student using this PowerPoint slide, you are using it without permission. Advantages of multiprocessors Multiprocessor architectures provide three advantages High throughput CPUs can service many processes in parallel Computation speed-up An application may finish early because its processes may be serviced in parallel Graceful degradation Fault in one CPU does not halt the multiprocessor system Classification of multiprocessor systems Multiprocessor systems are classified according to the manner in which CPUs access memory units Uniform memory access (UMA) architecture All CPUs can access the entire memory in an identical manner Also called symmetrical multiprocessor (SMP) architecture Non-uniform memory access (NUMA) architecture Nodes have their own memories, called local memories The CPUs in one node can access the local memory of the node faster than the memory of another node No-remote-memory-access (NORMA) architecture CPUs can access memory units of other nodes only over the network Throughput depends on the interconnection network Interconnection networks Common CPU–memory interconnection networks Bus Low cost, high expandability, reasonable access speeds Only one CPU–memory conversation can be in progress at any time Cross-bar switch CPUs connected along one direction, memory units along another High cost, low expandability, high access speeds Many conversations can be in progress at any time Multistage interconnection network (MIN) Hybrid between a bus and a cross-bar switch Each stage consists of many 2 x 2 switches A path is selected through the stages to reach a memory .
TÀI LIỆU LIÊN QUAN
Advanced Operating Systems: Lecture 1 - Mr. Farhan Zaidi
Advanced Operating Systems: Lecture 22 - Mr. Farhan Zaidi
Lecture Operating systems: A concept-based approach: Chapter 10 - Dhananjay M. Dhamdhere
Lecture Operating systems: Internals and design principles (6/E): Chapter 2 - William Stallings
Lecture Operating systems: A concept-based approach: Chapter 13 - Dhananjay M. Dhamdhere
Advanced Operating Systems: Lecture 19 - Mr. Farhan Zaidi
Lecture Operating systems: A concept-based approach (2/e): Chapter 15 - Dhananjay M. Dhamdhere
Lecture Operating systems: A concept-based approach: Chapter 1 - Dhananjay M. Dhamdhere
Lecture Operating systems: A concept-based approach: Chapter 2 - Dhananjay M. Dhamdhere
Lecture Operating systems: A concept-based approach: Chapter 3 - Dhananjay M. Dhamdhere
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.