Network Connections Using OSI Model Flashcards

1
Q

Which layer in the OSI Model houses the network-aware application?

A

Application layer

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

What is the TCP protocol?

A

Reliable communication; retransmit packets if they drop.

Example of applications that uses tcp: websites

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

What is UDP Protocol?

A

Unreliable, fast communication; real-time. Just sends packets and doesn’t need an acknowledgment if they were received.

Example of applications that use UDP: gaming, phone calls, movies.

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

TCP or UDP Protocol will allow an application to know how to transmit data that is meant for a specific service. True or False?

A

True.

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

What does the transport layer do?

A

Chooses which protocol will be used. (Reliable or Unreliable)

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

What does the application layer do?

A

Houses the application that is being used. Knows to communicate across the network.

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

What does the presentation layer do?

A

Formats the data in a way that the receiving server can understand.

Encryption also happens at this layer

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

What does the session layer do?

A

Builds up the connection, maintains it, then tears it down.

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

What does the network layer do?

A
  • Represent logical addressing (IP Address)

- checks where data is coming from and where it is going.

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

What does the data Link layer do?

A

Physical addressing
-Ethernet
Defines source and destination MAC address
*cable type does not matter at layer 2

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

What does the physical layer consist of?

A

The physical connection of the network. I.e, cables

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

The Network layer allows for no control of the logical addressing when sending and receiving data. True or False?

A

False

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

The data link layer deals with logical addressing of devices ? True or false?

A

Fakset

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

Imagine you’re sending data to a server on a different network with an IP address of 10.1.1.55 and a MAC
address of aa:bb:cc:dd:ee:ff. Your nearest router has an IP address of 10.0.0.1 and a MAC address of
ff.ee:dd:cc:bb:aa. In this instance, which destination MAC address would be on the data packet when sending
from the original data source?

A

ff.ee:dd:cc:bb:aa

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

Ports 1-1024 are well known port numbers and are used for most standard network communication. True or false

A

True

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

Imagine you’re sending data from a workstation with an IP address of 10.1.1.50 to a server on a different
network with an IP address of 10.100.1.111 and a MAC address of aa:bb:cc:dd:ee:ff.Yournearestrouterhasan
IP address of 10.1.1.1 and a MAC address of ffee:dd:cc:bb:aa.In this instance, the destination IP address
would be
and the destination MAC address would be
on the data packet when the packet first
leaves your workstation.

A

10.100.1.111, ff:ee:dd:cc:bb:aa

IP address of the server and MAC address of the router

17
Q

What is added to the end of a frame that runs a has to ensure the data being sent is the same as what’s received?

A

FCS