Programming Concepts Question: Download Programming Concepts PDF

Tell me what is the difference between collision domain and broad cast domain?

Tweet Share WhatsApp

Answer:

A collision domain is a logical area in a computer network where data packets can "collide" with one another, in particular in the Ethernet networking protocol. The more collisions in a network the less efficient it is.

A broadcast domain is a logical area in a computer network where any computer connected to the computer network can directly transmit to any other in the domain without having to go through a routing device.

Download Programming Concepts PDF Read All 112 Programming Concepts Questions
Previous QuestionNext Question
Can you split the following code?
char far*scr=(char far*) 0xB8000000L?
Explain what is port? what is HTTP port, FTP port, Telnet port and others?