Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
Tags
- Intellj
- 자바
- Spring
- SQL
- Jenkins
- Kafka
- 쿼리
- 오라클
- 데이터베이스
- 클라우드
- 운영체제
- 페이징
- Spring Cloud
- 백준
- PL/SQL
- MST
- 자료구조
- feign
- retry
- aws
- 디자인 패턴
- 코딩
- MVC
- 알고리즘
- Spring Cloud Feign
- JPA
- Spring Boot
- golang
- db
- DP
Archives
- Today
- Total
justgo_developer
운영체제란? 본문
1. 운영체제(Operationg System)
- 하나 또는 하나 이상 processor의 hardware resources 이용한다.
- 일련의 서비스를 시스템 유저들에게 제공한다.
- 보조기억장치와 입출력 장치를 관리한다.
ex) windows, LINUX, mac OS ,android ,ios 등
2. 기본 요소
- Processor
:처리장치,연산처리장치,처리프로그램,데이터에 연산 조작등 몇개의 처리를 일으키는 기능을 갖는 장치나 프로그램
- Main Memory
: 휘발성/ real memory or primary memory라고도 불린다.
- I/O modules
: secondary memory devices(hard disk) / communications equipment / terminals
- System bus
: 프로세서,메모리,입출력장치 사이의 통신
'IT > 운영체제' 카테고리의 다른 글
| Process Switching vs Mode Switching (0) | 2017.12.30 |
|---|---|
| 프로세스(Process) (0) | 2017.12.30 |
| 운영체제의 목적 (0) | 2017.12.30 |
| 인터럽트(Interrupt) (0) | 2017.12.30 |
| 명령어 실행(Instruction Execution) (0) | 2017.12.30 |