일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Payload
- Shell code
- wargame
- LOB
- Spring Framework
- pwnable
- 정보보안기사 실기
- stack overflow
- 해킹
- Spring MVC
- system hacking
- 운영체제
- webhacking
- System
- BOF
- Operating System
- OS
- 정보보안기사
- webhacking.kr
- Lord of BOF
- Pwnable.kr
- SQL
- 웹해킹
- hacking
- 네트워크
- Buffer Overflow
- Spring
- 정보처리기사 실기
- PWN
- 워게임
Archives
- Today
- Total
목록message passing (1)
DongDD's IT
Process - 정의, State, PCB, Process Scheduling, Scheduler, Context switch, IPC
Process Process Concept Definition : 실행 중인 프로그램을 의미(메모리에 올라간 프로그램). job, task라고도 불림-> Program과는 조금 다른 의미를 갖는다.- Process는 stack,heap,code,data영역과 PCB(Process Control Block)을 가지고 있음- Process(Active entity) Program(Passive entity) Process state 1) New : 프로세스가 생성된 상태2) Running : 실행중인 상태3) Waiting : 어떤 이벤트를 기다리는 상태4) Ready : Scheduler에 의해 할당받기를 기다리는 상태5) Terminated : 실행이 종료된 상태 State Diagram 1) Ready..
운영체제
2017. 10. 19. 17:28