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

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;

16 Cards in this Set

  • Front
  • Back
  • 3rd side (hint)

OSI Reference Model

Physical, Data, Network, Transport, Sessions, Presentation, Application

PLEASE DO NOT THROW SAUSAGE PIZZA AWAY

Physical Layer

Physical Connectors, ie physical, mechanical, elec specs

Cables, Connectors, voltage

Data Link Layer

How data is formatted for transmission and how access to physical media is controlled

Includes error detection and correction to ensure reliable data delivery

Network Layer

Provides connectivity and path selection between two host systems located on geographically separated networks

Manages connectivity of users by providing logical addressing

Transport Layer

Defines services to segment, transfer and reassemble data for individual communication between end devices

Break down large files into smaller segments which are less likely to experience transmission problems

Session Layer

Establishes, manages, and terminates sessions between 2 communicating hosts. Synchronizes dialogue between the presentation layers of the 2 hosts and manages their data exchange

Web Servers communicating on the correct path

Presentation Layer

Ensures info sent at the application layer of one system is readable by the application layer of another system

PC program communicating with another CPU

Application Layer

Closest to user, provides network services to the application of the user

Email, file transfer and terminal emulation. Doesn't provide services to any other layer. Provides services to applications outside the OSI model

TCP/IP Protocol

Most popular in networks, specifies end to end connectivity, describing how data should be formatted, addressed, routed, and transmitted.

2LITA3

Link Layer - TCP/IP

Describes physical characteristics of a link, how access is controlled, and how data is formatted for transmission.

OSI- physical and data layer

Internet Layer - TCP/ IP

Provides routing of data from the source to the destination by defining the packet and the addressing schemes, moving data between the link layer and transport layers, routing packets of data to remote hosts, and performing fragmentation and reassembly of data packets.

OSI - Network Layer

Transport Layer - TCP/IP

Core of TCP/IP, provides communication services to the application processes that are running on network hosts

OSI - Transport Layer

Application Layer - TCP/IP

Provides applications for file transfer, network troubleshooting, and Internet activities. Supports network APIs, which allow programs that have been created for a particular operating system to access the network

OSI - Sessions, Presentation, Application

Encapsulation - host sends data

Application sends data to application layer, transport layer adds L4 header(hdr) to previous data, internet layer adds L3 hdr to previous data, link layer adds L2 hdr to previous data along with TRAILER(FCS), FCS is used by receiver to determine if it's an error.

Final - L2HDR+L3HDR+L4HDR+user data+other HDR+FCS(trailer)

De-Encapsulation

Link Layer checks FCS to see if data is an error. The frame may be discarded or link layer may ask to re-transmit. If the data isn't in error the link layer reads and interprets the control info in the L2 hdr. The link layer strips the L2 hdr and FCS then passes data up to internet layer. Each layer does the same until left with data to the application.

L2Hdr+L3Hdr+L4hdr+other HDR+fcs-L3hdr+L4hdr+other hdr- L4hdr+other HDR- data

Peer to Peer Communications

Each layer of the OSI model at the source must communicate with it's peer layer of the destination

App Layer - data - App Layer


Transport - segment - transport


Network - packet


Link - ftame