当前位置:网站首页>存储体系概述
存储体系概述
2022-06-12 19:14:00 【独行的喵】
存储体系概述
一.存储系统的层次结构
- 存储系统:将两种或两种以上的存储器,用硬件,软件或硬件和软件连接在一起,并对它们进行管理。
- 存储系统的层级结构中,越靠近上层的存储器速度越快,容量越小,单位存储容量的价格也越高。
- 在存储系统中,通过对存储器间的协作管理,使系统对外总体显示最优的特性,即:(1)使计算机的存取速度接近CPU的速度(系统中最快存储器的速度) (2)使程序员使用的主存容量接近外存的容量。(3)使整个存储体系的单位容量存储价格接近外存的价格
二.存储器的分类
1.按存储信息的介质分类
- 半导体存储器
- 磁盘存储器
- 光盘存储器
2.按在计算机中的用途分类
- 主存储器
- Cache
- 控制存储器
- 外部存储器
3.按存放信息的易失性分类
- 半导体随机存储器RAM(Random Access Memory):断电之后存储的信息会随之丢失
- 半导体只读存储器ROM(Read-Only Memory):断电之后存储的信息不会随之丢失
4.按存取方式分类
- RAM:存取时间与存储单元的物理地址无关
- 顺序读写存储器:只能按存储单元物理地址顺序存取
5.按存储器的读写功能分类
- 读写存储区
- 只读存储器(ROM)
三.存储器性能指标
1.存储容量
2.存储器速度
3.可靠性
4.功耗
5.价格
边栏推荐
- 基于FPGA的VGA协议实现
- 【5GC】三种SSC(Session and Service Continuity)模式介绍
- How do I create my own appender in log4j- How to create my own Appender in log4j?
- Wangxuegang room+paging3
- Vue - Advanced Vue router routing (2) (replace attribute, programming route navigation, caching route components, and exclusive hooks for routes)
- ISCC2022
- 原生Servlet - 文件的Upload&Download
- ISCC2022
- On how to make digital transformation after the loan of large policy banks- Yixinhuachen
- [image denoising] image denoising based on regularization with matlab code
猜你喜欢
Chrome browser solves cross domain problems
Add, delete, modify and query mysql, common MySQL commands
leetcode:5259. Calculate the total tax payable [simple simulation + see which range]
[0008] unordered list
Shell 数组和函数
ISCC2022
基于分布式数据库本身的定时备份方法
leetcode:6094. 公司命名【分组枚举 + 不能重复用set交集 + product笛卡儿积(repeat表示长度)】
【观察】华为下一代数据中心,为广西低碳高质量发展“添动能”
3GPP RAN第一次F2F会议,都干了些啥?
随机推荐
vc hacon 联合编程 GenImage3Extern WriteImage
基于FPGA的VGA协议实现
leetcodeSQL:602. Friend application II: who has the most friends
[SQL] MySQL query statement execution sequence analysis
How does Eldon's ring of the law get lune quickly? Introduction to the fastest and safest method for obtaining lune
MySQL数据库实验一 数据定义
【数字IC/FPGA】数据累加输出
基于分布式数据库本身的定时备份方法
什么是网络代理
数据库全量SQL分析与审计系统性能优化之旅
leetcode:6095. 强密码检验器 II【简单模拟 + 不符合直接False】
Cookie & session & kaptcha verification code
Dumi builds a document blog
Market development planning and investment prospect analysis report of Chinese government investment and financing platform 2022-2027
The Bean Validation API is on the classpath but no implementation could be found
Wincc7.5 SP1 method for adjusting picture size to display resolution
DACOM G150 dual-mode earphones make sound for love and protect the healthy growth of children's hearing
How to download Vega in China
Méthode de sauvegarde programmée basée sur la base de données distribuée elle - même
Can't understand kotlin source code? Starting with the contracts function~