OpenCourse: Computer System Engineering / MIT
「Computer System Engineering」コースは、マサチューセッツ工科大学が公開している講座です。ソフトウェアとハードウェアの両方を組み合わせた分散コンピュータシステムをテーマにしています。
クライアント/サーバ型のモジュラー構造を用いてシステムの複雑性を管理する手法や、仮想メモリ、スレッド、ネットワーク、トランザクションの原始性や並列処理についても学びます。リカバリや信頼性、プライバシー、暗号化なども扱います。
コースの詳細やハンドアウトなどの関連資料は、「MIT OpenCourseWare | Electrical Engineering and Computer Science | 6.033 Computer System Engineering (SMA 5501), Spring 2005 | Home」のページから参照することができます。
Lec1から3までのビデオはなく、Lec4から公開されています。
Fault Isolation with Clients and Servers
Virtualization, Virtual Memory
Virtual Processors: Threads and Coordination
Introduction to Networks
Layering and Link Layer
Network Layer, Routing
End-to-end Layer
Congestion Control
Distributed Naming
Atomicity Concepts
Recoverability
Transactions and Consistency
Multi-site Atomicity
Security Introduction
Authentication
Authorization and Confidentiality
Advanced Authentication
Complex, Trusted Systems
関連記事 on Publickey
あわせて読みたい
OpenCourse: Programming Paradigms / Stanford
≪前の記事
OpenCourse: Multicore Programming Primer / MIT