home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2005 October / maximum-cd-2005-10.iso / Software / Apps / FirefoxSetup1.0.6.exe / help.xpi / bin / chrome / help.jar / locale / en-US / help / glossary.xhtml < prev    next >
Encoding:
Extensible Markup Language  |  2004-10-08  |  15.4 KB  |  304 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"[
  3.     <!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
  4.     %brandDTD;
  5. ]
  6. >
  7.  
  8. <html xmlns="http://www.w3.org/1999/xhtml">
  9. <head>
  10.     <title>Glossary</title>
  11.     <link rel="stylesheet" type="text/css" href="chrome://help/skin/helpFileLayout.css"/>
  12. </head>
  13.  
  14. <body>
  15.  
  16. <p>This glossary is provided for your information only; it is not meant to be relied
  17.   upon as a complete or authoritative description of the terms defined below or of
  18.   the privacy and/or security ramifications of the technologies described.</p>
  19. <hr/>
  20.  
  21. <h1 id="glossary">Glossary</h1>
  22.  
  23. <dl>
  24.  
  25. <dt id="authentication">authentication</dt>
  26. <dd>The use of a password, certificate, personal identification number
  27.   (PIN), or other information to validate an identity over a computer
  28.   network.</dd>
  29.  
  30. <dt id="bookmark">bookmark</dt>
  31. <dd>A stored web page address (<a href="#Uniform_Resource_Locator">URL</a>)
  32.   that you can go to easily by clicking a bookmark icon in the Bookmarks Toolbar
  33.   or choosing the bookmark's name from the Bookmarks menu.</dd>
  34.  
  35. <dt id="Bookmarks_Toolbar">Bookmarks Toolbar</dt>
  36. <dd>The customizable toolbar that appears just below the Location Bar by
  37.   default in &brandShortName;. It contains buttons for your favorite bookmarks
  38.   (or folders containing groups of bookmarks) that you can add or remove.</dd>
  39.  
  40. <dt id="cache">cache</dt>
  41. <dd>A collection of web page copies stored on your computer's hard disk or in
  42.   its random-access memory (RAM). &brandShortName; accumulates these copies as you
  43.   browse the Web. When you click a link or type a
  44.   <a href="#Uniform_Resource_Locator">URL</a> to fetch a particular web page for
  45.   which the cache already contains a copy, &brandShortName; compares the cached copy
  46.   to the original. If there have been no changes, &brandShortName; uses the cached
  47.   copy rather than refetching the original, saving processing and download time.</dd>
  48.  
  49. <dt id="certificate">certificate</dt>
  50. <dd>The digital equivalent of an ID card. A certificate specifies the name of an
  51.   individual, company, or other entity and certifies that a public key, which
  52.   is included in the certificate, belongs to that entity. When you digitally
  53.   sign a message or other data, the digital signature for that message is
  54.   created with the aid of the private key that corresponds to the public key
  55.   in your certificate.</dd>
  56.  
  57. <dt id="client">client</dt>
  58. <dd>Software (such as an Internet browser) that sends requests to and receives
  59.   information from a <a href="#server">server</a>, which is usually running
  60.   on a different computer. A computer on which client software runs is also
  61.   described as a client.</dd>
  62.  
  63. <dt id="cookie">cookie</dt>
  64. <dd>A small bit of information stored on your computer by some web sites. When
  65.   you visit such a site, the site asks &brandShortName; to place one or more cookies
  66.   on your hard disk. Later, when you return to the site, &brandShortName; sends the
  67.   site the cookies that belong to it. Cookies help web sites keep track of
  68.   information about you, such as the contents of your shopping cart. You can set
  69.   your cookies options to control how cookies are used and how much information
  70.   you are willing to let web sites store on them.</dd>
  71.  
  72. <dt id="Cookie_Manager">Cookie Manager</dt>
  73. <dd>The part of &brandShortName; that you can use to control <a href="#cookie">cookies</a>.</dd>
  74.  
  75. <dt id="cryptography">cryptography</dt>
  76. <dd>The art and practice of scrambling (encrypting) and unscrambling (decrypting)
  77.   information. For example, cryptographic techniques are used to scramble and unscramble
  78.   information flowing between commercial web sites and &brandShortName;.</dd>
  79.  
  80. <dt id="decryption">decryption</dt>
  81. <dd>The process of unscrambling data that has been encrypted. See also
  82.   <a href="#encryption">encryption</a>.</dd>
  83.  
  84. <dt id="digital_ID">digital ID</dt>
  85. <dd>See <a href="#certificate">certificate</a>.</dd>
  86.  
  87. <dt id="encryption">encryption</dt>
  88. <dd>The process of scrambling information in a way that disguises its meaning.
  89.   For example, encrypted connections between computers make it very difficult
  90.   for third-parties to unscramble, or <em>decrypt,</em> information flowing
  91.   over the connection. Encrypted information can be decrypted only by someone
  92.   who possesses the appropriate key.</dd>
  93.  
  94. <dt id="XML">Extensible Markup Language (XML)</dt>
  95. <dd>An open standard for describing data. Unlike HTML, XML allows the
  96.   developer of a web page to define special tags. For more information,
  97.   see the online W3C document <a href="http://www.w3.org/XML/">Extensible
  98.   Markup Language (XML)</a>.</dd>
  99.  
  100. <dt id="feed">feed</dt>
  101. <dd>An <a href="#XML">XML</a> web page that contains a list of links to
  102.   other web pages.  Special programs can read feeds to create a list
  103.   of headlines from the links, automatically updating the list as it changes.
  104.   News web sites use feeds to quickly publish the latest headlines, and
  105.   personal online journals often use feeds to quickly notify visitors about
  106.   new entries.  See also <a href="#live_bookmark">live bookmark</a>.</dd>
  107.  
  108. <dt id="File_Transfer_Protocol">File Transfer Protocol (FTP)</dt>
  109. <dd>A standard that allows users to transfer files from one computer to
  110.   another over a network. You can use &brandShortName; to fetch files
  111.   using FTP.</dd>
  112.  
  113. <dt id="FIPS_PUBS_140-1">FIPS PUBS 140-1</dt>
  114. <dd>Federal Information Processing Standards Publications (FIPS PUBS) 140-1 is
  115.   a US government standard for implementations of cryptographic modules —
  116.   hardware or software that encrypts and decrypts data or performs other
  117.   cryptographic operations (such as creating or verifying digital signatures).
  118.   Many products sold to the US government must comply with one or more of the
  119.   FIPS standards.</dd>
  120.  
  121. <dt id="helper_application">helper application</dt>
  122. <dd>Any application that is used to open or view a file downloaded by &brandShortName;.
  123.   A <a href="#plug-in">plug-in</a> is a special kind of helper application that
  124.   installs itself into the Plugins directory of the main &brandShortName; installation
  125.   directory and can typically be opened within &brandShortName; itself. Microsoft Word,
  126.   Adobe Photoshop, and other external applications are considered helper applications
  127.   but not plug-ins, because they don't install themselves into the browser directory
  128.   but can be opened from the download dialog box.</dd>
  129.  
  130. <dt id="home_page">home page</dt>
  131. <dd>The page &brandShortName; is set to display every time you launch it or when you
  132.   click the <em>Home</em> button. Also used to refer to the main page for a
  133.   web site from which you can explore the rest of the site.</dd>
  134.  
  135. <dt id="Hypertext_Markup_Language">Hypertext Markup Language (HTML)</dt>
  136. <dd>The document format used for web pages. The HTML standard defines tags, or
  137.   codes, used to define the text layout, fonts, style, images, and other
  138.   elements that make up a web page.</dd>
  139.  
  140. <dt id="Internet">Internet</dt>
  141. <dd>A worldwide network of millions of computers that communicate with each
  142.   other using standard protocols such as
  143.   <a href="#Transmission_Control_Protocol_Internet_Protocol">TCP/IP</a>.
  144.   Originally developed for the US military in 1969, the Internet grew to include
  145.   educational and research institutions and, in the late 1990s, millions of
  146.   businesses, organizations, and individuals. Today the Internet is used for email,
  147.   browsing the <a href="#World_Wide_Web">World Wide Web</a>, instant messaging,
  148.   mailing lists and usegroups, and many other purposes.</dd>
  149.  
  150. <dt id="Internet_protocol_address">Internet protocol address (IP address)</dt>
  151. <dd>The address of a computer on a
  152.   <a href="#Transmission_Control_Protocol_Internet_Protocol">TCP/IP</a> network.
  153.   Every computer on the Internet has an IP address. <a href="#client">Clients</a>
  154.   have either a permanent IP address or one that is dynamically assigned to them
  155.   each time they connect with the network.</dd>
  156.  
  157. <dt id="Java">Java</dt>
  158. <dd>A programming language developed by Sun Microsystems. A single Java program
  159.   can run on many different kinds of computers, thus avoiding the need for
  160.   programmers to create a separate version of each program for each kind of
  161.   computer. After Java is installed, &brandShortName; can automatically download
  162.   and run Java programs (also called applets).</dd>
  163.  
  164. <dt id="JavaScript">JavaScript</dt>
  165. <dd>A scripting language commonly used to construct web pages. Programmers use
  166.   JavaScript to make web pages more interactive; JavaScript is often used to
  167.   dynamically validate forms and select buttons. JavaScript can be used with
  168.   Java, but it is technically a separate language. Java is not required for
  169.   JavaScript to work correctly.</dd>
  170.  
  171. <dt id="live_bookmark">live bookmark</dt>
  172. <dd>A special type of bookmark that acts as a folder to contain the links in a
  173.   <a href="#feed">feed</a>.  You can create a live bookmark by visiting a site
  174.   with a feed, clicking on the live bookmark icon in the Status Bar, and
  175.   selecting the feed format you wish to use.</dd>
  176.  
  177. <dt id="location_bar">Location Bar</dt>
  178. <dd>The field (and associated buttons) near the top of a &brandShortName; window
  179.   where you can type a <a href="#Uniform_Resource_Locator">URL</a> or search terms.</dd>
  180.  
  181. <dt id="master_password">master password</dt>
  182. <dd>A password used to protect saved passwords and other private data.
  183.   &brandShortName; will prompt you for your master password when you wish to
  184.   access this data. If you have multiple security devices, each security device
  185.   will require a separate master password.</dd>
  186.  
  187. <dt id="navigation_toolbar">Navigation Toolbar</dt>
  188. <dd>The toolbar near the top of the &brandShortName; window that includes
  189.   the <em>Back</em> and <em>Forward</em> buttons.</dd>
  190.  
  191. <dt id="Password_Manager">Password Manager</dt>
  192. <dd>The part of &brandShortName; that can help you remember some or all of
  193.   your names and passwords by storing them on your computer's hard disk and
  194.   entering them for you automatically when you visit such sites.</dd>
  195.  
  196. <dt id="PKCS_11">PKCS #11</dt>
  197. <dd>The public-key cryptography standard that governs security devices such
  198.   as smart cards.</dd>
  199.  
  200. <dt id="plug-in">plug-in</dt>
  201. <dd>A type of <a href="#helper_application">helper application</a> that
  202.   adds new capabilities to &brandShortName;, such as the ability to play audio
  203.   or video clips. Unlike other kinds of helper applications, a plug-in
  204.   application installs itself into the Plugins directory within the main
  205.   &brandShortName; installation directory and typically can be opened within
  206.   &brandShortName; itself (internally). For example, an audio plug-in lets you
  207.   listen to audio files on a web page or in an e-mail message. Macromedia
  208.   Flash Player and Java are both examples of plug-in applications.</dd>
  209.  
  210. <dt id="private_key">private key</dt>
  211. <dd>One of a pair of keys used in public-key cryptography. The private key is 
  212. kept secret and is used to decrypt data that has been encrypted with the 
  213. corresponding public key.</dd>
  214.  
  215. <dt id="proxy">proxy</dt>
  216. <dd>An intermediary or "go-between" program that acts as both a
  217.   <a href="#server">server</a> and a <a href="#client">client</a> for
  218.   the purpose of making requests on behalf of other clients.</dd>
  219.  
  220. <dt id="search_engine">search engine</dt>
  221. <dd>A web-based program that allows users to search for and retrieve
  222.   specific information from the World Wide Web. The search engine may
  223.   search the full text of web documents or a list of keywords; it may
  224.   also use librarians who review web documents and index them manually
  225.   for retrieval. Typically, the user types a word or phrase into a
  226.   search box, and the search engine displays links to relevant web
  227.   pages.</dd>
  228.  
  229. <dt id="secure_site">secure site</dt>
  230. <dd>A site that uses <a href="#encryption">encryption</a> in connections
  231.   with &brandShortName; to prevent other malicious Internet users from
  232.   viewing transmitted data.  When you visit secure sites, &brandShortName;
  233.   displays a lock icon in the <a href="#Status_Bar">Status Bar</a> and the
  234.   <a href="#location_bar">Location Bar</a>.  &brandShortName; also
  235.   displays the site's domain name in the Status Bar (to prevent malicious
  236.   sites from stealing your data) and turns the background of the Location
  237.   Bar to yellow.</dd>
  238. <dd>Some sites may consist of both secure and insecure data; the insecure data
  239.   usually is non-private, although it isn't guaranteed to be so.  For such
  240.   sites &brandShortName; will display a lock icon with a slash through it in
  241.   the Status Bar and Location Bar and will <em>not</em> display the site's
  242.   domain name in the Status Bar so that you know that the current web page
  243.   isn't completely secure.</dd>
  244.  
  245. <dt id="SSL">Secure Sockets Layer (SSL)</dt>
  246. <dd>A protocol that allows mutual authentication between a
  247.   <a href="#client">client</a> and a <a href="#server">server</a>
  248.   for the purpose of establishing an authenticated and encrypted
  249.   connection. SSL runs above TCP/IP and below HTTP, LDAP, IMAP, NNTP,
  250.   and other high-level network protocols. The new Internet Engineering
  251.   Task Force (IETF) standard called Transport Layer Security (TLS) is
  252.   based on SSL. See also <a href="#authentication">authentication</a>,
  253.   <a href="#encryption">encryption</a>.</dd>
  254.  
  255. <dt id="server">server</dt>
  256. <dd>Software (such as software that serves up web pages) that receives
  257.   requests from and sends information to a <a href="#client">client</a>,
  258.   which is usually running on a different computer. A computer on which
  259.   server software runs is also described as a server.</dd>
  260.  
  261. <dt id="Status_Bar">Status Bar</dt>
  262. <dd>The toolbar that appears at the bottom of any &brandShortName; window. It
  263.   shows status icons on the right.</dd>
  264.  
  265. <dt id="TLS">TLS</dt>
  266. <dd>See <a href="#Secure_Sockets_Layer">Secure Sockets Layer (SSL)</a>.</dd>
  267.  
  268. <dt id="TCP_IP">Transmission Control Protocol/Internet Protocol (TCP/IP)</dt>
  269. <dd>A Unix protocol used to connect computers running a variety of operating systems.
  270.   TCP/IP is an essential Internet protocol and has become a global standard.</dd>
  271.  
  272. <dt id="Uniform_Resource_Locator">Uniform Resource Locator (URL)</dt>
  273. <dd>The standardized address that tells &brandShortName; how to locate a file or
  274.   other resource on the Web (for example, <tt>http://www.mozilla.org</tt>).
  275.   Type URLs into &brandShortName;'s Location Bar to access web pages. URLs
  276.   are also used in the links on web pages go to other web pages. Also known
  277.   as an Internet or Web address.</dd>
  278.  
  279. <dt id="web_page">web page</dt>
  280. <dd>A single document on the World Wide Web that is specified by a unique
  281.   address or URL.  A web page may contain text, hyperlinks, and graphics.</dd>
  282.  
  283. <dt id="web_site">web site</dt>
  284. <dd>A group of related web pages linked by hyperlinks and managed by a single
  285.   company, organization, or individual. A web site may include text, graphics,
  286.   audio and video files, and links to other web sites.</dd>
  287.  
  288. <dt id="World_Wide_Web">World Wide Web</dt>
  289. <dd>Also known as the Web. A portion of the Internet that is made up of web
  290.   pages stored by web <a href="#server">servers</a> and displayed by
  291.   <a href="#client">clients</a> called web browsers (such as
  292.   &brandShortName;).</dd>
  293.  
  294. </dl>
  295.  
  296. <p>
  297. [ <a href="#glossary">Return to beginning of Glossary</a> ]
  298. </p>
  299.  
  300. <div class="contentsBox"><em>08 October 2004</em></div>
  301. <p>Copyright © 2003-2004 Contributors to the Mozilla Help Viewer Project.</p>
  302. </body>
  303. </html>
  304.