Module 5 Flashcards

1
Q

What is “Message format”

A

When a message is sent, it must use a specific format or structure.

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

What is “Message size”

A

The rules that govern the size of the pieces communicated across the network are very strict.

They can also be different, depending on the channel used.

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

What is “Timing”

A

Timing determines the speed at which the bits are transmitted across the network.

It also affects when an individual host can send data and the total amount of data that can be sent in any one transmission.

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

What is “Encoding”

A

Messages sent across the network are first converted into bits by the sending host.

Each bit is encoded into a pattern of sounds, light waves, or electrical impulses depending on the network media over which the bits are transmitted.

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

What is “Encapsulation”

A

Each message transmitted on a network must include a header that contains addressing information that identifies the source and destination hosts.

Encapsulation is the process of adding this information to the pieces of data that make up the message.

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

What is a “Message pattern”

A

Some messages require an acknowledgment before the next message can be sent.

This type of request/response pattern is a common aspect of many networking protocols. However, there are other types of messages that may be simply streamed across the network without concern as to whether they reach their destination.

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

What is a “Topologies”

A
  • Representations of end devices and intermediary devices.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q
  • Device Perspective in a Network:
A
  • Devices perceive the network from within their own “bubble.”
    • Limited to their own addressing information.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q
  • Network Identification:
A
  • Determined by network protocols.
    • Enables devices to recognize being on the same network.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q
  • Data Unit in Network Communication:
A
  • Network communications typically use smaller data units known as packets.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q
  • Definition of a Standard:
A
  • A set of rules specifying how something must be done.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q
  • Role in Networking and the Internet:
A
  • Networking and internet standards ensure uniform implementation of rules or protocols across devices.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q
  • Purpose of Standards:
A
  • Facilitate communication between different devices.
    • Enable interoperability over the internet.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q
  • Development of Internet Standards:
A
  • Comprehensive cycle involving discussion, problem-solving, and testing.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q
  • Organizations Involved:
A
  • Developed, published, and maintained by various organizations.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q
  • Record Keeping for Standards:
A
  • Each stage of development and approval documented in a numbered RFC (Request for Comments) document.
17
Q
  • Publication and Management:
A
  • RFCs for internet standards published and managed by the IETF (Internet Engineering Task Force).
18
Q
  • Protocols in Communication:
A
  • Govern communication rules between hosts.
    • Include HTTP, TCP, IP, and Ethernet.
19
Q
  • Protocol Implementation:
A
  • Implemented in both software and hardware on hosts and networking devices.
20
Q
  • Protocol Stack:
A
  • Illustrates the interaction between different protocols.
    • Hierarchical structure with each layer depending on services from lower levels.
    • Enables independent operation of each layer.
21
Q
  • TCP/IP Protocols Suite:
A
  • Application Layer: Represents data to the user, includes encoding and dialog control.
    • Transport Layer: Supports communication between devices across diverse networks.
    • Internet Layer: Determines the best path through the network.
    • Network Access Layer: Encompasses hardware devices and media in the network.
22
Q
  • Reference Model:
A
  • Describes functions at each layer without specifying the exact method.
    • Aids in understanding functions and processes for network communications.
23
Q
  • OSI Model:
A
  • Internetwork reference model created by the OSI project at the International ISO.
    • Used for data network design, operation specifications, and troubleshooting.
24
Q

7 – Application

A

The application layer contains protocols used for process-to-process communications.

25
Q

6 – Presentation

A

The presentation layer provides for common representation of the data transferred between application layer services.

26
Q

5 – Session

A
  • The session layer provides services to the presentation layer to organize its dialogue and to manage data exchange.
27
Q

4 – Transport

A
  • The transport layer defines services to segment, transfer, and reassemble the data for individual communications between the end devices.
28
Q

3 – Network

A

The network layer provides services to exchange the individual pieces of data over the network between identified end devices.

29
Q

2 - Data Link

A
  • The data link layer protocols describe methods for exchanging data frames between devices over a common media
30
Q

1 – Physical

A
  • The physical layer protocols describe the mechanical, electrical, functional, and procedural means to activate, maintain, and de-activate physical connections for a bit transmission to and from a network device.