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

《Operating System Concepts》阅读笔记:p738-p747

《Operating System Concepts》学习第 63 天,p738-p747 总结,总计 10 页。

一、技术总结

1.network structure

local-area networks (LAN)、wide-area networks (WAN).

2.communication structure

naming and name resolution、communication protocols。

(1)domain-name system(DNS)

The Internet system for resolving host names to host-ids, in which a distributed information system provides host-name-to-network-address translations for the Internet.

(2)Open Systems Inter-connection (OSI) model

1)physical layer

2)link layer

3)network layer

4)transport layer

5)session layer

6)presentation layer

7)application layer

即七层模型,现实中这个模型并未实现。现实中使用最广泛的是“TCP/IP模型(也称为 Internet model)”。but,直到今天,依然还是记不住这些层次的顺序及名称。

3.ethernet address

即 MAC 地址(media access control address 或 medium access control address, media 是 medium 的复数形式)。

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

1.faculty

(1)faculty: fac-(“to do”)

c. a special ability to do sth(能力);the people who teach in a university(教职工)。

(2)示例

For instance, site A might have hosts named program, student, faculty, and cs(《Operating System Concepts》第 738 页)。

2.canonical

(1)canon

c. a general principle by which sth is judge(准则,标准)。

(2)canonical

ad. according a rule(遵循标准的,规范的)。

(3)示例

"In fact, in the early days of the ARPANET there was a canonical host file that was copied to every system periodically(《Operating System Concepts》第 739 页)。

3.legacy

(1)legacy: legare(“a body of persons sent on a mission(被派去执行任务的一群人)”)

c. over time, the sense of “being sent” evolved into “sth handed down”, especially in legal or contexts。sth that remains from an earlier time(遗产,遗留问题)。

每次看到 legacy 这个单词总是想到"legal",然后将其理解成 legal 的名词形式——“”合法性”,其实legal 的名词形式是 legality。当然,至所以出现这样的问题是因为我不知道 legality这个词然后又不查,这里梳理下,纠正这种错误的习惯。

(2)示例

This legacy is still showing itself today, as adding security to existing infrastructure is proving to be difficult and complex(《Operating System Concepts》第 744 页)。

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

三、其它

今天没有什么想说的。

四、参考资料

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.dtcms.com/a/142327.html

相关文章:

  • Java从入门到“放弃”(精通)之旅——数组的定义与使用⑥
  • 批量创建OpenStack实例
  • 【java实现+4种变体完整例子】排序算法中【堆排序】的详细解析,包含基础实现、常见变体的完整代码示例,以及各变体的对比表格
  • doris/clickhouse常用sql
  • C++镌刻数据密码的树之铭文:二叉搜索树
  • 与终端同居日记:Linux指令の进阶撩拨手册
  • 区块链木材业务服务平台:商贸物流新变革
  • 18、TimeDiff论文笔记
  • 【综述】一文读懂卷积神经网络(CNN)
  • 【2025】Datawhale AI春训营-RNA结构预测(AI+创新药)-Task2笔记
  • [dp20_完全背包] 介绍 | 零钱兑换
  • 包含物体obj与相机camera的 代数几何代码解释
  • 220V转5V转12V电机驱动供电WT5105
  • 【25软考网工笔记】第二章(7)多路复用技术
  • Git 命令速查手册
  • 游戏引擎学习第234天:实现基数排序
  • Chromium 134 编译指南 macOS篇:编译优化技巧(六)
  • 探索 .bat 文件:自动化任务的利器
  • C++选择排序原理及实现
  • MySQL数据库 - 锁
  • 焕活身心,解锁健康养生新方式
  • [密码学基础]GMT 0029-2014签名验签服务器技术规范深度解析
  • 基于Python的中国象棋小游戏的设计与实现
  • Datawhale AI春训营学习笔记
  • 深度解析算法之二分查找(2)
  • JMETER使用
  • 电脑端移植至手机平板:攻克难题,仙盟架构显神通——仙盟创梦IDE
  • 每日算法-250419
  • 【人工智能学习-01-01】20250419《数字图像处理》复习材料的word合并PDF,添加页码
  • React-在使用map循环数组渲染列表时须指定唯一且稳定值的key