Flashcards About Technology in Action Chapter 13

Unlock all answers in this set

Unlock answers
question
applet
answer
A small application located on a server; when requested, the applet is downloaded to the client.
question
cascading style sheet
answer
A list of rules that defines in one single location how to display HTML elements.
question
circuit switching
answer
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.
question
client/server model
answer
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.
question
client-side program
answer
A program that runs on the client computer and that requires no interaction with a web server.
question
commerce server
answer
Computers that host software that enables users to buy goods and services over the web.
question
Common Gateway Interface (CGI)
answer
A method of designing programs that provides a methodology by which a browser can request a program file be executed instead of just being delivered to the browser.
question
computer protocol
answer
A set of rules for exchanging electronic information.
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 for exchanging information that requires two computers to exchange control packets, thereby setting up the parameters of the data-exchange session, before sending packets that contain data.
question
Document Object Model (DOM)
answer
Used by JavaScript to organize objects and page elements.
question
domain name system (DNS) server
answer
A server that maintains a database of domain names and converts domain names to Internet protocol addresses.
question
dotted decimal number (dotted quad)
answer
The form of an Internet protocol address, where sets of numerals are separated by decimals, i.e., 197.169.73.63.
question
dynamic addressing
answer
A way of assigning Internet protocol addresses where a computer is assigned a temporary address from an available pool of addresses.
question
Dynamic Host Configuration Protocol (DHCP)
answer
A protocol for assigning dynamic internet protocol addresses.
question
Dynamic HTML (DHTML)
answer
A combination of technologies—HTML, cascading style sheets, and JavaScript—used to create lively and interactive websites.
question
element
answer
In HTML, a pair of tags and the text between them.
question
e-mail server
answer
A server whose sole function is to process and deliver incoming and outgoing e-mail.
question
encryption
answer
The process of coding e-mail so that only the person with the key to the code (the intended recipient) can decode the message.
question
eXtensible Markup Language (XML)
answer
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.
question
file server
answer
A server that stores and manages files for network users or that acts as a storehouse for files that users can download.
question
handshaking
answer
In a connection-oriented protocol, the process of exchanging control packets before exchanging data packets.
question
hexadecimal digit
answer
A digit with 16 possible values: 0-9 and A-F.
question
HTML embedded scripting language
answer
A programming language that tucks programming code directly within the HTML of a web page; the most popular example is JavaScript.
question
HTML tags
answer
Tags that surround and define HTML content (such as and , which indicate bolding).
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
The Internet protocol that ensures 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 the hard drive that stores information that may be needed again, such as Internet protocol addresses and frequently accessed web pages.
question
Internet Corporation for Assigned Names and Numbers (ICANN)
answer
The organization that registers Internet protocol addresses to ensure they're unique and haven't been assigned to other users.
question
Internet exchange point (IXP)
answer
A way of connecting Internet service providers (ISPs) that's made up of one or more network switches to which the ISPs connect.
question
Internet Protocol (IP)
answer
One of the original two protocols developed for the Internet.
question
Internet Protocol version 4 (IPv4)
answer
The original Internet protocol addressing scheme, created in 1981.
question
Internet Protocol version 6 (IPv6)
answer
An Internet protocol (IP) addressing scheme that makes IP addresses longer, thereby providing more available addresses.
question
IP address
answer
See Internet Protocol (IP) address.
question
JavaScript
answer
A scripting language that's often used to add interactivity to web pages; often used for creating Dynamic HTML effects.
question
JSON
answer
Stands for Javascript Object Notation; a syntax for exchanging information between computers.
question
key pair
answer
The two keys used in public-key encryption.
question
Multipurpose Internet Mail Extensions (MIME)
answer
Specification for sending files as attachments to e-mail.
question
negative acknowledgment (NAK)
answer
In data exchange, the communication sent from one computer or system to another stating that it did not receive a data packet in readable form.
question
octet
answer
A reference to each of the four numbers in a dotted decimal number internet protocol address, so called because each number would have eight numerals in binary form.
question
open system
answer
A system having the characteristic of being public for access by any interested party; as opposed to a proprietary system.
question
optical carrier (OC) line
answer
A high-speed fiber-optic line.
question
packet (data packet)
answer
A small segment of data that's bundled for sending over transmission media. Each packet contains the address of the computer or peripheral device to which it's being sent.
question
packet switching
answer
A communications methodology that makes computer communication efficient; in packet switching, data is broken into smaller chunks called packets.
question
point of presence (POP)
answer
A bank of modems, servers, routers, and switches through which Internet users connect to an Internet service provider.
question
positive acknowledgement (ACK)
answer
In data exchange, the confirmation sent from one computer or system to another saying that the computer has received a data packet that it can read.
question
Pretty Good Privacy (PGP)
answer
A public-key package for encryption available for download on the Internet.
question
private key
answer
The key for decoding retained as private in public-key encryption.
question
private-key encryption
answer
A type of encryption where only the two parties involved in sending the message have the code.
question
proprietary system
answer
A system having the characteristic of being closed to public access (private), as opposed to an open system.
question
public key
answer
The key for coding distributed to the public in public-key encryption.
question
public-key encryption
answer
A type of encryption where two keys, known as a key pair, are created. One key is used for coding and the other for decoding. The key for coding is distributed as a public key, while the private key is retained for decoding.
question
root DNS server
answer
A domain name system (DNS) server that contains the master listings for an entire top-level domain.
question
second-level domain
answer
A domain that's directly below a top-level domain.
question
Secure Sockets Layer (SSL)
answer
A network security 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 type of program that runs on a web server rather than on a computer.
question
Simple Mail Transfer Protocol (SMTP)
answer
The protocol responsible for sending e-mail along the Internet to its destination; part of the Internet Protocol suite.
question
static addressing
answer
A way of assigning internet protocol addresses where the address for a computer never changes and is most likely assigned manually by a network administrator or an Internet service provider.
question
T line
answer
A communications line that carries digital data over twisted-pair wires.
question
TCP/IP
answer
The main suite of protocols used for transmitting data over the Internet. Named after Transmission Control Protocol (TCP) and the Internet Protocol (IP).
question
Transmission Control Protocol(TCP)
answer
One of the original two protocols developed for the Internet.
question
Transport Layer Security (TLS)
answer
An updated extension of Secure Sockets Layer.
question
User Datagram Protocol (UDP)
answer
An Internet Protocol that creates data packets across the Internet.
question
web server
answer
A computer running a specialized operating system that enables it to host web pages (and other information) and to provide requested web pages to clients.
question
web server
answer
A computer running a specialized operating system that enables it to host web pages (and other information) and to provide requested web pages to clients.
question
Internet Protocol (IP)
answer
sends data between computers on the internet
question
Transmission Control Protocol (TCP)
answer
prepares data for transmission and provides for error checking and re-sending of lost data
question
User Datagram Protocol (UDP)
answer
prepares data for transmission; lacks resending capabilities
question
File Transfer Protocol (FTP)
answer
enables files to be downloaded to a computer or uploaded to other computers
question
Telnet
answer
Enables user to log in to a remote computer and work on it as if sitting front of it
question
Hypertext Transfer Protocol (HTTP) and HTTP secure (HTTPS)
answer
Transfers Hypertext Markup Language (HTML) data from servers to browsers; HTTPS is an encrypted protocol for secure transmissions
question
Simple Mail Transfer Protocol (SMTP)
answer
Used for transmission of e-mail messages across the internet
question
Dynamic Host Configuration Protocol (DHCP)
answer
Takes a pool of IP addresses and shares them with hosts on a network on an as-needed basis
question
How would you reply to an email message you've received that has multiple recipients, all of whom you would like to see your reply?
answer
Click Reply All
question
When you wish to send an email message to multiple parties, you enter their addresses in the To: line separated by which of the following?
answer
Commas
question
Which of the following characteristics of an email message should cause suspicion?
answer
No Subject line
question
Where would you enter the email address for a person whom you do not want the recipient to know you are including with the message?
answer
Bcc: line
question
What is an IP address and where I can find the IP address for my computer?
answer
An IP address is a unique number identification assigned to each computer, server, or device connected to the Internet. To find your IP address, go to Google and type "what is my IP."
question
An IP address
answer
is a unique identification number assigned to each computer, server, or device connected to the Internet. A typical IP address is expressed as a series of numbers separated by decimal points, such as 197.169.73.63, and is called a dotted decimal number. Internet Corporation for Assigned Names and Numbers (ICANN) is responsible for allocating IP addresses to network administrators. To find your IP address, go Google and type "what is my IP."
question
2. Does the IP address remain the same or can it change automatically?
answer
The IP address changes automatically if your computer has a dynamic IP address. A dynamic IP address is a temporary IP address and is assigned by your ISP when your computer connects to the Internet.
question
Dynamic addressing
answer
is a temporary IP address assigned to you by your ISP from an available pool of IP addresses. It is assigned by the dynamic host configuration protocol (DHCP) each time you log on to the Internet. IP addresses can also be assigned statically. Static addressing means that the IP address for a computer never changes and is most likely assigned manually by a network administrator.
question
Is there an alternative to remembering IP addresses?
answer
Yes, you can use a domain name. A domain name is simply a name that takes the place of an IP address, making it easier to remember.
question
A domain name
answer
is simply a name that takes the place of an IP address, making it easier for people to remember it. Yahoo.com and Aol.com are domain names. Domains are organized by level. The portion of the domain name after the dot is the top-level domain (TLD), such as .com. Within the top-level domain are many second-level domains, such as Amazon.com and Microsoft.com.
question
But how do computers get the IP address from a domain name?
answer
Computers consult the domain name system (DNS) server. The DNS server contains a mapping of domain names with their corresponding IP addresses.
question
When you enter a domain name into a web browser
answer
your computer converts the domain name into an IP address by consulting a database maintained on a DNS server, which functions like a phone book for the Internet. Your ISP's web server has a default DNS server that it goes to when it needs to translate a domain name into an IP address. Your ISP or network administrator defines the default DNS server.
question
What if the ISP's web server cannot locate the IP information on the default DNS server?
answer
The default DNS server contacts one of the DNS servers. A root DNS server knows the location of all the DNS servers that contain the master listings for an entire top-level domain.
question
The default DNS server
answer
contacts one of the root DNS servers. A root DNS server knows the location of all the DNS servers that contain the master listings for an entire top-level domain. Your ISP's default DNS server receives the information from the master DNS server. It then stores that information for further reference and passes it on to the ISP web server as well as communicates the appropriate IP address to your computer.
question
When my friend connects to my computer, how is data transferred?
answer
Computers communicate efficiently using the communication methodology called packet switching.
question
Packet switching
answer
is the communications methodology that makes computer communication efficient. In packet switching, data is broken into smaller chunks called packets, which are sent over various routes at the same time. Packet switching doesn't require that a dedicated communications circuit be maintained.
question
If data is broken into chunks and sent over various routes at the same time, how do these packets reach their destination?
answer
The packets contain destination information and are reassembled when they all reach the destination.
question
The packets
answer
contain destination information and are reassembled when they reach the destination. Packet contents vary depending on the protocol being followed. At a minimum, all packets must contain an address to which the packet is being sent, the address from where the packet originates, reassembling instructions if the original data was split between packets, and the data that is being transmitted.
question
How do packets travel through the Internet?
answer
Packets are routed using Transmission Control Protocol/Internet Protocol (TCP/IP). TCP/IP is a suite of protocols used to route packets over the Internet.
question
TCP/IP
answer
is a suite of protocols used to route packets over the Internet, not encrypt files. The suite is named after the original two protocols, the Transmission Control Protocol (TCP) and the Internet Protocol (IP). The suite actually comprises many protocols like user datagram protocol (UDP), file transfer protocol (FTP), Telnet, hypertext transfer protocol (HTTP), secure HTTP (S-HTTP), and simple mail transfer protocol (SMTP).
question
circuit switching
answer
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
Because the unique IP addressing system offers only a fixed number of IP addresses, a different addressing scheme known as classless interdomain routing (CIDR) 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.
question
computer protocol
answer
A set of rules for exchanging electronic information.
question
connectionless protocol
answer
Does not require any type of connection to be established or maintained between two computers that are exchanging information.
question
connection-oriented protocol
answer
Requires two computers to exchange control packets, thereby setting up the parameters of the data exchange session, before sending packets that contain data.
question
domain name
answer
Simply a name that takes the place of an IP address, making it easier for people to remember.
question
dotted decimal number (or dotted quad)
answer
A typical IP address is expressed as follows: 197.169.73.63
question
DNS (domain name system)
answer
When you enter the URL in your browser, your computer must convert the URL to an IP address. To do this, your computer consults a database that is maintained on a DNS (domain name system) server that functions like a phone book for the Internet.
question
dynamic addressing
answer
Your computer is assigned an address from an available pool of IP addresses; more common addressing.
question
dynamic host configuration protocol (DHCP)
answer
Dynamic addressing is normally handled by the dynamic host configuration protocol (DHCP), which belongs to the 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
handshaking
answer
A connection-oriented protocol requires two computers to exchange control packets, thereby setting up the parameters of the data exchange session, before sending packets that contain data. This process is referred to as handshaking.
question
hexadecimal notation
answer
IPv6 uses 8 groups of 16-bit numbers, referred to as hexadecimal notation (hex for short).
question
Internet Corporation for Assigned Names and Numbers (ICANN)
answer
IP addresses must be registered with the ICANN, which is responsible for allocating IP addresses to network administrators, just as the U.S. Postal Service is responsible for assigning zip codes to geographic areas.
question
Internet Protocol version 4 (IPv4)
answer
The original IP addressing scheme created in the early 1980s.
question
Internet Protocol version 6 (IPv6)
answer
An IP addressing scheme developed by the Internet Engineering Task Force (IETF) to make IP addresses longer, thereby providing more available IP addresses. IPv6 uses 8 groups of 16-bit numbers, referred to as hexadecimal notation (hex for short).
question
IP address
answer
A unique identification number that defines each computer, service, or other device that connects to the Internet.
question
negative acknowledgment (NAK)
answer
If the packet is unreadable (damaged in transit), then Y sends a negative acknowledgment (NAK) to X, indicating the packet was not received in understandable form. X then retransmits that packet.
question
network prefix
answer
A slash and a number at the end of the last octet. The network prefix identifies how many of the possible 32 bits in a traditional IP address are to be used as the unique identifier, leaving the remaining bits to identify the specific host.
question
open system
answer
In an open system, its design would be made public for access by any interested party.
question
packet (or data packet)
answer
With packet switching, data is broken into smaller chunks (each one called a packet or a data packet) that are sent over various routes at the same time.
question
packet switching
answer
The communications methodology that makes computer communication efficient.
question
positive acknowledgment (ACK)
answer
Assume that two systems, X and Y, have established a connection. When Y receives a data packet that it can read from X, it sends back a positive acknowledgment (ACK). If X does not receive an ACK in an appropriate period of time, it resends the packet.
question
proprietary system
answer
This proprietary or private system model was the norm for Internet protocol.
question
root DNS server
answer
There are 13 root DNS servers maintained throughout the Internet. Each root DNS server knows the location of all the DNS servers that contain the master listings for an entire top-level domain.
question
second-level domain
answer
Within each top-level domain are many second-level domains. A second-level domain needs to be unique within its own top-level domain but not necessarily unique to all top-level domains.
question
static addressing
answer
Means that the IP address for a computer never changes and is most likely assigned manually by a network administrator or ISP.
question
TCP/IP (Transmission Control Protocol (TCP) and Internet Protocol (IP))
answer
Main suite of protocols used is TCP/IP. The suite is named after the original two protocols that were developed for the Internet: the Transmission Control Protocol (TCP) and the Internet Protocol (IP).
question
three-way handshake
answer
A connection-oriented protocol requires two computers to exchange control packets, thereby setting up the parameters of the data exchange session, before sending packets that contain data. This process is referred to as handshaking. TCP uses a process called a three-way handshake to establish a connection.
question
user datagram protocol (UDP)
answer
The Internet Protocol is responsible only for sending packets on their way. The packets are created by either the TCP or the user datagram protocol (UDP).
question
____ addressing means that your ISP assigns your computer a temporary IP address from an available pool of IP addresses each time you log on to the internet
answer
Dynamic
question
How does the computer know the IP addresses of other computers?
answer
Your computer consults a database maintained on a domain name server to determining other IP addresses.
question
_____ is the main suite of protocols used on the internet
answer
TCP/IP
question
The communications methodology that computers use to transfer data is called _____
answer
packet switching
question
At a minimum, all data packets must contain the _____
answer
recipient's address, sender's address, reassembling instructions, and data.
question
All IP addresses must be registered with the _____, which is responsible for allocating IP addresses to network adminstrators
answer
ICANN
question
An IP address that does not change and is usually assigned manually by a network administrator is called a ____
answer
static address
question
197.169.73.63 is an example of a(n) _____
answer
IP address
question
When using ____ addressing, your computer is assigned an address from an available pool of IP addresses
answer
Dynamic
question
____ addressing means that the IP address for a computer never changes and is most likely manually assigned by a network administrator
answer
Static
question
TCP/IP stands for
answer
Transmission Control Protocol/Internet Protocol
question
The original IP addressing scheme created in the early 1980's is called ____
answer
IPv4
question
Forms a dedicated connection between two communicating parties
answer
Circuit switching
question
manually assigned IP address
answer
static IP
question
breaks information down into pieces that can take different paths
answer
packet switching
question
changeable IP address
answer
dynamic IP
question
original IP addressing scheme
answer
IPv4
question
Unique identification number identifying each computer, service, or other internet connected device
answer
IP address
question
used in place of an IP address
answer
domain name
question
acts like an IP address phone book for computers
answer
DNS server
question
IP address for a computer does not change
answer
static addressing
question
IP address for a computer is assigned from a pool of available IP addressed
answer
dynamic addressing
question
What is SMTP?
answer
Simple mail transfer protocol (SMTP) is the protocol responsible for sending e-mail messages from an e-mail client to an e-mail server.
question
SMTP
answer
is the protocol responsible for sending e-mail messages from an e-mail client to an e-mail server of an Internet Service Provider (ISP) or a company website. Users get their SMTP server information from their ISP when they first set up their e-mail.
question
What's an e-mail client and e-mail server?
answer
An e-mail client is an e-mailing application (such as Microsoft Outlook) from which an e-mail message is sent, and an e-mail server is a specialized computer that stores, processes, and sends e-mails.
question
An e-mail client
answer
is not a computer but rather the e-mailing application (such as Microsoft Outlook) from which an e-mail is sent. An e-mail server is not e-mailing software but rather a specialized computer that stores, processes, and sends e-mails. All e-mail has to pass through e-mail servers.
question
When I attach a file to my e-mail, will SMTP send it to the e-mail server?
answer
The multipurpose Internet mail extensions (MIME) protocol is responsible for sending e-mail file attachments.
question
The multipurpose Internet mail extensions (MIME) protocol
answer
is responsible for sending e-mail file attachments. The MIME specification was introduced in 1991 to simplify attachments to e-mail messages. All e-mail client software now uses this protocol for attaching files. E-mail is still being sent in text, but the e-mail client using the MIME protocol now handles the encoding and decoding of e-mail file attachments for users.
question
Will SMTP keep my e-mails safe?
answer
No, SMTP cannot keep your e-mails safe, but there are other security measures like encryption that can keep your e-mails safe.
question
SMTP
answer
cannot keep your e-mails safe. Copies of your e-mail messages may exist temporarily or permanently on numerous servers as they make their way through the Internet. However, two options exist for protecting your sensitive e-mail messages: encryption and secure data transmission software.
question
How do I perform encryption?
answer
You can encrypt messages using private-key encryption. In private-key encryption, only the two parties involved in sending and receiving the message have the code.
question
In private-key encryption
answer
only the two parties involved in sending the message (not the server) have the code. This can be a simple shift code where letters of the alphabet are shifted to a new position. The main problem with private-key encryption is key security. If someone steals a copy of the code, the code is broken.
question
Is there any other safer way to encrypt emails?
answer
You can use public-key encryption. In public-key encryption, two keys are created, one key for encoding and the other for decoding.
question
In public-key encryption
answer
two keys are created one key for coding and the other for decoding. The key for coding is generally distributed as a public key. You can place this key on your website, for instance. Anyone wishing to send you a message codes it using your public key. When you receive the message, you use your private key to decode it.
question
Do instant messaging (IM) services use secure data transmission software to provide security of data exchanged?
answer
No, most instant messaging services don't use secure data transmission software. Hence it is not safe to exchange important data over IM.
question
Most IM services
answer
do not use encryption for IM messages, and the secure data transmission software used on e-mail does not work with IM programs. Therefore, it is not a good idea to send sensitive information using instant messaging because it is susceptible to interception and possible misuse by hackers.
question
e-mail servers
answer
Specialized computers whose sole function is to store, process, and send e-mail.
question
encryption
answer
Refers to the process of coding your e-mail so that only the person with the key to the code (the intended recipient) can decode (or decipher) and read the message.
question
key pair
answer
In public-key encryption, two keys, known as a key pair, are created.
question
multipurpose Internet mail extensions (MIME)
answer
A specification introduced in 1991 to simplify attachments to e-mail messages. All e-mail client software now uses this protocol to attach files.
question
Pretty Good Privacy (PGP)
answer
A tried-and-true public-key encryption package available for download; public-key encryption is the most commonly used encryption on the Internet.
question
private key
answer
When you receive the message, you use your private key to decode it. You are the only one who ever possesses the private key, and therefore it is highly secure. The keys are generated in such a way that they can work only with each other.
question
private-key encryption
answer
An encryption where only the two parties involved in sending the message have the code.
question
public key
answer
In public-key encryption, the key for coding is generally distributed as a public key.
question
public-key encryption
answer
In public-key encryption, two keys, known as a key pair, are created. You use one key for coding and the other for decoding. The key for coding is generally distributed as a public key.
question
simple mail transfer protocol (SMTP)
answer
The protocol responsible for sending e-mail along the Internet to its destination.
question
Which protocol is used to transmit e-mail over the internet?
answer
SMTP
question
A good way to protect your e-mails is to use _____
answer
encryption
question
____ is the ability of two or more people to communicate in text over the internet in real time
answer
Instant messaging
question
Which of the following specifications is used to simplify attachments to e-mail messages?
answer
MIME
question
When only the two parties involved in sending a message have the code, this is called ____-key encryption
answer
private
question
Which protocol uses standard internet connections to make phone calls over the internet
answer
VoIP
question
Which of the following is an example of an e-mail client?
answer
Microsoft Outlook
question
_____ is the process of encoding data so that only the person with the key can decode and read the message.
answer
encryption
question
A(n) _____ is a specialized computer with the sole function of storing, processing, and sending email
answer
e-mail server
question
The _____ protocol is used by commerce servers to protect information from being intercepted by hackers
answer
SSL
question
MIME stands for
answer
Multipurpose internet mail extensions
question
_____ encryption is the most commonly used encryption on the internet
answer
public-key
question
____ technology is used to make free long-distance calls
answer
VoIP
question
The _____ encryption, only the two parties involved in sending a message have the code to unlock the message
answer
private-key
question
In ____ encryption, a key pair is created, where one key is for coding and the other is for decoding
answer
public-key
question
protocol used for sending attachments with e-mail
answer
MIME
question
technology used to transmit phone calls over the internet
answer
VoIP
question
protocol responsible for sending e-mail along the internet to its destination
answer
SMTP
question
public-key encryption package
answer
PGP
question
process of encoding an e-mail so that only the recipient can read it
answer
encryption
question
Which is NOT a common protocol used on the Internet?
answer
PGP
question
Packet switching sends information between two points
answer
by breaking it into small chunks and sending the chunks across different routes.
question
In the client-server model, clients are phones or computers and servers are
answer
computers hosting web pages. computers that are storehouses for files. computers with software allowing you to make purchases.
question
The main suite of Internet protocols used to transmit data is called
answer
TCP/IP.
question
A _________ takes the place of an IP address because it's easier for humans to recall than a long string of numbers.
answer
domain name
question
XML and JSON
answer
allow web services to exchange information.
question
The protocol used to send e-mail over the Internet is
answer
SMTP.
question
Cascading style sheets allow you to quickly change
answer
the rules for applying formatting to an HTML document.
question
HTML5
answer
supports powerful multimedia effects.
question
MIME is a protocol that's used when you're
answer
sending an e-mail that has a file attached.
question
The standards to ensure uniformity of HTML around the world are set by the__________.
answer
World Wide Web Consortium
question
Which of the following statements about HTML is FALSE?
answer
It is a programming language, like Java.
question
What does HTML stand for?
answer
Hypertext Markup Language
question
Which of the following HTML sections contains the text and graphics that are displayed in the browser window?
answer
BODY
question
So that it can be recognized as a web page, you should save your Notepad document with a(n) __________ extension.
answer
.htm or .html
question
Which of the following is NOT an HTML section?
answer
LINK
question
Closing tags differ from opening tags in that they include a(n) __________ at the beginning of the tag.
answer
forward slash (/)
question
The easiest way to create a web page is to use __________.
answer
Microsoft Word
question
Creating web pages with HTML requires _____
answer
any text editor such as Microsoft Notepad
question
A good website for learning about HTML code is ____
answer
htmlgoodies.earthweb.com
question
Opening HTML tags are enclosed within ____
answer
;;
question
Closing HTML tags include the additional __ character
answer
/
question
All of the following are sections of a web page EXCEPT ___
answer
Foot
question
If you want your name to appear in the title bar of the browser window when the web page displays, you should put it in the ____ section.
answer
HEAD
question
Which of the following is a header tag?
answer

question
Each element in HTML documents are marked with ____
answer
tags
question
Which HTML section contains elements that are not displayed in a browser when viewing a web page?
answer
HEAD
question
The text between and will be ______ when displayed on a web page
answer
underlined
question
The beginning and ending of paragraphs are marked by the ___ and ____ tags
answer
and
question
HTML stands for _____
answer
Hypertext Markup Language
question
You can create a sophisticated online resume by using Microsoft ____
answer
Word
question
HTML is a monogramming language
answer
False
question
HTML tags cannot be nested within each other
answer
False
question
HTML files have the .htm or .html file extension
answer
True
question
HTML is controlled by the World Wide Web Consortium
answer
True
question
The text between and will appear on a web page in bold
answer
True
question
Element
answer

New York

question
section in an HTML document that displays text and graphics in a browser
answer
Body
question
file extension
answer
htm
question
The collection of large national and international network providers used to establish the internet is called the ____
answer
internet backbone
question
The information in a data packet includes
answer
the To address, From address, data, and reassembly instructions
question
IPv6 uses 32 bits to assign
answer
an address to every device connected to the internet
question
A cascading style sheet is a list of rules that defines which of the following?
answer
how to display HTML elements
question
HTTPS is different than HTTP because
answer
it is a combination of HTTP and the Secure Sockets Layer (SSL)
question
Encryption is used to
answer
code your e-mail so only one person can decipher it
question
An optical carrier (OC) line is a high-speed fiber optic line that forms the backbone of the internet
answer
True
question
Your internet service provider has a default domain name server to translate a URL into an IP address
answer
True
question
Instant messaging is secure because of the type of encryption used
answer
False
question
MIME is the protocol that supports sending files as e-mail attachments
answer
True
question
Which one of the following organizations provides direction for the maintenance and development of Internet protocols?
answer
Internet Architecture Board
question
The ____________ is a collection of large national and international networks.
answer
Internet backbone
question
The main paths of the Internet
answer
are known collectively as the Internet backbone; which is a collection of large national and international networks.
question
When packets reach their destination:
answer
they are reassembled by the receiving computer.
question
When packets reach their destination
answer
they are reassembled by the receiving computer.
question
Which of the following is a typical IP address?
answer
197.169.72.74
question
Which of the following is NOT a TCP/IP protocol?
answer
ICANN
question
SMTP, DHCP, and FTP are TCP/IP protocols
answer
ICANN is the Internet Corporation for Assigned Names and Numbers.
question
Two of the most popular methods of designing programs that execute on a server and give a web page more sophisticated capabilities are ASP.NET and ____________.
answer
CGI
question
JavaScript uses the ____________ Model to organize the objects and page elements on a web page.
answer
Document Object.
question
Which of the following is a common language used to create CGI scripts?
answer
Perl
question
The two basic types of encryption are private- and ____________ key encryption.
answer
public-
question
Private-key encryption and public-key encryption
answer
are the two basic types of encryption.
question
_________ is the protocol responsible for sending e-mail through the Internet.
answer
SMTP
question
SMTP is
answer
the protocol responsible for sending e-mail through the Internet.
question
The W3C is a consortium of organizations that sets standards and develops protocols for the web.
answer
True
question
The Internet Society pays for a large portion of the Internet's infrastructure and funds research and development for new technologies.
answer
False
question
Each of the four numbers in a dotted decimal number in an IP address is referred to as a quartet.
answer
False
question
Each of the four numbers in a dotted decimal number in an IP address is
answer
referred to as an octet.
question
Static addressing is more common than dynamic addressing.
answer
False
question
dynamic addressing
answer
is more common than static addressing.
question
JavaScript is the most popular embedded scripting language.
answer
True
question
JavaScript is
answer
the most popular embedded scripting language.
question
Most instant messaging services use a high level of encryption.
answer
False
question
Most instant messaging services
answer
do not use a high level of encryption.
question
PGP is a private-key encryption package available for download.
answer
False
question
In private-key encryption, two keys are created-one for coding and one for decoding.
answer
False
question
In public-key encryption
answer
two keys are created-one for coding and one for decoding.
question
DHTML is a combination of technologies-HTML, cascading style sheets, and JavaScript.
answer
True
question
DHTML
answer
is a combination of technologies-HTML, cascading style sheets, and JavaScript.
question
When packets are sent through the Internet, all data packets are sent through the same route.
answer
False
question
When packets are sent through the Internet
answer
data packets are sent through different routes to reach the destination.
question
IPv6 uses 128-bit addressing instead of 32-bit addressing.
answer
True
question
Transmission Control Protocol
answer
Prepares data for transmission and provides for error checking and resending of lost data.
question
Telnet
answer
Enables a user to log in to a remote computer.
question
HyperText Transfer Protocol Secure
answer
An encrypted protocol for secure transmissions.
question
File Transfer Protocol
answer
Enables files to be downloaded to a computer or uploaded to other computers.
question
Static addressing
answer
The IP address for a computer never changes.
question
Cascading style sheet
answer
A list of rules that defines in one single location how to display HTML.
question
IPv4
answer
Offers a fixed number of IP addresses.
question
Dynamic HTML
answer
Combination of technologies used to create lively and interactive websites.
question
IP
answer
Sends data between computers on the Internet.
question
SMTP
answer
Responsible for sending e-mail to its destination.
question
IPv6
answer
An IP addressing scheme developed by the IETF to make IP addresses longer.
question
Telnet
answer
Enables users to login to a remote computer and work on it as if they were sitting in front of it.
question
Element
answer
Pair of tags and text between them.
question
Internet Society
answer
Professional membership group that provides leadership for the orderly growth and development of the Internet.
question
T line
answer
Carries digital data over twisted-pair wires.
question
Point of presence
answer
A bank of modems, servers, routers, and switches through which many users can connect to an ISP simultaneously.
Get an explanation on any task
Get unstuck with the help of our AI assistant in seconds
New