Flashcards on Chapter 13 Vocabulary Test
Unlock all answers in this set
Unlock answersquestion
AJAX
answer
A collection of technologies that allows the creation of Web applications that can update information on a page without requiring the user to do a page refresh or leave the page.
question
applet
answer
A small program designed to be run from within another application. Java applets are often run on your computer by your browser through the Java Virtual Machine (an application built into current browsers).
question
cascading style sheets (CSS)
answer
A list of statements (also known as rules) that define in one single location how HTML/XHTML elements are to be displayed.
question
CGI script
answer
A computer program that conforms to the Common Gateway Interface (CGI) specification, which provides a method for sending data between end users (browser users) and Web servers.
question
cgi-bin
answer
A directory where Common Gateway Interface (CGI) scripts are normally placed.
question
circuit switching
answer
A method of communication in which 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.
question
classless interdomain routing (CIDR)
answer
Pronounced "cider," this is an addressing scheme that allows a single IP address to represent several unique IP addresses by adding a network prefix (a slash and a number) to the end of the last octet; also known as supernetting.
question
client/server model
answer
A way of describing typical network functions. Client computers (such as your desktop PC) request services, and servers provide ("serve up") those services to the clients.
question
client-side program
answer
A computer program that runs on the client computer and requires no interaction with a Web server.
question
cloud computing
answer
The process of using the Internet to deliver business, entertainment, or other services that were previously delivered by conventional means.
question
commerce server
answer
A computer that hosts software that enables consumers to purchase goods and services over the Web. These servers generally use special security protocols to protect sensitive information (such as credit card numbers) from being intercepted.
question
Common Gateway Interface (CGI)
answer
Provides a methodology by which a browser can request that a program file be executed (or run) instead of just being delivered to the browser.
question
computer protocol
answer
A set of rules for accomplishing electronic information exchange. If the Internet is the information superhighway, then protocols are the driving rules.
question
connectionless protocol
answer
A protocol that a host computer can use to send data over the network without establishing a direct connection with any specific recipient computer.
question
connection-oriented protocol
answer
A protocol that requires two computers to exchange control packets, which set up the parameters of the data exchange session, before sending packets that contain data.
question
crowdsourcing
answer
The process of taking a task that an employee or a contractor usually performs (such as product design) and instead outsourcing that task to a large group of people, usually via the Internet.
question
Document Object Model (DOM)
answer
A means to organize objects and page elements in a Web page. DOM defines every item on a Web page, such as graphics, tables, and headers, as an object.
question
domain name
answer
A part of a Uniform Resource Locator (URL). Domain names consist of two parts: the site's host and a suffix that indicates the type of organization. (Example: popsci.com)
question
Domain Name System (DNS) server
answer
A server that contains location information for domains on the Internet and functions like a phone book for the Internet.
question
dotted decimal number (dotted quad)
answer
One of the numbers in an Internet Protocol (IP) address.
question
dynamic addressing
answer
The process of assigning Internet Protocol (IP) addresses when users log on using their Internet service provider (ISP). The computer is assigned an address from an available pool of IP addresses.
question
Dynamic Host Configuration Protocol (DHCP)
answer
The protocol that handles dynamic addressing. Part of the Transmission Control Protocol/Internet Protocol (TCP/IP) protocol suite, DHCP takes a pool of IP addresses and shares them with hosts on the network on an as-needed basis.
question
Dynamic HyperText Markup Language (DHTML or dynamic HTML)
answer
A combination of Web development technologies including HTML, cascading style sheets, and a scripting language that are used to add interactivity to a Web site after the Web site has been loaded onto the client computer.
question
element
answer
The tags and the text between the tags in HyperText Markup Language (HTML).
question
e-mail server
answer
A server that processes and delivers incoming and outgoing e-mail.
question
encryption
answer
The process of encoding data (ciphering) so that only the person with a corresponding decryption key (the intended recipient) can decode (or decipher) and read the message.
question
file server
answer
A computer deployed to provide remote storage space or to act as a repository for files that users can access.
question
File Transfer Protocol (FTP)
answer
A protocol used to upload and download files from one computer to another over the Internet.
question
handshaking
answer
The process of two computers exchanging control packets that set up the parameters of a data exchange.
question
hexadecimal notation
answer
A number system that uses 16 digits to represent numbers; also called a base 16 number system.
question
HTML tag
answer
The bracketed information that surrounds elements of a Web page in order to convey information about them and define how their content is to be displayed.
question
HTML/XHTML embedded scripting language
answer
A client-side method of embedding programming language code directly within the HTML/XHTML code of a Web page.
question
hypertext
answer
Text that is linked to other documents or media (such as video clips or pictures).
question
HyperText Transfer Protocol (HTTP)
answer
The protocol that allows files to be transferred from a Web server so that you can see them on your computer by using a browser.
question
HyperText Transfer Protocol Secure (HTTPS)
answer
A combination of the HTTP protocol and a network security protocol (usually SSL or TLS) that ensure data is sent securely over the Web.
question
Internet backbone
answer
The main pathway of high-speed communications lines over which all Internet traffic flows.
question
Internet cache
answer
A section of your hard drive that stores information that you may need again for surfing (such as IP addresses and frequently accessed Web pages).
question
Internet Corporation for Assigned Names and Numbers (ICANN)
answer
The organization responsible for allocating IP addresses to network administrators to ensure they are unique and have not been assigned to other users.
question
Internet exchange point (IXP)
answer
A device that allows different Internet service providers to exchange information between networks.
question
Internet Protocol (IP)
answer
A protocol for sending data between computers on the Internet.
question
Internet Protocol version 4 (IPv4)
answer
The original IP addressing scheme.
question
Internet Protocol version 6 (IPv6)
answer
A proposed IP addressing scheme that makes IP addresses longer, thereby providing more available IP addresses. It uses eight groups of 16-bit numbers.
question
Internet Protocol address (IP address)
answer
The means by which all computers connected to the Internet identify each other. It consists of a unique set of four numbers separated by dots such as 123.45.178.91.
question
key pair
answer
A public and a private key used for coding and decoding encrypted messages.
question
multipurpose Internet mail extensions (MIME)
answer
A specification that was introduced in 1991 to simplify attachments to e-mail messages. All e-mail client software now uses this protocol for attaching files.
question
negative acknowledgment (NAK)
answer
What computer Y sends to computer X if a packet is unreadable, indicating the packet was not received in understandable form.
question
network prefix
answer
The part of a network address under the CIDR IP addressing scheme. It consists of a slash and a number added to the end of the last octet in an IP address.
question
OC (optical carrier) line
answer
A high-speed fiber-optic line.
question
octet
answer
Eight bits. For example, each of the four numbers in the dotted decimal notation of an Internet Protocol (IP) address is represented by an octet.
question
open system
answer
A system whose designs are public, enabling access by any interested party.
question
optical carrier line
answer
See OC (optical carrier) line.
question
packet (data packet)
answer
A small segment of data that is bundled for sending over transmission media. Each packet contains the address of the computer or peripheral device to which it is being sent.
question
packet switching
answer
A communications methodology in which data is broken into small chunks (called packets) and sent over various routes at the same time. When the packets reach their destination, they are reassembled by the receiving computer.
question
point of presence (POP)
answer
A bank of modems through which many users can connect to an Internet service provider (ISP) simultaneously.
question
positive acknowledgment (ACK)
answer
What computer Y sends when it receives a data packet that it can read from computer X.
question
Pretty Good Privacy (PGP)
answer
A popular public-key encryption package.
question
private key
answer
One-half of a pair of binary files that is needed to decrypt an encrypted message. The private key is kept only by the individual who created the key pair and is never distributed to anyone else. The private key is used to decrypt messages created with the corresponding public key.
question
private-key encryption
answer
A procedure in which only the two parties involved in sending a message have the code. This could be a simple shift code where letters of the alphabet are shifted to a new position.
question
proprietary system
answer
A software product whose code is not generally available (is kept private) and that is generally developed and marketed by a single company.
question
public key
answer
One-half of a pair of binary files that is needed to decrypt an encrypted message. After creating the keys, the user distributes the public key to anyone he wishes to send him encrypted messages. A message encrypted with a public key can be unencrypted only using the corresponding private key.
question
public-key encryption
answer
A procedure in which the key for coding is generally distributed as a public key that may be placed on a Web site. Anyone wishing to send a message codes it using the public key. The recipient decodes the message with a private key.
question
root DNS server
answer
A group of servers maintained throughout the Internet to which ISP Web servers connect to locate the master listings for an entire top-level domain.
question
second-level domain
answer
A domain that falls within top-level domains of the Internet. Each second-level domain needs to be unique within that particular domain but not necessarily unique to all top-level domains.
question
Secure Sockets Layer (SSL)
answer
A protocol that provides for the encryption of data transmitted using the Internet. The current versions of all major Web browsers support SSL.
question
server-side program
answer
A program that is run on a Web server as opposed to inside a Web browser.
question
simple mail transfer protocol (SMTP)
answer
A protocol for sending e-mail along the Internet to its destination.
question
static addressing
answer
A means of assigning an Internet Protocol (IP) address that never changes and is most likely assigned manually by a network administrator.
question
switch
answer
A device for transmitting data on a network. A switch makes decisions, based on the media access control (MAC) address of the data, as to where the data is to be sent.
question
T line
answer
A high-speed fiber-optic communications line that is designed to provide much higher throughput than conventional voice (telephone) and data (DSL or cable) lines.
question
TCP/IP
answer
The main suite of protocols used on the Internet.
question
Telnet
answer
A network protocol used primarily on the Internet for connecting to a remote computer to make it accessible to other computers.
question
three-way handshake
answer
A process used by the Transmission Control Protocol (TCP) to establish a connection.
question
Transmission Control Protocol (TCP)
answer
A protocol that prepares data for transmission and provides for error checking and resending lost data.
question
Transport Layer Security (TLS)
answer
A protocol that provides data integrity and security for transmissions over the Internet.
question
User Datagram Protocol (UDP)
answer
A protocol that prepares data for transmission but that has no resending capabilities.
question
Web server
answer
A computer running a specialized operating system that enables it to host Web pages (and other information) and provide requested Web pages to clients.