Day 3 - OSI model and TCP/IP Suite Flashcards

1
Q

What does a networking model do?

A

Categorizes and provides a structure for networking protocols and standards

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a networking protocol?

A

A set of logical rules defining how network devices and software should work

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

OSI model

A

Open Systems Interconnection model
Open (not proprietary)
Conceptual model that categorizes and standardizes the different funtions in a network
Created by ISO (late 70s early 80s)
Network functions (protocols) are divided into 7 layers
*Not in use but influences thinking of engineers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Application Layer

A

Layer 7
Closest to the end user
Interacts with software applications
ex - https
Functions: identifying communication partners/synchronizing communication

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Presentation Layer

A

Layer 6
Data is in an “application format” (must be ‘translated’ to different format to be sent over the network
Translates between app and network formats

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Session Layer

A

Controls dialogues (sessions) between communicating hosts
Establishes, manages, terminates connections between the local app and the remote app

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Transport Layer

A

Layer 4
Segments/reassembles data for comms between hosts (smaller data segments are less likely to cause tranmission problems)
Provides host to host communication

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Network Layer

A

Layer 3
Provides connectivity between end hosts on different networks
Provides logical addressing (IP)
Provides path selection between source and destination

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Data Link Layer

A

Layer 2
Provides node-to-node connectivity and data transfer
Defines how data is formatted for transmission over a physical medium
Detects and (possibly) corrects Physical layer errors
Uses addressing (seperate from Layer 3 addressing)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Physical Layer

A

Layer 1
Defines physical characteristics of the medium used to transfer data between devices (eg - voltage levels, max transmission dist, physical connectors, etc.)
Digital bits are converted into electrical signals or radio

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Data encapsulation process

A

Last 3 layers prepare data (application layers)
Layer 4 header is added to make a segment
Layer 3 header is added to make a packet (IP addressing)
Layer 2 header/trailer added to make a frame
Data is transmitted over Layer 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

PDUs

A

Protocol Data Units
Refers to the terms data, segment, packet, frame (a layer 2 PDU)
*At Layer 1 the PDU is a bit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

TCP/IP suite

A

Conceptual model and set of communications protocols used across networks
Developed by DOD through DARPA
The model actually in use in modern networks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Adjacent Layer Interaction

A

Interaction between different layers of the OSI model

How well did you know this?
1
Not at all
2
3
4
5
Perfectly