-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #200 from Fachinformatiker-Prufungsvorbereitung/dev
Dev
- Loading branch information
Showing
12 changed files
with
42 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+9.45 KB
content/de/AbschlussprüfungTeil1/Systemintegration/Netzwerk-Topologien/bus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions
37
content/de/AbschlussprüfungTeil1/Systemintegration/Netzwerk-Topologien/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
title: "Netzwerktopologien" | ||
date: 2024-08-30T11:26:22-06:00 | ||
draft: false | ||
type: docs | ||
description: "Netzwerktopologien sind die physische und logische Struktur eines Netzwerks." | ||
--- | ||
|
||
| Topologie | Beschreibung | Schaubild | | ||
| ------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | | ||
| **Stern (Star)** | Von einem Sternmittelpunkt aus gehen sternförmig die Leitungen zu den Endpunkten. Zugriffssteuerung CSMA/CD. | ![Stern Bild](./stern.png) | | ||
| **Erweiterter Stern (Extended Star)** | Der Endpunkt eines Sterns ist wiederum Mittelpunkt eines weiteren Sterns. Üblich sind bei LANs drei Ebenen. Standard in heutigen Verkabelungen. | ![Erweiterter Stern Bild](./stern_erweitert.png) | | ||
| **Vollständige Masche (Complete Mesh)** | Jede Station ist mit jeder anderen verbunden. Sehr hohe Ausfallsicherheit durch sehr hohe Redundanz, aber sehr aufwendig. | ![Vollständige Masche Bild](./masche_voll.png) | | ||
| **Unvollständige Masche (Incomplete Mesh)** | Alle wichtigen Stationen sind mehrfach mit anderen Stationen verbunden. Ausfallsichere Netze durch Redundanz. Ein erweiterter Stern mit Querverbindungen ergibt eine unvollständige Masche. | ![Unvollständige Masche Bild](./masche_unvoll.png) | | ||
| **Zelle (Cell)** | Funkzellen decken bestimmte Bereiche mit Funkwellen ab, z.B. WLAN, Bluetooth oder Mobilfunk. Zugriffssteuerung CSMA/CA. | ![Zelle Bild](./zelle.png) | | ||
| **Punkt-zu-Punkt (Point-to-Point, P2P)** | Verbindung zwischen zwei Stationen. | ![Punkt-zu-Punkt Bild](./p2p.png) | | ||
| **Bus** | Alle Stationen sind parallel auf einer gemeinsamen Leitung. Heute nicht mehr üblich in LANs. Zugriffssteuerung CSMA/CD. | ![Bus Bild](./bus.png) | | ||
| **Ring** | Jede Station hat eine Vorgängerstation und eine Nachfolgerstation. Daten werden nur in eine Richtung verschickt. Vorteile sind sichere Datenübertragung und berechenbare Wartezeit, bis gesendet werden darf. Nachteile sind ein schwieriger Aufbau und eine komplizierte Fehlersuche. Zugriffssteuerung über Token Passing. | ![Ring Bild](./ring.png) | | ||
|
||
## Hinweis 🛈 | ||
|
||
Man unterscheidet: | ||
|
||
- **Physische/Physikalische Topologie**: "Wie läuft die Verkabelung?" | ||
- **Logische Topologie**: "Wie verläuft der Datenstrom?" | ||
|
||
Die übliche CATx-RJ45-Ethernet-Verkabelung ist physikalisch immer ein Stern. | ||
Wird jedoch ein "Hub" im Sternpunkt eingesetzt, erreicht jeder Teilnehmer jeden anderen Teilnehmer direkt über das gemeinsame Medium. Ein Hub im Sternpunkt erzeugt logisch eine Bus-Topologie. | ||
Ein Switch im Sternpunkt erzeugt logisch pro Kommunikation eine Punkt-zu-Punkt-Topologie zwischen zwei Teilnehmern (außer bei Multicast/Broadcast-Verkehr). Da der Teilnehmer jedoch nicht fest mit einem zweiten Teilnehmer verbunden ist, spricht man eher von einer Sterntopologie. Hier stimmen physikalische und logische Klassifizierung überein. | ||
|
||
## Erklärungsvideo 📹 | ||
|
||
{{< youtube Ukb2SGhGBDU >}} | ||
|
||
## Links 🔗 | ||
|
||
[Wikipedia](<https://de.wikipedia.org/wiki/Topologie_(Rechnernetz)>) |
Binary file added
BIN
+21.4 KB
...e/AbschlussprüfungTeil1/Systemintegration/Netzwerk-Topologien/masche_unvoll.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+25.5 KB
.../de/AbschlussprüfungTeil1/Systemintegration/Netzwerk-Topologien/masche_voll.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+4.82 KB
content/de/AbschlussprüfungTeil1/Systemintegration/Netzwerk-Topologien/p2p.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+15 KB
content/de/AbschlussprüfungTeil1/Systemintegration/Netzwerk-Topologien/ring.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+17.1 KB
content/de/AbschlussprüfungTeil1/Systemintegration/Netzwerk-Topologien/stern.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+25.3 KB
...AbschlussprüfungTeil1/Systemintegration/Netzwerk-Topologien/stern_erweitert.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+28 KB
content/de/AbschlussprüfungTeil1/Systemintegration/Netzwerk-Topologien/zelle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
github.com/imfing/hextra v0.7.3 h1:dVGA1NTcWe+FaUMdrawEypPfrrmulq5NoK0we3nC330= | ||
github.com/imfing/hextra v0.7.3/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI= | ||
github.com/imfing/hextra v0.8.2 h1:/IykSIAywgKfhKUBgAW+dCCjrJWJNny4jr9qvdXfch0= | ||
github.com/imfing/hextra v0.8.2/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI= |