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
- register
- TCP
- cache
- Code complete
- 가독성
- addressing mode
- private ip
- osi 7
- Public IP
- 리펙토링
- CPU
- L3 Router
- Sector
- MMU
- 코드 컴플릿
- network
- float
- ALU
- ack
- L2 switch
- 클린 코드
- 사설 IP
- 명령어
- page
- floating point
- physical address
- interrupt
- Clean code
- refactoring
- 공인 IP
Archives
- Today
- Total
Software Lab
1. 컴퓨터 구성 장치 본문
컴퓨터는 Mainboard, CPU, Memory, I/O(Keyboard, Printer....) 장치들로 구성되어 있다.
Mainboard : CPU, Mem, I/O의 장치 간에 통신 할 수 있도록 3개(Address, Data, Control)의 Bus를 제공한다. 또한 발진기(Oscillator) 가 있어 여러 장치들에 클록 주파수를 제공한다. |
|
|
|
Mainboard 에서 제공하는 3가지 종류의 버스가 있다.
Address bus : CPU가 Mem, I/O 장치로부터 데이터를 읽거나 쓰기 위해 주소를 출력하는 버스이다. 현재 64bit CPU에서는 48bit 버스를 사용하고 있다. |
|
|
'컴퓨터 구조 > Computer Strucuture' 카테고리의 다른 글
4. MUX(Multiplexer) (0) | 2022.07.22 |
---|---|
3. ALU(Arithmetic logic unit) (0) | 2022.07.21 |
2. CPU 내부 구성 (0) | 2022.07.20 |
Comments