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

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;

39 Cards in this Set

  • Front
  • Back

What is OSI Model short for?

Open Systems Interconnect Model
What are the 7 OSI model layers?
Application
Presentation
Session
Transport
Network
Data Link
Physical
What are the upper layers?
Application
Presentation
Session
What are the lower layers?
Transport
Network
Data Link
Physical
What does the OSI Application layer do?
Provides network services to the end host's applications

eg - Email, FTP, Telnet
What does the OSI Presentation layer do?
Ensures that data can be understood between two end hosts

eg - ASCII character encoding
What does the OSI Session layer do?
Manages sessions between end hosts

eg - Web server tracking its open connects to web browser clients
What does the OSI Transport layer do?
1) Breaks up data between sender and receiver into smaller parts
2) Establishes end to end connectivity
3) Can ensure reliable delivery (ie - error detection and retransmission)
What is segmentation?
The process used by Layer 4 (Transport layer) to break data between sender and receiver into smaller parts
Name two layer 4 protocols
TCP (Transmission Control Protocol)
UDP (User Datagram Protocol)
What OSI layer do TCP and UDP work at?
Layer 4 (Transport)
What does the OSI Network layer do?
- Provides connectivity and path selection (eg - routing)
- Defines logical addressing (eg - IPv4 and IPv6 addresses)
What layer do IPv4 and IPv6 work at?
Layer 3 - Network layer
What does the OSI Data Link layer do
- Defines data format for transmission (eg - Ethernet, Frame Relay, PPP)
- Controls access to physical media (eg - Ethernet CSMA/CD)
- Defines physical addressing (eg - ethernet MAC address)
- Typically has error detection (eg - Cyclical Redundancy Check (CRC))
What are Data Link layer protocols
Ethernet
PPP
What does the OSI Physical layer do?
- Defines physical media properties
* Electrical Functions
* Physical data rates
* Physical connectors
* Cable distances
* Optical wavelengths
* Wireless frequencies
What layer do Repeaters and Hubs work at?
Layer 1 - Physical
Why use layers?
- Devices need to be aware only of their own layer
- Allows interoperability between devices and vendors
What is encapsulation
This is where data is added when adjacent layers talk. Happens during sending data
Name the process where data is removed when adjacent layers talk
Decapsulation
What is a PDU?
A Protocol Data Unit - it is the resulting data that a layer creates
What happens during decapsulation?
The process removes data formatting on the receiving host to expose a PDU
What is a PDU at the Transport layer called?
A Segment
What is a packet?
A PDU at layer 3 (Network layer)
What is a frame?
A PDU at layer 2 (Data Link layer)
What is a PDU at layer 1 called?
A Bit
What direction does encapsulation occur?
From layer 7 to layer 1
What is an encapsulation header?
New data added to the front by a layer during encapsulation
What is an encapsulation trailer?
New data added to the end by a layer during encapsulation
Describe the decapsulation process
- Data moves up the stack (layer 1 -> 7)
- Each layer removes its own header/trailer
- Data is passed to the layer above
- Process repeats until data reaches the application layer
What is the TCP/IP Model?
- Similar to OSI model but just 4 layers. 4 layers known as the TCP/IP stack or just IP stack
What are the 4 TCP/IP model layers?
* Application
* Transport
* Internet
* Network Access
Which TCP/IP model layer is equivalent to OSI layers 5 - 7?
Application
What does the TCP/IP Application layer do?
Provides network Application Programming Interface (API)
What does the TCP/IP Transport layer do?
Provides communication to the application.

- Equivalent of OSI layer 4
What is TCP?
Transmission Contol Protocol

- Used for connection-oriented reliable communication (eg - Database replication)
What is UDP?
User Datagram Protocol

- Used for connectionless unreliable communication (eg - VOIP)
What does the TCP/IP Internet layer do?
Provides packet addressing, routing, fragmentation and reassembly

- Equivalent of OSI layer 3
What does the TCP/IP Network Access layer do
Equivalent of OSI layers 1 & 2