What is the difference between Hub and Switch?
Answers were Sorted based on User's Feedback
Answer / prashanth kumar d v
Hub : It brodcast the Ip address, if it got any replay from
that IP then only it will communicate with that system. 2)
shared date transfer( data transfer is very slow.
Switch : 1) It is One to One connectinn. 2) It will cache
the host ip address in the memory. 3) Data transfer rate is
very high.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / jagdish
hub swith
hub has no port security port security
single broadcast domain multiple broadcast domain
single collision domain single collision domain
layer 1 device layer 2 device
| Is This Answer Correct ? | 4 Yes | 3 No |
Answer / manoj
hub swith
hub has no port security port security
single broadcast domain multiple broadcast
domain
single collision domain single collision domain
layer 1 device layer 2 device
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / sheikh sikkandar,singapore
In programming, the IUnknown interface is the fundamental
interface in the Component Object Model (COM). The
published COM specification mandates that COM objects must
minimally implement this interface. Furthermore, every
other COM interface must be derived from IUnknown.
The IUnknown interface exposes three methods (sometimes
called functions): QueryInterface, AddRef, and Release:[1]
QueryInterface is used to obtain a pointer to another
interface, given a GUID that uniquely identifies that
interface (commonly known as an interface ID, or IID). If
the COM object does not implement that interface, an
E_NOINTERFACE error is returned instead.
AddRef is used by clients to indicate that a COM object is
being referenced. This is necessary to ensure that a COM
object is not disposed prematurely.
Release is used by clients to indicate that they have
finished using the COM object. An unreferenced COM object
may be safely disposed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / naushad ali
Hub is used to connect devices on a network so that they
can communicate each other, it always do broadcast.
Switch is also connect to devices on network, but first
time it will do broadcast and second time onwards it will
do unicast.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can you run exe files on chromebook?
How do I find my startup programs?
How do I enable direct3d?
Are .exe files dangerous?
Is it ok to delete downloaded program files?
What is the dos command for check disk?
How do you create a new folder?
What is setup exe file?
Can deleting temp files cause problems?
Can permanently deleted files be recovered?
Explain the difference between thread and process in an operating system?
What is the purpose of Process Handle Table?