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