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
- docket
- slow query
- Debezium
- Database
- Helm
- Kubernetes
- hammerDB
- 동등성
- traceId
- blue-green
- Grafana
- minreplica
- Strimzi
- logback
- keda
- 스프링부트
- Salting
- 0 replica
- zset
- virtualservice
- Leaderboard
- Kafka
- eks
- SW 마에스트로
- Benchmarks
- istio
- spring boot
- MSSQL
- propogation
- yml
Archives
- Today
- Total
김태오
Introduction to OS 본문
OS : What helps softwares run well in a hardware
CPU:
- ISA (Instruction Set Architecture)
- CISC vs RISC
- RISC had decreased number of instructions, it reduced the complexity, resulting in high speed and CPU Clock.
- Pipelining
- Fetch | Decode | Execute | Write Back
- Mainly used for enhancing performance by executing multiple instructions at once, which is called pipelining.
- Instruction Level Parallelism (ILP)
- Superscalla vs VLIW(Very Long Instruction Word)
- Simultaneous, Multi-Core Multithreading
Concurrent vs Parallel(Simultaneous)
Essential to understand the comparison between the two terms, though they can be used interchangeably at times.
'OS' 카테고리의 다른 글
IaaS, PaaS, SaaS (0) | 2023.04.29 |
---|---|
User Mode / Kernel Mode (0) | 2023.04.29 |
Interrupt, Trap, Fault (0) | 2023.04.29 |