• 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/128

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;

128 Cards in this Set

  • Front
  • Back
802.11
The IEEE specification in Project 802 for wireless networks.
802.15
The IEEE specification that covers emerging standards for wireless personal area networks (PANs).
802.16
The IEEE specification that covers wireless metropolitan area networks (MANs).
802.2
The IEEE specification in Project 802 for the Logical Link Control (LLC) sublayer of the OSI model’s Data Link layer.
802.3
The IEEE specification in Project 802 for Carrier Sense Multiple Access/Collision Detection (CSMA/CD) networks (more commonly called “Ethernet”). Ethernet users can attempt to access the medium any time it’s perceived as “quiet,” but they must back off and try to transmit again if they detect any collisions after transmission begins.
802.5
The IEEE specification in Project 802 for token ring LANs, which map a circulating ring structure onto a physical star and circulate a token to control access to the medium.
access control
In the context of the Network layer and routing, the process whereby a router consults a list of rules before forwarding an incoming packet. The rules determine whether a packet meeting certain criteria (such as source and destination address) should be permitted to reach the intended destination.
Address Resolution Protocol (ARP)
A protocol in the TCP/IP suite used to resolve logical IP addresses to physical MAC addresses.
AppleTalk File Protocol (AFP)
The Macintosh remote file-management protocol.
Application layer
Layer 7 in the OSI reference model provides interfaces that enable applications to request and receive network services. See also OSI reference model.
application protocol
A type of protocol that works in the upper layers of the OSI model to provide application-to-application interaction.
automatic private IP addressing (APIPA)
A special range of addresses that starts with 169.254 and is used by a computer when no DHCP server responds to a DHCP request. See also Dynamic Host Configuration Protocol (DHCP).
broadcast domain
The extent to which a broadcast frame is forwarded from device to device without going through a router. An IP network or subnet is also referred to as a broadcast domain.
broadcast frames
Data frames with destination addresses that specify that all computers on a network must read and process these frames.
Classless Interdomain Routing (CIDR)
An IP addressing method in which address classes no longer dictate the part of an IP address designated as the network portion. With CIDR, a network administrator can assign however many bits are appropriate to the network design.
connectionless
A type of protocol that sends data across the network to its destination without guaranteeing receipt.
connection-oriented
A type of protocol that establishes a formal connection between two computers, guaranteeing that data will reach its destination.
Cyclical Redundancy Check (CRC)
A mathematical recipe that generates a specific value, called a checksum, based on a frame’s contents. The CRC is calculated before frame transmission and then included with the frame; on receipt, the CRC is recalculated and compared to the sent value. If the two agree, it’s assumed that the data frame was delivered intact; if they disagree, the frame must be retransmitted.
Data Link layer
Layer 2 in the OSI reference model is responsible for managing access to the networking medium and ensuring error-free delivery of data frames from sender to receiver. See also OSI reference model.
data section
The frame component that’s the actual data being sent across a network. The size of this section can vary from less than 50 bytes to 16 KB, depending on the network type.
decapsulation
The process of stripping the header from a PDU as it makes its way up the communication layers before being passed to the next higher layer. See also protocol data unit (PDU).
Domain Name System (DNS)
ATCP/IP protocol used to associate a computer’s IP address with a name.
dotted decimal
The format of an IP address, expressed as four decimal numbers separated by a period.
Dynamic Host Configuration Protocol (DHCP)
A TCP/IP protocol that allows automatic IP address and subnet mask assignment.
encapsulation
The process of adding header information to a PDU as it makes its way down the communication layers before being passed to the next lower layer. See also protocol data unit (PDU).
encoding
The representation of 0s and 1s as a physical signal, such as electrical voltage or a light pulse.
File Transfer Protocol (FTP)
A TCP/IP protocol used for file transfer and manipulation services.
flow control
A process designed to regulate information transfer between a sender and a receiver. Flow control is often necessary when there’s a speed differential between sender and receiver.
frame header
Information added to the beginning of data being sent, which contains, among other things, addressing and sequencing information.
frame trailer
Information added to the end of the data being sent in a frame; it generally contains error-checking information, such as the CRC.
frame
The basic unit for network traffic as it travels across the medium. Data is broken into these smaller, more manageable pieces for faster, more efficient delivery.
Hypertext Transfer Protocol (HTTP)
The protocol used to transfer Web pages from a Web server to a Web browser.
International Organization for Standardization (ISO)
The international standards-setting body based in Geneva, Switzerland, which sets worldwide technology standards.
Internet Control Message Protocol (ICMP)
A TCP/IP protocol used to send information and error messages.
Internet Protocol version 4 (IPv4)
TCP/IP’s primary network protocol; it provides addressing and routing information.
Internet Protocol version 6 (IPv6)
An updated version of IPv4 created to solve some problems inherent in that protocol, such as a somewhat limiting 32-bit address space, lack of built-in security, a sometimes complicated setup, and a lack of built-in Quality of Service.
Internetwork Packet Exchange/Sequenced Packet Exchange (IPX/SPX)
IPX is Novell’s protocol for packet routing and forwarding. In this protocol suite, IPX serves many of the same functions that IP does in the TCP/IP suite. SPX is Novell’s connection-oriented protocol that supplements IPX by providing reliable transport.
layers
The functional subdivisions of the OSI reference model. See also OSI reference model.
localhost
A special DNS host name that refers to whatever IP address is assigned to the machine where this name is referenced. (Think of it as a special way to access the current IP address on any computer.)
Logical Link Control (LLC)
The upper sublayer of the IEEE Project 802 model for the Data Link layer of the OSI model. It handles error-free delivery and controls the flow of frames between sender and receiver across a network.
loopback address
A special DNS host name that refers to the reserved Class A address 127.0.0.1, used to confirm that a computer’s IP configuration works.
Media Access Control (MAC)
The lower sublayer of the IEEE Project 802 model for the Data Link layer of the OSI model. It handles access to network media and mapping between logical and physical network addresses for NICs.
multicast frames
Frames that use a special destination address so that any computer listening for this address can read and process the frame’s data.
NetBIOS Extended User Interface (NetBEUI)
A network protocol developed by IBM and Microsoft specifically to provide transport services for NetBIOS. NetBEUI is not routable. In addition, it’s nearly obsolete and is no longer supported on current Windows operating systems.
NetWare Core Protocol (NCP)
Novell’s upper-layer protocol that provides all client/server functions.
Network Address Translation (NAT)
A process by which an organization can assign private IP addresses to workstations; those addresses are translated to public IP addresses when accessing the Internet.
Network Basic Input/Output System (NetBIOS)
A protocol that establishes and manages communications between computers and provides naming services.
Network layer
Layer 3 of the OSI reference model handles addressing and routing PDUs across internetworks in which sender and receiver must traverse multiple networks. See also protocol data unit (PDU) and OSI reference model.
nonroutable
A protocol that doesn’t include Network layer or network address information.
NWLink
The Microsoft implementation of the IPX/SPX protocol suite. See also Internetwork Packet Exchange/Sequenced Packet Exchange (IPX/SPX).
octet
A grouping of eight binary digits or bits (“oct” means eight), usually expressed as a decimal number. An octet is one of the four decimal values that make up an IP address.
Open Systems Interconnection (OSI)
The family of ISO standards developed in the 1970s to facilitate functionality of networking services among dissimilar computers on a global scale. The OSI initiative was unsuccessful, owing to a fatal combination of an all-inclusive standards-setting effort and a failure to develop standard protocol interfaces to help developers implement its manifold requirements.
OSI reference model
ISO Standard 7498 defines a frame of reference for understanding networks by dividing the process of network communication into seven layers. Each layer is defined in terms of the services and data it handles on behalf of the layer directly above it and the services and data it needs from the layer directly below it. The OSI reference model remains the OSI initiative’s most enduring legacy.
Physical layer
Layer 1, the bottom layer of the OSI reference model, transmits and receives signals and specifies the physical details of cables, adapter cards, connectors, and hardware behavior. See also OSI reference model.
Presentation layer
At Layer 6 of the OSI reference model, data can be encrypted and/or compressed to facilitate delivery. Platform-specific application formats are translated into generic data formats for transmission or from generic data formats into platform-specific application formats for delivery to the Application layer. See also OSI reference model.
Project 802
The IEEE effort that produced the collection of 802 networking specifications and standards.
protocol data unit (PDU)
A unit of information passed as a self-contained data structure from one layer to another on its way up or down the network protocol stack.
protocol stack
An ordered collection of networking protocols that together provide end-to-end networked communications between a sender and a receiver.
protocol suite
A family of related protocols in which higher-layer protocols provide application services and request handling facilities, and lower-layer protocols manage the intricacies of Layers 1 to 4 in the OSI reference model.
protocols
The rules and procedures for communicating.
redirector
A software component that intercepts requests for service from a computer and redirects requests that can’t be handled locally across the network to a networked resource that can handle the request.
routable
A protocol that includes Network layer information and can be forwarded by a router.
routing
A Network-layer service that determines how to deliver an outgoing packet of data from sender to receiver. Routing entails several methods for managing delivery, and requires error and status reporting so that senders can determine whether packets are reaching the receivers.
Server Message Block (SMB)
The message format used by DOS and Windows to share files, directories, and devices. SMB file sharing is also supported by most Linux and UNIX operating systems.
Service Access Points (SAPs)
Logical interface points used to transfer information from the LLC sublayer to the upper OSI layers. See also Logical Link Control (LLC).
Session layer
Layer 5 of the OSI reference model is responsible for setting up, maintaining, and ending ongoing sequences of communications (called sessions) across a network. See also OSI reference model.
Simple Mail Transport Protocol (SMTP)
A TCP/IP protocol used to send mail messages across a network. SMTP is the basis for e-mail on the Internet.
Simple Network Management Protocol (SNMP)
A TCP/IP protocol used to monitor and manage network devices.
subnet mask
A 32-bit dotted decimal number used to signify which part of an IP address is the network portion and which part is the host portion. The subnet mask consists of a string of binary 1s followed by a string of binary 0s. The binary 0s mask the host portion of an IP address. A binary 1 signifies that the corresponding bit in the IP address belongs to the network portion of the IP address, and a binary 0 signifies that the corresponding bit in the IP address belongs to the host portion.
subnetting
The process whereby a single network address is divided into two or more subnetwork addresses, each with fewer available host IDs than the original network address.
supernetting
The operation of “borrowing” bits from the network portion of an IP address to combine a group of contiguous IP addresses. For supernetting to work, the group of IP addresses must be contiguous.
Telnet
A TCP/IP protocol that provides remote terminal emulation.
Transmission Control Protocol (TCP)
The core of the TCP/IP suite. TCP is a connection-oriented protocol responsible for reformatting data into packets and reliably delivering those packets.
Transmission Control Protocol/Internet Protocol (TCP/IP)
A protocol suite that supports communication between heterogeneous systems. TCP/IP has become the standard communications protocol for the Internet.
Transport layer
Layer 4 of the OSI reference model is responsible for fragmenting large PDUs from the Session layer for delivery across the network, inserting integrity controls, and managing delivery mechanisms to allow for error-free reassembly on the receiving end of a network transmission. See also OSI reference model and protocol data unit (PDU).
transport protocol
A protocol type responsible for providing reliable communication sessions between two computers.
unicast frame
A data frame addressed to a single recipient.
User Datagram Protocol (UDP)
A connectionless TCP/IP protocol that provides fast data transport.
1000BaseT
1000 Mbps Ethernet (1 Gbps) over twisted–pair cabling; defined by IEEE Standard 802.3ab.
100BaseFX
100 Mbps Ethernet over two–strand fiber–optic cable.
100BaseT4
100 Mbps Ethernet over four–pair Category 3 or higher UTP.
100BaseTX
100 Mbps Ethernet over two–pair Category 5 or higher UTP.
10BaseF
The 10 Mbps Ethernet standard that defines Ethernet over fiber–optic cable.
active monitor
A computer in a token ring network responsible for guaranteeing the network’s status.
Asynchronous Transfer Mode (ATM)
A high–speed network technology designed for both LAN and WAN use. ATM uses connection–oriented switches to allow senders and receivers to communicate over a network.
beaconing
The signal transmitted on a token ring network to inform networked computers that token passing has stopped because of an error.
Carrier Sense Multiple Access with Collision Avoidance (CSMA/CA)
A contention–based channel access method in which computers avoid collisions by broadcasting their intent to send data.
Carrier Sense Multiple Access with Collision Detection (CSMA/CD)
A contention–based channel access method in which computers avoid collisions by listening to the network before sending data. If a computer senses data on the network, it waits and tries to send its data later.
channel access methods
Rules that determine when a computer can access the cable or data channel for the purposes of sending data.
collision
The result of two or more devices sending a signal along the same channel at the same time.
collision domain
The extent to which signals are propagated on an Ethernet network.
concentrators
Devices used in an FDDI network to connect computers at a central point. Most concentrators connect to both available rings.
contention
A channel access method in which computers vie for time on the network.
Data Over Cable Service Interface Specification (DOCSIS)
The official standard governing cable modem operation.
dedicated circuit
An ongoing (but possibly transient) link between two end systems.
demand priority
A high–speed channel access method used by 100VG–AnyLAN in a star hub topology.
demand signal
A signal sent by a computer in a demand priority network that informs the controlling hub it has data to send.
digital subscriber line (DSL)
A broadband–based technology that delivers Internet data over existing phone lines.
dual attachment station (DAS)
A type of NIC connected to both rings in an FDDI network.
Ethernet
A network architecture developed by Digital, Intel, and Xerox that uses CSMA/CD as its channel access method.
Ethernet 802.2
An Ethernet frame type used by IPX/SPX on Novell NetWare 3.12 and 4.x networks.
Ethernet 802.3
An Ethernet frame type generally used by IPX/SPX on Novell NetWare 2.x and 3.x networks; also called Ethernet raw.
Ethernet II
An Ethernet frame type used by TCP/IP.
Ethernet SubNetwork Address Protocol (SNAP)
An Ethernet frame type used in Apple’s EtherTalk environment.
EtherTalk
The standard for sending AppleTalk over Ethernet cabling.
fast Ethernet
The 100 Mbps implementation of standard Ethernet, also called 100BaseT.
Fiber Distributed Data Interface (FDDI)
A networking architecture that uses a token–passing channel access method and is defined to run at 100 Mbps over fiber–optic cable.
frame types
A standard that defines the structure of an Ethernet packet: Ethernet 802.3, Ethernet 802.2, Ethernet SNAP, or Ethernet II.
full–duplex communication
In this type of communication, a computer can send and receive data simultaneously.
Gigabit Ethernet
An IEEE standard (802.3z) that allows for 1000 Mbps transmission using CSMA/CD and Ethernet frames.
half–duplex communication
In this type of communication, a computer can send data and receive data, but can’t send and receive simultaneously.
High Performance Parallel Interface (HIPPI)
A high–speed parallel communication interface originally developed to serve supercomputers and high–end workstations.
LocalTalk
The cabling system used by Macintosh computers. Support for LocalTalk is built into every Macintosh.
multistation access unit (MSAU)
An active hub in a token ring network.
Nearest Active Downstream Neighbor (NADN)
The computer in a token ring environment to which another computer sends the token.
Nearest Active Upstream Neighbor (NAUN)
The computer in a token ring environment from which a computer receives the token.
polling
A channel access method in which a primary device asks secondary devices in sequence whether they have data to send.
primary ring
The FDDI ring around which data is transmitted.
protocol type field
A field used in the Ethernet SNAP and Ethernet II frames to indicate the network protocol being used.
secondary ring
An FDDI ring used for the sole purpose of handling traffic in the event of a cable failure.
single attachment station (SAS)
A type of NIC that’s connected only to the primary ring in an FDDI network.
smart multistation access unit (SMAU)
An active hub in a token ring network.
standby monitors
Computers in a token ring network that monitor the network status and wait for a signal from the active monitor. See also active monitor.
start frame delimiter (SFD)
A field in the Ethernet 802.3 frame that defines the beginning of the packet.
switching
A media access method whereby all devices connect to a network switch, and the switch controls access to the medium. With switching, each device connected to the switch has access to the full media bandwidth.
Synchronous Optical Network (SONET)
A high–speed, baseband digital networking standard that specifies incrementally increasing data rates across fiber–optic links.
token ring
A network architecture developed by IBM that’s physically wired as a star but uses token passing in a logical ring topology.
TokenTalk
The standard for sending AppleTalk over token ring cabling.