Skip to content

Commit 7f0d8ba

Browse files
authored
Add resources to ARP and RARP (kamranahmedse#8771)
Added 2 helpful videos explaining ARP and Ethernet to the relevant section
1 parent 0f99964 commit 7f0d8ba

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/data/roadmaps/linux/content/networking/ethernet-arp-rarp.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,9 @@ Linux serves as a prevalent OS choice for networking due to its robust, customiz
66
- ARP: As per its name, it provides address resolution, translating IP addresses into MAC (Media Access Control) addresses, facilitating more direct network communication.
77
- RARP: It is the Reverse Address Resolution Protocol, working in the opposite way to ARP. It converts MAC addresses into IP addresses, which is useful in scenarios when a computer knows its MAC address but needs to find out its IP address.
88

9-
Knowledge of these components is indispensable in diagnosing and managing networking issues in Linux.
9+
Knowledge of these components is indispensable in diagnosing and managing networking issues in Linux.
10+
11+
Visit the following resources to learn more:
12+
13+
- [@video@ARP Explained - Address Resolution Protocol](https://www.youtube.com/watch?v=cn8Zxh9bPio)
14+
- [@video@What is Ethernet?](https://www.youtube.com/watch?v=HLziLmaYsO0)

0 commit comments

Comments
 (0)