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

《Operating System Concepts》阅读笔记:p483-p488

《Operating System Concepts》学习第 40 天,p483-p488 总结,总计 6 页。

一、技术总结

1.object storage

(1)object storage 管理软件

Hadoop file system(HDFS)、Ceph。

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

1.commodity

(1)commodity: com-(“together, with”) + modus(“measure, manner”,*med- “take appropriate measures”)

c. a mass-produced unspecialized product/good。

(2)示例

Typically, this occurs on commodity hardware rather than RAID arrays. For example, HDFS can store N copies of an object on N different computers(《Operating System Concepts》第 484 页)。

刚看到 commodity hardware 的时候很不理解这两个词项组合在一起想表达什么意思,之所以不理解,是因为对commodity 理解不到位,刚开始的时候将commodity 理解为了“products can be bought and sold(即商品,good)”,其实, commodity 还暗含"mass-produced, unspecialized, economic(经济的,大量生产的)" 之意,

所以上面这句话的意思:通常,这种情况发生在商用硬件(”指普通、低成本的标准硬件,区别于专用高端设备)/普通硬件上,而非RAID阵列。例如,HDFS可以在N台不同的计算机上存储一个对象的N个副本。

Commodity hardware in computing is computers or components that are readily available, inexpensive and easily interchangeable with other commodity hardware. Almost all PCs use commodity hardware. The term is most used for general-purpose servers that can be used in any role. Commodity hardware is synonymous with off-the-shelf hardware. It is contrasted with proprietary, custom or bespoke hardware.

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

三、其它

第 11 章(Mass-Storage Structure)简评:介绍了HDD,NVM, object storage 等内容。书里把相关概念梳理得很清楚。比如我们平时经常会听到 HDD, SSD, NVM 这些概念,那么它们的区别是什么呢?书上都写得明明白白。因本人水平有限,其它的无法评价。

四、参考资料

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.mrgr.cn/news/96005.html

相关文章:

  • Vala编成语言教程-构造函数和析构函数
  • 人员进出新视界:视觉分析算法的力量
  • 全书测试:《C++性能优化指南》
  • element与elementplus入门
  • pytorch与其他ai工具
  • 23种设计模式-外观(Facade)设计模式
  • 23种设计模式-抽象工厂(Abstract Factory)设计模式
  • 23种设计模式-中介者(Mediator)设计模式
  • 【视频】m3u8相关操作
  • 23种设计模式-责任链(Chain of Responsibility)设计模式
  • CI/CD(四) docker-compose 安装harbor
  • Kotlin 协程官方文档知识汇总(一)
  • sql结尾加刷题
  • 23种设计模式-享元(Flyweight)设计模式
  • 鸿蒙特效教程09-深入学习animateTo动画
  • 23种设计模式-原型(Prototype)设计模式
  • rabbitmq承接MES客户端服务器
  • 大模型重点1 【综述-文字版】
  • 23种设计模式-桥接(Bridge)设计模式
  • C++锁: 读锁,递归锁,超时锁