Content

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Sv translation
languageen

A broadcast in a computer network is a message in which data packets are transmitted from one point to all subscribers of a message network. In switching technology, a broadcast is a special form of multipoint connection.

A broadcast packet reaches all subscribers of a local network without them being explicitly specified as recipients. As a result, broadcasts should be limited to their own network segment and not forwarded by routers. If information is to be sent to a group of selected subscribers, a multicast procedure is used instead.

Each recipient of a broadcast decides for himself whether, if he is responsible, he either processes the message received or otherwise tacitly rejects it. Broadcasts exist on different layers of the OSI reference model. What they all have in common is that broadcasts from a higher layer must be adapted accordingly to the lower layers. For example, an IPv4 broadcast is sent as an Ethernet broadcast to the MAC address FF:FF:FF:FF:FF:FF. If the underlying network is not broadcast-capable, for example because it consists of a number of point-to-point connections, the message can instead be sent using a flooding algorithm.



Usage

A broadcast is used in a computer network, among other things, if the IP address of the recipient of the message is still unknown. According to the OSI model, this technique is used in the switching layer. Examples are ARP, DHCP and Wake On LAN. Network-capable computer games use broadcasts to find a list of all open games on the local network in which the user can participate. The SMB communication protocol uses broadcast to search for file and printer shares on the local network.



IP-Broadcastsw

Broadcasts in IPv4 are realized via a group address. A distinction is made between different types of IP broadcasts:

  • Limited Broadcast

    The IP address 255.255.255.255 is specified as the destination. This destination is always located in the own local network and is directly converted into an Ethernet broadcast. A limited broadcast is not forwarded by a router.

  • Directed Broadcast

    The destination are the participants of a specific network. The address is specified by the combination of the target network and the setting of all host bits to 1. The address for a direct broadcast to the network 192.168.0.0 with the netmask 255.255.255.0 is therefore: 192.168.0.255 (CIDR notation: 192.168.0.255/24). A directed broadcast is forwarded by a router if the source and destination networks are different and is only converted into an Ethernet broadcast in the destination network. If the source and destination networks are identical, this corresponds to a limited broadcast. This special case is often referred to as local broadcast. A directed broadcast can be considered further differentiated. The broadcast can occur as subnet-directed broadcast, as all-subnets-directed broadcast or as net-directed broadcast. A subnet-directed broadcast has a fixed subnet as its target. An all-subnets-directed broadcast is a broadcast in all subnets of a network, and a net-directed broadcast is distributed in a classified network that is not divided into subnets (for example, broadcast to the address 10.255.255.255 is distributed in a class A IP network).

    Due to security issues with DoS attacks, the default behavior of routers in RFC 2644 for directed broadcasts has been changed. Routers should not forward directed broadcasts.


Info
IPv6 no longer supports broadcasts, multicasts are used instead.



Source: https://de.wikipedia.org/wiki/Broadcast

Include Page
Howto Footer - uni-en
Howto Footer - uni-en

Content by Label
showLabelsfalse
showSpacefalse
sorttitle
cqllabel = "network" and type = "page"


Sv translation
languagede

Ein Broadcast (engl. Sendung, Übertragung, Rundfunk, Ausstrahlung, hier Rundruf) in einem Rechnernetz ist eine Nachricht, bei der Datenpakete von einem Punkt aus an alle Teilnehmer eines Nachrichtennetzes übertragen werden. In der Vermittlungstechnik ist ein Broadcast eine spezielle Form der Mehrpunktverbindung.

Ein Broadcast-Paket erreicht alle Teilnehmer eines lokalen Netzes, ohne dass sie explizit als Empfänger angegeben sind. Daraus folgt, dass Broadcasts sich auf das eigene Netzsegment beschränken sollten, und nicht von Routern weitergeleitet werden. Soll eine Information an eine Gruppe von ausgewählten Teilnehmern gesendet werden, verwendet man stattdessen ein Multicast-Verfahren.

Jeder Empfänger eines Broadcasts entscheidet selbst, ob er im Falle seiner Zuständigkeit die erhaltene Nachricht entweder verarbeitet oder andernfalls stillschweigend verwirft. Broadcasts gibt es auf verschiedenen Schichten des OSI-Referenzmodells. Allen gemein ist, dass Broadcasts von einer höheren Schicht an die unteren Schichten entsprechend angepasst werden müssen. So wird zum Beispiel ein IPv4-Broadcast als Ethernet-Broadcast an die MAC-Adresse FF:FF:FF:FF:FF:FF gesendet. Ist das unterliegende Netz nicht broadcastfähig, zum Beispiel weil es – wie unter anderem das Internet – aus einer Menge von Punkt-zu-Punkt-Verbindungen besteht, kann die Nachricht stattdessen mittels eines Flooding-Algorithmus gesendet werden.



Verwendung

Ein Broadcast wird in einem Computernetz unter anderem verwendet, wenn die IP-Adresse des Empfängers der Nachricht noch unbekannt ist. Diese Technik kommt gemäß OSI-Modell in der Vermittlungsschicht zum Einsatz. Beispiele hierfür sind ARP, DHCP und Wake On LAN. Netzwerkfähige Computerspiele verwenden Broadcasts, um eine Liste aller offenen Spiele im lokalen Netz zu finden, an denen der Nutzer teilnehmen kann. Das Kommunikationsprotokoll SMB sucht per Broadcast Datei- und Druckerfreigaben im lokalen Netz.



IP-Broadcasts

Broadcasts in IPv4 werden über eine Gruppenadresse realisiert. Es werden verschiedene Formen von IP-Broadcasts unterschieden:

  • Limited Broadcast

    Als Ziel wird die IP-Adresse 255.255.255.255 angegeben. Dieses Ziel liegt immer im eigenen lokalen Netz und wird direkt in einen Ethernet-Broadcast umgesetzt. Ein limited broadcast wird von einem Router nicht weitergeleitet.
  • Directed Broadcast

    Das Ziel sind die Teilnehmer eines bestimmten Netzes. Die Adresse wird durch die Kombination aus Zielnetz und dem Setzen aller Hostbits auf 1 angegeben. Die Adresse für einen directed broadcast in das Netz 192.168.0.0 mit der Netzmaske 255.255.255.0 lautet somit: 192.168.0.255 (CIDR-Notation: 192.168.0.255/24). Ein directed broadcast wird von einem Router weitergeleitet, falls Quell- und Zielnetz unterschiedlich sind, und wird erst im Zielnetz in einen Ethernet-Broadcast umgesetzt. Falls Quell- und Zielnetz identisch sind, entspricht dies einem limited broadcast. Oft wird dieser Spezialfall auch als local broadcast bezeichnet. Ein directed broadcast kann weiter differenziert betrachtet werden. Der Broadcast kann als subnet-directed broadcast, als all-subnets-directed broadcast oder als net-directed broadcast auftreten. Ein subnet-directed broadcast hat als Ziel ein festgelegtes Subnetz. Ein all-subnets-directed broadcast ist ein Broadcast in allen Subnetzen eines Netzes, und ein net-directed broadcast wird in einem klassifizierten Netz, das nicht in Subnetze aufgeteilt ist, verteilt (zum Beispiel Broadcast an die Adresse 10.255.255.255 wird in einem Klasse A IP-Netz verteilt).

    Wegen Sicherheitsproblemen mit DoS-Angriffen wurde das voreingestellte Verhalten von Routern in RFC 2644 für directed broadcasts geändert. Router sollten directed broadcasts nicht weiterleiten.


Info
IPv6 unterstützt keine Broadcasts mehr, es werden stattdessen Multicasts verwendet.



Quelle: https://de.wikipedia.org/wiki/Broadcast

Include Page
Howto Footer - de
Howto Footer - de

Content by Label
showLabelsfalse
showSpacefalse
sorttitle
cqllabel = "network" and type = "page"