메모리 계층 구조
페이지 정보
작성일 22-10-23 02:23
본문
Download : 메모리 계층 구조.hwp
메모리 계층 구조에 대해서 정리하였습니다.
[전산]주간컴퓨터구조강의
,인문사회,레포트
다.[전산]주간컴퓨터구조강의 , 메모리 계층 구조인문사회레포트 ,
설명
레포트/인문사회
1 서론
2 캐쉬
3 가상 메모리
4 메모리 계층을 위한 일반적인 구조
5 오류 및 함정
6 結論(결론)
7 history적 고찰 및 bibliography
8 연습문제
■ principle of locality
- temporal locality … the tendency to re-use recently accessed data items
[ex] loops
- spatial locality … the tendency to reference data items that are close to other recently
accessed items [ex] sequential execution, array or data accesses
■ memory hierarchy
- exploiting the principle of locality
- multiple levels of memory with different speeds and sizes
memory technology
typical access time
$ per Mbyte in 1993
SRAM
8 ~ 35 ns
$100 ~ $400
DRAM
90 ~ 120 ns
$25 ~ $50
magnetic disk
10,000,000 ~ 20,000,000 ns
$1 ~ $2
- faster memory … close to the processor
slower and less expensive memory … below that
■ 2-level model for simplicity
- upper level … smaller, faster, more expensive
lower level … larger, slower, less expensive
- block … minimum unit of information transfer between the two levels (see Figure 7.2)
- hit … when the data requested by the processor appears in some block in the upper level
miss … when the data is not found…(To be continued )
메모리 계층 구조
순서
Download : 메모리 계층 구조.hwp( 76 )






메모리 계층 구조에 대상으로하여 정리(整理) 하였습니다.