1.1 Understanding the OSI Model

0.0(0)
studied byStudied by 1 person
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/59

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.

60 Terms

1
New cards

What is the acrynoym to remember the OSI Model?

Please Do Not Throw Sausage Pizza Away

or

All People Seem To Need Data Processing

2
New cards

What are the 7 layers of the OSI Model from 1>7

Physical

Data Link

Network

Transport

Session

Presentation

Application

3
New cards

What does OSI stand for?

Open Systems Interconnection reference model

4
New cards

what does the OSI model do?

describes how traffic moves from one side of the network to another, it is a common way for all IT people to communicate how data is moving

5
New cards

Layer 1 is which layer?

The Physical Layer

6
New cards

the physical layer is responsible for what?

sending bits via a wired or wireless transmission

7
New cards

bits can be transmitted as what 3 things?

wavelengths in the air

voltage on a copper wire

light ( via a fiber-optic cable)

8
New cards

what does PDU stand for?

protocol data unit

9
New cards

what is a PDU?

a group of bits as it moves from one layer to the next

10
New cards

which layer consists of signaling, cabling, connectors ( cables, NIC, HUB)

layer 1 - physical

11
New cards

if you have a physical layer problem you need to do what (5)?

fix your cabling, punch downs, run loopback tests, test/replace cables, swap adapter cards

12
New cards

layer 2 is called what layer?

data link layer

13
New cards

layer 2 - data layer is also called the what ?

the switching layer

14
New cards

which layer consists of frames, mac addresses, EUI-48, EUI-64, switches

layer 2 - data link layer

15
New cards

mac addresses are also called what (4)?

layer 2 addresses, physical address, hardware address, or data link layer addrress

16
New cards

what does MAC stand for in MAC address?

Media Access Control

17
New cards

switches make forewarding decisions based on —— addresses so its called the switching layer

mac

18
New cards

mac addresses are found on what?

NIC ( Network Interface Cards )

19
New cards

the type of networking hardware or technology used on a network determines the data link layer ——- used. Ethernet and Wifi are examples

protocol

20
New cards

the data link layer puts control information in the —— and the —- of the packet

header and trailer

21
New cards

once the data link layer has placed control info in the header and trailer, the entire data link layer message is called a —-

frame

22
New cards

what is layer 3 known as ?

the network layer

23
New cards

layer 3 the network layer is also called the what?

“routing” layer

24
New cards

layer 3 the network layer makes forwarding decisions based on the what?

Internet protocol (IP)

25
New cards

the network layer is responsible for moving messages from one —- to another until they reach the destination host

node

26
New cards

data on the physical layer is known as ?

bits

27
New cards

data on the data link layer is known as

frames

28
New cards

data on the network layer is known as a

packet

29
New cards

what does the network layer consist of (3)

IP addresses, routers, and packets

30
New cards

the principal protocol used in the network layer ( layer 3 ) is the ?

IP ( internet protocol)

31
New cards

what does the network layer add to the datagram?

it’s own header

32
New cards

the entire network layer message is called a ?

packet

33
New cards

the ip address is an addres that is assigned to each —- on a network

node

34
New cards

the network layer uses the ip address to uniquely identify each ——

host

35
New cards

the ip relies on several —— protocols to find the best route for a packet to take to reach destination. ICMP and ARP are examples

routing

36
New cards

network layer protocol will divide large packets into smaller packets in a process called ——

fragmentation

37
New cards

layer 4 is also called the what layer

transport layer

38
New cards

the transport layer is responsible for transporting ——- layer payloads from one application to another

application

39
New cards

what are the two main transport layer protocols found at the transport layer

UDP & TCP

40
New cards

what is the difference between the two transport protocols TCP & UDP?

TCP guarntees delivery while UDP does not

41
New cards

tcp stands for ?

transmission control protocol

42
New cards

tcp is connection-oriented true or false?

true

43
New cards

UDP is connectionless true or false

true

44
New cards

protocols add control information in an area at the beginning of the payload called the —- ?

header

45
New cards

the proces of adding a header to the data inherited from the layer above is called what?

encapsulation

46
New cards

if a message is too large the TCP divides it into smaller messages called

segments

47
New cards

when udp divides a message into smaller messages its called a

datagram

48
New cards

what things are found at the transport layer 4?

tcp segments, udp datagram, port numbers

49
New cards

what three layers of the OSI model are typically intertwined making it difficult to distinguish between them?

application, presentation, and session

50
New cards

this layer of the OSI model describes how data between applications is synched and recovered if messages don’t arrive intact at the receiving application. communication between one end point and another

layer 5 session layer

51
New cards

what types of protocols are found in the session layer 5

control protocols , and tunneling protocols

52
New cards

which 3 layers are often intertrwined making them difficult to distinguish between

application, presentation, and session

53
New cards

what does API stand for?

application programming interface

54
New cards

this call is the method an application uses when it makes a request to the OS

API call

55
New cards

layer 6 is also called the —— layer

prsentation

56
New cards

this layer is responsible for reformatting, compresing, and/or encrypting data in a way that the receiving application can read

presentation layer

57
New cards

character encoding, encryption, (SSL/TLS) is found at this layer

presentation layer 6

58
New cards

layer 7 is also known as the —— layer

applicatation

59
New cards

this layer describes the interface between two applications, on seperate computers, the layer we get to see

layer 7 application layer

60
New cards