VirtualBox

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

Last change on this file since 85670 was 82350, checked in by vboxsync, 5 years ago

manual: integrate 6.1 drop #10 with minimal manual adjustments (frontmatter for preface and eliminated trailing whitespace)

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id Revision
  • 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.7 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE glossary PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"[
4<!ENTITY % all.entities SYSTEM "all-entities.ent">
5%all.entities;
6]>
7<glossary id="Glossary">
8
9 <glossdiv>
10
11 <title>A</title>
12
13 <glossentry><glossterm>ACPI</glossterm>
14
15 <glossdef>
16
17 <para>
18 Advanced Configuration and Power Interface, an industry
19 specification for BIOS and hardware extensions to configure PC
20 hardware and perform power management. Windows 2000 and later,
21 as well as Linux 2.4 and later support ACPI. Windows can only
22 enable or disable ACPI support at installation time.
23 </para>
24
25 </glossdef>
26
27 </glossentry>
28
29 <glossentry><glossterm>AHCI</glossterm>
30
31 <glossdef>
32
33 <para>
34 Advanced Host Controller Interface, the interface that
35 supports SATA devices such as hard disks. See
36 <xref
37 linkend="harddiskcontrollers" />.
38 </para>
39
40 </glossdef>
41
42 </glossentry>
43
44 <glossentry><glossterm>AMD-V</glossterm>
45
46 <glossdef>
47
48 <para>
49 The hardware virtualization features built into modern AMD
50 processors. See <xref linkend="hwvirt" />.
51 </para>
52
53 </glossdef>
54
55 </glossentry>
56
57 <glossentry><glossterm>API</glossterm>
58
59 <glossdef>
60
61 <para>
62 Application Programming Interface.
63 </para>
64
65 </glossdef>
66
67 </glossentry>
68
69 <glossentry><glossterm>APIC</glossterm>
70
71 <glossdef>
72
73 <para>
74 Advanced Programmable Interrupt Controller, a newer version of
75 the original PC PIC (programmable interrupt controller). Most
76 modern CPUs contain an on-chip APIC, called a local APIC. Many
77 systems also contain an I/O APIC (input output APIC) as a
78 separate chip which provides more than 16 IRQs. Windows 2000
79 and later use a different kernel if they detect an I/O APIC
80 during installation. Therefore, an I/O APIC must not be
81 removed after installation.
82 </para>
83
84 </glossdef>
85
86 </glossentry>
87
88 <glossentry><glossterm>ATA</glossterm>
89
90 <glossdef>
91
92 <para>
93 Advanced Technology Attachment, an industry standard for hard
94 disk interfaces which is synonymous with IDE. See
95 <xref
96 linkend="harddiskcontrollers" />.
97 </para>
98
99 </glossdef>
100
101 </glossentry>
102
103 </glossdiv>
104
105 <glossdiv>
106
107 <title>B</title>
108
109 <glossentry><glossterm>BIOS</glossterm>
110
111 <glossdef>
112
113 <para>
114 Basic Input/Output System, the firmware built into most
115 personal computers which is responsible of initializing the
116 hardware after the computer has been turned on and then
117 booting an operating system. &product-name; ships with its own
118 virtual BIOS that runs when a virtual machine is started.
119 </para>
120
121 </glossdef>
122
123 </glossentry>
124
125 </glossdiv>
126
127 <glossdiv>
128
129 <title>C</title>
130
131 <glossentry><glossterm>COM</glossterm>
132
133 <glossdef>
134
135 <para>
136 Microsoft Component Object Model, a programming infrastructure
137 for modular software. COM enables applications to provide
138 application programming interfaces which can be accessed from
139 various other programming languages and applications.
140 &product-name; makes use of COM both internally and externally
141 to provide a comprehensive API to 3rd party developers.
142 </para>
143
144 </glossdef>
145
146 </glossentry>
147
148 </glossdiv>
149
150 <glossdiv>
151
152 <title>D</title>
153
154 <glossentry><glossterm>DHCP</glossterm>
155
156 <glossdef>
157
158 <para>
159 Dynamic Host Configuration Protocol. This enables a networking
160 device in a network to acquire its IP address and other
161 networking details automatically, in order to avoid having to
162 configure all devices in a network with fixed IP addresses.
163 &product-name; has a built-in DHCP server that delivers an IP
164 addresses to a virtual machine when networking is configured
165 to NAT. See <xref
166 linkend="networkingdetails" />.
167 </para>
168
169 </glossdef>
170
171 </glossentry>
172
173 </glossdiv>
174
175 <glossdiv>
176
177 <title>E</title>
178
179 <glossentry><glossterm>EFI</glossterm>
180
181 <glossdef>
182
183 <para>
184 Extensible Firmware Interface, a firmware built into computers
185 which is designed to replace the aging BIOS. Originally
186 designed by Intel, most modern operating systems can now boot
187 on computers which have EFI instead of a BIOS built into them.
188 See <xref
189 linkend="efi" />.
190 </para>
191
192 </glossdef>
193
194 </glossentry>
195
196 <glossentry><glossterm>EHCI</glossterm>
197
198 <glossdef>
199
200 <para>
201 Enhanced Host Controller Interface, the interface that
202 implements the USB 2.0 standard.
203 </para>
204
205 </glossdef>
206
207 </glossentry>
208
209 </glossdiv>
210
211 <glossdiv>
212
213 <title>G</title>
214
215 <glossentry><glossterm>GUI</glossterm>
216
217 <glossdef>
218
219 <para>
220 Graphical User Interface. Commonly used as an antonym to a
221 "command line interface". In the context of &product-name;, we
222 sometimes refer to the main graphical
223 <command>VirtualBox</command> program as the "GUI", to
224 differentiate it from the <command>VBoxManage</command>
225 interface.
226 </para>
227
228 </glossdef>
229
230 </glossentry>
231
232 <glossentry><glossterm>GUID</glossterm>
233
234 <glossdef>
235
236 <para>
237 See UUID.
238 </para>
239
240 </glossdef>
241
242 </glossentry>
243
244 </glossdiv>
245
246 <glossdiv>
247
248 <title>I</title>
249
250 <glossentry><glossterm>IDE</glossterm>
251
252 <glossdef>
253
254 <para>
255 Integrated Drive Electronics, an industry standard for hard
256 disk interfaces. See <xref linkend="harddiskcontrollers" />.
257 </para>
258
259 </glossdef>
260
261 </glossentry>
262
263 <glossentry><glossterm>I/O APIC</glossterm>
264
265 <glossdef>
266
267 <para>
268 See APIC.
269 </para>
270
271 </glossdef>
272
273 </glossentry>
274
275 <glossentry><glossterm>iSCSI</glossterm>
276
277 <glossdef>
278
279 <para>
280 Internet SCSI. See <xref linkend="storage-iscsi" />.
281 </para>
282
283 </glossdef>
284
285 </glossentry>
286
287 </glossdiv>
288
289 <glossdiv>
290
291 <title>M</title>
292
293 <glossentry><glossterm>MAC</glossterm>
294
295 <glossdef>
296
297 <para>
298 Media Access Control, a part of an Ethernet network card. A
299 MAC address is a 6-byte number which identifies a network
300 card. It is typically written in hexadecimal notation where
301 the bytes are separated by colons, such as
302 <literal>00:17:3A:5E:CB:08</literal>.
303 </para>
304
305 </glossdef>
306
307 </glossentry>
308
309 <glossentry><glossterm>MSI</glossterm>
310
311 <glossdef>
312
313 <para>
314 Message Signaled Interrupts, as supported by modern chipsets
315 such as the ICH9. See <xref linkend="settings-motherboard" />.
316 As opposed to traditional pin-based interrupts, with MSI, a
317 small amount of data can accompany the actual interrupt
318 message. This reduces the amount of hardware pins required and
319 allows for more interrupts and better performance.
320 </para>
321
322 </glossdef>
323
324 </glossentry>
325
326 </glossdiv>
327
328 <glossdiv>
329
330 <title>N</title>
331
332 <glossentry><glossterm>NAT</glossterm>
333
334 <glossdef>
335
336 <para>
337 Network Address Translation. A technique to share networking
338 interfaces by which an interface modifies the source and/or
339 target IP addresses of network packets according to specific
340 rules. Commonly employed by routers and firewalls to shield an
341 internal network from the Internet, &product-name; can use NAT
342 to easily share a host's physical networking hardware with its
343 virtual machines. See <xref
344 linkend="network_nat" />.
345 </para>
346
347 </glossdef>
348
349 </glossentry>
350
351 </glossdiv>
352
353 <glossdiv>
354
355 <title>O</title>
356
357 <glossentry><glossterm>OVF</glossterm>
358
359 <glossdef>
360
361 <para>
362 Open Virtualization Format, a cross-platform industry standard
363 to exchange virtual appliances between virtualization
364 products. See <xref linkend="ovf" />.
365 </para>
366
367 </glossdef>
368
369 </glossentry>
370
371 </glossdiv>
372
373 <glossdiv>
374
375 <title>P</title>
376
377 <glossentry><glossterm>PAE</glossterm>
378
379 <glossdef>
380
381 <para>
382 Physical Address Extension. This enables access to more than 4
383 GB of RAM, even in 32-bit environments. See
384 <xref linkend="settings-general-advanced" />.
385 </para>
386
387 </glossdef>
388
389 </glossentry>
390
391 <glossentry><glossterm>PIC</glossterm>
392
393 <glossdef>
394
395 <para>
396 See APIC.
397 </para>
398
399 </glossdef>
400
401 </glossentry>
402
403 <glossentry><glossterm>PXE</glossterm>
404
405 <glossdef>
406
407 <para>
408 Preboot Execution Environment, an industry standard for
409 booting PC systems from remote network locations. It includes
410 DHCP for IP configuration and TFTP for file transfer. Using
411 UNDI, a hardware independent driver stack for accessing the
412 network card from bootstrap code is available.
413 </para>
414
415 </glossdef>
416
417 </glossentry>
418
419 </glossdiv>
420
421 <glossdiv>
422
423 <title>R</title>
424
425 <glossentry><glossterm>RDP</glossterm>
426
427 <glossdef>
428
429 <para>
430 Remote Desktop Protocol, a protocol developed by Microsoft as
431 an extension to the ITU T.128 and T.124 video conferencing
432 protocol. With RDP, a PC system can be controlled from a
433 remote location using a network connection over which data is
434 transferred in both directions. Typically graphics updates and
435 audio are sent from the remote machine and keyboard and mouse
436 input events are sent from the client. An &product-name;
437 extension package by Oracle provides VRDP, an enhanced
438 implementation of the relevant standards which is largely
439 compatible with Microsoft's RDP implementation. See
440 <xref linkend="vrde" /> for details.
441 </para>
442
443 </glossdef>
444
445 </glossentry>
446
447 </glossdiv>
448
449 <glossdiv>
450
451 <title>S</title>
452
453 <glossentry><glossterm>SAS</glossterm>
454
455 <glossdef>
456
457 <para>
458 Serial Attached SCSI, an industry standard for hard disk
459 interfaces. See <xref linkend="harddiskcontrollers" />.
460 </para>
461
462 </glossdef>
463
464 </glossentry>
465
466 <glossentry><glossterm>SATA</glossterm>
467
468 <glossdef>
469
470 <para>
471 Serial ATA, an industry standard for hard disk interfaces. See
472 <xref linkend="harddiskcontrollers" />.
473 </para>
474
475 </glossdef>
476
477 </glossentry>
478
479 <glossentry><glossterm>SCSI</glossterm>
480
481 <glossdef>
482
483 <para>
484 Small Computer System Interface. An industry standard for data
485 transfer between devices, especially for storage. See
486 <xref
487 linkend="harddiskcontrollers" />.
488 </para>
489
490 </glossdef>
491
492 </glossentry>
493
494 <glossentry><glossterm>SMP</glossterm>
495
496 <glossdef>
497
498 <para>
499 Symmetrical Multiprocessing, meaning that the resources of a
500 computer are shared between several processors. These can
501 either be several processor chips or, as is more common with
502 modern hardware, multiple CPU cores in one processor.
503 </para>
504
505 </glossdef>
506
507 </glossentry>
508
509 <glossentry><glossterm>SSD</glossterm>
510
511 <glossdef>
512
513 <para>
514 Solid-state drive, uses microchips for storing data in a
515 computer system. Compared to classical hard-disks they are
516 having no mechanical components like spinning disks.
517 </para>
518
519 </glossdef>
520
521 </glossentry>
522
523 </glossdiv>
524
525 <glossdiv>
526
527 <title>T</title>
528
529 <glossentry><glossterm>TAR</glossterm>
530
531 <glossdef>
532
533 <para>
534 A widely used file format for archiving. Originally, this
535 stood for Tape ARchive and was already supported by very early
536 UNIX versions for backing up data on tape. The file format is
537 still widely used today. For example, with OVF archives using
538 an <filename>.ova</filename> file extension. See
539 <xref
540 linkend="ovf" />.
541 </para>
542
543 </glossdef>
544
545 </glossentry>
546
547 </glossdiv>
548
549 <glossdiv>
550
551 <title>U</title>
552
553 <glossentry><glossterm>UUID</glossterm>
554
555 <glossdef>
556
557 <para>
558 A Universally Unique Identifier, often also called GUID
559 (Globally Unique Identifier). A UUID is a string of numbers
560 and letters which can be computed dynamically and is
561 guaranteed to be unique. Generally, it is used as a global
562 handle to identify entities. &product-name; makes use of UUIDs
563 to identify VMs, Virtual Disk Images (VDI files), and other
564 entities.
565 </para>
566
567 </glossdef>
568
569 </glossentry>
570
571 </glossdiv>
572
573 <glossdiv>
574
575 <title>V</title>
576
577 <glossentry><glossterm>VM</glossterm>
578
579 <glossdef>
580
581 <para>
582 Virtual Machine. A virtual computer that &product-name;
583 enables you to run on top of your actual hardware. See
584 <xref
585 linkend="virtintro" /> for details.
586 </para>
587
588 </glossdef>
589
590 </glossentry>
591
592 <glossentry><glossterm>VMM</glossterm>
593
594 <glossdef>
595
596 <para>
597 Virtual Machine Manager. The component of &product-name; that
598 controls VM execution. See
599 <xref linkend="technical-components" /> for a list of
600 &product-name; components.
601 </para>
602
603 </glossdef>
604
605 </glossentry>
606
607 <glossentry><glossterm>VRDE</glossterm>
608
609 <glossdef>
610
611 <para>
612 VirtualBox Remote Desktop Extension. This interface is built
613 into &product-name; to allow &product-name; extension packages
614 to supply remote access to virtual machines. An &product-name;
615 extension package by Oracle provides VRDP support. See
616 <xref linkend="vrde" />.
617 </para>
618
619 </glossdef>
620
621 </glossentry>
622
623 <glossentry><glossterm>VRDP</glossterm>
624
625 <glossdef>
626
627 <para>
628 See RDP.
629 </para>
630
631 </glossdef>
632
633 </glossentry>
634
635 <glossentry><glossterm>VT-x</glossterm>
636
637 <glossdef>
638
639 <para>
640 The hardware virtualization features built into modern Intel
641 processors. See <xref linkend="hwvirt" />.
642 </para>
643
644 </glossdef>
645
646 </glossentry>
647
648 </glossdiv>
649
650 <glossdiv>
651
652 <title>X</title>
653
654 <glossentry><glossterm>xHCI</glossterm>
655
656 <glossdef>
657
658 <para>
659 eXtended Host Controller Interface, the interface that
660 implements the USB 3.0 standard.
661 </para>
662
663 </glossdef>
664
665 </glossentry>
666
667 <glossentry><glossterm>XML</glossterm>
668
669 <glossdef>
670
671 <para>
672 The eXtensible Markup Language, a metastandard for all kinds
673 of textual information. XML only specifies how data in the
674 document is organized generally and does not prescribe how to
675 semantically organize content.
676 </para>
677
678 </glossdef>
679
680 </glossentry>
681
682 <glossentry><glossterm>XPCOM</glossterm>
683
684 <glossdef>
685
686 <para>
687 Mozilla Cross Platform Component Object Model, a programming
688 infrastructure developed by the Mozilla browser project which
689 is similar to Microsoft COM and enables applications to
690 provide a modular programming interface. &product-name; makes
691 use of XPCOM on Linux both internally and externally to
692 provide a comprehensive API to third-party developers.
693 </para>
694
695 </glossdef>
696
697 </glossentry>
698
699 </glossdiv>
700
701</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