OSI ISO | TCP/IP Model

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/20

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

21 Terms

1
New cards

ISO OSI Model Layers

  1. Physical

  2. Data Link

  3. Network

  4. Transport

  5. Session

  6. Presentation

  7. Application

2
New cards

Physical Layer

Defines electrical, mechanical, procedural and function specifications for activating maintaining and de activating the physical link between devices.

Define line encoding, voltage levels, timing, data rates, physical connectors and other attributes.

Only layer implemented solely in hardware.

3
New cards

Data Link Layer

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

Typically includes Error Detection & Correction

Involves NIC-to-NIC communication within the same network or subnet.

Uses Physical Address called a MAC address to identify hosts.

4
New cards

Network Layer

Provides connectivity and path selection all the way from source to destination.

Uses logical addressing to manage connectivity.

5
New cards

Transport Layer

Defines the segmenting and reassembling of data for reliable delivery between hosts.

Serves the upper layers, which in turn interface many user applications.

6
New cards

Session Layer

Establishes, manages and terminates sessions between 2 communicating hosts to allow them to exchange data over a prolonged period of time.

*Mainly concerned with issues that application processes may encounter and not with lower layer connectivity issues.

Also called Dialogs, can determine whether to handle data in one direction at a time or both directions simultaneously.

7
New cards

Presentation Layer

Helps ensure that data sent by the application layer of one system is “readable” by the application layer of another system.

Provides special data processing that must be done before transmission.

It may compress or decompress data to improve throughput

8
New cards

Application Layer

OSI Layer closest to the user.

Provides services to user applications that want to use the network.

OS also use the application layer when performing tasks triggered by actions that dont involve communication over the network.

Does not provide services to any other OSI layer.

9
New cards

TCP/IP Layers

  1. Link Layer

  2. Internet Layer

  3. Transport Layer

  4. Application Layer (Payload)

10
New cards

TCP/IP Link Layer

Known as media access layer but also referred to as network interface or network access layer

Defines protocols used to interface the directly connected network

Introduces physical addresses sometimes called MAC addresses

11
New cards

TCP/IP Internet Layer

Routes data from the source to the destination, and reports errors.

Provides logical addressing to help ensure a host is uniquely identified.

Logical Address = IP Address

Serves the upper transport layer and passes info to the link layer

12
New cards

TCP/IP Transport Layer

Core of the TCP/IP Architecture

Two main protocols are - TCP & UDP

Transport services prepare application data for transfer over the network.

13
New cards

TCP/IP Application Layer

Mainly deals with user interaction.

Supports API’s that allow programs to access the network services, regardless of OS.

14
New cards

PDU for Application Layer

Data

15
New cards

PDU for Transport Layer

Segment

16
New cards

PDU for Internet Layer

Packet

17
New cards

PDU for Link Layer

Frame

18
New cards

TCP/IP Application Layer corresponds to which OSI Layer(s)

  1. Session

  2. Presentation

  3. Application

19
New cards

TCP/IP Transport Layer corresponds to which OSI Layer(s)

  1. Transport

20
New cards

TCP/IP Internet Layer corresponds to which OSI Layer(s)

  1. Network

21
New cards

TCP/IP Link Layer corresponds to which OSI Layer(s)

  1. Physical

  2. Data Link