VirtualBox

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

Last change on this file since 56533 was 54330, checked in by vboxsync, 10 years ago

Manual: Documented xHCI.

  • Property svn:mergeinfo set to (toggle deleted branches)
    /branches/VBox-4.0/doc/manual/en_US/user_Glossary.xml71214
    /branches/VBox-4.2/doc/manual/en_US/user_Glossary.xml91503-91504,​91506-91508,​91510,​91514-91515,​91521
    /branches/VBox-4.3/doc/manual/en_US/user_Glossary.xml91223
    /branches/VBox-4.3/trunk/doc/manual/en_US/user_Glossary.xml91223
    /branches/dsen/gui/doc/manual/en_US/user_Glossary.xml79076-79078,​79089,​79109-79110,​79112-79113,​79127-79130,​79134,​79141,​79151,​79155,​79157-79159,​79193,​79197
    /branches/dsen/gui2/doc/manual/en_US/user_Glossary.xml79224,​79228,​79233,​79235,​79258,​79262-79263,​79273,​79341,​79345,​79354,​79357,​79387-79388,​79559-79569,​79572-79573,​79578,​79581-79582,​79590-79591,​79598-79599,​79602-79603,​79605-79606,​79632,​79635,​79637,​79644
    /branches/dsen/gui3/doc/manual/en_US/user_Glossary.xml79645-79692
File size: 15.0 KB
Line 
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
227 <glossentry>
228 <glossterm>MSI</glossterm>
229
230 <glossdef>
231 <para>Message Signaled Interrupts, as supported by modern chipsets
232 such as the ICH9; see <xref linkend="settings-motherboard" />. As
233 opposed to traditional pin-based interrupts, with MSI, a small amount
234 of data can accompany the actual interrupt message. This reduces the
235 amount of hardware pins required, allows for more interrupts and
236 better performance.</para>
237 </glossdef>
238 </glossentry>
239 </glossdiv>
240
241 <glossdiv>
242 <title>N</title>
243
244 <glossentry>
245 <glossterm>NAT</glossterm>
246
247 <glossdef>
248 <para>Network Address Translation. A technique to share networking
249 interfaces by which an interface modifies the source and/or target IP
250 addresses of network packets according to specific rules. Commonly
251 employed by routers and firewalls to shield an internal network from
252 the Internet, VirtualBox can use NAT to easily share a host's physical
253 networking hardware with its virtual machines. See <xref
254 linkend="network_nat" />.</para>
255 </glossdef>
256 </glossentry>
257 </glossdiv>
258
259 <glossdiv>
260 <title>O</title>
261
262 <glossentry>
263 <glossterm>OVF</glossterm>
264
265 <glossdef>
266 <para>Open Virtualization Format, a cross-platform industry standard
267 to exchange virtual appliances between virtualization products; see
268 <xref linkend="ovf" />.</para>
269 </glossdef>
270 </glossentry>
271 </glossdiv>
272
273 <glossdiv>
274 <title>P</title>
275
276 <glossentry>
277 <glossterm>PAE</glossterm>
278
279 <glossdef>
280 <para>Physical Address Extension. This allows accessing more than 4 GB
281 of RAM even in 32-bit environments; see <xref
282 linkend="settings-general-advanced" />.</para>
283 </glossdef>
284 </glossentry>
285
286 <glossentry>
287 <glossterm>PIC</glossterm>
288
289 <glossdef>
290 <para>See APIC.</para>
291 </glossdef>
292 </glossentry>
293
294 <glossentry>
295 <glossterm>PXE</glossterm>
296
297 <glossdef>
298 <para>Preboot Execution Environment, an industry standard for booting
299 PC systems from remote network locations. It includes DHCP for IP
300 configuration and TFTP for file transfer. Using UNDI, a hardware
301 independent driver stack for accessing the network card from bootstrap
302 code is available.</para>
303 </glossdef>
304 </glossentry>
305 </glossdiv>
306
307 <glossdiv>
308 <title>R</title>
309
310 <glossentry>
311 <glossterm>RDP</glossterm>
312
313 <glossdef>
314 <para>Remote Desktop Protocol, a protocol developed by Microsoft as an
315 extension to the ITU T.128 and T.124 video conferencing protocol. With
316 RDP, a PC system can be controlled from a remote location using a
317 network connection over which data is transferred in both directions.
318 Typically graphics updates and audio are sent from the remote machine
319 and keyboard and mouse input events are sent from the client. A
320 VirtualBox extension package by Oracle provides VRDP, an enhanced
321 implementation of the relevant standards which is largely compatible
322 with Microsoft's RDP implementation. See <xref linkend="vrde" /> for
323 details.</para>
324 </glossdef>
325 </glossentry>
326 </glossdiv>
327
328 <glossdiv>
329 <title>S</title>
330
331 <glossentry>
332 <glossterm>SAS</glossterm>
333
334 <glossdef>
335 <para>Serial Attached SCSI, an industry standard for hard disk
336 interfaces. See <xref linkend="harddiskcontrollers" />.</para>
337 </glossdef>
338 </glossentry>
339
340 <glossentry>
341 <glossterm>SATA</glossterm>
342
343 <glossdef>
344 <para>Serial ATA, an industry standard for hard disk interfaces. See
345 <xref linkend="harddiskcontrollers" />.</para>
346 </glossdef>
347 </glossentry>
348
349 <glossentry>
350 <glossterm>SCSI</glossterm>
351
352 <glossdef>
353 <para>Small Computer System Interface. An industry standard for data
354 transfer between devices, especially for storage. See <xref
355 linkend="harddiskcontrollers" />.</para>
356 </glossdef>
357 </glossentry>
358
359 <glossentry>
360 <glossterm>SMP</glossterm>
361
362 <glossdef>
363 <para>Symmetrical Multiprocessing, meaning that the resources of a
364 computer are shared between several processors. These can either be
365 several processor chips or, as is more common with modern hardware,
366 multiple CPU cores in one processor.</para>
367 </glossdef>
368 </glossentry>
369
370 <glossentry>
371 <glossterm>SSD</glossterm>
372
373 <glossdef>
374 <para>Solid-state drive, uses microchips for storing data in a computer
375 system. Compared to classical hard-disks they are having no mechanical
376 components like spinning disks.
377 </para>
378 </glossdef>
379 </glossentry>
380 </glossdiv>
381
382 <glossdiv>
383 <title>T</title>
384
385 <glossentry>
386 <glossterm>TAR</glossterm>
387
388 <glossdef>
389 <para>A widely used file format for archiving. Originally, this stood
390 for "Tape ARchive" and was already supported by very early Unix
391 versions for backing up data on tape. The file format is still widely
392 used today, for example, with OVF archives (with an
393 <computeroutput>.ova</computeroutput> file extension); see <xref
394 linkend="ovf" />.</para>
395 </glossdef>
396 </glossentry>
397 </glossdiv>
398
399 <glossdiv>
400 <title>U</title>
401
402 <glossentry>
403 <glossterm>UUID</glossterm>
404
405 <glossdef>
406 <para>A Universally Unique Identifier -- often also called GUID
407 (Globally Unique Identifier) -- is a string of numbers and letters
408 which can be computed dynamically and is guaranteed to be unique.
409 Generally, it is used as a global handle to identify entities.
410 VirtualBox makes use of UUIDs to identify VMs, Virtual Disk Images
411 (VDI files) and other entities.</para>
412 </glossdef>
413 </glossentry>
414 </glossdiv>
415
416 <glossdiv>
417 <title>V</title>
418
419 <glossentry>
420 <glossterm>VM</glossterm>
421
422 <glossdef>
423 <para>Virtual Machine -- a virtual computer that VirtualBox allows you
424 to run on top of your actual hardware. See <xref
425 linkend="virtintro" /> for details.</para>
426 </glossdef>
427 </glossentry>
428
429 <glossentry>
430 <glossterm>VMM</glossterm>
431
432 <glossdef>
433 <para>Virtual Machine Manager -- the component of VirtualBox that
434 controls VM execution. See <xref linkend="technical-components" /> for
435 a list of VirtualBox components.</para>
436 </glossdef>
437 </glossentry>
438
439 <glossentry>
440 <glossterm>VRDE</glossterm>
441
442 <glossdef>
443 <para>VirtualBox Remote Desktop Extension. This interface is built
444 into VirtualBox to allow VirtualBox extension packages to supply
445 remote access to virtual machines. A VirtualBox extension package by
446 Oracle provides VRDP support; see <xref linkend="vrde" /> for
447 details.</para>
448 </glossdef>
449 </glossentry>
450
451 <glossentry>
452 <glossterm>VRDP</glossterm>
453
454 <glossdef>
455 <para>See RDP.</para>
456 </glossdef>
457 </glossentry>
458
459 <glossentry>
460 <glossterm>VT-x</glossterm>
461
462 <glossdef>
463 <para>The hardware virtualization features built into modern Intel
464 processors. See <xref linkend="hwvirt" />.</para>
465 </glossdef>
466 </glossentry>
467 </glossdiv>
468
469 <glossdiv>
470 <title>X</title>
471
472 <glossentry>
473 <glossterm>xHCI</glossterm>
474
475 <glossdef>
476 <para>eXtended Host Controller Interface, the interface that
477 implements the USB 3.0 standard.</para>
478 </glossdef>
479 </glossentry>
480
481 <glossentry>
482 <glossterm>XML</glossterm>
483
484 <glossdef>
485 <para>The eXtensible Markup Language, a metastandard for all kinds of
486 textual information. XML only specifies how data in the document is
487 organized generally and does not prescribe how to semantically
488 organize content.</para>
489 </glossdef>
490 </glossentry>
491
492 <glossentry>
493 <glossterm>XPCOM</glossterm>
494
495 <glossdef>
496 <para>Mozilla Cross Platform Component Object Model, a programming
497 infrastructure developed by the Mozilla browser project which is
498 similar to Microsoft COM and allows applications to provide a modular
499 programming interface. VirtualBox makes use of XPCOM on Linux both
500 internally and externally to provide a comprehensive API to
501 third-party developers.</para>
502 </glossdef>
503 </glossentry>
504 </glossdiv>
505</glossary>
Note: See TracBrowser for help on using the repository browser.

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