-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9315aed
commit c578106
Showing
4 changed files
with
68 additions
and
0 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
--- | ||
page_id: c3c15df9-7f8e-43bf-85cc-a722b04c251a | ||
--- | ||
|
||
import SelfCheckTaskState from '@tdev-components/documents/SelfCheck/SelfCheckTaskState'; | ||
import SelfCheckSolution from '@tdev-components/documents/SelfCheck/SelfCheckSolution'; | ||
import SelfCheck from '@tdev-components/documents/SelfCheck'; | ||
import QuillV2 from '@tdev-components/documents/QuillV2'; | ||
import TaskState from "@tdev-components/documents/TaskState"; | ||
import Solution from '@tdev-components/documents/Solution'; | ||
|
||
# WWW ≠ Internet | ||
Die Begriffe "Web" und "Internet" werden im Alltag oft synonym verwendet — das ist jedoch nicht korrekt. | ||
|
||
Das World Wide Web ist nur einer von vielen Diensten, die im Internet existieren. | ||
|
||
:::aufgabe[Rechercheauftrag: Weitere Internetdienste] | ||
<SelfCheck taskStateId="21a50bd7-fd0e-48af-92dc-f92d06d76d0c" solutionId="1185a841-fe7b-4ad9-804e-c9dc91ff4a2b"> | ||
<SelfCheckTaskState /> | ||
Suchen Sie online nach mindestens drei weiteren Internetdiensten, die nichts mit dem World Wide Web zu tun haben (d.h. dass Sie den Dienst ohne einen Web Browser nutzen können). | ||
|
||
Halten Sie Ihre Ergebnisse als Textantwort fest. | ||
|
||
<QuillV2 id="4ad8e923-9b94-46ef-8e44-8e379aaaf3b2" /> | ||
|
||
<SelfCheckSolution> | ||
Hier einige Beispiele für weitere Internetdienste: | ||
- E-Mail: Dafür brauchen Sie nur eine Mail-App, keinen Web Browser | ||
- Chat-Apps (z.B. WhatsApp, Signal, Snapchat, etc.) | ||
- Online Games | ||
- Internet-Telefonie (_Voice-over-IP_, VoIP) | ||
- Fernsehen: Die TV-Box der Swisscom oder der UPC läuft übers Internet | ||
- Radio: Heute auch übers Internet verfügbar | ||
</SelfCheckSolution> | ||
</SelfCheck> | ||
::: | ||
|
||
## Was war vor dem Web? | ||
Kurze Antwort: Für Privathaushalte nicht viel. | ||
|
||
Das Internet, so wie wir es heute kennen, war bis in die frühen 90er Jahre fast nur an Universitäten verfügbar. Für Privathaushalte waren sogenannte **Mailboxen** (engl.: _bulletin board system_ (BBS), frei übersetzt etwa _elektronische schwarzes Brett_) bis dahin der primäre Internetzugang. | ||
|
||
Und so hat das damals ausgesehen: | ||
![Das "Monochrome" BBS aus den 80er und frühen 90er Jahren](img/bbs.png) | ||
|
||
:::aufgabe[Was hat man damit gemacht?] | ||
<TaskState id="0110de08-19c3-43e1-b3bf-ee43b358cfea" /> | ||
|
||
Schauen Sie sich das Bild oben genau an. Was denken Sie, wozu man ein solches Bulletin Board System (BBS) genutzt hat? | ||
|
||
Schreiben Sie Ihre Vermutung in die Textbox. | ||
|
||
<QuillV2 id="62b82658-3958-4491-a681-77f9b8e73876" /> | ||
|
||
<Solution id="e3a4fddd-cfc9-40f3-8756-0ddccf3ae761"> | ||
Jede Benutzer:in hatte ein eigenes Postfach, über das man Nachrichten empfangen konnte (ähnlich wie bei E-Mail). Zudem gab es öffentliche Informations-, News-, Diskussions- und Unterhaltungsbereiche, in denen man sich austauschen und auf (mehr oder weniger seriöse...) Informationen zugreifen konnte. | ||
</Solution> | ||
::: | ||
|
||
--- |
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,7 @@ | ||
{ | ||
"author": "Lukas Schmitz", | ||
"source": "https://de.wikipedia.org/wiki/Mailbox_(Computer)#/media/File:Monochrome-bbs.png", | ||
"licence": "GPL", | ||
"licence_url": "http://www.gnu.org/licenses/gpl.html", | ||
"edited": false | ||
} |
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