NVIDIA Interview Question

Networking questions, such as: how data transfers between devices, and the differences between a switch and a router.

Interview Answer

Anonymous

Aug 27, 2024

A switch operates at Layer 2 of the OSI model and is responsible for forwarding frames within the same network using MAC addresses. In contrast, a router operates at Layer 3 and is responsible for routing packets between different networks using IP addresses.

1