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

《Operating System Concepts》阅读笔记:p735-p737

《Operating System Concepts》学习第 62 天,p735-p737 总结,总计 3 页。

一、技术总结

1.distributed system

(1)定义

A collection of loosely coupled nodes interconnected by a communication network(一组通过通信网络相互连接的松散耦合节点)。

(2)打造分布式系统的原因

resource sharing、computation speedup、reliability。

2.network structure

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

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

1.interconnect

(1)interconnect: inter-(“between, among”) + connect

vi/vt. connect with each other.

(2)示例

To completely understand the roles and types of distributed systems in use today, we need to understand the networks that interconnect them(《Operating System Concepts》第 735 页)。

(3)connect vs interconnect

1)connect is used for two object.

2)interconnect is used for multiple objects.

2.emerge

(1)emerge: e-(“out”) + mergere(“to dip, sink”)

vi. emerge literally means “to rise out from liquid”, appear(出现)。

(2)示例

Local-area networks emerged in the early 1970s as a substitute for large mainframe computer systems(《Operating System Concepts》第 736 页)。

3.ubiquitous

(1)ubiquity: ubi-(“where”) + -quity(“a suffix indicating state or quality”)

u.the fact of being everywhere。

(2)ubiquitous: ubiquity + -ous

adj. being everywhere(“无处不在”)。

(3)示例

WiFi is now ubiquitous and either supplements traditional Ethernet networks or exists by itself(《Operating System Concepts》第 737 页)。

关于英语的注解同步更新汇总到 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.xdnf.cn/news/90.html

相关文章:

  • SQL:聚合函数(Aggregate Functions)
  • 10-openwrt-one调整rootfs_data卷,新增fit2、log、plugins等卷
  • 【MySQL】MySQL表的增删改查(CRUD) —— 上篇
  • MCP 协议:AI 世界的 “USB-C 接口”,开启智能交互新时代
  • PyTorch 深度学习实战(37):分布式训练(DP/DDP/Deepspeed)实战
  • UE5编辑器静止状态下(非 Play 模式)睫毛和眼睛的渲染是正常的,而在 Play 模式下出现模糊
  • Thin-Agent服务(TAS)概述
  • 机器学习在催化剂设计中的应用理论加实操
  • 扫雷-C语言版
  • Linux系统编程学习 day4 进程
  • 深入理解 VMware 虚拟机网络模式:为虚拟化管理铺平道路
  • 【Python爬虫基础篇】--1.基础概念
  • 鸿蒙系统开发中路由使用详解
  • Unity URP Moblie AR示例工程,真机打包出来,没阴影
  • 秘密任务 2.0:如何利用 WebSockets + DTOs 设计实时操作
  • OpenHarmony Camera开发指导(五):相机预览功能(ArkTS)
  • 【JavaWeb】详细讲解 HTTP 协议
  • Linux,redis群集模式,主从复制,读写分离
  • Tomcat
  • HTTP 2.0 协议特性详解
  • LeetCode每日一题4.17
  • C#日志辅助类(Log4Net)实现
  • Python学习笔记
  • jenkins凭据管理(配置github密钥)
  • ssh用户秘钥登录设置
  • ReadableStream响应主体数据处理(截图自用)
  • 第七章:7.2求方程a*x*x+b*x+c=0的根,用3个函数,分别求当:b*b-4*a*c大于0、等于0和小于0时的根并输出结果。从主函数输入a、b、c的值
  • 聊一聊接口测试是如何进行的?
  • 16位海明码解码电路设计教程
  • 压缩包网页预览(zip-html-preview)