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 |
Tags
- eks
- yml
- Kafka
- keda
- Helm
- 0 replica
- Leaderboard
- traceId
- zset
- Software maestro
- SW 마에스트로
- logback
- hammerDB
- Database
- blue-green
- slow query
- minreplica
- docket
- 동등성
- Debezium
- spring boot
- Benchmarks
- Grafana
- 스프링부트
- Strimzi
- MSSQL
- Salting
- SW Maestro
- Kubernetes
- propogation
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 |