Computer Networks Quiz 14 (10 MCQs)
Quiz Instructions
Select an option to see the correct answer instantly.
Frequently Asked Questions
What is the OSI model and why is it important in computer networks?
The OSI model is a conceptual framework that standardizes the functions of a telecommunication or computing system. It is important because it provides a common language and structure for understanding and developing network protocols.
How does TCP differ from UDP in terms of data transmission?
TCP (Transmission Control Protocol) ensures reliable, ordered, and error-checked delivery of data, while UDP (User Datagram Protocol) provides a faster, less reliable service without error checking or guaranteed delivery.
What is the role of an IP address in a network?
An IP address uniquely identifies a device on a network, enabling data to be sent to and from that device. It is essential for routing and communication between devices.
What is the client-server model and how does it work?
The client-server model is a network architecture where one program (the client) requests a service from another program (the server). The server processes the request and sends a response back to the client.
What is the significance of the transport layer in network communication?
The transport layer is responsible for end-to-end communication between applications, ensuring data is transmitted reliably and in the correct order. It handles flow control and error recovery.