Broadcast domain is a restricted area in which information can be transmitted for all devices in the domain to receive. More specifically, Ethernet LANs are broadcast domains. Any devices attached to the LAN can transmit frames to any other device because the medium is a shared transmission system. 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.
A repeater is a device that joins two LANs to extend the distance of the LAN. All network traffic is sent across the repeater unaltered.
A bridge is a device that joins two LANs into a single broadcast domain, but isolates them so that problems on one LAN do not propagate to the other LAN. In addition, bridges maintain separate collision domains, so that computers on each segment only contend with other computers on the same segment for access.
Collision Domain:
Ethernet networks use a collision-sensing protocol called CSMA/CD (carrier sense multiple access/collision detection). The protocol allows multiple devices connected to a shared network cable to use that cable by taking turns accessing it. The basic strategy goes like this:
A computer listens on the cable to see if another computer is transmitting, which is indicated by a voltage change on the cable. If busy, the computer waits and listens.
When the cable is not busy, a computer attempts to transmit.
Another computer may attempt to transmit at the same time, which causes a collision.
Both computers that attempted to transmit must back off, wait, and then attempt to transmit again.
Computers on the network detect collisions by looking for abnormally changing voltages. Signals from multiple systems overlap and distort one another. Overlapping signals will push the voltage above the allowable limit. This is detected by attached computers, which reject the corrupted frames (called runts).
Above answer was rated as good by the following members: prashantsethia007
RE: What is difference between collision domain and b...
Broadcast Domain:
Broadcast domain is a restricted area in which information can be transmitted for all devices in the domain to receive. More specifically Ethernet LANs are broadcast domains. Any devices attached to the LAN can transmit frames to any other device because the medium is a shared transmission system. 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.
A repeater is a device that joins two LANs to extend the distance of the LAN. All network traffic is sent across the repeater unaltered.
A bridge is a device that joins two LANs into a single broadcast domain but isolates them so that problems on one LAN do not propagate to the other LAN. In addition bridges maintain separate collision domains so that computers on each segment only contend with other computers on the same segment for access.
Collision Domain:
Ethernet networks use a collision-sensing protocol called CSMA/CD (carrier sense multiple access/collision detection). The protocol allows multiple devices connected to a shared network cable to use that cable by taking turns accessing it. The basic strategy goes like this:
A computer listens on the cable to see if another computer is transmitting which is indicated by a voltage change on the cable. If busy the computer waits and listens.
When the cable is not busy a computer attempts to transmit.
Another computer may attempt to transmit at the same time which causes a collision.
Both computers that attempted to transmit must back off wait and then attempt to transmit again.
Computers on the network detect collisions by looking for abnormally changing voltages. Signals from multiple systems overlap and distort one another. Overlapping signals will push the voltage above the allowable limit. This is detected by attached computers which reject the corrupted frames (called runts).
RE: What is difference between collision domain and broadcast domain?
The term collision domain is defined as a logical network segment. In a collision domain the packets of data collide with one another when they are sent on a medium which is shared. One of the most well-known examples of a collision domain is the Ethernet networking protocol.
The term collision domain is used by Ethernet to describe the type of network scenario in which one device sends a packet of data on a network segment. This forces every other device on that segment to pay attention to it.
On the other hand the term broadcast domain is also defined as a logical network segment. However in a broadcast domain any of the computers or the other devices which are connected to the network can directly transmit to any of the other devices or computers in the domain without going through a routing device simply by using the same subnet the same gateway address and the same default VLAN or installed VLAN.
Latest Answer : The term collision domain is defined as a logical network segment. In a collision domain, the packets of data collide with one another when they are sent on a medium which is shared. One of the most well-known examples of a collision domain is the Ethernet ...
Hi, I Just Cleared the Interview and Different rounds for the Test of a Business Analyst for CSC, Noida. The Session were very different from Conventional interviews. The position I applied for was for a Business Analyst in the Insurance Domain. There is one thing. , CSC is very focus and articulate of its requirements of its Needs and selects its candidates appropriately. 1. First I had One round of Technical interview, It was telephonic, Since my location was different for the position I applied
Latest Answer : If you usescanf("%s",&str[i]); then you can input 10 names like ravi, rama, kapil ..etc. But only the first letter of each names will be storedIt you usescanf("%c",&str[i]); then you will be able to input only 10 characters. ...
The arguments passed to function can be of two types
1. Values passed
2. Address passed
The first type refers to call by value and the second type refers to call by reference.
For instance consider program1
main()
{
int x=50, y=70;
interchange(x,y);
printf(“x=%d y=%d”,x,
Difference between Scholarship and Grant While both scholarships and grants allow students to pay for their tuition without having to pay the money back there are a number of key differences between the two Knowing the difference between grants and scholarship will make it much easier for students t
The Difference Between Data Mart and Data Warehouse The biggest decision facing most IT managers today is whether or not they should construct the data mart before the data warehouse Many vendors will tell you that data warehouses are hard to build as well as expensive mosgoogle If you listen to som