Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
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, | Bevor wir anfangen, miteinander zu kommunizieren, | ||
- | - ? jeweils ein identifizierter Absender und Empfänger | + | - ? jeweils ein identifizierter Absender und Empfänger |
- ? Kommunikationsmethode (persönlich, | - ? Kommunikationsmethode (persönlich, | ||
- ? 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. | ||
+ | |||
+ | {{ : | ||
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, | + | |
- | + | ||
- | Among the protocols that govern successful human communication are an identified sender and receiver, an agreed upon method of communicating, | + | |
- | + | ||
- | 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 | + | {{ : |
- | 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 protocols that make up the TCP/IP protocol suite can be described in terms of the OSI reference | + | The OSI model breaks |
- | 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 OSI model === |
+ | {{ : | ||
+ | ~ consists of seven layers: | ||
- | 5.5.2 | + | * 7 application |
- | Module | + | * 6 presentation |
- | Which organization publishes and manages the Request for Comments | + | * 5 session |
+ | * 4 transport | ||
+ | * 3 network | ||
+ | * 2 data link | ||
+ | * 1 physical ((Prozess der Kodierung der Datenbits)) | ||
- | Topic 5.2.0 - The Internet | + | === 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 | ||
+ | * moderneres Protokoll quic Introduced October 12, 2012 | ||
+ | * Mit tcpdump kann man sich da Apps auf der shell basteln | ||
+ | * https:// | ||
+ | ===== server security ===== | ||
- | What identifier is used at the data link layer to uniquely identify an Ethernet device? | + | * wazuh https://www.heise.de/ |
- | + | * 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:// |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | 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, | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | 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 | + | |
- | + | ||
- | Topic 5.1.0 - All communication methods include a message source, destination, | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | Which two layers of the OSI model specify protocols that are associated | + | |
- | + | ||
- | 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, | + | |
- | * 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) | ||