User Tools

Site Tools


en:network_terms:broadcast

Broadcast

In general, network communication can happen in two kinds of ways: Communicating with a single computer (sometimes referred as uni cast, as the communication it only with one, unique computer). This is done for example via UDP or TCP. However, it is also possible to communication with many computers at once, but not in the fashion to simply have multiple unicasts going simultaneously but by sending broadcasts. Broadcasts are send to all computers, that are reachable and they can decide whether to answer or not. As this kind of communication obviously does not work in a TCP manner, it is only suitable for UDP, where it is not guaranteed to be received or answered. In the IP world, the destination IP is always 255.255.255.255 (or on MAC level, FF:FF:FF:FF:FF:FF), meaning everyone on the local subnet as addressed. IPX also works on the basis of broadcast messages.

In the gaming context, broadcasts are very often used, to determine available game servers on a local network. The client, looking for a server to connect to, sends a broadcast out and waits for answers. There are three possible outcomes of that (provided the network is set up properly):

  • No one answers, so no servers available.
  • One computer answers (probably the most often encountered case, as only one person hosts a match).
  • Multiple computers answer (if there are at least two hosts open for connection).

As this is a crucial process for playing with others via network, problems such as blocking firewalls can make actually available games invisible, either because the server refuses to let the broadcast in, or the client is not even allowed to send it in the first place (or receive the answer from the server). This is the main reason, computer games won't find each others games on the network, besides of faulty network configurations or different game versions being use.

Broadcasts via UDP are never routed via the internet. They are (depending on the game) however, via VPNs.

[ Games Database ] [ Network Terms ]

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
en/network_terms/broadcast.txt · Last modified: 2022-04-02-13-03 by 7saturn

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki