CS101 Glossary
CS101 Glossary
Glossary
HTML
Hypertext Markup Language As its name suggests, HTML is a collection of formatting commands
that create hypertext documents--Web pages, to be exact. When you point your Web browser to a
URL, the browser interprets the HTML commands embedded in the page and uses them to format
the page's text and graphic elements. HTML commands cover many types of text formatting (bold
and italic text, lists, headline fonts in various sizes, and so on), and also have the ability to include
graphics and other nontext elements. Usually, html commands (tags) come in pairs depicting the
start and end of a style; e.g. <B> This is bold text </B> would appear as bold text within a browser
window. Development and maintenance of HTML standards is coordinated by the World Wide
Web Consortium. See also: browser, HTML 3.0, hypertext, URL, VRML
100BaseT
Another term for fast Ethernet, an upgraded standard for connecting computers into a local area
network (LAN). 100BaseT Ethernet works just like regular Ethernet except that it can transfer data
at a peak rate of 100 mbps. It's also more expensive and less common than its slower 10BaseT
sibling. See also: fast Ethernet, Ethernet (10BaseT)
10BaseT
The most common form of Ethernet is called 10BaseT, which denotes a peak transmission speed
of 10 mbps using copper twisted-pair cable. Ethernet is a standard for connecting computers into
a local area network (LAN). See also: Ethernet, fast Ethernet (100BaseT), hub
anonymous FTP
Part of the Internet's appeal is the huge number of files available for download. Anonymous File
Transfer Protocol (FTP) enables anyone to download files from a properly configured FTP server.
This allows users without accounts to access files by entering the username anonymous, along
with their email address as a password. Because anyone can access files that have been set up for
anonymous FTP, Webmasters need to be careful to use it only for files meant for public
consumption. See also: FTP
ANSI