VirtualBox

source: vbox/trunk/doc/manual/en_US/user_Glossary.xml@ 32574

最後變更 在這個檔案從32574是 31735,由 vboxsync 提交於 14 年 前

export the manual to OSE

檔案大小: 12.7 KB
 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
4<glossary id="Glossary">
5 <glossdiv>
6 <title>A</title>
7
8 <glossentry>
9 <glossterm>ACPI</glossterm>
10
11 <glossdef>
12 <para>Advanced Configuration and Power Interface, an industry
13 specification for BIOS and hardware extensions to configure PC
14 hardware and perform power management. Windows 2000 and higher as well
15 as Linux 2.4 and higher support ACPI. Windows can only enable or
16 disable ACPI support at installation time.</para>
17 </glossdef>
18 </glossentry>
19
20 <glossentry>
21 <glossterm>AHCI</glossterm>
22
23 <glossdef>
24 <para>Advanced Host Controller Interface, the interface that supports
25 SATA devices such as hard disks. See <xref
26 linkend="harddiskcontrollers" />.</para>
27 </glossdef>
28 </glossentry>
29
30 <glossentry>
31 <glossterm>AMD-V</glossterm>
32
33 <glossdef>
34 <para>The hardware virtualization features built into modern AMD
35 processors. See <xref linkend="hwvirt" />.</para>
36 </glossdef>
37 </glossentry>
38
39 <glossentry>
40 <glossterm>API</glossterm>
41
42 <glossdef>
43 <para>Application Programming Interface.</para>
44 </glossdef>
45 </glossentry>
46
47 <glossentry>
48 <glossterm>APIC</glossterm>
49
50 <glossdef>
51 <para>Advanced Programmable Interrupt Controller, a newer version of
52 the original PC PIC (programmable interrupt controller). Most modern
53 CPUs contain an on-chip APIC ("local APIC"). Many systems also contain
54 an I/O APIC (input output APIC) as a separate chip which provides more
55 than 16 IRQs. Windows 2000 and higher use a different kernel if they
56 detect an I/O APIC during installation. Therefore an I/O APIC must not
57 be removed after installation.</para>
58 </glossdef>
59 </glossentry>
60
61 <glossentry>
62 <glossterm>ATA</glossterm>
63
64 <glossdef>
65 <para>Advanced Technology Attachment, an industry standard for hard
66 disk interfaces (synonymous with IDE). See <xref
67 linkend="harddiskcontrollers" />.</para>
68 </glossdef>
69 </glossentry>
70 </glossdiv>
71
72 <glossdiv>
73 <title>B</title>
74
75 <glossentry>
76 <glossterm>BIOS</glossterm>
77
78 <glossdef>
79 <para>Basic Input/Output System, the firmware built into most personal
80 computers which is responsible of initializing the hardware after the
81 computer has been turned on and then booting an operating system.
82 VirtualBox ships with its own virtual BIOS that runs when a virtual
83 machine is started.</para>
84 </glossdef>
85 </glossentry>
86 </glossdiv>
87
88 <glossdiv>
89 <title>C</title>
90
91 <glossentry>
92 <glossterm>COM</glossterm>
93
94 <glossdef>
95 <para>Microsoft Component Object Model, a programming infrastructure
96 for modular software. COM allows applications to provide application
97 programming interfaces which can be accessed from various other
98 programming languages and applications. VirtualBox makes use of COM
99 both internally and externally to provide a comprehensive API to 3rd
100 party developers.</para>
101 </glossdef>
102 </glossentry>
103 </glossdiv>
104
105 <glossdiv>
106 <title>D</title>
107
108 <glossentry>
109 <glossterm>DHCP</glossterm>
110
111 <glossdef>
112 <para>Dynamic Host Configuration Protocol. This allows a networking
113 device in a network to acquire its IP address (and other networking
114 details) automatically, in order to avoid having to configure all
115 devices in a network with fixed IP addresses. VirtualBox has a
116 built-in DHCP server that delivers an IP addresses to a virtual
117 machine when networking is configured to NAT; see <xref
118 linkend="networkingdetails" />.</para>
119 </glossdef>
120 </glossentry>
121
122 <glossentry>
123 <glossterm>DKMS</glossterm>
124
125 <glossdef>
126 <para>Dynamic Kernel Module Support. A framework that simplifies
127 installing and updating external kernel modules on Linux machines; see
128 <xref linkend="externalkernelmodules" />.</para>
129 </glossdef>
130 </glossentry>
131 </glossdiv>
132
133 <glossdiv>
134 <title>E</title>
135
136 <glossentry>
137 <glossterm>EFI</glossterm>
138
139 <glossdef>
140 <para>Extensible Firmware Interface, a firmware built into computers
141 which is designed to replace the aging BIOS. Originally designed by
142 Intel, most modern operating systems can now boot on computers which
143 have EFI instead of a BIOS built into them; see <xref
144 linkend="efi" />.</para>
145 </glossdef>
146 </glossentry>
147
148 <glossentry>
149 <glossterm>EHCI</glossterm>
150
151 <glossdef>
152 <para>Enhanced Host Controller Interface, the interface that
153 implements the USB 2.0 standard.</para>
154 </glossdef>
155 </glossentry>
156 </glossdiv>
157
158 <glossdiv>
159 <title>G</title>
160
161 <glossentry>
162 <glossterm>GUI</glossterm>
163
164 <glossdef>
165 <para>Graphical User Interface. Commonly used as an antonym to a
166 "command line interface", in the context of VirtualBox, we sometimes
167 refer to the main graphical
168 <computeroutput>VirtualBox</computeroutput> program as the "GUI", to
169 differentiate it from the <computeroutput>VBoxManage</computeroutput>
170 interface.</para>
171 </glossdef>
172 </glossentry>
173
174 <glossentry>
175 <glossterm>GUID</glossterm>
176
177 <glossdef>
178 <para>See UUID.</para>
179 </glossdef>
180 </glossentry>
181 </glossdiv>
182
183 <glossdiv>
184 <title>I</title>
185
186 <glossentry>
187 <glossterm>IDE</glossterm>
188
189 <glossdef>
190 <para>Integrated Drive Electronics, an industry standard for hard disk
191 interfaces. See <xref linkend="harddiskcontrollers" />.</para>
192 </glossdef>
193 </glossentry>
194
195 <glossentry>
196 <glossterm>I/O APIC</glossterm>
197
198 <glossdef>
199 <para>See APIC.</para>
200 </glossdef>
201 </glossentry>
202
203 <glossentry>
204 <glossterm>iSCSI</glossterm>
205
206 <glossdef>
207 <para>Internet SCSI; see <xref linkend="storage-iscsi" />.</para>
208 </glossdef>
209 </glossentry>
210 </glossdiv>
211
212 <glossdiv>
213 <title>M</title>
214
215 <glossentry>
216 <glossterm>MAC</glossterm>
217
218 <glossdef>
219 <para>Media Access Control, a part of an Ethernet network card. A MAC
220 address is a 6-byte number which identifies a network card. It is
221 typically written in hexadecimal notation where the bytes are
222 separated by colons, such as
223 <computeroutput>00:17:3A:5E:CB:08</computeroutput>.</para>
224 </glossdef>
225 </glossentry>
226 </glossdiv>
227
228 <glossdiv>
229 <title>N</title>
230
231 <glossentry>
232 <glossterm>NAT</glossterm>
233
234 <glossdef>
235 <para>Network Address Translation. A technique to share networking
236 interfaces by which an interface modifies the source and/or target IP
237 addresses of network packets according to specific rules. Commonly
238 employed by routers and firewalls to shield an internal network from
239 the Internet, VirtualBox can use NAT to easily share a host's physical
240 networking hardware with its virtual machines. See <xref
241 linkend="network_nat" />.</para>
242 </glossdef>
243 </glossentry>
244 </glossdiv>
245
246 <glossdiv>
247 <title>O</title>
248
249 <glossentry>
250 <glossterm>OVF</glossterm>
251
252 <glossdef>
253 <para>Open Virtualization Format, a cross-platform industry standard
254 to exchange virtual appliances between virtualization products; see
255 <xref linkend="ovf" />.</para>
256 </glossdef>
257 </glossentry>
258 </glossdiv>
259
260 <glossdiv>
261 <title>P</title>
262
263 <glossentry>
264 <glossterm>PAE</glossterm>
265
266 <glossdef>
267 <para>Physical Address Extension. This allows accessing more than 4 GB
268 of RAM even in 32-bit environments; see <xref
269 linkend="settings-general-advanced" />.</para>
270 </glossdef>
271 </glossentry>
272
273 <glossentry>
274 <glossterm>PIC</glossterm>
275
276 <glossdef>
277 <para>See APIC.</para>
278 </glossdef>
279 </glossentry>
280
281 <glossentry>
282 <glossterm>PXE</glossterm>
283
284 <glossdef>
285 <para>Preboot Execution Environment, an industry standard for booting
286 PC systems from remote network locations. It includes DHCP for IP
287 configuration and TFTP for file transfer. Using UNDI, a hardware
288 independent driver stack for accessing the network card from bootstrap
289 code is available.</para>
290 </glossdef>
291 </glossentry>
292 </glossdiv>
293
294 <glossdiv>
295 <title>R</title>
296
297 <glossentry>
298 <glossterm>RDP</glossterm>
299
300 <glossdef>
301 <para>Remote Desktop Protocol, a protocol developed by Microsoft as an
302 extension to the ITU T.128 and T.124 video conferencing protocol. With
303 RDP, a PC system can be controlled from a remote location using a
304 network connection over which data is transferred in both directions.
305 Typically graphics updates and audio are sent from the remote machine
306 and keyboard and mouse input events are sent from the client.
307 VirtualBox contains an enhanced implementation of the relevant
308 standards called "VirtualBox RDP" (VRDP), which is largely compatible
309 with Microsoft's RDP implementation. See <xref linkend="vrdp" /> for
310 details.</para>
311 </glossdef>
312 </glossentry>
313 </glossdiv>
314
315 <glossdiv>
316 <title>S</title>
317
318 <glossentry>
319 <glossterm>SAS</glossterm>
320
321 <glossdef>
322 <para>Serial Attached SCSI, an industry standard for hard disk
323 interfaces. See <xref linkend="harddiskcontrollers" />.</para>
324 </glossdef>
325 </glossentry>
326
327 <glossentry>
328 <glossterm>SATA</glossterm>
329
330 <glossdef>
331 <para>Serial ATA, an industry standard for hard disk interfaces. See
332 <xref linkend="harddiskcontrollers" />.</para>
333 </glossdef>
334 </glossentry>
335
336 <glossentry>
337 <glossterm>SCSI</glossterm>
338
339 <glossdef>
340 <para>Small Computer System Interface. An industry standard for data
341 transfer between devices, especially for storage. See <xref
342 linkend="harddiskcontrollers" />.</para>
343 </glossdef>
344 </glossentry>
345
346 <glossentry>
347 <glossterm>SMP</glossterm>
348
349 <glossdef>
350 <para>Symmetrical Multiprocessing, meaning that the resources of a
351 computer are shared between several processors. These can either be
352 several processor chips or, as is more common with modern hardware,
353 multiple CPU cores in one processor.</para>
354 </glossdef>
355 </glossentry>
356 </glossdiv>
357
358 <glossdiv>
359 <title>U</title>
360
361 <glossentry>
362 <glossterm>UUID</glossterm>
363
364 <glossdef>
365 <para>A Universally Unique Identifier -- often also called GUID
366 (Globally Unique Identifier) -- is a string of numbers and letters
367 which can be computed dynamically and is guaranteed to be unique.
368 Generally, it is used as a global handle to identify entities.
369 VirtualBox makes use of UUIDs to identify VMs, Virtual Disk Images
370 (VDI files) and other entities.</para>
371 </glossdef>
372 </glossentry>
373 </glossdiv>
374
375 <glossdiv>
376 <title>V</title>
377
378 <glossentry>
379 <glossterm>VM</glossterm>
380
381 <glossdef>
382 <para>Virtual Machine -- a virtual computer that VirtualBox allows you
383 to run on top of your actual hardware. See <xref
384 linkend="virtintro" /> for details.</para>
385 </glossdef>
386 </glossentry>
387
388 <glossentry>
389 <glossterm>VRDP</glossterm>
390
391 <glossdef>
392 <para>See RDP.</para>
393 </glossdef>
394 </glossentry>
395
396 <glossentry>
397 <glossterm>VT-x</glossterm>
398
399 <glossdef>
400 <para>The hardware virtualization features built into modern Intel
401 processors. See <xref linkend="hwvirt" />.</para>
402 </glossdef>
403 </glossentry>
404 </glossdiv>
405
406 <glossdiv>
407 <title>X</title>
408
409 <glossentry>
410 <glossterm>XML</glossterm>
411
412 <glossdef>
413 <para>The eXtensible Markup Language, a metastandard for all kinds of
414 textual information. XML only specifies how data in the document is
415 organized generally and does not prescribe how to semantically
416 organize content.</para>
417 </glossdef>
418 </glossentry>
419
420 <glossentry>
421 <glossterm>XPCOM</glossterm>
422
423 <glossdef>
424 <para>Mozilla Cross Platform Component Object Model, a programming
425 infrastructure developed by the Mozilla browser project which is
426 similar to Microsoft COM and allows applications to provide a modular
427 programming interface. VirtualBox makes use of XPCOM on Linux both
428 internally and externally to provide a comprehensive API to
429 third-party developers.</para>
430 </glossdef>
431 </glossentry>
432 </glossdiv>
433</glossary>
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette