# Netzwerk

## Links

* [WiFi Login Card](https://wifi.dev.bdw.to/)
* [WiFi Card](https://github.com/bndw/wifi-card)
* [Start Your Own ISP](https://startyourownisp.com/)
* [Building a better home network](https://kevin.burke.dev/kevin/building-a-better-home-network/)
* [What is the OSI Model?](https://www.freecodecamp.org/news/osi-model-computer-networking-for-beginners/)

## Ethernet

### Crimpen

[Crimpen eines Patch-Kabels](https://www.grundlagen-computer.de/netzwerk/anleitung-netzwerkkabel-selbst-erstellen-crimpen-eines-patch-kabels-cat-5)

1. Hülle über Kabel ziehen
2. Kabel abisolieren
3. Plastik abschneiden
4. Kabel begradigen
5. Kabel in Fixierer funmmeln
6. Überstehende Kabel abschneiden
7. Fixierer in Stecker
8. Crimpen
9. Hülle über Stecker ziehen

TIA-568B Standard

![Kabel Anordnung](https://www.grundlagen-computer.de/wp-content/uploads/2010/04/Netzwerkkabel-Belegung.jpg)

1. weiß/orange
2. orange
3. weiß/grün
4. blau
5. weiß/blau
6. grün
7. weiß/braun
8. braun


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://notes.d15r.de/pc/netzwerk.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
