不要因为现实的平凡,就否定了那华丽的梦想!
|
Operating Systems and Systems Programming
CS162 是伯克利大学开设的操作系统与分布式系统课程,涵盖并发、进程管理、内存管理、文件系统、网络通信、安全机制和事务处理等核心概念。课程内容包括操作系统的基本原理、线程同步、地址转换、分页管理、分布式文件系统、远程过程调用(RPC)以及云计算等现代计算机系统设计主题。通过理论讲解与实践结合,学生将掌握高效、健壮的系统设计方法,为深入研究计算机系统、云计算与分布式计算奠定基础。
⭐⭐⭐⭐⭐
语音 | 字幕 | |
---|---|---|
中文 | ❌ | ✅ |
英文 | ✅ | ✅ |
无
1.操作系统概述-What is an Operating System
2.操作系统四大核心概念-Four Fundamental OS Concepts
3.并发与互斥-Concurrency and Mutual Exclusion
4.同步:锁与信号量-Synchronization: Locks and Semaphores
5.信号量、管程与读者-写者问题-Semaphores, Monitors, and ReadersWriters
6.套接字与网络(续)调度-Sockets/Networking (Con't) Scheduling
7.调度(续)与死锁-Scheduling (Con't) and Deadlock
8.调度(完结)、死锁与地址转换-Scheduling (finished), Deadlock, Address Translation
9.地址转换-Address Translation
10.地址转换(续)与缓存及TLB-Address Translation (Con't), Caching and TLBs
11.缓存及TLB(完结)与按需分页-Caching and TLBs (finished), Demand Paging
12.按需分页-Demand Paging
13.按需分页(完结)与通用I/O-Demand Paging (finished), General I/O
14.性能与存储设备-Performance, Storage Devices
15.队列理论、磁盘调度与文件系统-Queueing Theory, Disk Scheduling & File Systems
16.文件系统(续)、MMAP与缓冲区缓存-File Systems (Con't), MMAP, Buffer Cache
17.文件系统(续)、可靠性与事务-Filesystems (Con't), Reliability, Transactions
18.事务(续)、端到端原则与分布式-Transactions (Con't), End-to-End Argument, Distributed
19.分布式决策(完结)与TCP/IP网络-Distributed Decision Making (Finished), TCP/IP Network
20.网络(续)、分布式文件系统与键值存储-Networking (Con't), Distributed File Systems, Key-Value
21.分布式文件系统(完结)与键值存储-Distributed File Systems (Finished), Key-Value Stores
22.课程总览-Overview
23.并发:进程、线程与地址空间-Concurrency: Processes, Threads, and Address Spaces
24.并发与线程调度-Concurrency and Thread Dispatching
25.同步、原子操作与锁-Synchronization, Atomic Operations, Locks
26.信号量与条件变量-Semaphores, Conditional Variables
27.读者-写者问题与团队协作-Readers-Writers Problem, Working in Teams
28.并发编程语言支持与死锁-Language Support for Concurrent Programming, Deadlocks
29.线程调度-Thread Scheduling
30.地址转换-Address Translation
31.缓存与TLB-Caches and TLBs
32.页分配与置换-Page Allocation and Replacement
33.内核/用户态与I/O-Kernel/User, I/O
34.磁盘/SSD与文件系统(上)-Disk/SSDs, File Systems (Part 1)
35.文件系统(下)-File Systems (Part 2)
36.键值存储与网络协议-Key-Value Storage, Network Protocols
37.分层设计-Layering
38.TCP协议、流量控制与可靠性-TCP, Flow Control, Reliability
39.事务-Transactions
40.事务、两阶段锁定(2PL)与两阶段提交(2PC)-Transactions, Two Phase Locking (2PL) & Commit (2PC)
41.系统故障原因与应对策略-Why Systems Fail and What We Can Do About It
42.安全I:密钥安全与加密机制-Security I: Key Security and Cryptographic Mechanisms
43.安全II:主机入侵与拒绝服务攻击-Security II: Host Compromise & Denial of Service
44.远程过程调用-Remote Procedure Call
45.顶点项目:云计算-Capstone: Cloud Computing