Explanation: Â The protocol that provides logical addressing used for routing messages across the network towards their destination is the Internet Protocol (IP). IP is a network layer protocol that assigns a unique numerical identifier to each device on a network, called an IP address. IP addresses are used to identify the source and destination of data packets, and to determine the best path to deliver them. IP is a connectionless and best-effort protocol, meaning that it does not guarantee the delivery, order, or integrity of the packets. IP relies on other protocols, such as TCP, to provide reliable and orderly data transfer.
The other options are incorrect because:
B. Transmission Control Protocol (TCP) is a transport layer protocol that provides reliable and orderly data delivery by establishing a connection between devices and providing error-checking and retransmission mechanisms. TCP does not provide logical addressing or routing functions, but it uses IP addresses to identify the endpoints of a connection.
C. Wired Ethernet is a data link layer protocol that defines the physical and logical characteristics of a wired network, such as cable types, frame formats, and MAC addresses. MAC addresses are used to identify the physical devices on a network segment, but they are not used for routing messages across the network. Ethernet does not provide logical addressing or routing functions, but it relies on IP to do so.
D. Link Layer Discovery Protocol (LLDP) is a data link layer protocol that allows devices to discover and advertise information about themselves and their neighbors on a network, such as device type, capabilities, port configuration, and VLAN membership. LLDP does not provide logical addressing or routing functions, but it can help network administrators to troubleshoot and optimize the network topology. References:
- Aruba Certified Network Technician (ACNT) | HPE Aruba Networking
- Network Layer Protocols - GeeksforGeeks
- Network protocols and layers A Level Resources - Teach Computer Science