OSI model

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

1/15

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No study sessions yet.

16 Terms

1
New cards

the OSI model (open systems interconnection)

used to show the theory of networking and its levels; in a simple way

  • starts at layer 7 to layer 1

  • at each layer pieces of inforamtion is added (aka encapsulation)

2
New cards

OSI layers

  1. application

  2. presentation

  3. session

  4. transport

  5. network

  6. data link

  7. physical

3
New cards

application layer

provides interfaces/platforms (browser, email, etc) where applications can transmit data

4
New cards

presentation layer

takes data from application layer and translates into a standardized format

  • done thru decryption, compression, etc

5
New cards

session layer

takes translated data and tries to open a connection in the network

  • if unsucessful, it sends back an error

  • otherwise, it makes a session between the computers and maintains it

6
New cards

transport layer

when the session is made, a signal is sent to transport layer, who chooses which protocol to use to transmit data

  • TCP (Transmission Control Protocol): accuracy over speed

  • UDP (user datagram protocol): speed over accuracy

7
New cards

network layer

  • uses IP address to find the best route to the destination and puts it into an info packet

  • uses the OSPF (open shortests path first) and RIP (routing information protocol) methods

  • factors: which path is shortest, most reliabel, and faster physical connection

8
New cards

data link layer

takes the info packet and adds a physical address (MAC), which holds the actual destination

  • also checks for data corruption and translates into hardware understanding for the next layer

  • the MAC is found in the NIC (netwrok interface card) of every computer

9
New cards

physical layer

  • sends signals to computers to show the connection is successful; focuses on the hardware part

  • devices use binary to send data to each other

10
New cards

which layer transmits and receives data

physical layer; it sends and receives signals between computers in the network

11
New cards

which layer tracks communications between the host and destination computers

network layer; it provides the interface/platform to do so

12
New cards

which layer handles logical addressing

network layer; it uses IP addresses to find the best route

13
New cards

when send data using TCP, what’re the pieces of data called

segments

14
New cards

FTP (file transfer protocol)

used to transfer files between a client and a server with a TCP network

15
New cards

which layer would FTP communicate with

application layer; it deals with user requests

16
New cards

which protocol is best for live video

UDP since it will favor speed; you want the live video to be in real-time regardless of if it cuts out sometimes