1 - TCP/IP and OSI Models Flashcards

1
Q

TCP/IP stands for ___.

A

transmission control protocol/internet protocol.

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

___ is a set of protocols used to connect network devices to each other. Made up of four layers.

A

TCP/IP

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

4th layer of TCP/IP

A

Application

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

TCP/IP: This layer is responsible for the communication protocols between nodes.

A

Application

Note: The protocols in this layer include hypertext transfer protocol (HTTP and HTTPS), Secure Shell (SSH), and network time protocol (NTP), among many others.

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

The 3rd layer of TCP/IP

A

Transport

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

TCP/IP: This layer is responsible for the end-to-end transport of data.

A

transport

Note: The protocols that live in this layer are transmission control protocol (TCP) and user datagram protocol (UDP)

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

TCP/IP: 2nd layer

A

Network

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

TCP/IP: This layer defines the logical transmission protocols for the whole network.

A

network

Note: The main protocols that live in this layer are internet protocol (IP), internet control message protocol (ICMP), and address resolution protocol (ARP).

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

TCP/IP: 1st layer.

A

Network Interface

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

TCP/IP: This layer establishes how data should be physically sent through the network.

A

network interface

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

The ___ model consists of a seven-layer architecture that organizes the sending of data from hosts across a network.

A

Open System Interconnection (OSI)

Note: The OSI model was developed by the International Standards Organization (ISO) after the TCP/IP model to provide greater granularity of networking assignments within the model.

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

OSI: 1st layer

A

Physical

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

OSI: This layer is responsible for the physical connections of the devices in the network.

A

Physical

Note: This layer is implemented through the use of devices such as hubs, repeaters, modem devices, and physical cabling.

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

OSI: 2nd layer

A

Data Link

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

OSI: This layer is responsible for the error-free delivery of data to the receiving device or node.

A

data link

Note: This layer is implemented through the use of devices such as switches and bridge devices, as well as anything with a network interface, like wireless or wired network cards.

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

OSI: 3rd layer

A

Network

17
Q

OSI: This layer is responsible for the transmission of data between hosts in different networks as well as routing of data packets.

A

network

Note: This layer is implemented through the use of devices such as routers and some switches.

18
Q

OSI: layer 4

A

transport

19
Q

OSI: This layer provides services to the application layer and receives services from the network layer.

A

transport

Note: It is responsible for the reliable delivery of data. It segments and reassembles data in the correct order for it to be sent to the receiving device. It may also handle the reliable delivery of data and any retries of data that are lost or corrupted. This layer is often called the heart of OSI.

20
Q

OSI: layer 5

A

session

21
Q

OSI: This layer is responsible for connection establishment, session maintenance, and authentication.

A

session

22
Q

OSI: layer 6

A

presentation

23
Q

OSI: This layer is responsible for translating data from the application layer into the format required to transmit the data over the network as well as encrypting the data for security if encryption is used.

A

presentation

24
Q

OSI: layer 7

A

application

25
Q

OSI: This layer is responsible for network applications and their production of data to be transferred over the network.

A

application

26
Q

Which TCP/IP layer performs addressing and routing?

a) Presentation
b) Transport
c) Application
d) Network

A

d) Network

27
Q

Which layer of the OSI model does a bridge use to make decisions about forwarding data packets?

a) Physical
b) Network
c) Data Link
d) Transport

A

c) Data Link

28
Q

Which layer of the OSI model establishes, manages, and terminates connections?

a) Session
b) Presentation
c) Application
d) Network

A

a) Session