test Flashcards

(49 cards)

1
Q

What are the three elements necessary for communication?

A
  • Source (sender)
  • Destination (receiver)
  • Channel (media)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are protocols in the context of network communication?

A

Protocols are the rules that govern communications.

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

What requirements must protocols account for?

A
  • Identified sender and receiver
  • Common language and grammar
  • Speed and timing of delivery
  • Confirmation or acknowledgment requirements
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Fill in the blank: The process of converting information into another acceptable form for transmission is called _______.

A

[Message Encoding]

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

What does message formatting and encapsulation involve?

A

Using a specific format or structure for a message based on its type and delivery channel.

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

What does message timing include?

A
  • Flow Control
  • Response Timeout
  • Access method
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the methods of message delivery?

A
  • Unicast
  • Multicast
  • Broadcast
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

True or False: Broadcasts are used in IPv6 networks.

A

False

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

What is a protocol suite?

A

A group of inter-related protocols necessary to perform a communication function.

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

What is the most common protocol suite used today?

A

Internet Protocol Suite or TCP/IP

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

What are the layers involved in TCP/IP protocols?

A
  • Application layer
  • Transport layer
  • Internet layer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What does the Internet Engineering Task Force (IETF) do?

A

Develops, updates, and maintains internet and TCP/IP technologies.

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

What is the role of standards organizations?

A

Develop and promote the concept of open standards.

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

What is the purpose of open standards?

A
  • Encourage interoperability
  • Foster competition
  • Promote innovation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What functions do network protocols have?

A
  • Addressing
  • Reliability
  • Flow Control
  • Sequencing
  • Error Detection
  • Application Interface
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the significance of the OSI model in networking?

A

It helps in troubleshooting using the divide and conquer method.

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

Explain the difference between Layer 2 and Layer 3.

A

Layer 2 is for each leg of the journey, while Layer 3 is for initial source and final destination.

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

What is the TCP/IP communication process when a web server sends a web page?

A

The web server encapsulates and sends the web page to a client, which then de-encapsulates it for the web browser.

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

What is the importance of segmenting the data stream?

A

It allows for multiplexing/interleaving traffic to enhance efficiency.

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

What does message delivery option ‘Anycast’ refer to?

A

A delivery option for IPv6, allowing data to be sent to any one of a group of nodes.

21
Q

What are the advantages of using a layered model in networking?

A
  • Simplifies troubleshooting
  • Provides a framework for understanding and implementing protocols
22
Q

What does the acronym ICMP stand for?

A

Internet Control Message Protocol

23
Q

What organization coordinates IP address allocation and domain name management?

A

Internet Corporation for Assigned Names and Numbers (ICANN)

ICANN also assigns other information related to the Internet.

24
Q

What does the Internet Assigned Numbers Authority (IANA) oversee?

A

IP address allocation, domain name management, and protocol identifiers for ICANN

IANA plays a critical role in the structure of the internet.

25
What is the purpose of the Institute of Electrical and Electronics Engineers (IEEE)?
Creating standards in power and energy, healthcare, telecommunications, and networking ## Footnote IEEE is pronounced “I-triple-E”.
26
What does the Electronic Industries Alliance (EIA) develop standards for?
Electrical wiring, connectors, and 19-inch racks used to mount networking equipment.
27
What type of standards does the Telecommunications Industry Association (TIA) develop?
Communication standards in radio equipment, cellular towers, Voice over IP (VoIP) devices, and satellite communications.
28
What is the role of the International Telecommunications Union-Telecommunication Standardization Sector (ITU-T)?
Defines standards for video compression, Internet Protocol Television (IPTV), and broadband communications.
29
What are the two main layered models that describe network operations?
Open System Interconnection (OSI) Reference Model and TCP/IP Reference Model.
30
List the benefits of using a layered model.
* Assists in protocol design * Fosters competition * Prevents technology changes from affecting other layers * Provides a common language for networking functions.
31
What does Layer 7 of the OSI Model represent?
Application layer, which contains protocols for process-to-process communications.
32
What is the function of Layer 4 in the OSI Model?
Transport layer, which defines services to segment, transfer, and reassemble data.
33
What does the TCP/IP model's Application layer do?
Represents data to the user, plus encoding and dialog control.
34
What is the purpose of segmenting messages in data encapsulation?
Increases speed and efficiency of data transmission.
35
What is the role of TCP in data encapsulation?
Responsible for sequencing the individual segments.
36
What does PDU stand for?
Protocol Data Unit.
37
Fill in the blank: Encapsulation is a _______ process.
top down
38
What happens during de-encapsulation?
Each layer strips off its header and passes the data up to the next level.
39
What are the two types of addresses used in data access?
* Network layer addresses * Data link layer addresses.
40
What information does a Layer 3 IP address contain?
* Source IP address * Destination IP address.
41
When devices are on the same network, how do their IP addresses compare?
They will have the same number in the network portion of the address.
42
What is a default gateway (DGW)?
The router interface IP address that serves as a gateway to other networks.
43
What is the significance of MAC addresses in data access?
They are used for local addressing on the same Ethernet network.
44
True or False: The Layer 3 addressing changes from segment to segment.
False
45
What does the term 'protocol suite' refer to?
A group of inter-related protocols.
46
Name one common computer protocol.
Transmission Control Protocol (TCP)
47
What is the difference between unicast, multicast, and broadcast?
* Unicast: one-to-one communication * Multicast: one-to-many communication * Broadcast: one-to-all communication.
48
What is the role of the Address Resolution Protocol (ARP)?
Maps IP addresses to MAC addresses.
49
What is the primary purpose of the Hypertext Transfer Protocol (HTTP)?
To facilitate data communication over the web.