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

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;

70 Cards in this Set

  • Front
  • Back
  • 3rd side (hint)

802.2

The IEEE standard for error and flow control in data frames.

802.3

The IEEE standard for Ethernet networking devices and data handling (using the CSMA/CD access method).

802.5

The IEEE standard for token ring networking devices and data handling.

802.11

The IEEE standard for wireless networking.

ACK (acknowledgement)

A response generated at the transport layer of the OSI model that confirms to a sender that its frame was received.

API (application programming interface)

A set of routines that make up part of a software application.

Application layer

The seventh layer of the OSI model. Enables software programs to negotiate formatting, procedural, security, synchronization, and other requirements for the network.

Checksum

A method of error checking that determines if the contents of an arriving data unit match the contents of the data unit sent by the source.

Connection oriented

A type of transport layer protocol that requires the establishment of a connection between communicating nodes before it will transmit data.

Connectionless

A type of transport layer protocol that services a request without requiring a verified session and without guaranteeing delivery of data.

CRC (cyclic redundancy check)

An algorithm used to verify the accuracy of data contained in a data frame.

Data link layer

The second layer in the OSI model. Bridges the networking media with the network layer.its primary function is to divide the data it receives from the network layer into frames that can then be transmitted by the physical layer.

Encapsulate

The process of wrapping one layers PDU with protocol information so that it can be interpreted by a lower layer.

Data link layer protocols encapsulate network layer packets in frames.

Ethernet

A networking technology originally developed at Xerox in the 1970s and improved by digital equipment corporation, Intel, and Xerox.

IEEE 802.3 standard

EUI-64

The IEEE standard defining 64-bit physical addresses.

Extension identifier

A unique set of characters assigned to each NIC by its manufacturer.

FCS (frame check sequence)

The field in a frame responsible for ensuring that data carried by the frame arrives intact.

It uses an algorithm, such as CRC, to accomplish this verification.

Flow control

A method of gauging the appropriate rate of data transmission based on how fast the recipient can accept data.

Fragmentation

A network layer service that subdivides segments it receives from the transport layer into smaller packets.

Frame

A package for data that includes not only the raw data, or " payload" but also the senders and recipients addressing and control information.

Generated at the data link layer and are issued to the network at the physical layer.

HTTP ( hypertext transfer protocol)

An application layer protocol that formulate and interprets requests between web clients and servers.

IP (internet protocol)

A core protocol in the TCP/IP suite that operates in the network layer of OSI model and provides information about how and where data should be delivered.

IP address

The network layer address assigned to nodes to uniquely identify them on a TCP /IP network.

Ipv4 consists of 32 bits divided into four octets, or bytes. Ipv6 addresses are composed of eight 16-bit fields, for a total of 128 bits.

ISP (internet service provider)

A business that provides organizations and individuals with internet access and often, other services, such as E-mail and web hosting.

LLC (logical link control) sublayer

The upper sublayer in the data link layer.

Provides a common interfaces and supplies reliability and flow control services.

MAC (media access control) sublayer

The lower sublayer of the data link layer. Appends the physical address of the destination computer onto the frames.

MTU (maximum transmission unit)

The largest data unit a network will accept for transmission.

Ethernet or token ring

Network address

A unique identifying number for a network node that follows a hierarchical addressing scheme and can be assigned through operating system software.

Network layer

Third layer in the OSI model. Protocols translate network addresses into their physical counterparts and decide how to route data from the sender to the receiver.

OSI (open system interconnection) model

A model for understanding and developing computer-to- computer communication developed in the 1980s by OSI.

PDU (protocol data unit)

A unit of data at any layer of the OSI model.

Physical address

A 48- or 64-bit network interface identifier that includes two parts: the OUI, assigned by the IEEE to the manufacturer, and the extension identifier, a unique number assigned to each NIC by the manufacturer.

Physical Layer

The lowest, or first layer of the OSI model. Protocols in the physical layer generate and detect signals so as to transmit and receive data over a network medium.

These protocols also set the data transmission rate and monitor data error rates, but do not provide error correction.

Presentation layer

The sixth layer of the OSI model. Protocols in the presentation layer translate between the application and the network.

Data are formatted in a schema that the network can understand, with the format varying according to the type of network used.

Reassembly

The process of reconstructing data units that have been segmented

Route

To intelligently direct data between networks based on addressing, patterns of usage, and availability of network segments.

Router

A device that connects network segments and drects data based on information contained in the data packet.

Segment

A unit of data that results from subdividing a larger protocol data unit.

Segmentation

The process of decreasing the size of data units when moving data from a network that can handle larger data units to a network that can dandle only smaller data units.

Sequencing

The process of assigning a placeholder to each piece of a data block to allow the receiving node's transport layer to reassemble the data in the correct order.

Session

A connection for data exchange between two parties. the term may be used in the context of WEeb, remote access, or terminal and mainframe communications, for example.

Session layer

The fifth layer in the OSI model. establishes and maintains communication between two nodes on the network.

It can be considered the "traffic cop" for communications, such as videoconferencing, that require precisely coordinated data.

Standard

A documented agreement containing technical specifications or other precise criteria that are used as guidelines to ensure that materials, products, processes, and services suit their intended purpose

SYN(synchronization)

The packet one node sends to request a connection with another node on the network.

Is the first of three in the three-step process of establishing a connection.

SYN-ACK(synchronization-acknowledgement)

The packet a node sends to acknowledge to another node that it has received the SYN request for connection.

Terminal

A device with little (if any) of its own processing or disk capacity that depends on a host to supply it with applications and data-processing services.

Three-way handshake

A three-step process in which transport layer protocols establish a connection between nodes.

Steps: Node A issues a SYN packet to node B, node B responds with SYN-ACK, and node A responds with ACK.

Token

A special control frame that indicates to the rest of the network that a particular node has the right to transmit data.

Token ring

A networking technology developed by IBM in the 1980s.


It relies upon direct links between nodes and ring topology, using tokens to allow nodes to transmit data.

Transport layer

The fourth layer of the OSI model. Protocols ensure that data are transferred from point A to point B reliably and without error.

include flow control, acknowledgment, error correciton, segmentation, reassembly, and sequencing.

TIA/EIA

Your supervisor has asked you to correct several cable management problems that might be slowing down the network. Which organization's standards will guide you in assessing you firm's current cabling situation?

Wireless Networks

Which technology does the IEEE 802.11 specification describe?

802.3

You are configuring clients to communicate over an ethernet LAN. Which of the following IEEE specifications will identify which frame type your client should use.

Transport Layer

Which layer of the OSI model is responsible for issuing acknowledgments (ACKs)?

Network Layer

Suppose your network is connected to another network via a router. Which OSI model layer provides the information necessary to direct data between the two networks?

Physical and data link layers

In which two layers of the OSI model do NICs belong?

Session

Which OSI model layer is responsible for keeping open a communications path between your computer and the server when you dial in to a remote access server?

When the destination node cannot accept the size of the data blocks transmitted by the source node.

Under what circumstances would the Transport layer use segmentation?

Physical layer

Which OSI model layer generates and detects voltage so as to transmit and receive signals carrying data?

Network layer

An IP address is an example of what type of address?

Re-transmit the data to the recipient

If the TCP protocol did not receive an acknowledgment from data it transmitted, what would it do?

The OUI

Which part of a MAC address is unique to each manufacturer?

To mark the end of a frame

What is the purpose of the trailer field added to a frame in the data link layer?

Data link layer

Which layer of the OSI model encapsulates network layer packets?

Transport layer

At what OSI model layer do protocols manage data delivery priorities?

Logic link control sublayer and Media access control sublayer

What are the sublayers of the data link layer as defined in the IEEE 802 standards?

The receiving node's data link layer requests a re-transmission.

Suppose that, at the receiving node, a frame's FCS doesn't match the FCS it was issued at the transmitting node. What happens as a result?

When viewing a movie on the web

In which of the following situations would it be most desirable to use a connection less transport layer protocol?

The source's physical address

Which of the following would be found in a data link layer header?

1500 bytes

By default, what is the larges data payload that packets on an ethernet network can accept?