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

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;

12 Cards in this Set

  • Front
  • Back
What are the 7 layers of the OSI model
Application
Presentation
Session
Transport
Network
Data Link (LLC/MAC)
Physical
Describe the 1st layer of the OSI model
Physical layer: Connects nodes physically and electrically. Covers voltages, transmission timing, initial "handshaking" rules, mode (half/full duplex), connectors, NICs and repeaters. Provides Data Link layer with bits.
Describe the 2nd layer of the OSI model
Data Link: Transmits data reliably between adjacent nodes along the route. Provides the grammar (protocols), deals with frames not bits, and checks for errors. Provides data link paths to the Network layer.
Describe the 3rd layer of the OSI model
Network: Uses data link paths to route data through the entire network (packet switching). Converts data from the Transport layer into data packets and sends them to the Data Link layer. Functions like a huge mail room, messages from host placed in packets, addressed, and sent to bottom two layers for transmission.
Describe the 4th layer of the OSI model
Transport: Provides end to end control by detecting/fixing errors, selecting routes, retransmits lost messages and prevents fast terminals from overwhelming slow terminals.
Describe the 5th layer of the OSI model
Session: Establishes and terminates session. Controls passwords, enable a user to use half/full duplex, determine who speaks, how, and how often, terminate/reestablish sessions, creates checkpoints, monitors system usage andcan bill users for their time.
Describe the 6th layer of the OSI model
Presentation: Performs data conversion between different formats, requires each system have same protocols, provides data compaction, code conversions, and data encryption.
Describe the 7th layer of the OSI model
Application: Provides electronic mail, distributed database services, and really anything the programmer of the application decides to use the data transmissions for.
What X standard corresponds to the bottom three layers of the OSI model
X.25
What are the sub layers of the Data Link layer
LLC (IEEE 802.2) and MAC (IEEE 802.3)
Describe LLC (Logical-Link-Control)
LLC (IEEE 802.3) provides an interface between the MAC sublayer and the Network layer.
Describe MAC (Media-Access-Control)
MAC sub-layer is concerned with detecting data collisions.