• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/47

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

47 Cards in this Set

  • Front
  • Back
ARP (Address Resolution Protocol)
A protocol that TCP/IP uses to translate IP addresses into physical network addresses (MAC addresses).
best-effort protocol
Another term for a connectionless protocol.
broadband
A transmission technique that carries more than one type of transmission on the same medium, such as cable modem or DSL.
cable modem
A technology that uses cable TV lines for data transmission requiring a modem at each end. From the modem, a network cable connects to an NIC in the user’s PC, or a USB cable connects to a USB port.
client/server application
An application that has two components. The client software requests data from the server software on the same or another computer.
client-side caching
A technique used by browsers (clients) to speed up download times by caching Web pages previously requested in case they are requested again.
connectionless protocol
A protocol such as UDP that does not require a connection before sending a packet and does not guarantee delivery. An example of a UDP transmission is streaming video over the Web. Also called a best-effort protocol.
connection-oriented protocol
In networking, a protocol that confirms that a good connection has been made before transmitting data to the other end. An example of a connection-oriented protocol is TCP.
dial-up networking
A Windows 9x/Me and Windows NT/2000/XP utility that uses a modem and telephone line to connect to a network.
digital certificate
A code used to authenticate the source of a file or document or to identify and authenticate a person or organization sending data over the Internet. The code is assigned by a certificate authority such as VeriSign and includes a public key for encryption. Also called digital ID or digital signature.
digital ID
Another term for a digital certificate.
digital signature
Another term for a digital certificate.
DSL (Digital Subscriber Line)
A telephone line that carries digital data from end to end, and can be leased from the telephone company for individual use. Some DSL lines are rated at 5 Mbps, about 50 times faster than regular telephone lines.
File Transfer Protocol (FTP)
The protocol used to transfer files over a TCP/IP network such that the file does not need to be converted to ASCII format before transferring it.
hop count
another term for time to live (TTL)
HTML (Hypertext Markup Language)
A markup language used for hypertext documents on the World Wide Web. This language uses tags to format the document, create hyperlinks, and mark locations for graphics.
HTTP (Hypertext Transfer Protocol)
The communications protocol used by the World Wide Web.
HTTPS (HTTP secure)
A version of the HTTP protocol that includes data encryption for security.
ICMP (Internet Control Message Protocol)
Part of the IP layer that is used to transmit error messages and other control messages to hosts and routers.
IMAP4 (Internet Message Access Protocol, version 4)
Version 4 of the IMAP protocol, which is an e-mail protocol that has more functionality than its predecessor, POP. IMAP can archive messages in folders on the e-mail server and can allow the user to choose not to download attachments to messages.
Internet Connection Sharing (ICS)
A Windows 98 and Windows XP utility that uses NAT and acts as a proxy server to manage two or more computers connected to the Internet.
IP (Internet Protocol)
The rules of communication in the TCP/IP stack that control segmenting data into packets, routing those packets across networks, and then reassembling the packets once they reach their destination.
ISDN (Integrated Services Digital Network)
A digital telephone line that can carry data at about five times the speed of regular telephone lines. Two channels (telephone numbers) share a single pair of wires.
Network News Transfer Protocol (NNTP)
The protocol used by newsgroup server and client software.
POP (Post Office Protocol)
The protocol that an e-mail server and client use when the client requests the downloading of e-mail messages. The most recent version is POP3. POP is being replaced by IMAP.
port
(1) As applied to services running on a computer, a number assigned to a process on a computer so that the process can be found by TCP/IP. Also called a port address or port number. (2) Another name for an I/O address. See also I/O address. (3) A physical connector, usually at the back of a computer, that allows a cable from a peripheral device, such as a printer, mouse, or modem, to be attached.
port address
Another term for I/O address.
port forwarding
A technique that allows a computer on the Internet to reach a computer on a private network using a certain port when the private network is protected by a router using NAT as a proxy server. Port forwarding is also called tunneling.
port number
Another term for port.
PPP (Point-to-Point Protocol)
A protocol that governs the methods for communicating via modems and dial-up telephone lines. The Windows Dial-up Networking utility uses PPP.
PPPoE (Point-to-Point Protocol over Ethernet)
The protocol that describes how a PC is to interact with a broadband converter box, such as cable modem, when the two are connected by an Ethernet cable, connected to a NIC in a PC.
Quality of Service (QoS)
A measure of the success of communication over the Internet. Communication is degraded on the Internet when packets are dropped, delayed, delivered out of order, or corrupted. VoIP requires a high QoS.
RARP (Reverse Address Resolution Protocol)
A protocol used to translate the unique hardware NIC addresses (MAC addresses) into IP addresses (the reverse of ARP).
server-side caching
A technique used by servers on the Internet to speed up download times by caching Web pages previously requested in case they are requested again.
session
An established communication link between two software programs. On the Internet, a session is created by TCP.
Serial Line Internet Protocol (SLIP)
A line protocol used by regular telephone lines that has largely been replaced by PPP.
SMTP (Simple Mail Transfer Protocol)
The protocol used by e-mail clients and servers to send e-mail messages over the Internet. See POP and IMAP.
SMTP AUTH (SMTP Authentication)
A protocol that is used to authenticate or prove that a client who attempts to use an email server to send email is authorized to use the server. The protocol is based on the Simple Authentication and Security Layer (SASL) protocol.
SNMP (Simple Network Management Protocol)
A protocol used to monitor and manage network traffic on a workstation. SNMP works with TCP/IP and IPX/SPX networks.
socket
Another term for session.
SSL (Secure Sockets Layer)
A secure protocol developed by Netscape that uses a digital certificate including a public key to encrypt and decrypt data.
TCP (Transmission Control Protocol)
Part of the TCP/IP protocol suite. TCP guarantees delivery of data for application protocols and establishes a session before it begins transmitting data.
Time to Live (TTL)
Number of routers a network packet can pass through on its way to its destination before it is dropped. Also called hop count.
TLS (Transport Layer Security)
A protocol used to secure data sent over the Internet. It is an improved version of SSL.
top-level domain
The highest level of domain names, indicated by a suffix that tells something about the host. For example, .com is for commercial use and .edu is for educational institutions.
UDP (User Datagram Protocol)
A connectionless protocol that does not require a connection to send a packet and does not guarantee that the packet arrives at its destination. UDP is faster than TCP because TCP takes the time to make a connection and guarantee delivery.
URL (Uniform Resource Locator)
An address for a resource on the Internet. A URL can contain the protocol used by the resource, the name of the computer and its network, and the path and name of a file on the computer.