일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 | 31 |
Tags
- 워게임
- webhacking
- Spring Framework
- 웹해킹
- 정보처리기사 실기
- Pwnable.kr
- BOF
- PWN
- Spring MVC
- 해킹
- System
- SQL
- Buffer Overflow
- 정보보안기사 실기
- system hacking
- OS
- Operating System
- Lord of BOF
- pwnable
- 운영체제
- 정보보안기사
- Payload
- wargame
- 네트워크
- stack overflow
- LOB
- Spring
- webhacking.kr
- hacking
- Shell code
Archives
- Today
- Total
목록IPC (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