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 | 31 |
Tags
- Intellj
- 운영체제
- Spring Boot
- 자료구조
- MST
- JPA
- DP
- 페이징
- MVC
- 쿼리
- Spring Cloud
- feign
- 오라클
- 데이터베이스
- aws
- Spring
- retry
- golang
- 백준
- Kafka
- 알고리즘
- Jenkins
- 코딩
- Spring Cloud Feign
- 자바
- 디자인 패턴
- 클라우드
- db
- SQL
- PL/SQL
Archives
- Today
- Total
justgo_developer
운영체제란? 본문
728x90
반응형
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
: 프로세서,메모리,입출력장치 사이의 통신
728x90
반응형
'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 |