当前位置: 首页 > news >正文

《Operating System Concepts》阅读笔记:p821-p897

《Operating System Concepts》学习第 71 天,p808-p820 总结,总计 13 页。

一、技术总结

1.design principles of windows

(1)security

满足 C2 级别,基于 Discretionary Access Control(DAC),attribute-based access control (ABAC), claim-based access control (CABC)等。

二、英语总结(生词:2)

1.bounty

(1)bounty: bonus(“good”) + -ty

c. money paid as a reward(奖金,赏金)。

(2)示例

Additionally, bug bounty participation programs allow external researchers and security professionals to identify, and submit, previously unknown security issues in Windows(《Operating System Concepts》第 826 页)。

2.discretionary

(1)discern: dis-(“apart, away”) + cernere(“distinguish, separate, sift”,参考 *krei-“to seive(过滤,筛)”, hence “distinguish”)

vt. discern literally means to separate by distinguishing. to recognize sth that is not clear(辨别出)。

(2)discrete: dis-(“apart, away”) + cernere(“distinguish, separate, sift”,参考 *krei-“to seive(过滤,筛)”, hence “distinguish”)

adj. individually separate and distinct(独立的,各自的).

(3)discretion

u. the quality of behaving in such a way as to avoid causing offence(慎重)。

(4)discretionary: discretion + -ary

adj. available for use at the discretion of the user(可自行决定的,自主的)。

(5)示例

Windows traditionally based security on discretionary access controls. System objects, including files, registry keys, and kernel synchronization objects, are protected by access-control lists (ACLs) (see Section 13.4.2).(《Operating System Concepts》第 826 页)。

上面这句话的意思是:Windows 传统上将安全性建立在自主访问控制(Discretionary Access Control, DAC)基础上。系统对象(包括文件、注册表键和内核同步对象)都通过访问控制列表(ACLs)进行保护(参见第13.4.2节)。

关于英语的注解同步更新汇总到 https://github.com/codists/English-In-CS-Books 仓库。

三、其它

第 21 章(Windows 10)简评:分别从 History, Design Principles, System Components 等方面介绍 windows 系统,总体而言介绍很详细,介于实际开发中与 Windows 相关的内容并不多,所以选择快速过一遍即可。

完结,撒花,明天出读后感。

四、参考资料

1. 编程

(1) Abraham Silberschatz,Peter Baer Galvin,Greg Gagne《Operating System Concepts》:https://book.douban.com/subject/30272539/

2. 英语

(1) Etymology Dictionary:https://www.etymonline.com

(2) Cambridge Dictionary:https://dictionary.cambridge.org

欢迎搜索及关注:编程人(a_codists)

http://www.xdnf.cn/news/195175.html

相关文章:

  • awk之使用详解(Detailed Explanation of Using AWK)
  • python10天- 文件操作模式详解
  • C++高性能日志库spdlog
  • 深入浅出限流算法(二):更平滑的滑动窗口
  • Python 如何操作数据库,让你使用 DeepSeek 开发数据库应用更加快 (Orm Bee)
  • MySQL复合查询
  • HTML 从标签到动态效果的基础
  • react-navigation-draw抽屉导航
  • ArkTS基础实验 (二)
  • 数字人Live_Talking的搭建和使用
  • OpenResty深度解析:从卓伊凡的”隐形主流”论看其深度原理与应用生态-卓伊凡
  • 深入理解java线程池
  • stm32 阻塞式延时 与 非阻塞式延时
  • “数字驱动·智建未来——2025河北省建筑电气与智能化技术交流大会”
  • 【ACL系列论文写作指北14-科研心态与抗压管理】-走得远,比走得快更重要
  • 不同参数大小的DeepSeekR1模型对Java中new FileInputStream(“test.txt“).seek(100);语法错误的检查
  • 学习笔记:Qlib 量化投资平台框架 — MAIN COMPONENTS (Part I)
  • XrayR启动失败
  • 架构进阶:详解108页系统架构设计与详细设计知识讲座【附全文阅读】
  • 品融电商:全域电商代运营的领航者,驱动品牌长效增长
  • 第四章:Messaging and Memory
  • C语言中的指针详解
  • RSS‘25|CMU提出统一空中操作框架:以末端执行器为中心,无人机实现高精度遥操作
  • Cursor + Figma-Context-MCP ,让 Cursor 获取 Figma 设计图信息,实现 AI 生成页面的高度还原
  • 力扣面试150题--K 个一组翻转链表
  • 机器人--激光雷达
  • ESG跨境电商怎么样?esg跨境电商有哪些功用?
  • 阅读MySQL实战45讲第11天
  • uniapp打包apk如何实现版本更新
  • Spring MVC异常处理利器:深入理解HandlerExceptionResolver