Chapter 13 Flashcards
A collection of technologies that allow the creation of web applications that can update information on a page without requiring the user to refresh or leave the page.
AJAX (Asynchronous JavaScript and XML)
A small application located on a server; when requested, the applet is downloaded to the client.
applet
A list of rules that defines in one single location how to display HTML elements.
cascading style sheet (CSS)
Where a dedicated connection is formed between two points (such as two people on telephones) and the connection remains active for the duration of the transmission.
circuit switching
A model of network communications where a client device such as a computer, tablet, or smartphone uses browsers to request services from networks that make up the Internet.
client/server model
A program that runs on the client computer and that requires no interaction with a web server.
client-side program
Computers that host software that enables users to buy goods and services over the Web.
commerce server
A set of rules for exchanging electronic information.
computer protocol
A protocol that a host computer can use to send data over the network without establishing a direct connection with any specific recipient computer.
connectionless protocol
Used by JavaScript to organize objects and page elements.
Document Object Model (DOM)
A server that maintains a database of domain names and converts domain names to Internet protocol addresses.
domain name system (DNS) server
The form of an Internet protocol address, where sets of numerals are separated by decimals (i.e., 197.169.73.63).
dotted decimal number (dotted quad)
A way of assigning Internet protocol addresses where a computer is assigned a temporary address from an available pool of addresses.
dynamic addressing
A protocol for assigning dynamic Internet protocol addresses.
Dynamic Host Configuration Protocol (DHCP)
A combination of technologies—HTML, cascading style sheets, and JavaScript—used to create lively and interactive websites.
dynamic HTML (DHTML)
In HTML, a pair of tags and the text between them.
element
Internet-based communication in which senders and recipients correspond.
A server whose function is to process and deliver incoming and outgoing e-mail.
e-mail server
The process of coding e-mail so that only the person with the key to the code (the intended recipient) can decode the message.
encryption
A markup language that enables designers to define their own data-based tags, making it much easier for a website to transfer the key information on its page to another site; it defines what data is being described rather than how it’s to be displayed.
eXtensible Markup Language (XML)
A server that stores and manages files for network users or that acts as a storehouse for files that users can download.
file server
In a connection-oriented protocol, the process of exchanging control packets before exchanging data packets.
handshaking
A digit with 16 possible values: 0–9 and A–F.
hexadecimal digit
A programming language that tucks programming code directly within the HTML of a web page; the most popular example is JavaScript.
HTML embedded scripting language