일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 해킹
- 정보처리기사 실기
- Shell code
- SQL
- 정보보안기사 실기
- Buffer Overflow
- pwnable
- stack overflow
- Pwnable.kr
- wargame
- 웹해킹
- OS
- Operating System
- Payload
- Lord of BOF
- Spring MVC
- webhacking
- Spring
- webhacking.kr
- System
- 워게임
- BOF
- LOB
- hacking
- system hacking
- 정보보안기사
- Spring Framework
- 운영체제
- 네트워크
- PWN
Archives
- Today
- Total
목록Contiguous Allocation (1)
DongDD's IT
Memory Management - Swapping, Contiguous Allocation, Multiple-partition allocation, Dynamic storage allocation, Fragmentation
Memory Management Swapping - 프로세스가 메모리에 없을 때 Disk에서 가져오거나 Memory가 가득 차서 가져올 수 없을 떄 프로세스를 Swapping한다고 말한다. Backing Store- 모든 메모리 이미지의 복사본이 있는 곳으로 유저에게 메모리 직접 접근을 가능하게 한다.- 디스크에 대한 접근은 메모리 접근보다 시간이 더 걸린다.Roll out, roll in- Swap out, swap in과 같은 말로 스케쥴러에 의해 우선순위가 낮은 프로세스는 swap out되고 높은 프로세스는 swap in하여 수행된다.메모리 공간이 부족하여 필요한 프로세스를 가져올 수 없을 때 backing store로 swap out(roll out)하고 필요한 프로세스를 가져올 때는 backin..
운영체제
2017. 11. 3. 16:33