OSI Layers Flashcards

1
Q

OSI layer 1

A

Physical

Transmits binary over physical media between devices

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

OSI layer 2

A

Data link

Creates and address frames for host to host delivery on LANd and between WANs

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

OSI layer 3

A

Network

Creates and addresses packets for delivery between devices

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

OSI layer 4

A

Transport

Defines data segments and numbers them at the source, transfers the data, and reassembles the data at the destination.

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

OSI layer 5

A

Session

Manages sessions between users and synchronizes web sessions, video, etc.

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

OSI layer 6

A

Presentation

Provides data format info to the application

I.e. whether it is a jpg or encrypted etc.

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

OSI layer 7

A

Application

Performs services for applications used by the user

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

Acronym for remembering the OSI layers

A

All people seem to need data processing

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

What layer uses frames?

A

Layer 2 data link

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

What layer uses packets?

A

Layer 3 network

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

TCP/IP layer 1

A

Network access(OSI 1&2)

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

TCP/IP layer 2

A

Internet (OSI 3)

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

TCP/IP layer 3

A

Transport (OSI 4)

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

TCP/IP layer 4

A

Application (OSI 5-7)

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

What is used to identify an application at the transport layer?

A

Port #

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

2 transport layer protocols

A

TCP-uses segments, connection oriented

UDP-best effort, uses data grams

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

Well known ports

A

Reserved for services and applications

0-1023

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

Registered ports

A

Assigned to user processes or applications

1024-49151

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

Dynamic or private ports

A

Assigned dynamically to client applications when initiating a connection

49152-65535

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

FTP

A

TCP

Port 20/21

21
Q

Telnet

A

TCP

Port 23

22
Q

Smtp

A

Smtp

TCP

Port 25

23
Q

TFTP

A

Trivial file transfer protocol

UDP

Port 69

24
Q

HTTP

A

Hypertext transfer protocol

TCP

Port 80

25
POP3
Post office protocol TCP Port 110
26
IMAP
Internet message access protocol Port 143 Port 993 w/ssl TCP
27
HTTPS
Secure http | Port 443
28
Causes of physical layer problems
``` Power related Hardware faults Cabling faults Attenuation Noise Interface config errors Exceeding design limits CPU overload ```
29
Symptoms of data link problems
No functionality of network layer or above Poor performance Excessive broadcasts Console messages
30
Causes of data link problems
Encapsulation errors Address mapping errors Framing errors Stp failures or loops
31
TCP/IP application layer protocols
DNS, telnet, SMTP, POP3, IMAP, DHCP, HTTP, FTP, SNMP
32
TCP/IP transport protocols
TCP/IDP
33
TCP/IP Internet layer protocols
IP, ARP, ICMP
34
TCP/IP network access layer protocols
Ethernet, frame relay
35
Application layer PDU
Data
36
Transport layer PDU
Segment
37
Internetwork layer PDU
Packet
38
Network access layer PDU
Frame
39
What layer do client/server processes reside in?
Application
40
Primary responsibilities of transport layer
Tracking individual communications between applications on the source and destination hosts Segmenting data and managing each piece Reassembling the segments into streams of application data Identifying different applications Flow control between end users Enabling error recovery Initiating a session
41
3 key functions of physical layer
Physical components Encoding Signaling
42
Code group
A symbol that is a predefined small group of bits that represent a larger group of data bits at the physical layer
43
2 Ethernet data link sub layers
LLC logical link control MAC media access control
44
LLC
Implemented on software Adds control information to network layer packet
45
MAC
Implemented in hardware, typically the NIC Data encapsulation Placement of frames on media
46
MAC address
48 bit binary # expressed in hex 1st 3 bytes are vendor code Last 3 bytes are unique #
47
Broadcast MAC address
FF-FF-FF-FF-FF-FF 48 1s in binary
48
ARP
Address resolution protocol Uses a broadcast at layer 2 to discover the MAC address of the host when a layer 3 address is known Maintains a cache of mapping
49
Multicast MAC address
Always beginning with 01-00-SE