메모리 계층 구조
페이지 정보
작성일 22-10-09 11:14
본문
Download : 메모리 계층 구조.hwp
[전산]주간컴퓨터구조강의 , 메모리 계층 구조인문사회레포트 ,
순서






,인문사회,레포트
메모리 계층 구조
설명
Download : 메모리 계층 구조.hwp( 78 )
레포트/인문사회
[전산]주간컴퓨터구조강의
1 서론
2 캐쉬
3 가상 메모리
4 메모리 계층을 위한 일반적인 구조
5 오류 및 함정
6 conclusion(결론)
7 역싸적 고찰 및 참고한 문헌
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…(drop)
다.
메모리 계층 구조에 대해서 정리하였습니다.메모리 계층 구조에 상대하여 정리하였습니다.