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
- 운영체제
- SQL
- feign
- 알고리즘
- retry
- Spring Cloud
- 쿼리
- Spring Boot
- 코딩
- PL/SQL
- 오라클
- MVC
- 데이터베이스
- 자바
- db
- Jenkins
- golang
- Intellj
- 클라우드
- Kafka
- Spring Cloud Feign
- 디자인 패턴
- Spring
- 페이징
- 자료구조
- JPA
- 백준
- DP
- MST
- aws
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 |