1<HTML> 2<!-- SECTION: Getting Started --> 3<HEAD> 4 <TITLE>Glossary</TITLE> 5 <LINK REL="STYLESHEET" TYPE="text/css" HREF="../cups-printable.css"> 6</HEAD> 7<BODY> 8 9<H1 CLASS="title">Glossary</H1> 10 11<H2><A NAME="A">A</A></H2> 12 13<DL> 14 15 <DT>ASCII 16 <DD>American Standard Code for Information Interchange 17 18</DL> 19 20 21<H2><A NAME="C">C</A></H2> 22 23<DL> 24 25 <DT>C 26 <DD>A computer language 27 28 <DT>Character Set 29 <DD>The association of numbers with specific printed or 30 displayed characters or symbols 31 32</DL> 33 34 35<H2><A NAME="E">E</A></H2> 36 37<DL> 38 39 <DT>ESC/P 40 <DD>EPSON Standard Code for Printers 41 42</DL> 43 44 45<H2><A NAME="F">F</A></H2> 46 47<DL> 48 49 <DT>FTP 50 <DD>File Transfer Protocol 51 52</DL> 53 54 55<H2><A NAME="G">G</A></H2> 56 57<DL> 58 59 <DT>GIF 60 <DD>Graphics Interchange Format 61 62</DL> 63 64 65<H2><A NAME="H">H</A></H2> 66 67<DL> 68 69 <DT>HP-PCL 70 <DD>Hewlett-Packard Page Control Language 71 72 <DT>HP-PJL 73 <DD>Hewlett-Packard Printer Job Language 74 75</DL> 76 77 78<H2><A NAME="I">I</A></H2> 79 80<DL> 81 82 <DT>IETF 83 <DD>Internet Engineering Task Force 84 85 <DT>IP 86 <DD>Internet Protocol 87 88 <DT>IPv4 89 <DD>Internet Protocol, version 4; IPv4 addresses are 32-bits in 90 length and often look like "nnn.nnn.nnn.nnn" and "127.0.0.1" 91 92 <DT>IPv6 93 <DD>Internet Protocol, version 6: IPv6 addresses are 128-bits in 94 length and look like "xxxx::xxxx:xxxx:xxxx:xxxx" and "::1" 95 96 <DT>IPP 97 <DD>Internet Printing Protocol 98 99 <DT>ISO 100 <DD>International Standards Organization 101 102</DL> 103 104 105<H2><A NAME="J">J</A></H2> 106 107<DL> 108 109 <DT>JFIF 110 <DD>JPEG File Interchange Format 111 112 <DT>JPEG 113 <DD>Joint Photographic Experts Group 114 115</DL> 116 117 118<H2><A NAME="L">L</A></H2> 119 120<DL> 121 122 <DT>LPD 123 <DD>Line Printer Daemon 124 125</DL> 126 127 128<H2><A NAME="M">M</A></H2> 129 130<DL> 131 132 <DT>MIME 133 <DD>Multimedia Internet Mail Exchange 134 135</DL> 136 137 138<H2><A NAME="P">P</A></H2> 139 140<DL> 141 142 <DT>parallel 143 <DD>Sending or receiving data more than 1 bit at a time 144 145 <DT>PDF 146 <DD>Portable Document Format 147 148 <DT>pipe 149 <DD>A one-way communications channel between two programs 150 151 <DT>PNG 152 <DD>Portable Network Graphics 153 154 <DT>PostScript 155 <DD>A page description language that is most often used 156 for printing 157 158 <DT>PPD 159 <DD>PostScript Printer Description 160 161 <DT>PWG 162 <DD>Printer Working Group 163 164</DL> 165 166 167<H2><A NAME="S">S</A></H2> 168 169<DL> 170 171 <DT>serial 172 <DD>Sending or receiving data 1 bit at a time 173 174 <DT>SMB 175 <DD>Server Message Block 176 177 <DT>socket 178 <DD>A two-way network communications channel 179 180</DL> 181 182 183<H2><A NAME="T">T</A></H2> 184 185<DL> 186 187 <DT>TCP 188 <DD>Transmission Control Protocol 189 190 <DT>TFTP 191 <DD>Trivial File Transfer Protocol 192 193 <DT>TIFF 194 <DD>Tagged Image File Format 195 196</DL> 197 198 199<H2><A NAME="U">U</A></H2> 200 201<DL> 202 203 <DT>UDP 204 <DD>Unicast Datagram Protocol 205 206 <DT>Unicode 207 <DD>A universal character set for all languages of the 208 world 209 210 <DT>UTF-8 211 <DD>Unicode Transfer Format 8-Bit 212 213</DL> 214 215</BODY> 216</HTML> 217