Benutzer-Werkzeuge

Webseiten-Werkzeuge


playground:indisoft:notizen

Directly connecting like-devices, such as two computers, requires what type of UTP Ethernet cable? crossover und straight-through cable geht auch bei modernen Geräten


spiral@intrepid:~$ traceroute wiki.itbs.selfhost.co
traceroute to wiki.itbs.selfhost.co (80.147.0.159), 30 hops max, 60 byte packets

  • 1 console.gl-inet.com (192.168.142.1) 2.059 ms 2.187 ms 2.338 ms
  • 2 10.111.0.1 (10.111.0.1) 16.284 ms 16.464 ms 16.544 ms
  • 3 62.156.244.48 (62.156.244.48) 34.491 ms 34.454 ms 34.605 ms
  • 4 62.156.247.170 (62.156.247.170) 38.902 ms 39.291 ms 43.858 ms
  • 5 m-ea12-i.M.DE.NET.DTAG.DE (62.153.180.62) 60.923 ms 61.600 ms 61.560 ms
  • 6 62.156.247.1 (62.156.247.1) 60.750 ms 154.790 ms 154.639 ms
  • 7 80.147.0.159 (80.147.0.159) 154.590 ms !X * *

Kommunikation

Alle Kommunikationsmethoden haben drei Elemente gemeinsam. Das erste dieser Elemente ist die Nachrichtenquelle oder der Absender. Nachrichtenquellen sind Personen oder elektronische Geräte, die eine Nachricht an andere Personen oder Geräte übermitteln müssen. Das zweite Element der Kommunikation ist das Ziel oder der Empfänger der Nachricht. Das Ziel empfängt die Nachricht und interpretiert sie. Das dritte Element wird als Übertragungsmedium oder Kanal bezeichnet. Es stellt den Pfad bereit, über den die Nachricht von der Quelle zum Ziel gelangen kann.

Bevor wir anfangen, miteinander zu kommunizieren, legen wir Regeln oder Vereinbarungen fest, die das Gespräch regeln. Diese Vereinbarungen umfassen Folgendes:

  1. ? jeweils ein identifizierter Absender und Empfänger (3.transmission medium, or channel)
  2. ? Kommunikationsmethode (persönlich, Telefon, Brief, Foto)
  3. ? Gemeinsame Sprache und Grammatik Geschwindigkeit und Zeitpunkt der Zustellung
  4. ? Bestätigungsstrategie Bestätigungs- oder Empfangsanforderungen Müssen wir bestätigen, dass unsere Nachrichten empfangen wurden?

Warum Protokolle wichtig sind?

Sowohl in einer kabelgebundenen als auch einer kabellosen Umgebung wird ein lokales Netzwerk als ein Bereich definiert, in dem alle Hosts „dieselbe Sprache sprechen“ müssen, was in der Computersprache bedeutet, dass sie „ein gemeinsames Protokoll verwenden“ müssen.

Protokollmerkmale

  • Nachrichtenformat
  • Nachrichtengröße
  • Timing
  • Kodierung
  • Kapselung
  • Nachrichtenmuster

Standards

RFCs for internet standards are published and managed by the IETF.

Netzwerk Kommunikations Modelle

Network Communication Models

A stack illustrates the protocols as a layered hierarchy, with each higher-level protocol depending on the services of the protocols shown in the lower levels. The separation of functions enables each layer in the stack to operate independently of others.

protocol models and reference models

internetwork reference model is the OSI model

The OSI model breaks network communications down into multiple processes. Each process is a small part of the larger task.

The protocols that make up the TCP/IP protocol suite can be described in terms of the OSI reference model. The functions that occur at the internet layer in the TCP/IP model are contained in the network layer of the OSI Model. The transport layer functionality is the same between both models.

The OSI model

~ consists of seven layers:

  • 7 application
  • 6 presentation
  • 5 session
  • 4 transport 1)
  • 3 network
  • 2 data link
  • 1 physical 2)

TCP/IP Model

  • 5 6 7 Application
  • 4 Transport
  • 3 Internet
  • 1 2 Network Access

Ethernet

There is no official LAN standard protocol, but over time, Ethernet, has become more common than the others. Ethernet protocols define how data is formatted and how it is transmitted over the wired network. The Ethernet standards specify protocols that operate at Layer 1 and Layer 2 of the OSI model. Ethernet standards have evolved for specifying faster and more flexible versions of the technology. Each version of Ethernet has an associated standard. Each host connected to an Ethernet network is assigned a physical address which serves to identify the host on the network. Every Ethernet network interface has a physical address assigned to it when it is manufactured. This address is known as the Media Access Control (MAC) address. The MAC address identifies each source and destination host on the network.

note

  • arp unter Windows für Mac-Adressenliste
  • ip n unter Linux oder einfach cat /proc/net/arp
  • moderneres Protokoll quic Introduced October 12, 2012
  • Mit tcpdump kann man sich da Apps auf der shell basteln

server security

Kann man den Marktschreier mit Amateurfunk Technik als Switch für Ethernet Umsetzen anstatt Wifi zu inplementieren (so ein Produkt könnte doch erfunden werden)

1)
Die Transportschicht definiert Dienste zur Segmentierung, Übertragung und Wiederzusammensetzung der Daten für die individuelle Kommunikation zwischen den Endgeräten
2)
Prozess der Kodierung der Datenbits
/volume1/web/dokuwiki/data/pages/playground/indisoft/notizen.txt · Zuletzt geändert: 2025/02/13 13:27 von 217.7.196.21