Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Commit d752819

Browse files
committed
feat: update learning notes 2025-04-18 08:50:55
1 parent 1a14726 commit d752819

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

content/Cloud/From LAN to VXLAN.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,19 @@ Examples:
1111
- A group of computers connected to a network switch (Ethernet)
1212
- A set of smartphones connected to a [Wi-Fi access point](https://en.wikipedia.org/wiki/Wireless_access_point) (non-Ethernet)
1313
- Etc.
14+
15+
## What is an L1 Segment?
16+
17+
[**L1 segment**](https://en.wikipedia.org/wiki/Network_segment#Ethernet) (_aka_ **physical segment**_aka_ **Ethernet segment**) - a _network segment_ formed by an electrical (or optical) connection between networked devices using a shared medium. Nodes on a single L1 segment have a common [physical layer](https://en.wikipedia.org/wiki/Physical_layer).
18+
19+
The simplest example of the contemporary L1 segment is a point-to-point connection between two end-nodes via a [patch](https://en.wikipedia.org/wiki/Patch_cable) or [crossover](https://en.wikipedia.org/wiki/Ethernet_crossover_cable) cable.
20+
21+
![Two computers connected with a patch cable.](https://labs.iximiuz.com/content/files/courses/computer-networking-fundamentals/1.from-lan-to-vxlan/__static__/l1-patch-cable-2000-opt.png)
22+
23+
The most typical occurrence of L1 segment today, though, are the links between servers and the corresponding top-of-rack switch in a data center:
24+
25+
![Ethernet via network switch, present day.](https://labs.iximiuz.com/content/files/courses/computer-networking-fundamentals/1.from-lan-to-vxlan/__static__/l1-network-switch-2000-opt.png)
26+
27+
_Blue lines are the L1 segments._
28+
29+
It's OK if the comic replicas on the picture above don't make much sense to you yet. The next unit will try to explain the evolution of the L1 segment technology that led to the modern switch devices.

0 commit comments

Comments
 (0)