Week-1 Flashcards
Fundamentals and basics of networks Protocol intro (kinda) (41 cards)
What is computer communication?
The process of exchanging digital data between two or more computers, often over a network.
Define a computer network.
A system of interconnected devices through a transmission media to communicate between the devices.
What is a communication model?
A simplified representation of the communication process used to understand how communication will take place.
What is the role of the source in a communication model?
Generates the data to be transmitted; examples include telephones and personal computers.
What is the function of a transmitter in a communication model?
Encodes data into a form that can be transmitted across a transmission medium.
What is a transmission system?
A single transmission line or a complex network connecting source and destination.
What does the receiver do in a communication model?
Decodes the data into its original form that can be handled by the receiving device.
What is transmission system utilisation?
The need to make efficient use of transmission facilities that are typically shared among communicating devices.
What is multiplexing?
Allocating the same transmission medium to different devices.
What is congestion control?
Techniques implemented to assure that the system is not overwhelmed by incoming transmissions.
What is the significance of synchronization in communication?
Ensures that the transmitter and receiver are in agreement on timing for data exchange.
What is exchange management?
Cooperation between two parties for data exchange, including practices like transmission mode and packet size.
What is error detection?
Techniques such as checksums and CRC used to identify errors in data transmission.
What is flow control?
Methods like stop-and-wait and sliding window to prevent the source from overwhelming the destination.
What is addressing in a communication system?
Assigning unique identifiers to each device sharing a transmission facility.
What does routing involve?
Choosing the best path for data transmission between source and destination.
What are recovery techniques?
Methods used to restore communication and ensure data integrity after a failure.
What is message formatting?
An agreement on the form of the data to be exchanged or transmitted.
What is the OSI model?
A conceptual framework used to understand network interactions in seven layers.
What is the function of Layer 1 (Physical) in the OSI model?
Transmission of raw bits over a medium.
What is the main responsibility of Layer 2 (Data Link) in the OSI model?
Framing, MAC addressing, error detection/correction, and flow control.
What does Layer 3 (Network) handle in the OSI model?
Logical addressing, routing, and congestion handling.
What is the role of Layer 4 (Transport) in the OSI model?
Reliable data transfer, segmentation, flow and error control.
What is the main responsibility of Layer 5 (Session) in the OSI model?
Connection setup, maintenance, and termination.