The use of a password, certificate, personal identification number (PIN), or other information to validate an identity over a computer network.
Bookmark
A stored web page address (URL) that you can go to easily by clicking a bookmark icon in the Bookmarks Toolbar or choosing the bookmark's name from the Bookmarks menu.
Bookmarks Toolbar
The customizable toolbar that appears just below the Location Bar by default in Firefox. It contains buttons for your favorite bookmarks (or folders containing groups of bookmarks) that you can add or remove.
Cache
A collection of web page copies stored on your computer's hard disk or in its random-access memory (RAM). Firefox accumulates these copies as you browse the Web. When you click a link or type a URL to fetch a particular web page for which the cache already contains a copy, Firefox compares the cached copy to the original. If there have been no changes, Firefox uses the cached copy rather than refetching the original, saving processing and download time.
Certificate
The digital equivalent of an ID card. A certificate specifies the name of an individual, company, or other entity and certifies that a public key, which is included in the certificate, belongs to that entity. When you digitally sign a message or other data, the digital signature for that message is created with the aid of the private key that corresponds to the public key in your certificate.
Client
Software (such as an Internet browser) that sends requests to and receives information from a server, which is usually running on a different computer. A computer on which client software runs is also described as a client.
Cookie
A small bit of information stored on your computer by some web sites. When you visit such a site, the site asks Firefox to place one or more cookies on your hard disk. Later, when you return to the site, Firefox sends the site the cookies that belong to it. Cookies help web sites keep track of information about you, such as the contents of your shopping cart. You can set your cookies options to control how cookies are used and how much information you are willing to let web sites store on them.
Cookie Manager
The part of Firefox that you can use to control cookies.
Cryptography
The art and practice of scrambling (encrypting) and unscrambling (decrypting) information. For example, cryptographic techniques are used to scramble and unscramble information flowing between commercial web sites and Firefox.
Decryption
The process of unscrambling data that has been encrypted. See also encryption.
Digital ID
See certificate.
Encryption
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 decrypt, information flowing over the connection. Encrypted information can be decrypted only by someone who possesses the appropriate key.
Extensible Markup Language (XML)
An open standard for describing data. Unlike HTML, XML allows the developer of a web page to define special tags. For more information, see the online W3C document Extensible Markup Language (XML).
Feed
An XML 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 live bookmark.
File Transfer Protocol (FTP)
A standard that allows users to transfer files from one computer to another over a network. You can use Firefox to fetch files using FTP.
FIPS PUBS 140-1
Federal Information Processing Standards Publications (FIPS PUBS) 140-1 is a US government standard for implementations of cryptographic modules — hardware or software that encrypts and decrypts data or performs other cryptographic operations (such as creating or verifying digital signatures). Many products sold to the US government must comply with one or more of the FIPS standards.
Helper Application
Any application that is used to open or view a file downloaded by Firefox. A plug-in is a special kind of helper application that installs itself into the Plugins directory of the main Firefox installation directory and can typically be opened within Firefox itself. Microsoft Word, Adobe Photoshop, and other external applications are considered helper applications but not plug-ins, because they don't install themselves into the browser directory but can be opened from the download dialog box.
Home Page
The page Firefox is set to display every time you launch it or when you click the Home button. Also used to refer to the main page for a web site from which you can explore the rest of the site.
Hypertext Markup Language (HTML)
The document format used for web pages. The HTML standard defines tags, or codes, used to define the text layout, fonts, style, images, and other elements that make up a web page.
Internet
A worldwide network of millions of computers that communicate with each other using standard protocols such as TCP/IP. Originally developed for the US military in 1969, the Internet grew to include educational and research institutions and, in the late 1990s, millions of businesses, organizations, and individuals. Today the Internet is used for email, browsing the World Wide Web, instant messaging, mailing lists and usegroups, and many other purposes.
Internet Protocol Address (IP address)
The address of a computer on a TCP/IP network. Every computer on the Internet has an IP address. Clients have either a permanent IP address or one that is dynamically assigned to them each time they connect with the network.
Java
A programming language developed by Sun Microsystems. A single Java program can run on many different kinds of computers, thus avoiding the need for programmers to create a separate version of each program for each kind of computer. After Java is installed, Firefox can automatically download and run Java programs (also called applets).
JavaScript
A scripting language commonly used to construct web pages. Programmers use JavaScript to make web pages more interactive; JavaScript is often used to dynamically validate forms and select buttons. JavaScript can be used with Java, but it is technically a separate language. Java is not required for JavaScript to work correctly.
Live Bookmark
A special type of bookmark that acts as a folder to contain the links in a feed. You can create a live bookmark by visiting a site with a feed, clicking on the live bookmark icon in the Status Bar, and selecting the feed format you wish to use.
Location Bar
The field (and associated buttons) near the top of a Firefox window where you can type a URL or search terms.
Master Password
A password used to protect saved passwords and other private data. Firefox will prompt you for your master password when you wish to access this data. If you have multiple security devices, each security device will require a separate master password.
Navigation Toolbar
The toolbar near the top of the Firefox window that includes the Back and Forward buttons.
Password Manager
The part of Firefox that can help you remember some or all of your names and passwords by storing them on your computer's hard disk and entering them for you automatically when you visit such sites.
PKCS #11
The public-key cryptography standard that governs security devices such as smart cards.
Plug-in
A type of helper application that adds new capabilities to Firefox, such as the ability to play audio or video clips. Unlike other kinds of helper applications, a plug-in application installs itself into the Plugins directory within the main Firefox installation directory and typically can be opened within Firefox itself (internally). For example, an audio plug-in lets you listen to audio files on a web page or in an e-mail message. Macromedia Flash Player and Java are both examples of plug-in applications.
Private Key
One of a pair of keys used in public-key cryptography. The private key is kept secret and is used to decrypt data that has been encrypted with the corresponding public key.
Proxy
An intermediary or "go-between" program that acts as both a server and a client for the purpose of making requests on behalf of other clients.
Search Engine
A web-based program that allows users to search for and retrieve specific information from the World Wide Web. The search engine may search the full text of web documents or a list of keywords; it may also use librarians who review web documents and index them manually for retrieval. Typically, the user types a word or phrase into a search box, and the search engine displays links to relevant web pages.
Secure Site
A site that uses encryption in connections with Firefox to prevent other malicious Internet users from viewing transmitted data. When you visit secure sites, Firefox displays a lock icon in the Status Bar and the Location Bar. Firefox also displays the site's domain name in the Status Bar (to prevent malicious sites from stealing your data) and turns the background of the Location Bar to yellow.
Some sites may consist of both secure and insecure data; the insecure data usually is non-private, although it isn't guaranteed to be so. For such sites Firefox will display a lock icon with a slash through it in the Status Bar and Location Bar and will not display the site's domain name in the Status Bar so that you know that the current web page isn't completely secure.
Secure Sockets Layer (SSL)
A protocol that allows mutual authentication between a client and a serverfor the purpose of establishing an authenticated and encrypted connection. SSL runs above TCP/IP and below HTTP, LDAP, IMAP, NNTP, and other high-level network protocols. The new Internet Engineering Task Force (IETF) standard called Transport Layer Security (TLS) is based on SSL. See also authentication, encryption.
Server
Software (such as software that serves up web pages) that receives requests from and sends information to a client, which is usually running on a different computer. A computer on which server software runs is also described as a server.
Status Bar
The toolbar that appears at the bottom of any Firefox window. It shows status icons on the right.
TLS
See Secure Sockets Layer (SSL).
Transmission Control Protocol/Internet Protocol (TCP/IP)
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.
Uniform Resource Locator (URL)
The standardized address that tells Firefox how to locate a file or other resource on the Web (for example, http://www.mozilla.org). Type URLs into Firefox's Location Bar to access web pages. URLs are also used in the links on web pages go to other web pages. Also known as an Internet or Web address.
Web Page
A single document on the World Wide Web that is specified by a unique address or URL. A web page may contain text, hyperlinks, and graphics.
Web Site
A group of related web pages linked by hyperlinks and managed by a single company, organization, or individual. A web site may include text, graphics, audio and video files, and links to other web sites.
World Wide Web
Also known as the Web. A portion of the Internet that is made up of web pages stored by web servers and displayed by clients called web browsers (such as Firefox).
Pakistani Technical Writers on the Web ... sharing news, rumours, trends, articles, tools, resources, opinions, links and other stuff on technical writing
1 Comments:
good work...keep it up! Rafia
By
Anonymous, at 10:21 PM
Post a Comment
<< Home