跳到主要内容

硬件

CPU

ISA(Machine Language)

CPU是根据指令集设计的。

  • CISC(Complex Instruction Set Computer/复杂指令集计算机)
    • x86
      • x64(AMD64)
      • x86(i386)
  • RISC(Complex Instruction Set Computer/精简指令集计算机)
    • ARM
    • MIPS

Component

  • Arithmetic Logic Unit(ALU)
  • Control Unit

Modes(Addressing)

ModeStageRegister BitsDescription
Real ModeBoot16寄存器16位,地址总线20位,最大寻址空间为1M(2^20字节),PhysicalAddress = Segment * 16 + Offset,不支持多任务
Protected ModeKernel不提供直接的无力内存访问,需要通过操作系统进行地址转换
Virtual 8086 ModeReal Mode in Protected Mode

Register

64-bit registerLower 32 bitsLower 16 bitsLower 8 bits
raxeaxaxal
rbxebxbxbl
rcxecxcxcl
rdxedxdxdl
rsiesisisil
rdiedididil
rbpebpbpbplBase Point
rspespspsplStack Point
r8r8dr8wr8b
r9r9dr9wr9b
r10r10dr10wr10b
r11r11dr11wr11b
r12r12dr12wr12b
r13r13dr13wr13b
r14r14dr14wr14b
r15r15dr15wr15b

Products

Memory

Architecture

Stack

Heap

Storage

Raid(Unit:Disk)

RAID LevelDisksCapacity UtilizationRead PerformanceWrite Performance
0n100%
12n50%
53n
64n
104n50%

ZFS(Unit:Disk)

LVM(Unit:Partition)

ConceptMeaning
PVPhysical Volume
VGVolume Group
LVLogical Volume

JBOS(Just a Bunch of Disks)

S.M.A.R.T(Self-Monitoring Analysis and Reporting Technology)

NIC

Bus

  • Address Bus
  • Control Bus
  • Data Bus

Noise

Sources

  • Fans
    • Front Fans
    • Power Fans

Optimization

  • Source:Temperature(Conditioner)
  • Noise-Isolation Material
    • Cabinet
  • Server Fans Configuration
  • Fans Substitution

Reference

CPU