bmauro wrote: Wooo Hooo. I know the answer to this one A Broadcast domain is any segment that can recieve a broadcast (no duh). A good example would be if PC1 is trying to find the MAC address of another computer on it's LAN it will send a Broadcast frame to all devices on its segment asking for this information. The only way to stop broadcasts from propegating is to segment your network with Routers or by using VLANs. A collision domain is any segment where two frames can have a collision. On an Ethernet segment, if two devices transmit a frame at the same time, the frames will collide and each device will have to re-transmit the frame following CSMA/CD algorithm. If you have more than one device on a segment, collisions can occur. Hooking PCs up to a Hub for instance is one collision domain since each PC is on the same ethernet (remember its like a bus). Bridges and Switches can be used to seperate collision domains. Bridges segment the network into two collision domains, while each port on a switch is its own collision domain. If you have a 12-port switch, each device in each port is in it's own collision domain and won't have any collisions with frames sent from the devices in the other ports. While bridges and switches increase the number of collision domains (which is good) they DO NOT stop or reduce Broadcasts, only Routers and VLANs do this. That's my long winded answer, and please feel free to let me know if anything is incorrect.
dublin_101 wrote: - each port of a switch is its own broadcast domain!
- a serial wan connection from router to router is 1 broadcast domain, and 2. it is technically a collision domain also....
dmaftei wrote: dublin_101 wrote: - each port of a switch is its own broadcast domain! You mean collision domain; all ports are in one broadcast domain, unless you configure VLANs on the switch. - a serial wan connection from router to router is 1 broadcast domain, and 2. it is technically a collision domain also.... There are no collisions on serial links, so technically you cannot talk about a collision domain in this case.
dublin_101 wrote: yes i know that serial wan connections are broadcast domains, but recently when doing a quiz, my instructor said always keep in mind that technically it is a collision domain also...hence me using the word "technically"...
dublin_101 wrote: yes i know that serial wan connections are broadcast domains, but recently when doing a quiz, my instructor said always keep in mind that technically it is a collision domain also...