More updates.
[Samba.git] / docs / Samba-HOWTO-Collection / TOSHARG-glossary.xml
blob3a36e2c5537c1e214b3554b692b97aba3a3d409c
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE glossary PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
3 <glossary>
4         <title>Glossary</title>
6         <glossentry>
7                 <glossterm>Access Control List</glossterm>
8                 <acronym>ACL</acronym>
9                 <glossdef><para>
10                 A detailed list of permissions granted to users or groups with respect to file and network resource access.
11                  See <link linkend="AccessControls"/>, 
12                 for details.</para></glossdef>
13         </glossentry>
15         <glossentry>
16                 <glossterm>Active Directory Service</glossterm>
17                 <acronym>ADS</acronym>
18                 <glossdef><para>
19                 A service unique to Microsoft Windows 200x servers that provides a centrally managed
20                 directory for management of user identities, and computer objects, as well as the permissions
21                 each user or computer may be granted to access
22                 distributed network resources. ADS uses Kerberos-based
23                 authentication and LDAP over Kerberos for directory access.
24                 </para></glossdef>
25         </glossentry>
27         <glossentry>
28                 <glossterm>Common Internet File System</glossterm>
29                 <acronym>CIFS</acronym>
30                 <glossdef><para>The new name for SMB. Microsoft renamed the 
31                 SMB protocol to CIFS during the Internet hype in the nineties.
32                 At about the time that the SMB protocol was renamed to CIFS, an
33                 additional dialect of the SMB protocol was in development.
34                 The need for the deployment of the NetBIOS layer was also
35                 removed, thus paving the way for use of the SMB protocol natively
36                 over TCP/IP (known as NetBIOS-less SMB or <quote>naked</quote>  TCP transport).
37                 </para></glossdef>
38         </glossentry>
40         <glossentry>
41                 <glossterm>Common UNIX Printing System</glossterm>
42                 <acronym>CUPS</acronym>
43                 <glossdef><para>
44                 A recent implementation of a high capability printing system for UNIX developed by
45                 <ulink url="http://www.easysw.com/">.</ulink> The design objective of CUPS was to provide
46                 a rich print processing system that has built-in intelligence that is capable of correctly rendering (processing)
47                 a file that is submitted for printing even if it was formatted for an entirely different printer.
48                 </para>
49                 </glossdef>
50         </glossentry>
52         <glossentry>
53                 <glossterm>Domain Master Browser</glossterm>
54                 <acronym>DMB</acronym>
55                 <glossdef><para>The Domain Master Browser maintains a list of all the servers that 
56                 have announced their services within a given workgroup or NT domain. See <link linkend="DMB"/> for details.
57                 </para></glossdef>
58         </glossentry>
60         <glossentry>
61                 <glossterm>Domain Name Service</glossterm>
62                 <acronym>DNS</acronym>
63                 <glossdef><para>
64                 A protocol by which computer host names may be resolved to the matching IP address/es. DNS is implemented
65                 by the Berkeley Internet Name Daemon. There exists a recent version of DNS that allows dynamic name registration
66                 by network clients or by a DHCP server. This recent protocol is known as Dynamic DNS (DDNS).
67                 </para></glossdef>
68         </glossentry>
70         <glossentry>
71                 <glossterm>Dynamic Host Configuration Protocol</glossterm>
72                 <acronym>DHCP</acronym>
73                 <glossdef><para>
74                 A protocol that was based on the BOOTP protocol that may be used to dynamically assign an IP address,
75                 from a reserved pool of addresses, to a network client or device. Additionally, DHCP may assign all
76                 network configuration settings and may be used to register a computer name and its address with a
77                 Dynamic DNS server.
78                 </para></glossdef>
79         </glossentry>
80         <glossentry>
81                 <glossterm>Extended Meta-file Format</glossterm>
82                 <acronym>EMF</acronym>
83                 <glossdef>
84                         <para>
85                         An intermediate file format used by Microsoft <?latex \linebreak ?>Windows-based servers and clients. EMF files may be
86                         rendered into a page description language by a print processor.
87                 </para>
88                 </glossdef>
89         </glossentry>
91         <glossentry>
92                 <glossterm>Graphical Device Interface</glossterm>
93                 <acronym>GDI</acronym>
94                 <glossdef><para>
95                 Device Independent format for printing used by Microsoft Windows. 
96                 It is quite similar to what PostScript is for UNIX. Printing jobs are first generated in GDI and
97                 then converted to a device-specific format. See <link linkend="gdipost"/> for details.
98                 </para></glossdef>
99         </glossentry>
101         <glossentry>
102                 <glossterm>Group IDentifier</glossterm>
103                 <acronym>GID</acronym>
104                 <glossdef><para>
105                 The UNIX system Group Identifier; on older systems a 32-bit unsigned integer and on newer systems
106                 an unsigned 64-bit integer. The GID is used in UNIX-like operating systems for all group level access
107                 control.
108                 </para></glossdef>
109         </glossentry>
111         <glossentry>
112                 <glossterm>Internet Print Protocol</glossterm>
113                 <acronym>IPP</acronym>
114                 <glossdef><para>An IETF standard for network printing. CUPS
115                 implements IPP.</para></glossdef>
116         </glossentry>
118         <glossentry>
119                 <glossterm>Key Distribution Center</glossterm>
120                 <acronym>KDC</acronym>
121                 <glossdef><para>The Kerberos authentication protocol makes use of security keys (also called a ticket)
122                 by which access to network resources is controlled. The issuing of Kerberos tickets is effected by
123                 a KDC.</para></glossdef>
124         </glossentry>
126         <glossentry>
127                 <glossterm>NetBIOS Extended User Interface</glossterm>
128                 <acronym>NetBEUI</acronym>
129                 <glossdef><para>
130                 Very simple network protocol invented by IBM and Microsoft. It is used 
131                 to do NetBIOS over ethernet with low overhead. NetBEUI is a non-routable
132                 protocol.
133                 </para></glossdef>
134         </glossentry>
136         <glossentry>
137                 <glossterm>Network Basic Input/Output System</glossterm>
138                 <acronym>NetBIOS</acronym>
139                 <glossdef><para>
140                 NetBIOS is a simple application programming interface (API) invented in the eighties 
141                 that allows programs to send data to certain network names. 
142                 NetBIOS is always run over another network protocol such 
143                 as IPX/SPX, TCP/IP, or Logical Link Control (LLC). NetBIOS run over LLC
144                 is best known as NetBEUI (The NetBIOS Extended User Interface &smbmdash; a complete misnomer!).
145                 </para></glossdef>
146         </glossentry>
149         <glossentry>
150                 <glossterm>NetBT</glossterm>
151                 <acronym>NBT</acronym>
152                 <glossdef><para>Protocol for transporting NetBIOS frames over TCP/IP. Uses ports 137, 138 and 139. 
153                 NetBT is a fully routable protocol.
154                 </para></glossdef>
155         </glossentry>
157         <?latex \newpage ?>
158         
159         <glossentry>
160                 <glossterm>Local Master Browser</glossterm>
161                 <acronym>LMB</acronym>
162                 <glossdef><para>The Local Master Browser maintains a list 
163                 of all servers that have announced themselves within a given workgroup or NT domain on a particular
164                 broadcast isolated subnet. See <link linkend="DMB"/> for details.
165                 </para></glossdef>
166         </glossentry>
168         <glossentry>
169                 <glossterm>Printer Command Language</glossterm>
170                 <acronym>PCL</acronym>
171                 <glossdef><para>
172                 A printer page description language that was developed by Hewlett Packard
173                 and is in common use today.
174                 </para></glossdef>
175         </glossentry>
177         <glossentry>
178                 <glossterm>Portable Document Format</glossterm>
179                 <acronym>PDF</acronym>
180                 <glossdef>
181                 <para>
182                 A highly compressed document format, based on postscript, used as a document distribution format
183                 that is supported by Web browsers as well as many applications. Adobe also distribute an application
184                 called <quote>acrobat</quote> which is a PDF reader.
185                 </para>
186                 </glossdef>
187         </glossentry>
189         <glossentry>
190                 <glossterm>Page Description Language</glossterm>
191                 <acronym>PDL</acronym>
192                 <glossdef><para>A language for describing the layout and contents of a printed page.
193                 The best-known PDLs are Adobe PostScript and Hewlett-Packard PCL (Printer Control Language),
194                 both of which are used to control laser printers.</para></glossdef>
195         </glossentry>
197         <glossentry>
198                 <glossterm>PostScript Printer Description</glossterm>
199                 <acronym>PPD</acronym>
200                 <glossdef><para>
201                 PPD's specify and control options supported by postscript printers, such as duplexing, stapling, 
202                 DPI, ... See also <link linkend="post-and-ghost"/>. PPD files can be read by printing applications
203                 to enable correct postscript page layout for a particular postscript printer.
204                 </para></glossdef>
205         </glossentry>
207         <glossentry>
208                 <glossterm>Server Message Block</glossterm>
209                 <acronym>SMB</acronym>
210                 <glossdef><para>
211                 SMB was the original name of the protocol `spoken' by 
212                 Samba. It was invented in the eighties by IBM and adopted 
213                 and extended further by Microsoft. Microsoft 
214                 renamed the protocol to CIFS during the Internet hype in the 
215                 nineties.
216                 </para></glossdef>
217         </glossentry>
219         <glossentry>
220                 <glossterm>User IDentifier</glossterm>
221                 <acronym>UID</acronym>
222                 <glossdef><para>
223                 The UNIX system User Identifier; on older systems a 32-bit unsigned integer and on newer systems
224                 an unsigned 64-bit integer. The UID is used in UNIX-like operating systems for all user level access
225                 control.
226                 </para></glossdef>
227         </glossentry>
229         <glossentry>
230                 <glossterm>Universal Naming Convention</glossterm>
231                 <acronym>UNC</acronym>
232                 <glossdef><para>A syntax for specifying the location of network resources (such as file shares).
233                 The UNC syntax was developed in the early days of MS DOS 3.x and is used internally by the SMB protocol.
234                 </para></glossdef>
235         </glossentry>
237         
239 </glossary>