2 MCN
2 MCN
Network Definition:
A network is a collection of interconnected devices (computers, printers, servers) that
communicate with each other to share resources and data.
Benefits of Networks:
2. Data Accessibility: Centralized data storage allows easy access and backup.
Guided Medium: Physical paths like cables (e.g., coaxial, fiber optics) through which data
signals travel.
Unguided Medium: Wireless communication that transmits signals through air or space.
3. Discriminate Bandwidth and Latency. What is the difference between MAC and IP addresses?
o Latency: The time it takes for a data packet to travel from source to destination.
Bandwidth: The maximum data transfer rate of a network connection. It measures how
much data can be transmitted in a given amount of time.
Latency: The delay between sending a data packet and receiving a response, typically
measured in milliseconds (ms).
5. What is Piggybacking?
Definition:
Piggybacking is a method used in networking where acknowledgment information is
combined with outgoing data frames, rather than sending it separately.
Advantages:
Explanation:
1. TCP uses duplicate acknowledgments to detect packet loss before the timeout.
2. When three duplicate ACKs are received, the sender assumes packet loss.
Services:
Explanation:
UDP does not provide flow control as it is a connectionless protocol. It delivers data without
ensuring proper sequencing or congestion management, relying on the application layer to
handle these functions.
Additional Questions
Definition: Bit stuffing is a technique used in data transmission to prevent confusion with
control signals by inserting non-information bits into the data stream.
o Example: If the flag sequence is 01111110 and the data contains five consecutive 1s,
a 0 is added to break the pattern: 0111110.
4. Multicast:
Definition: A communication method where data is sent to a group of devices rather than a
single device or all devices.
5. Line Rate:
The speed at which data is transmitted over a communication line, typically measured in bits
per second (bps).
4o