1.0 OSI Model Flashcards

1
Q

What are the 7 layers of the OSI Model?

A

Application
Presentation
Session
Transport
Netowork
Data Link
Physical

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

What is the application layer? Provide an example.

A

Used by human-computer interface software to communicate between applications and access network services.

Eg. SMTP, HTTP, DNS

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

What is the Presentation Layer? Provide an example.

A

Formats the data to be read by the application.

Eg. JPEG, txt, PNG

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

What is the Session Layer? Provide an example.

A

Establishes and tears down sockets to create and tear down the communication link.

Eg. SMPP

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

What is CoS?

A

Class of Service.

Classifies the type of data traffic.

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

What is QoS?

A

Quality of Service.

Regulates the flow of traffic according to its class.

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

What are the factors to measure QoS?

A

Packet Loss
Bandwidth
Latency (time it takes a packet to travel to its destination)
Jitter (variablity of latency over time)

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

What is the Transport Layer? Provide an example.

A

Transmits data on the network using transmission protocols. Includes segmenting data, multiplexing, flow control.

Eg. TCP, UDP.

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

What is reliable delivery of data?

A

Requires a check after each data packet is sent, to ensure delivery. Uses more bandwidth.

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

What is unreliable delivery of data?

A

No check after sending data. Uses less bandwidth.

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

What is the Network Layer? Provide an example.

A

Deciding which physical path the data will take by defining the logical topology of the network.

Relies on IP addressing.

Eg. Router, IPv4, IPv6.

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

What is ARP?

A

Address Resolution Protocol.

Used in the Network Layer. When a computer is trying to reach an IP address but does not know the associated MAC address, it uses ARP to inquire to all the computers in the network, “what is your MAC address”.

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

What is the Data Link Layer? Provide an example.

A

Defines the mechanics of physical communication by defining the format of data on the network.

Uses MAC Addresses.

Eg. Switch

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

What is the Physical Layer? Provide an example.

A

Defines the physical components and interfacing of network devices.

Eg. CAT 5, hub, booster

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

What are the layers of the TCP/IP model?

A

Application
Transport
Internetwork
Link and Physical

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

What is the TCP/IP model?

A

Transmit Control Protocol / Internet Protocol

Conceptual model that provides end-to-end data communication.

Covers Transport and Network layers.

17
Q

What is DNS?

A

Domain Name System

Hierarchical decentralized naming system for internet resources. Domains are mapped out in a directory service such that for each successive domain name, one does not have to search the entire internet, just within that domain.

18
Q

What is ICMP?

A

Internet Control Message Protocol

Used by network devices to send error messages and operation information (eg. router could not be reached). Typically used by routers.

19
Q

What is UDP?

A

User Datagram Protocol

Similary to TCP but it is an enreliable transmission.