summaryrefslogtreecommitdiff
path: root/docs/howto/glossary.xml
blob: 03a465049cd0ed3d04788b642374483ad6a39180 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
<glossary>
	<title>Glossary</title>

	<glossentry>
		<glossterm>Access Control List</glossterm>
		<acronym>ACL</acronym>
		<glossdef><para>
		A detailed list of permissions granted to users or groups with respect to file and network resource access.
		 See <link linkend="AccessControls"/>, 
		for details.</para></glossdef>
	</glossentry>

	<glossentry>
                <glossterm>Active Directory Service</glossterm>
		<acronym>ADS</acronym>
		<glossdef><para>
		A service unique to Microsoft Windows 200x servers that provides a centrally managed
		directory for management of user identities, and computer objects, as well as the permissions
		each user or computer may be granted to access
		distributed network resources. ADS uses Kerberos-based
		authentication and LDAP over Kerberos for directory access.
		</para></glossdef>
        </glossentry>

	<glossentry>
		<glossterm>Common Internet File System</glossterm>
		<acronym>CIFS</acronym>
		<glossdef><para>The new name for SMB. Microsoft renamed the 
		SMB protocol to CIFS during the Internet hype in the nineties.
		At about the time that the SMB protocol was renamed to CIFS, an
		additional dialect of the SMB protocol was in development.
		The need for the deployment of the NetBIOS layer was also
		removed, thus paving the way for use of the SMB protocol natively
		over TCP/IP (known as NetBIOS-less SMB or <quote>naked</quote>  TCP transport).
		</para></glossdef>
	</glossentry>

	<glossentry>
		<glossterm>Common UNIX Printing System</glossterm>
		<acronym>CUPS</acronym>
		<glossdef><para>
		A recent implementation of a high capability printing system for UNIX developed by
		<ulink url="http://www.easysw.com/">.</ulink> The design objective of CUPS was to provide
		a rich print processing system that has built-in intelligence that is capable of correctly rendering (processing)
		a file that is submitted for printing even if it was formatted for an entirely different printer.
		</para>
		</glossdef>
	</glossentry>

	<glossentry>
		<glossterm>Domain Master Browser</glossterm>
		<acronym>DMB</acronym>
		<glossdef><para>The Domain Master Browser maintains a list of all the servers that 
		have announced their services within a given workgroup or NT domain. See <link linkend="DMB"/> for details.
		</para></glossdef>
	</glossentry>

	<glossentry>
                <glossterm>Domain Name Service</glossterm>
		<acronym>DNS</acronym>
		<glossdef><para>
		A protocol by which computer host names may be resolved to the matching IP address/es. DNS is implemented
		by the Berkeley Internet Name Daemon. There exists a recent version of DNS that allows dynamic name registration
		by network clients or by a DHCP server. This recent protocol is known as Dynamic DNS (DDNS).
		</para></glossdef>
        </glossentry>

	<glossentry>
                <glossterm>Dynamic Host Configuration Protocol</glossterm>
		<acronym>DHCP</acronym>
		<glossdef><para>
		A protocol that was based on the BOOTP protocol that may be used to dynamically assign an IP address,
		from a reserved pool of addresses, to a network client or device. Additionally, DHCP may assign all
		network configuration settings and may be used to register a computer name and its address with a
		Dynamic DNS server.
		</para></glossdef>
        </glossentry>
	<glossentry>
		<glossterm>Extended Meta-file Format</glossterm>
		<acronym>EMF</acronym>
		<glossdef>
			An intermediate file format used by Microsoft <?latex \linebreak ?>Windows-based servers and clients. EMF files may be
		rendered into a page description language by a print processor.
		</glossdef>
	</glossentry>

	<glossentry>
		<glossterm>Graphical Device Interface</glossterm>
		<acronym>GDI</acronym>
		<glossdef><para>
		Device Independent format for printing used by Microsoft Windows. 
		It is quite similar to what PostScript is for UNIX. Printing jobs are first generated in GDI and
		then converted to a device-specific format. See <link linkend="gdipost"/> for details.
		</para></glossdef>
	</glossentry>

	<glossentry>
		<glossterm>Group IDentifier</glossterm>
		<acronym>GID</acronym>
		<glossdef><para>
		The UNIX system Group Identifier; on older systems a 32-bit unsigned integer and on newer systems
		an unsigned 64-bit integer. The GID is used in UNIX-like operating systems for all group level access
		control.
		</para></glossdef>
	</glossentry>

	<glossentry>
		<glossterm>Internet Print Protocol</glossterm>
		<acronym>IPP</acronym>
		<glossdef><para>An IETF standard for network printing. CUPS
		implements IPP.</para></glossdef>
	</glossentry>

	<glossentry>
		<glossterm>Key Distribution Center</glossterm>
		<acronym>KDC</acronym>
		<glossdef><para>The Kerberos authentication protocol makes use of security keys (also called a ticket)
		by which access to network resources is controlled. The issuing of Kerberos tickets is effected by
		a KDC.</para></glossdef>
	</glossentry>

	<glossentry>
		<glossterm>NetBIOS Extended User Interface</glossterm>
		<acronym>NetBEUI</acronym>
		<glossdef><para>
		Very simple network protocol invented by IBM and Microsoft. It is used 
		to do NetBIOS over ethernet with low overhead. NetBEUI is a non-routable
		protocol.
		</para></glossdef>
	</glossentry>

	<glossentry>
		<glossterm>Network Basic Input/Output System</glossterm>
		<acronym>NetBIOS</acronym>
		<glossdef><para>
		NetBIOS is a simple application programming interface (API) invented in the eighties 
		that allows programs to send data to certain network names. 
		NetBIOS is always run over another network protocol such 
		as IPX/SPX, TCP/IP, or Logical Link Control (LLC). NetBIOS run over LLC
		is best known as NetBEUI (The NetBIOS Extended User Interface &smbmdash; a complete misnomer!).
		</para></glossdef>
	</glossentry>


	<glossentry>
		<glossterm>NetBT</glossterm>
		<acronym>NBT</acronym>
		<glossdef><para>Protocol for transporting NetBIOS frames over TCP/IP. Uses ports 137, 138 and 139. 
		NetBT is a fully routable protocol.
		</para></glossdef>
	</glossentry>

	<?latex \newpage ?>
	
	<glossentry>
		<glossterm>Local Master Browser</glossterm>
		<acronym>LMB</acronym>
		<glossdef><para>The Local Master Browser maintains a list 
		of all servers that have announced themselves within a given workgroup or NT domain on a particular
		broadcast isolated subnet. See <link linkend="DMB"/> for details.
		</para></glossdef>
	</glossentry>

	<glossentry>
		<glossterm>Printer Command Language</glossterm>
		<acronym>PCL</acronym>
		<glossdef><para>
		A printer page description language that was developed by Hewlett Packard
		and is in common use today.
		</para></glossdef>
	</glossentry>

	<glossentry>
		<glossterm>Portable Document Format</glossterm>
		<acronym>PDF</acronym>
		<glossdef>
		A highly compressed document format, based on postscript, used as a document distribution format
		that is supported by Web browsers as well as many applications. Adobe also distribute an application
		called <quote>acrobat</quote> which is a PDF reader.
		</glossdef>
	</glossentry>

	<glossentry>
		<glossterm>Page Description Language</glossterm>
		<acronym>PDL</acronym>
		<glossdef><para>A language for describing the layout and contents of a printed page.
		The best-known PDLs are Adobe PostScript and Hewlett-Packard PCL (Printer Control Language),
		both of which are used to control laser printers.</para></glossdef>
	</glossentry>

	<glossentry>
		<glossterm>PostScript Printer Description</glossterm>
		<acronym>PPD</acronym>
		<glossdef><para>
		PPD's specify and control options supported by postscript printers, such as duplexing, stapling, 
		DPI, ... See also <link linkend="post-and-ghost"/>. PPD files can be read by printing applications
		to enable correct postscript page layout for a particular postscript printer.
		</para></glossdef>
	</glossentry>

	<glossentry>
		<glossterm>Server Message Block</glossterm>
		<acronym>SMB</acronym>
		<glossdef><para>
		SMB was the original name of the protocol `spoken' by 
		Samba. It was invented in the eighties by IBM and adopted 
		and extended further by Microsoft. Microsoft 
		renamed the protocol to CIFS during the Internet hype in the 
		nineties.
		</para></glossdef>
	</glossentry>

	<glossentry>
		<glossterm>User IDentifier</glossterm>
		<acronym>UID</acronym>
		<glossdef><para>
		The UNIX system User Identifier; on older systems a 32-bit unsigned integer and on newer systems
		an unsigned 64-bit integer. The UID is used in UNIX-like operating systems for all user level access
		control.
		</para></glossdef>
	</glossentry>

	<glossentry>
		<glossterm>Universal Naming Convention</glossterm>
		<acronym>UNC</acronym>
		<glossdef><para>A syntax for specifying the location of network resources (such as file shares).
		The UNC syntax was developed in the early days of MS DOS 3.x and is used internally by the SMB protocol.
		</para></glossdef>
	</glossentry>

	

</glossary>