Computer Networks Quiz 23 (10 MCQs)

This set of multiple-choice questions evaluates understanding of ARP protocol, IP to MAC mapping, and local network communication. It also covers data transmission, network capacity, bitrate measurement, and packet switching. Skills in TCP/IP configuration, IP address assignment via DHCP, and reliable data transmission are assessed. Knowledge of network protocols, packet reassembly, and error checking is tested.

Quiz Instructions

Select an option to see the correct answer instantly.

1. Which one of the following protocols is used to automatically assign IP addresses and set TCP/IP stack configuration parameters?
2. Which protocol is responsible for checking all packets have arrived before they are reassembled?
3. Which of the following communication models allows the sender and the receiver to be separated in space (space decoupling)?
4. Communication Channels?
5. Packet switching is used to support which kind of communication method?
6. What is TCP?
7. How is the bandwidth of a network measured?
8. What is a packet?
9. Which one of the following options is the type of request that is sent by a host to discover the MAC address belonging to an IP address?
10. Which of the following is a Network management protocol?

Frequently Asked Questions

What is the Address Resolution Protocol (ARP) used for in computer networks?

ARP is used to map an IP address to a physical MAC address, enabling communication between devices on a local network.

How does DHCP work in the context of IP address assignment?

DHCP automatically assigns IP addresses to devices on a network, simplifying network configuration and management.

What is the role of SNMP in network management?

SNMP is a protocol used for monitoring and managing network devices, providing a standardized way to collect and organize information.

What is packet switching and how does it work?

Packet switching is a method of transmitting data where messages are divided into packets, which are then sent individually over a network and reassembled at the destination.

What is the difference between TCP and UDP?

TCP (Transmission Control Protocol) ensures reliable delivery of data with error checking, while UDP (User Datagram Protocol) is faster but does not guarantee delivery.