3. Data Transmission Flashcards
What is the significance of a Time-To-Live (TTL) field in data packets?
TTL prevents packets from looping indefinitely by limiting the number of hops a packet can take.
Why is flow control important in data transmission?
Flow control prevents the sender from overwhelming the receiver by regulating data transmission rates.
What is congestion control, and how does it work?
Congestion control manages traffic flow to prevent overloading network resources, often by dynamically adjusting the sender’s transmission rate.
What is the difference between synchronous and asynchronous transmission?
Synchronous: Data is sent in continuous streams with synchronized clocks.
Asynchronous: Data is sent in individual packets with start and stop bits for synchronization.
What is the Maximum Transmission Unit (MTU), and why is it important?
MTU is the largest packet size that can be transmitted over a network without fragmentation, ensuring efficient data transfer.
How does ARP facilitate data transmission within a network?
ARP resolves IP addresses into MAC addresses, enabling devices to communicate over a local network.