Packet loss is common with switches but not much of an issue using a hub.
No, that would be a hub or repeater. A switch will only transmit a message to the designated receiver (unless the packet is a broadcast packet).
If you have switch from hub to switch, the answer is yes of course. Hub uses broadband connections all the time, when switch creates a virtual channel for each connection. It protects your network from somebody who wants to collect network packages which do not belong to that person. Some router have manageable interface and allow even filtering. Depending on model you are using you benefit more or less but still benefit anyway.
Yes, the main reason is switch is an inteligent device for routing IP Packet. It substitute conventional hub which is not smart because it broadcast IP packet to all its port. This impact to network performance because IP packet flooding network. While switch have internal routing table that can help switch to forwarding to a exact port where the destination host is connected to its switch port.
If you have a hub then the packet is sent to every computer, and only the right computer will read it. The rest just quietly ignore it. Obviously this poses a major security risk. If its a switch then the switch has a table which tells it which address matches which port. So when the packet arrives, the switch checks the destination address then it goes to the table and gets the corresponding port and then sends the packet accordingly. A router works similarly enough. Except a router can do alot more complex operations.
A hub is just a dumb repeater that splits whatever signal comes in via some port straight out all of the other ports. A switch is a bit more intelligent in that it checks the destination hardware address in the packet which comes in and forwards that packet back out only the port where the target network interface is actually located.
A crossover cable is used to connect a Hub or Switch to another Hub or Switch - or a PC to another PC.
No, because there is a hub between star topology and every station connect to that central hub. hub cause broadcast and congession since packet loss is more likely to occur. I suggest that mesh topology is more faster as there is a dedicated link to each node.
Switches store the MAC addresses in an internal database called MAC Address Table. The entries in that table can be addresses learned by the switch or that can be entered manually by the switch administrator. This table is analogy to a router's routing table, only a switch operates at layer 2 whereas the router operate at Layer 3.
switches does not have the database...much smarter than a hub.
Port in hub/switch refers to the interface where you connect your computers.
it is a switch in hubs
Hubs (As in the networking device) are considered to be a "dumb" device so to speak. When a packet is sent to a computer connected to a hub with other computers attached, it will forward the packet to EVERY computer connected to it. The issues involved with this is data collisions, if a computer is trying to send out data to something on a different network, while the hub is trying to send a packet there will be a collision. These have the tendency to slow the network down and the data that collided is lost. Since there is so much traffic being sent a hub will just keep forwarding what it is sent to every computer attached. This can drain network resources, which intern slows down the network for others. So it's better to use a switch in most cases, as they avoid many of the issues hubs face.