Benutzer-Werkzeuge

Webseiten-Werkzeuge


playground:indisoft:notizen

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
playground:indisoft:notizen [2024/09/12 12:50]
47.128.99.156 alte Version wiederhergestellt (2024/09/04 18:06)
playground:indisoft:notizen [2025/04/14 06:56] (aktuell)
18.117.129.72 alte Version wiederhergestellt (2024/12/19 13:15)
Zeile 22: Zeile 22:
 Bevor wir anfangen, miteinander zu kommunizieren, legen wir Regeln oder Vereinbarungen fest, die das Gespräch regeln. Diese Vereinbarungen umfassen Folgendes: Bevor wir anfangen, miteinander zu kommunizieren, legen wir Regeln oder Vereinbarungen fest, die das Gespräch regeln. Diese Vereinbarungen umfassen Folgendes:
  
-  - ? jeweils ein identifizierter Absender und Empfänger+  - ? jeweils ein identifizierter Absender und Empfänger (3.transmission medium, or channel)
   - ? Kommunikationsmethode (persönlich, Telefon, Brief, Foto)   - ? Kommunikationsmethode (persönlich, Telefon, Brief, Foto)
   - ? Gemeinsame Sprache und Grammatik Geschwindigkeit und Zeitpunkt der Zustellung   - ? Gemeinsame Sprache und Grammatik Geschwindigkeit und Zeitpunkt der Zustellung
Zeile 30: Zeile 30:
  
 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. 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.
 +
 +{{ :playground:indisoft:twisted-pairutpcablespins.png?direct&400|}}
  
 Protokollmerkmale Protokollmerkmale
Zeile 39: Zeile 41:
   * Nachrichtenmuster   * Nachrichtenmuster
  
 +===== Standards ======
 +RFCs for internet standards are published and managed by the IETF.
  
- +==== Netzwerk Kommunikations Modelle ====
- +
- +
-Skip to content +
-Communication Principles +
-… +
-Communication Principles Summary +
- +
-5.5.1 +
-What Did I Learn in this Module? +
-The Rules +
- +
-All communication methods have three elements in common. The first is the message source, or sender. Message sources are people, or electronic devices, which need to communicate a message to other individuals or devices. The second is the destination, or receiver, of the message. The destination receives the message and interprets it. The third is the transmission medium, or channel. It provides the pathway over which the message can travel from source to destination. +
- +
-Among the protocols that govern successful human communication are an identified sender and receiver, an agreed upon method of communicating, common language and grammar, speed and timing of delivery, and confirmation or acknowledgment requirements. Networking protocols define the message format, message size, timing, encoding, and message patterns over the local network. +
- +
-Communication Standards +
- +
-Networking and internet standards ensure that all devices connecting to the network implement the same set of rules or protocols in the same manner. Using standards, it is possible for different types of devices to send information to each other over the internet. These standards are developed, published, and maintained by a variety of organizations. When a new standard is proposed, each stage of the development and approval process is recorded in a numbered RFC document so that the evolution of the standard is tracked. RFCs for internet standards are published and managed by the IETF. +
 Network Communication Models 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. 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.
  
-The layered model has many benefits:+protocol models and reference models
  
-Assists in protocol design, because protocols that operate at a specific layer have defined information that they act upon and a defined interface to the layers above and below +internetwork reference model is the OSI model 
-Fosters competition because products from different vendors can work together +{{ :playground:indisoft:osi_tcpip_modelschichten.png?direct |}}
-Enables technology changes to occur at one level without affecting the other levels +
-Provides a common language to describe networking functions and capabilities +
-The suite of TCP/IP protocols that is used for internet communications follows the structure of the stack model. There are two basic types of models to describe the functions that must occur for network communications to be successful: protocol models and reference models. The most widely known 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 ModelThe transport layer functionality is the same between both models. However, the network access layer and the application layer of the TCP/IP model are further divided in the OSI model to describe discrete functions that must occur at these layers.+The OSI model breaks network communications down into multiple processesEach process is a small part of the larger task.
  
-Ethernet+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.
  
-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.+=== The OSI model === 
 +{{ :playground:indisoft:tcpiposiccnaep3.png?direct&600|}}
  
 +~ consists of seven layers: 
  
-5.5.2 +  * 7 application 
-Module - Communication Principles Quiz +  * 6 presentation 
-Which organization publishes and manages the Request for Comments (RFCdocuments?+  * session 
 +  * 4 transport ((Die Transportschicht definiert Dienste zur Segmentierung, Übertragung und Wiederzusammensetzung der Daten für die individuelle Kommunikation zwischen den Endgeräten)) 
 +  * 3 network 
 +  * 2 data link 
 +  * 1 physical ((Prozess der Kodierung der Datenbits))
  
-Topic 5.2.0 - The Internet Engineering Task Force (IETF) organization publishes and manages the Request for Comments (RFC).+=== TCP/IP Model === 
 +  * 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
 +  * moderneres Protokoll quic Introduced October 12, 2012
 +  * Mit tcpdump kann man sich da Apps auf der shell basteln
 +  *  https://www.youtube.com/watch?v=C2FrTZxi_NI
  
  
 +===== server security =====
  
-What identifier is used at the data link layer to uniquely identify an Ethernet device? +  * wazuh https://www.heise.de/select/ix/2025/1/2429811514830053491 
- +  * Mashstatic CB-Funk 
-Topic 5.3.0 - Ethernet frames are identified at the data link layer by their MAC addresses, which are unique to each NIC. IP addresses are used at the network layer, and TCP and UDP port numbers are used at the transport layer. Sequence numbers are fields in TCP headers. +  * https://hackaday.com/2022/05/25/long-distance-text-communication-with-lora/
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
-Which three layers of the OSI model are comparable in function to the application layer of the TCP/IP model? (Choose three.) +
- +
-Topic 5.3.0 - The TCP/IP model consists of four layers: application, transport, internet, and network accessThe OSI model consists of seven layers: application, presentation, session, transport, network, data link, and physicalThe top three layers of the OSI model: application, presentation, and session map to the application layer of the TCP/IP model. +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
-Which term refers to the set of rules that define how a network operates? +
- +
-Topic 5.2.0 Standards ensure that different devices connecting to the network are able to communicate with each other. In networking there are many standards that define how the network should operate and that all components implement the same protocols. +
- +
- +
- +
- +
- +
- +
- +
- +
-Which standards organization publishes current Ethernet standards? +
- +
-Topic 5.4.0 The IEEE standards describe current Ethernet features. The IEEE standard for Ethernet is 802.3. +
- +
- +
- +
- +
- +
- +
- +
- +
-Which statement describes a MAC address? +
- +
-Topic 5.4.0 The Media Access Control (MAC) address is a physical address assigned to each Ethernet NIC by manufacturers. It is 48-bits in length. The MAC address is used to identify the source and destination on a local Ethernet network. It cannot be routed to remote networks. +
- +
- +
- +
- +
- +
- +
- +
- +
-Which three elements do all communication methods have in common? (Choose three.) +
- +
-Topic 5.1.0  All communication methods include a message source, destination, and a transmission medium. +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
-Which two layers of the OSI model specify protocols that are associated with Ethernet standards? (Choose two.) +
- +
-Topic 5.4.0 Ethernet standards specify protocols that operate at Layer 1 (physical layer) and Layer 2 (data link layer) of the OSI model and it is the technology used by almost all wired local-area networks. +
- +
-===== The OSI model ===== +
-~ consists of seven layers:  +
-  * 7 application +
-  * 6 presentation +
-  * 5 session +
-  * 4 transport ((Die Transportschicht definiert Dienste zur Segmentierung, Übertragung und Wiederzusammensetzung der Daten für die individuelle Kommunikation zwischen den Endgeräten)) +
-  * 3 network +
-  * 2 data link +
-  * 1 physical+
  
 +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)
  
/volume1/web/dokuwiki/data/attic/playground/indisoft/notizen.1726138253.txt.gz · Zuletzt geändert: 2024/09/12 12:50 von 47.128.99.156