Network Engineering Interview

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/3

flashcard set

Earn XP

Description and Tags

Interview Questions

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

4 Terms

1
New cards

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
New cards

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
New cards

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
New cards

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.