Week-1 Flashcards

Fundamentals and basics of networks Protocol intro (kinda) (41 cards)

1
Q

What is computer communication?

A

The process of exchanging digital data between two or more computers, often over a network.

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

Define a computer network.

A

A system of interconnected devices through a transmission media to communicate between the devices.

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

What is a communication model?

A

A simplified representation of the communication process used to understand how communication will take place.

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

What is the role of the source in a communication model?

A

Generates the data to be transmitted; examples include telephones and personal computers.

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

What is the function of a transmitter in a communication model?

A

Encodes data into a form that can be transmitted across a transmission medium.

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

What is a transmission system?

A

A single transmission line or a complex network connecting source and destination.

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

What does the receiver do in a communication model?

A

Decodes the data into its original form that can be handled by the receiving device.

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

What is transmission system utilisation?

A

The need to make efficient use of transmission facilities that are typically shared among communicating devices.

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

What is multiplexing?

A

Allocating the same transmission medium to different devices.

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

What is congestion control?

A

Techniques implemented to assure that the system is not overwhelmed by incoming transmissions.

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

What is the significance of synchronization in communication?

A

Ensures that the transmitter and receiver are in agreement on timing for data exchange.

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

What is exchange management?

A

Cooperation between two parties for data exchange, including practices like transmission mode and packet size.

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

What is error detection?

A

Techniques such as checksums and CRC used to identify errors in data transmission.

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

What is flow control?

A

Methods like stop-and-wait and sliding window to prevent the source from overwhelming the destination.

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

What is addressing in a communication system?

A

Assigning unique identifiers to each device sharing a transmission facility.

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

What does routing involve?

A

Choosing the best path for data transmission between source and destination.

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

What are recovery techniques?

A

Methods used to restore communication and ensure data integrity after a failure.

18
Q

What is message formatting?

A

An agreement on the form of the data to be exchanged or transmitted.

19
Q

What is the OSI model?

A

A conceptual framework used to understand network interactions in seven layers.

20
Q

What is the function of Layer 1 (Physical) in the OSI model?

A

Transmission of raw bits over a medium.

21
Q

What is the main responsibility of Layer 2 (Data Link) in the OSI model?

A

Framing, MAC addressing, error detection/correction, and flow control.

22
Q

What does Layer 3 (Network) handle in the OSI model?

A

Logical addressing, routing, and congestion handling.

23
Q

What is the role of Layer 4 (Transport) in the OSI model?

A

Reliable data transfer, segmentation, flow and error control.

24
Q

What is the main responsibility of Layer 5 (Session) in the OSI model?

A

Connection setup, maintenance, and termination.

25
What does Layer 6 (Presentation) focus on in the OSI model?
Data formatting, encryption, and compression.
26
What is the role of Layer 7 (Application) in the OSI model?
User interface and network services.
27
Define LAN.
Local area network interconnecting devices in a small area, like a home or building.
28
What are typical transmission rates for LANs?
10 to 100 Mbps.
29
What is a MAN?
Metropolitan Area Network that spans a city or large area, interconnecting several LANs.
30
What is a WAN?
Wide Area Network covering large areas, connecting offices in different cities or countries.
31
What is circuit switching?
A method where a dedicated communications path is established between two stations through intermediate nodes.
32
What is packet switching?
Data is sent in small chunks called packets, which are routed through the network from node to node.
33
What is Frame Relay?
A high-speed, packet-switching technology that transmits data in small units called frames.
34
What distinguishes ATM from Frame Relay?
ATM uses fixed-length packets called cells, while Frame Relay uses variable-length packets called frames.
35
What is a protocol?
A set of rules that define how data is formatted, transmitted, and understood between devices.
36
What are the key features of a protocol?
* Syntax: Format of data blocks * Semantics: Control information for coordination and error handling * Timing: Speed matching and sequencing
37
What are design issues for layers in protocol architecture?
* Addressing * Data Transmission Direction * Error Control * Flow Control * Sequencing and Ordering * Multiplexing * Routing * Fragmentation and Reassembly
38
What is protocol architecture?
The layered structure of hardware and software that supports the exchange of data between systems.
39
What is the Network Access layer responsible for?
Exchange of data between computer and the network, interfacing with network hardware.
40
What does the Transfer layer provide?
Reliable end-to-end communication between devices.
41
What is the function of the Application layer?
Provides services like email, file transfer, and web browsing.