Module 5: Network Communication Models Flashcards

(45 cards)

1
Q

What are protocols in computer networks?

A

Rules that govern communications between devices

Similar to protocols used in human communications.

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

How do human communication protocols relate to computer networks?

A

They help govern interactions, such as language, formality, and conduct

Both types of protocols facilitate understanding and order.

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

What does the Ethernet protocol govern?

A

Communication from network interface card to network interface card in the same network

It is essential for local area network (LAN) communications.

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

What is the role of the Internet Protocol (IP)?

A

Governs communication from the original source to the final destination

Routers use IP to determine the packet’s route.

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

What does TCP stand for and what is its function?

A

Transmission Control Protocol; ensures reliable information delivery and correct packet order

It manages sequences of packets associated with the same message.

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

What does HTTP govern?

A

Exchange or transfer of HTML (Hypertext Markup Language)

It is used when requesting or downloading web pages.

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

True or false: Learning about network protocols helps in troubleshooting networks.

A

TRUE

Understanding protocols enhances knowledge of network operations and implementation.

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

Fill in the blank: A computer message is made up of several _______.

A

protocols

These protocols work together to facilitate communication.

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

What is a protocol stack in communications?

A

A set of several protocols used when a device sends a message

It involves multiple layers, each with specific protocols.

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

Name the four layers of the TCP/IP model.

A
  • Network Access Layer
  • Internet Layer
  • Transport Layer
  • Application Layer

Each layer uses specific protocols to facilitate communication.

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

What protocol is used at the Network Access Layer?

A

Ethernet protocol

It is used for communications between network interface cards in the same network.

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

What does the Internet Layer protocol ensure?

A

That messages get from the original source to the final destination

This can involve IP version four or IP version six.

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

What protocol is used from the Transport Layer?

A

TCP (Transmission Control Protocol)

It ensures that information is sent reliably.

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

What does the Application Layer protocol govern?

A

The exchange or transfer of HTML

In this case, the protocol used is HTTP.

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

True or false: Sending a message requires the use of multiple protocols from the protocol stack.

A

TRUE

Each layer of the protocol stack contributes to the message’s successful transmission.

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

What is the first layered model for internetwork communications created in the early 1970s called?

A

Internet model

This model defines four categories of functions necessary for successful communications.

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

What are the four layers of the TCP/IP model?

A
  • Application
  • Transport
  • Internet
  • Network Access

Each layer has specific functions and responsibilities in network communications.

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

The Application layer in the TCP/IP model is responsible for what?

A

Represents data to the user, plus encoding and dialog control

This layer interacts directly with the end user.

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

The Transport layer in the TCP/IP model supports communication between what?

A

Various devices across diverse networks

This layer ensures reliable data transfer.

20
Q

The Internet layer in the TCP/IP model determines what?

A

The best path through the network

This layer is crucial for routing data packets.

21
Q

The Network Access layer in the TCP/IP model controls what?

A

The hardware devices and media that make up the network

This layer is responsible for the physical transmission of data.

22
Q

One benefit of a layered model is that it assists in what?

A

Protocol design

Protocols at a specific layer have defined information and interfaces.

23
Q

True or false: A layered model fosters competition because products from different vendors can work together.

A

TRUE

This interoperability encourages innovation and market competition.

24
Q

A layered model enables technology changes to occur at one level without affecting what?

A

The other levels

This flexibility is crucial for network evolution.

25
What does a **layered model** provide for describing networking functions and capabilities?
A common language ## Footnote This standardization helps in understanding and implementing network protocols.
26
What are the **two basic types of models** used to describe network communication functions?
* Protocol models * Reference models ## Footnote Protocol models closely match the structure of a particular protocol suite, while reference models describe functions without specifying how they should be accomplished.
27
What is a **protocol model**?
A model that closely matches the structure of a particular protocol suite ## Footnote An example is the TCP/IP model, which describes functions at each layer of protocols within the TCP/IP suite.
28
What is a **reference model**?
A model that describes functions at a particular layer without specifying how to accomplish them ## Footnote Its primary purpose is to aid in understanding the functions and processes necessary for network communications.
29
What is the most widely known **internetwork reference model**?
The OSI model ## Footnote Created by the Open Systems Interconnection project at the International Organization for Standardization (ISO).
30
List the **seven layers** of the OSI model.
* Application * Presentation * Session * Transport * Network * Data Link * Physical ## Footnote Each layer has specific functions and responsibilities in network communications.
31
What does the **Application layer** of the OSI model do?
Contains protocols used for process-to-process communications ## Footnote It is the topmost layer of the OSI model.
32
What is the function of the **Presentation layer** in the OSI model?
Provides common representation of data transferred between application layer services ## Footnote It ensures that data is presented in a usable format.
33
What services does the **Session layer** provide?
Organizes dialogue and manages data exchange for the Presentation layer ## Footnote It helps maintain sessions between applications.
34
What does the **Transport layer** define?
Services to segment, transfer, and reassemble data for communications ## Footnote It ensures reliable data transfer between end devices.
35
What is the role of the **Network layer**?
Exchanges individual pieces of data over the network between identified end devices ## Footnote It is responsible for routing data packets.
36
What do **Data Link layer protocols** describe?
Methods for exchanging data frames between devices over a common media ## Footnote It ensures error detection and correction in data transmission.
37
What do **Physical layer protocols** describe?
Mechanical, electrical, functional, and procedural means for bit transmission ## Footnote It activates, maintains, and deactivates physical connections for network devices.
38
What is the purpose of learning the **OSI model** despite using the **TCP/IP protocol suite**?
The OSI model describes general functions necessary for all networking communications, while TCP/IP focuses on specific protocols ## Footnote The OSI model provides a framework for understanding networking functions that TCP/IP does not explicitly define.
39
At which layer does the **TCP/IP model's internet layer** correspond in the **OSI model**?
OSI Layer 3 (Network Layer) ## Footnote This layer describes protocols that address and route messages through an internetwork.
40
What does the **transport layer** in both the **TCP/IP model** and the **OSI model** provide?
Ordered and reliable delivery of data between source and destination hosts ## Footnote OSI Layer 4 maps directly to the TCP/IP transport layer.
41
Fill in the blank: The **TCP/IP application layer** includes several protocols that provide specific functionality to a variety of end user applications, while the **OSI model** Layers 5, 6, and 7 are used as references for _______.
application software developers ## Footnote These layers help developers produce applications that operate on networks.
42
True or false: The **OSI model** separates the **data link layer** from the **physical layer**.
TRUE ## Footnote This separation is commonly referenced when discussing lower layers of networking.
43
What are the **key similarities** between the **TCP/IP model** and the **OSI model**?
* Transport layer * Network layer ## Footnote Both models share similarities in how they handle these layers, but differ in their relationships to the layers above and below.
44
What does the **network access layer** in the **TCP/IP model** correspond to in the **OSI model**?
Data Link and Physical layers ## Footnote The OSI model further divides these functions to describe discrete operations.
45
The **TCP/IP model** does not specify protocols for transmitting over a physical medium at which layer?
Network Access Layer ## Footnote The OSI model addresses necessary procedures for accessing media and sending data.