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

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;

35 Cards in this Set

  • Front
  • Back
What are the five steps to data encapsulation in TCP/IP?
1. Application has data to send.
2. Encapsulate at transport layer
3. Encapsulate at network layer, adding network addresses.
4. Encapsulate at data link layer, adding data link addresses.
5. Transmit the bits at the physical layer.
As opposed to the 7-layer model of OSI, the TCP/IP model consists of ___ layers?
4
What is the TCP/IP equivalent of OSI's network layer?
Internetwork layer
Which layers of OSI define functions focused on the application?
Application, presentation, and session.
Which layers of the OSI model define functions focused on end-to-end delivery of data?
Transport, network, data link, and physical.
Connectors, pins, use of pins, electrical currents, coding, and light modulation are part of different _____ layer specifications.
Physical
Data formats such as ASCII, EBCDIC, text, binary, and JPEG would be considered part of the _____ layer.
Presentation
The _____ layer defines how to start, control, and end conversations.
Session
The ______ layer focuses on issues related to data delivery to the other computer - for instance, error recovery, segmentation or large application data blocks into smaller ones for transmission, and reassembly of those blocks of data on the receiving computer.
Transport
The _____ layer specifications deliver data across one particular link or medium. These protocols are necessarily concerned with the type of media in question.
Data Link
SQL would be most accurately considered a specification of which layer of the OSI model?
Session
What is a mnemonic device for remembering the seven layers of the OSI model?
Please Do Not Take Sausage Pizzas Away
Depending on the context, Ethernet can be considered part of layer _____ or _____ of the OSI model?
Physical, Data Link
What is the distinction between the two lowest layers in OSI?
Physical = physical network specifications
Data Link = control functions
What is the definition of PDU?
(not what it stands for)
the bits that include the headers and trailers for that layer, as well as the encapsulated data.
What does PDU stand for?
Protocol data unit
What does the term L3PDU stand for?
Layer 3 protocol data unit
Generally, each layer views what is sent to it by the above layer, including any headers, as
A. Intelligible information
B. Raw data
B
What is the definition of the term "frame"?
All the encapsulated data
What is the definition of the term "packet"?
includes the IP header but not any data link headers
What is the definition of the term "segment"?
includes the TCP or UDP header but not the IP header or data link header or trailer
Match the terms frame, packet, and segment to the layers which use them.
frame = data link
packet = network
segment = transport
Order the terms frame, segment, and packet in order of least headers to most headers.
segment, packet, frame
Each layer provides a service to the layer _____ it.
Above
Each layer communicates with the _____ layer's software or hardware on other computers.
Same
What is the definition of multiplexing?
where multiple analog message signals or digital data streams are combined into one signal over a shared medium
A device that performs multiplexing is called a?
Multiplexer (MUX)
A device that performs demultiplexing is called a?
Demultiplexer (DEMUX)
a PDU can be described as ___ + ___
PCI, SDU
PDU = PCI + SDU

What do PCI and SDU stand for?
PCI = Protocol Control Information
SDU = Service Data Unit
Protocol Control Information refers to what?
The header which is added to data to form a PDU.
Service Data Unit refers to what?
The data to which a header (PCI) is added to form a PDU.
A PDU of layer N forms the SDU of layer ___?
N-1
T/F A PDU of layer N does not include the header added by layer N.
False
What OSI layer typically encapsulates using both a header and a trailer?
Data Link