计算机专业英语 学习笔记 3

本文介绍了计算机存储体系,包括理想的内存需求(大小、速度和成本)以及如何通过层次结构来实现。高速缓存(Cache)位于处理器和较慢的主内存之间,以减少延迟并提高性能。虚拟内存则解决了程序和数据集所需的大量存储空间问题,通过硬件和软件的结合自动管理内存层级。磁盘作为最底层,虽然速度慢但成本低且容量大。文章还讨论了随机访问内存(RAM)、只读内存(ROM)以及不同类型的磁盘和光盘存储介质。
摘要由CSDN通过智能技术生成

Memory systems>

Memory system desiderata :

(1)   size: infinitely large, noconstraints on program or data set size.

(2)   Speed: infinitely fast, latencyequal to the fastest memory technology available.

(3)   Cost: the per bit cost shouldapproach the lowest-cost technology available. Clearly these specifications cannotall be achieved as they are mutually exclusive. However, with the semiconductorand magnetic memory technology of today, these specifications are closelyapproximated.

Hierarchical memory:

In this section it is shown how designersimplement a practical memory that approaches the performance of an ideal memoryat reasonable cost. This memory system has a hierarchy of levels: the memorycloset to the processor is fast and relatively small, but has a high cost perbit. This level is called the cache. The real memory, sometimes known as mainmemory, is slower, larger, and has a lower cost per bit than the cache. Thelowest level in the hierarchy is usually a magnetic disk that has the longestlatency and the lowest bandwidth, however, it can be very large and has a verylow cost per bit. This hierarchy is illustrated in fig. 1-3.

Note that fig. 1-3 does not include theprocessor register file in the memory hierarchy. The register file is aprogram-managed cache and is generally not included in the memory system. Also,there can be more than one cache in the hierarchy.

Paged virtual memory:

Paged virtual memory provides the solutionto the first desideratum of a very large memory’s being available to theprocessor. Because of the importance of this desideratum, the relationshipbetween virtual and real memory is discussed first. With virtual memory, theprocessor addresses the disk, the large,

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值