OSI Model Flashcards

1
Q

OSI Model Layers

A

7 - Application
6 - Presentation
5 - Session
4 - Transport
3 - Network
2 - Data Link
1 - Physical
Please Do Not Throw Sausage Pizza Away

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

OSI Model Data Layers

A

Physical - Bits
Data Link - Frames
Network - Packets
Transport - Segments
Session / Presentation / Application - Data
Do Some People Fear Birthdays

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

Layer 1

A

Physical; Transmission of bits across the network occurs physically & electrically (1s & 0s)

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

Layer 1 Transition Modulation

A

Switching between levels to represent 1 or 0; Copper wire - Voltage (0V for 0, +5V/-5V for 1); Fiber Optic - Light (On for 1, Off for 0)

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

Layer 1 Wiring Standards

A

RJ-45 Connector on CAT5/ CAT5E/ CAT6; Crossover Cable - 568A on End A, 568B on End Z; Straight Cable - 568B on both ends

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

Wiring Standard 568A (L-R)

A

Green / White
Green
Orange / White
Blue
Blue / White
Orange
Brown / White
Brown

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

Wiring Standard 568B (L-R)

A

Orange / White
Orange
Green / White
Blue
Blue / White
Green
Brown / White
Brown

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

Layer 1 Network Topology

A

Bus; Ring; Star; Hub-And-Spoke; Full Mesh; Partial Mesh

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

Layer 1 Processes - Synchronization

A

Asynchronous Communication - Start & stop bits for out of sync data; Synchronous Communication - real-time communication using a common time source

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

Layer 1 Processes - Bandwidth Utilization

A

Broadband - divides bandwidth into separate channels; Baseband - uses all frequency of the cable

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

Layer 1 Multiplexing

A

Involves taking some limited amount of a resource and using it more efficiently, example: allowing multiple people to use baseband at the same time

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

Layer 1 Multiplexing - TDM

A

Time Division Multiplexing - allocates dedicated time slots

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

Layer 1 Multiplexing - StatTDM

A

Statisitical Time Division Multiplexing - dynamically allocates time slots based on when people need it

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

Layer 1 Multiplexing - FDM

A

Frequency Division Multiplexing - divides the medium into channels

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

Layer 1 Devices

A

Cables (fiber, ethernet, coaxial); Wireless (bluetooth, wi-fi, near field); Infrastructure (hubs, access points, media converters)

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

Layer 2

A

Data Link; Responsible for packaging bits from Layer 1 (Physical) into frames and transmitting them; Performs error detection & correction, identifies devices using MAC (Media Access Control) addresses, provides flow control

17
Q

Layer 2 MAC Address

A

Media Access Control; for identifying a device physically and allowing it to operate on a logical topology; 48-bit address assigned to every network interface card (NIC), written in hexidecimal numbers (0-9, A-F), First 24 bits is for the manufacturer, last 24 bit for specific device

18
Q

Layer 2 LLC

A

Logical Link Control; Provides connection services and acknowledges message receipt ensuring controlled data flow; Limits data sent by a sender and prevents overwhelming receiver; Uses a checksum to detect corrupted data frames

19
Q

Layer 2 Synchronization Modes - Isochronous

A

Common reference clock; Time slots for transmissions; Less overhead

20
Q

Layer 2 Synchronization Modes - Synchronous

A

Devices use the same clock and control characters for synchronization

21
Q

Layer 2 Synchronization Modes - Asynchronous

A

Devices reference own clock cycles; No strict control over communication timing

22
Q

Layer 2 Devices

A

NICs (Network Interface Cards); Bridges; Switches

23
Q

Layer 3

A

Network; Concerned with routing & forwarding traffic using logical addresses

24
Q

Layer 3 Logical Addressing Variants - IPv4

A

4 sets of numbers separated by dots (172.16.254.1)

25
Q

Layer 3 Logical Addressing Variants - IPv6

A

8 sets of 4 hexidecimal characters separated by colons (2001:0000:130F:0000:0000:09C0:876A:130B)

26
Q

Layer 3 Switching / Routing Methods - Packet switching / routing

A

Data is divided into packets then forwarded

27
Q

Layer 3 Switching / Routing Methods - Circuit Switching

A

a dedicated communication link is established between 2 devices

28
Q

Layer 3 Switching / Routing Methods - Message Switching

A

data is divided into messages that can be stored then forwarded

29
Q

Layer 3 Route Discovery & Selection

A

Routing protocols help decide how data is going to flow across the network & how the routers are going to communicate that information; Routers maintain routing tables for determining the best path; Dynamic protocols enable routers to share and update route info

30
Q

Layer 3 Connection Services

A

Augments Layer 2 services; Involves flow control, prevents sender from overwhelming receiver; Packet reordering, ensures data packets arrive & are reassembled in the correct order

31
Q

Layer 3 ICMP

A

Internet Control Message Protocol; Used for sending error messages & operational information to an IP destination; Ping - helps troubleshoot network issues by testing connectivity & response times; Traceroute - traces the route of a packet through the network

32
Q

Layer 3 Devices

A

Routers; Multi-layer switches (combines Layer 2 switch & Layer 3 router; switch is ALWAYS Layer 2 unless called Multi-layer switch, which makes it Layer 3)

33
Q

Layer 4

A

Transport; Divides upper and lower layers; Segments - data type for TCP; Datagram - data type for UDP

34
Q

Layer 4 Devices

A

WAN Accelerators; Load balancers & firewalls