Definitions of a Broadcast Domain
A broadcast domain is a logical part of a network (a network segment) in which any network equipment can transmit data directly to another equipment or device without going through a routing device (assuming the devices share the same subnet and use the same gateway; also, they must be in the same VLAN).
A more specific definition of the broadcast domain is that certain area of the computer network that's composed by every single computer or network equipment that can be reached directly by sending a simple frame to the data link layer's broadcast address.
Details on Broadcast Domains
While any layer 2 device is able to divide the collision domains, broadcast domains are only divided by layer 3 network devices such as routers or layer 3 switches.
Frames are normally addressed to a specific destination device on the network. While all devices detect the frame transmission on the network, only the device to which the frame is addressed actually receives it. A special broadcast address consisting of all 1s is used to send frames to all devices on the network.
The VLAN (Virtual Local Area Network) technology can also create a so-called "virtual" broadcast domain. A network built with switching devices could see each network devices as an independent system. These groups of independent systems can be joined into one broadcast domain, even if the computers are not physically connected to each other. This is very useful when administrating large networks where there's the need for better network
How to restrict the broadcast domain?
Since a broadcast domain is the area where broadcasts can be received, broadcasts are restricted by routers. If a router receives a broadcast signal, it simply drops it. In other words, the edge or border router connected to the Internet will not up-broadcast or will not relay that broadcast message. This is problematic and not foolproof either. Supposing two networks exist and they're connected to each other through a router. The first network has a running DHCP server that offers IP
Examples of Broadcast Domain Implementation
A broadcast domain can be perceived as a portion of a network that is reachable by network broadcast (an address resolution request of some sort of an announcement of availability. Messages like "Can I have the address of that network node?" or "I'm here, a part of this network". Again, unlike collision domains, broadcast domains can be started at several protocol layers, therefore the broadcast domain as a whole can be within a single LAN segment but it can be routed over other segments as well.
No comments:
Post a Comment