Topic 3 Flashcards

(37 cards)

1
Q

What is flow control?

A

Manages the rate of data transmission and defines how much information can be sent and the speed at which it can be delivered.

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

What term is used for communication from one-to-many recipients?

A

Multicast

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

What term is used for communication from one-to-all recipients?

A

Broadcast

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

What term is used for communication from one-to-one recipient?

A

Unicast

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

What is the function of the Application layer in the OSI Model?

A

Contains protocols used for process-to-process communications.

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

What is the function of the Presentation layer in the OSI Model?

A

Provides for common representation of the data transferred between application layer services.

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

What is the function of the Session layer in the OSI Model?

A

Provides services to the presentation layer and to manage data exchange.

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

What is the function of the Transport layer in the OSI Model?

A

Defines services to segment, transfer, and reassemble the data for individual communications.

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

What is the function of the Network layer in the OSI Model?

A

Provides services to exchange the individual pieces of data over the network.

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

What is the function of the Data Link layer in the OSI Model?

A

Describes methods for exchanging data frames over a common media.

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

What is the function of the Physical layer in the OSI Model?

A

Describes the means to activate, maintain, and de-activate physical connections.

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

What is the function of the Application layer in the TCP/IP Model?

A

Represents data to the user, plus encoding and dialog control.

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

What is the function of the Transport layer in the TCP/IP Model?

A

Supports communication between various devices across diverse networks.

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

What is the function of the Internet layer in the TCP/IP Model?

A

Determines the best path through the network.

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

What is the function of the Network Access layer in the TCP/IP Model?

A

Controls the hardware devices and media that make up the network.

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

Map the OSI layer 7 to the TCP/IP model.

17
Q

Map the OSI layer 6 to the TCP/IP model.

18
Q

Map the OSI layer 5 to the TCP/IP model.

19
Q

Map the OSI layer 4 to the TCP/IP model.

20
Q

Map the OSI layer 3 to the TCP/IP model.

21
Q

Map the OSI layer 2 to the TCP/IP model.

A

Network Access

22
Q

Map the OSI layer 1 to the TCP/IP model.

23
Q

What is data encapsulation?

A

It’s a top down process of placing one message format where protocols add their information to the data inside another message format and is repeated by each layer.

24
Q

Fill in the correct protocol data unit (PDU) for the Transport layer.

25
Fill in the correct protocol data unit (PDU) for the Network layer.
Packet
26
Fill in the correct protocol data unit (PDU) for the Data Link layer.
Frame
27
Fill in the correct protocol data unit (PDU) for the Physical layer.
Bits
28
What is the role of network layer addresses?
Responsible for delivering the IP packet from original source to the final destination.
29
What is the role of data link layer addresses?
Responsible for delivering the data link frame from one network interface card (NIC) to another NIC on the same network.
30
What addresses are contained in the IP packet header?
Source IP address, Destination IP address
31
What addresses are contained in the Ethernet Frame Header?
Source MAC address, Destination MAC address
32
What is the purpose of the Default Gateway?
The default gateway is the 'door' to all other remote locations and has an IP address that is part of the local LAN.
33
When is an Ethernet Frame sent to the Default Gateway?
When the final destination is remote, the data link frame will use the MAC address of the default gateway.
34
What is the Default Gateway address for PC1 and FTP Server?
192.168.1.1
35
What is the Default Gateway address for the Web server?
172.16.1.1
36
What is the address of the default gateway (DGW)?
The IP address of the DGW is the IP address of the router interface connected to the local LAN.
37
What happens if a device does not have the default gateway address configured?
All devices on the LAN must be told about this address or their traffic will be confined to the LAN only.