Confirmed users
446
edits
(added entries for IMAP, LDAP, POP) |
(changes) |
||
| Line 9: | Line 9: | ||
<dt id="authentication">authentication</dt> | <dt id="authentication">authentication</dt> | ||
<dd>The use of a password, certificate, personal identification number (PIN), or other information to validate an identity over a computer network.</dd> | <dd>The use of a password, certificate, personal identification number (PIN), or other information to validate an identity over a computer network.</dd> | ||
<dt id="certificate">certificate</dt> | <dt id="certificate">certificate</dt> | ||
| Line 17: | Line 14: | ||
<dt id="client">client</dt> | <dt id="client">client</dt> | ||
<dd>Software (such as an | <dd>Software (such as an e-mail application) that sends requests to and receives information from a <a href="#server">server</a>, which is usually running on a different computer. A computer on which client software runs is also described as a client.</dd> | ||
<dt id="cryptography">cryptography</dt> | <dt id="cryptography">cryptography</dt> | ||
| Line 33: | Line 24: | ||
<dt id="digital_ID">digital ID</dt> | <dt id="digital_ID">digital ID</dt> | ||
<dd>See <a href="#certificate">certificate</a>.</dd> | <dd>See <a href="#certificate">certificate</a>.</dd> | ||
<dt id="e-mail">e-mail</dt> | |||
<dd>A form of electronic communication from one computer user to another over the Internet. It is used for a variety of purposes in both business and home settings.</dd> | |||
<dt id="encryption">encryption</dt> | <dt id="encryption">encryption</dt> | ||
<dd>The process of scrambling information in a way that disguises its meaning. For example, encrypted connections between computers make it very difficult for third-parties to unscramble, or <em>decrypt,</em> information flowing over the connection. Encrypted information can be decrypted only by someone who possesses the appropriate key.</dd> | <dd>The process of scrambling information in a way that disguises its meaning. For example, encrypted connections between computers make it very difficult for third-parties to unscramble, or <em>decrypt,</em> information flowing over the connection. Encrypted information can be decrypted only by someone who possesses the appropriate key.</dd> | ||
<dt id="feed">feed</dt> | <dt id="feed">feed</dt> | ||
<dd>An <a href="#XML">XML</a> web page that contains a list of links to other web pages. Special programs can read feeds to create a list of headlines from the links, automatically updating the list as it changes. News web sites use feeds to quickly publish the latest headlines, and personal online journals often use feeds to quickly notify visitors about new entries. See also <a href="#live_bookmark">live bookmark</a>.</dd> | <dd>An <a href="#XML">XML</a> web page that contains a list of links to other web pages. Special programs can read feeds to create a list of headlines from the links, automatically updating the list as it changes. News web sites use feeds to quickly publish the latest headlines, and personal online journals often use feeds to quickly notify visitors about new entries. See also <a href="#live_bookmark">live bookmark</a>.</dd> | ||
<dt id="FIPS_PUBS_140-1">FIPS PUBS 140-1</dt> | <dt id="FIPS_PUBS_140-1">FIPS PUBS 140-1</dt> | ||
| Line 53: | Line 41: | ||
<dt id="Hypertext_Markup_Language">Hypertext Markup Language (HTML)</dt> | <dt id="Hypertext_Markup_Language">Hypertext Markup Language (HTML)</dt> | ||
<dd> | <dd>A document format used for web pages and many e-mail messages. HTML extends the capabilities of plain-text messages by adding the ability to display images, use flexible layouts, insert hyperlinks to related web pages, and use different sizes of text in messages, among other things.</dd> | ||
<dt id="IMAP_glossary">Internet Message Access Protocol (IMAP)</dt> | <dt id="IMAP_glossary">Internet Message Access Protocol (IMAP)</dt> | ||
| Line 63: | Line 51: | ||
<dt id="Internet_protocol_address">Internet protocol address (IP address)</dt> | <dt id="Internet_protocol_address">Internet protocol address (IP address)</dt> | ||
<dd>The address of a computer on a <a href="#Transmission_Control_Protocol_Internet_Protocol">TCP/IP</a> network. Every computer on the Internet has an IP address. <a href="#client">Clients</a> have either a permanent IP address or one that is dynamically assigned to them each time they connect with the network.</dd> | <dd>The address of a computer on a <a href="#Transmission_Control_Protocol_Internet_Protocol">TCP/IP</a> network. Every computer on the Internet has an IP address. <a href="#client">Clients</a> have either a permanent IP address or one that is dynamically assigned to them each time they connect with the network.</dd> | ||
<dt id="JavaScript">JavaScript</dt> | <dt id="JavaScript">JavaScript</dt> | ||
| Line 113: | Line 98: | ||
<dt id="TCP_IP">Transmission Control Protocol/Internet Protocol (TCP/IP)</dt> | <dt id="TCP_IP">Transmission Control Protocol/Internet Protocol (TCP/IP)</dt> | ||
<dd>A Unix protocol used to connect computers running a variety of operating systems. TCP/IP is an essential Internet protocol and has become a global standard.</dd> | <dd>A Unix protocol used to connect computers running a variety of operating systems. TCP/IP is an essential Internet protocol and has become a global standard.</dd> | ||
<dt id="web_site">web site</dt> | <dt id="web_site">web site</dt> | ||