当前位置:网站首页>1.8 - multi level storage
1.8 - multi level storage
2022-06-30 06:34:00 【It's Li sticky duck】
Catalog
One 、 Multi level storage related test sites
1、 Multilevel storage architecture ;
Two 、 Multilevel storage architecture
3、 ... and 、 The reason why computers design multi-level storage
5、 ... and 、 Test method 1: Reasons for tiered storage systems
6、 ... and 、 Test method 2: Virtual memory
One 、 Multi level storage related test sites
1、 Multilevel storage architecture ;
2、 Virtual storage ;
Two 、 Multilevel storage architecture

1、 External storage
- For example, commonly used mobile hard disks belong to external memory ;
2、 Main memory
- It is often referred to as computer memory ;
3、 Cache
- for example CPU The cache inside is the cache ;
4、 register
- Is the fastest of the four storage , But the cost is high , Very small capacity ;
3、 ... and 、 The reason why computers design multi-level storage
- The computer adopts multi-level storage , Mainly based on Capacity 、 Speed 、 cost These three factors are considered . Multilevel storage structure From top to bottom , More and more capacity , Slower and slower , The cost is getting lower ; At the same time, this multi-level storage mode is beneficial to the computer CPU Give full play to its performance , It also solves the problem of data storage ;
- Because the cost of external storage is low , But it's slower ; Its operating frequency 、 Working frequency , Data transmission is slow ; Registers are very fast , But the cost is high , Small capacity ;
Four 、 Virtual storage
1、 The main role
- Used to expand the location space of main memory ;
2、 understand
- When the computer is running , Often run programs that have more memory than the computer ;
- The program needs to load data into memory to run ;
- At this time, through the virtual storage , On the external memory , That is, on the hard disk ( On disk ) Open up a storage space as virtual storage , This increases the location space of the main memory , This allows you to successfully run programs that are larger than memory ;
5、 ... and 、 Test method 1: Reasons for tiered storage systems

6、 ... and 、 Test method 2: Virtual memory

边栏推荐
猜你喜欢
随机推荐
Dynamic routing job
Several commands not commonly used in MySQL
神经网络入门
Ten years' miscellaneous thoughts
Zibll sub theme v6.4.1wordpress open source download_ Crack the original / use it directly / no tutorial required
RSA and AES
HCIA day 1
一个完整的性能测试流程
Base64详解:玩转图片Base64编码
ES6 deconstruction assignment
ES6 extended operator (...)
C language final experiment report (student achievement management system) source code
Record a problem tracking of excessive load
InnoDB engine in MySQL
Introduction to programming ape (11) -- structure
Basic use of markdown
Share problems solved
【我的创作纪念日】一周年随笔
DXP copper laying settings
1.8 - 多级存储








