Programming Concepts Question:
Download Questions PDF

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

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 Interview Questions And Answers PDF

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?