1. Network Models Flashcards

1
Q

OSI Layer 7

A

Application

User-facing software that is being used to engage with a network. Could be anything from LAN file sharing to a browser. APIs provide service to the programs that the users see.

PDU: data

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

OSI Layer 6

A

Presentation

Translates data from the lower layers into formats usable by applications, and vice versa. This is where encryption happens.

PDU: data

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

OSI Layer 5

A

Session

Handles the process of differentiating between various types of connections on a PC. This layer initiates sessions, accepts incoming sessions, and opens and closes existing sessions.

PDU: data

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

OSI Layer 4

A

Transportation

This is where data is ‘packetized’ into sections that can be passed individually through a network. Data is broken up and sequence numbers for TCP segments are added so the receiving computer can assemble correctly.

PDU: segment

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

OSI Layer 3

A

Network

Creates and addresses packets. The IP addressing enables routers to make sure the packets get to the correct system without worrying about the type of hardware used for transmission.

Device: Router
PDU: packet

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

OSI Layer 2

A

Data Link

The only layer with sublayers. Home of the NIC. Puts the final frame on the data before getting passed through the network.

Device: Switch
PDU: frame

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

OSI Layer 1

A

Physical

Any medium on which data travels, even radio waves.

Devices: cables, hubs
PDU: bit

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

LLC

A

Logical Link Control

Sublayer of the Data Link Layer 2. Handles multiple network protocols and provides flow control.

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

MAC

A

Media Access Control

Sublayer of Data Link Layer 2. It adds the NIC’s own MAC address and attaches MAX addresses to the frames and adds or checks the FCS.

The number is represented in hexadecimal and it split into 2 parts. The first being the Organizationally Unique Identifier (OUI) and the second being the device ID.

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

FCS

A

Frame Check Sequence

The resulting remainder of a division problem applied to a frame’s data. Allows the receiving computer to verify all the data was received.

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

NIC

A

Network Interface Card

Houses the LLC and the MAC

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

TCP/IP Layer 1

A

Link Layer / Network Interface Layer

Covers the first two layers of the OSI model (switches, frames).

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

TCP/IP Layer 2

A

Internet Layer

Same as the OSI’s Network Layer. Covers anything involved with IP, including packets, addressing, and routing.

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

TCP/IP Layer 3

A

Transport Layer

Similar to the OSI Transport layer except that the PDU is either a TCP segment or a UDP datagram, depending on the protocol used. Also, port numbers are added, and in the case of TCP, sequence numbers.

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

TCP/IP Layer 4

A

Combines the top three OSI layers. The session component works similarly, the presentation doesn’t exist, and connection to an application is implied.

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

API

A

Application Programming Interface

Provide a standard way for programmers to enhance or extend an applications capabilities.

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

EUI-48

A

The IEEE’s official term for a MAC address

18
Q

CRC

A

Cyclic Redundancy Check

aka FCS

19
Q

datagram

A

The PDU of the UDP (the TCP version would a segment).

20
Q

physical address

A

Synonymous with the MAC address

21
Q

device ID

A

The second half of a MAC address.

22
Q

EUI-48

A

The IEEE’s official term for a MAC address / physical address.

23
Q

frame

A

The structure in which data gets passed around a network. Contains a header, payload, and trailer.

24
Q

header

A

First section of a frame, contains the MAC address and data type

25
Q

TCP/IP model

A

Transmission Control Protocol / Internet Protocol

..

26
Q

IP address

A

A unique numeric identifier.

aka logical address

27
Q

logical address

A

aka IP address

28
Q

logical addressing

A

Refers to digital addressing which can be configured.

29
Q

MAC-48

A

Synonymous with EUI-48, MAC address, and physical address

30
Q

network protocol

A

How computers handle addressing large networks

31
Q

payload

A

The actual data in a frame, excluding the header and any other metadata.

32
Q

packet

A

The PDU of the Network layer. The packet is inside the frame containing the payload and a separate header. The header contains source address, destination address, protocol, and sequence number.

33
Q

protocol

A

An agreement between devices defining how they will exchange data.

34
Q

reassembly

A

The reverse of segmentation. TCP segments are put back together in the proper order.

35
Q

router

A

A device that routes data to the next point in the network without needing to know its final destination.

36
Q

segment

A

The PDU of the TCP

37
Q

segmentation

A

The process of the local computer “packetizing” it’s data into sections that can be passed individually through the network.

38
Q

session software

A

Connects applications to other applications and ensures that they are compatible.

39
Q

subnet

A

Technically a division of a network by range of IP address. Represents a subnet of hosts which can be reached over a network interface.

40
Q

TCP segment

A

TCP accepts a data stream, divides it into sections and adds a TCP header. Thus, a TCP segment is born.

41
Q

trailer

A

Metadata attached to the end of a