服务器相关知识词汇表
bios
基本输入/输出系统(basicinput/output system) 的缩写。服务器的bios包含存储在rom 芯片上的程序。
bps
位/秒(bit per second) 的缩写。
cd-rom
只读光盘存储器(compact disk read only memory) 的缩写。cd-rom 驱动器使用光学技术从光盘中读取数据。
cmos
互补金属氧化物半导体(complementary metal-oxide semiconductor) 的缩写。
com
串行端口。ms-dos 最多支持四个串行端口,com1和com3的默认中断为irq4,而com2和com4的默认中断则为irq3。
cpu
中央处理器(central processing unit)的缩写。
dat
数字音频磁带(digital audio tape) 的缩写。
dhcp
动态主机配置协议(dynamic host configuration protocol) 的缩写。
dimm
双列直插式内存模块(dual in-line memory module) 的缩写。
dma
直接存储器存取(direct memory access)的缩写。dma通道可以使某些类型的数据绕过微处理器而直接在ram与设备之间传送。
dram
动态随机存取存储器(dynamic random access memory) 的缩写。计算机的ram 通常由dram 芯片组成。
ecc
错误检查和纠正(error checking and correction) 的缩写。
emc
电磁兼容性(electromagnetic compatibility) 的缩写。
emi
电磁干扰(electromagnetic interference)的缩写。
emp
紧急管理端口(emergency management port) 的缩写。
esd
静电释放(electrostatic discharge)的缩写。
fat
文件分配表(file allocation table) 的缩写。
ftp
文件传输协议(file transfer protocol) 的缩写。
gb
千兆字节(gigabyte)的缩写。一个gb等于1024mb 或1,073,741,824 个字节。
hz
赫兹(hertz) 的缩写。
i/o
输入/ 输出(input/output) 的缩写。
i2o
智能输入/ 输出(intelligent input/output) 的缩写。
ip
网际网络协议(internet protocol)的缩写。
irq
中断请求(interrupt request) 的缩写。它是通过irq 线路发送至微处理器的一个信号,表示外围设备即将发送或接受数据。
isa
工业标准结构(industry standard architecture) 的缩写。
kb
千字节(kilobyte) 的缩写,即1024 个字节。
lan
局域网(local area network) 的缩写。
lcd
液晶显示屏(liquid crystal display)的缩写。
led
发光二级管(light emitting diode)的缩写。一种可在电流通过时发光的电子设备。
lun
逻辑单元号(logical unit number)的缩写。
mb
兆字节(megabyte)的缩写。表示1,048,576个字节。
mbr
主引导记录(master boot record)的缩写。
mhz
兆赫兹(megahertz) 的缩写。
mtbf
故障平均时间(mean time between failures) 的缩写。
nic
网络接口控制器(network interface controller) 的缩写。
ntfs
nt文件系统(nt file system)的缩写。
pci
外围组件互联(peripheral component interconnect) 的缩写。
post
通电自检(power-on self-test) 的缩写。开机载入操作系统之前,post 将检测各种部件。
raid
独立磁盘冗余阵列(redundant arrays of independent disks) 的缩写。
raid0
通常称为条带化。raid0配置可提供很高的性能,但是可靠性相对较低。
raid1
通常称为镜像技术。在要求高性能或相对较低的数据容量的高适用性应用程序中, 选择raid1比较理想。
raid5
通常称为带奇偶校验的数据保护。适用于性能要求和数据容量要求都比较高的高适用性应用场合。
ram
随机存取存储器(random access memory) 的缩写。即通常所说的内存。
rom
只读存储器(read only memory)的缩写。
rtc
实时时钟(real time clock) 的缩写。
scsi
小型计算机系统接口(small computer system interface) 的缩写。一种可比标准端口提供更快的数据传输速率的i/o总线接口。
sdram
同步动态随机存取存储器(synchronous dynamic random access memory)的缩写。
smart
自我监测分析和报告技术(self monitoring analysis and reporting technology) 的缩写。
smp
对称多处理(symmetric multiprocessing) 的缩写。
snmp
简单网络管理协议(simple network management protocol) 的缩写。
tcp/ip
传输控制协议/ 网际网络协议(transmission control protocol/internet protocol) 的缩写。
ups
不间断电源设备(uninterruptible power supply) 的缩写。
usb
通用串行总线(universal serial bus)的缩写。