1/3
Interview Questions
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
1. Explain the difference between TCP and UDP.
TCP (Transmission Control Protocol) provides reliable, ordered, and error-checked delivery of data and ensures data packets arrive intact and in sequence. UDP (User Datagram Protocol) is simpler and faster but does not guarantee delivery, order, or error-checking
2. What is subnetting, and why is it important?
Subnetting divides a large network into smaller, more manageable subnetworks. It enhances network performance and security by reducing traffic and isolating segments. Subnetting also conserves IP addresses, making network management more efficient and scalable.
3. Describe the function of ARP.
ARP (short for Address Resolution Protocol) maps a device’s IP address to its MAC address within a local network. When a device wants to communicate with another, ARP translates the IP address into the corresponding MAC address, ensuring proper data packet delivery within the network.
4. What is a MAC address? How is it different from an IP address?
A MAC (Media Access Control) address is a unique identifier assigned to a network interface card (NIC) for communication within a local network. It operates at the data link layer. An IP (Internet Protocol) address, on the other hand, identifies devices across different networks and operates at the network layer. MAC addresses are permanent, while IP addresses can change.