Day 3 Remediation | OSI & TCP/IP

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/10

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.

11 Terms

1
New cards

Application Layer (7)

Closest to the end user:

  • Interacts with software applications that have some communication component

  • HTTP or HTTPs

  • Identifying communication partners

  • Synchronizing communication

  • Provides process-to-process communication (specific task of delivering data to the correct application process on those hosts)

2
New cards

Presentation Layer (6)

Translates data to the appropriate format:

  • Encryption of data as it is sent, so that only the intended recipient can read it

  • And of course decryption as it is received.

3
New cards

Session Layer (5)

Controls dialogues between communicating hosts:

  • Establishes, manages, and terminates connections between the local application

4
New cards

Transport Layer (4)

Segments and reassembles data for communications between end hosts.

  • Breaks large pieces of data into smaller segments which can be easily sent over the network and are less likely to cause transmission problems if errors occur. 

  • Provides host-to-host communication, also known as end-to-end communication (complete delivery of data from a source host to a destination host across a network.)

5
New cards

Network Layer (3)

Provides connectivity between end hosts on different networks

  • Provides logical addressing, in the form of IP addresses

  • Provides path selection between source and destination; provides the means of selecting the best path.

  • Routers operate here

6
New cards

Data Link Layer (2)

Provides node-to-node connectivity and data transfer (for example, direct connections between a PC and a switch, or a switch and a router, or a router and a router)

  • Defines how data is formatted for transmission over a physical medium

  • Detects, and possibly corrects, errors that occur on the physical layer.

  • Uses an addressing system

  • Switches look at the destination Layer address to determine where to send the data

7
New cards

Physical Layer

Defines characteristics of the medium used to transfer data between devices.

  • For example, voltage levels, maximum transmission distances, maximum cable length, physical connectors, cable specifications, etc.

  • Digital bits are converted into electrical signals, for wired connections, or radio signals, for wireless connections, like Wi-Fi.

  • Cables and pin layouts are relate

8
New cards

Layer 1 PDU

Bits

9
New cards

A Layer 2 header and trailer are added at the Data Link layer

Frame

10
New cards

Layer 3 header is added on at the Network layer which includes the IP address

Packet

11
New cards

Data plus Layer 4 header

Segment