Skip to content

Commit

Permalink
🔀 Merge pull request #176 from Fachinformatiker-Prufungsvorbereitung/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
LNA-DEV authored Feb 22, 2024
2 parents 0fdc52b + 55a278a commit c46498b
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 19 deletions.
8 changes: 4 additions & 4 deletions content/de/AbschlussprüfungTeil1/Systemintegration/DSL.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@ description: "DSL oder Digital Subscriber Line ist eine Form des Internetanschlu

- Bekannteste Form des Internetanschlusses

## ADSL - Asyncronous DSL
## ADSL - Asymmetric DSL

- Eine Form von DSL
- Läuft asynchron (Andere Download-Geschwindigkeit wie Upload-Geschwindigkeit)
- Läuft asymmetrisch (Andere Download-Geschwindigkeit wie Upload-Geschwindigkeit)
- Max Speed = 24 Mbits

## VDSL - Very high speed DSL

- Eine Form von DSL
- In den meisten privaten Haushalten vorhanden
- Läuft asynchron
- Läuft asymmetrisch
- Kann durch Vectoring bzw. Supervectoring in der Geschwindigkeit geboosted werden
- Normal Max Speed: 50 Mbits
- Vectoring Max Speed: 100 Mbits
- Supervectoring Max Speed: 250 Mbits

## SDSL - Synchronous DSL
## SDSL - Symmetric DSL

- Bei SDSL ist der Up und Download gleich groß
- Wichtig für Videotelefonie mit hoher Qualität
Expand Down
26 changes: 15 additions & 11 deletions content/de/AbschlussprüfungTeil1/Systemintegration/OSI.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,29 @@ description: "Das OSI Modell ist ein Modell zur Veranschaulichung des Datenfluss

## Die sieben Schichten des OSI-Modells

|OSI-Schicht Nummer|OSI-Schicht Name|Protokollbeispiele|Kopplungselemente|
|------------------|----------------|------------------|-----------------|
|7|Application|DHCP, DNS, FTP, HTTP, HTTPS|Gateway, Content-Switch, Proxy, Layer-4-7-Switch|
|6|Presentation|DHCP, DNS, FTP, HTTP, HTTPS|Gateway, Content-Switch, Proxy, Layer-4-7-Switch|
|5|Session|DHCP, DNS, FTP, HTTP, HTTPS|Gateway, Content-Switch, Proxy, Layer-4-7-Switch|
|4|Transport|TCP, UDP|Gateway, Content-Switch, Proxy, Layer-4-7-Switch|
|3|Network|IP|Router, Layer-3-Switch|
|2|Data Link|Ethernet|Bridge, Layer-2-Switch, Wireless Access Point|
|1|Physical||Netzwerkkabel, Repeater, Hub|
|OSI-Schicht Nummer|OSI-Schicht Name (Englisch)|OSI-Schicht Name (Deutsch)|Protokollbeispiele|Kopplungselemente|
|------------------|----------------|----------------|------------------|-----------------|
|7|Application|Anwendung|DHCP, DNS, FTP, HTTP, HTTPS|Gateway, Content-Switch, Proxy, Layer-4-7-Switch|
|6|Presentation|Darstellung|DHCP, DNS, FTP, HTTP, HTTPS|Gateway, Content-Switch, Proxy, Layer-4-7-Switch|
|5|Session|Sitzung|DHCP, DNS, FTP, HTTP, HTTPS|Gateway, Content-Switch, Proxy, Layer-4-7-Switch|
|4|Transport|Transport|TCP, UDP|Gateway, Content-Switch, Proxy, Layer-4-7-Switch|
|3|Network|Vermittlung|IP|Router, Layer-3-Switch|
|2|Data Link|Sicherung|Ethernet|Bridge, Layer-2-Switch, Wireless Access Point|
|1|Physical|Bitübertragung||Netzwerkkabel, Repeater, Hub|

### Eselsbrücken

#### Von 7 bis 1
#### Von 7 bis 1 (Englisch)

```
Alle Pfarrer saufen Tequila nach der Predigt
```

#### Von 1 bis 7
#### Von 7 bis 1 (Deutsch)

Alle deutschen Studenten trinken verschiedene Sorten Bier

#### Von 1 bis 7 (Englisch)

```
Please Do Not Throw Salami Pizza Away
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ description: "RAID oder Redundant array of independent disks dient der Ausfallsi

## Erklärungsvideos 📹

### RAID 0,1,5 erklärt
### RAID einfach erklärt

{{< youtube M5aXVXh2Jo >}}
{{< youtube WzWUChLeGBc >}}

### RAID 6 erklärt

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Amortisationsdauer = Anschaffungskosten / Gewinn

## Erklärungsvideos

### Anker Wissen
### SevDesk

{{< youtube I0Blo9sWNhw >}}
{{< youtube AgCnoMBOMU4 >}}

### Simple Club

Expand Down
2 changes: 2 additions & 0 deletions content/de/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,5 @@ Wenn du Teil der Fachinformatiker Prüfungsvorbereitung Contributors werden möc
- [TDelecat](https://github.com/TDelecat)
- [Francesco](https://github.com/FrancescoCode1)
- [kevgetz](https://github.com/kevgetz)
- [Leon Seemann](https://github.com/leonseemann)
- [sherm](https://github.com/snowysherm)

0 comments on commit c46498b

Please sign in to comment.