hub
A hub may refer to any of the following:
1. When referring to a network, a hub is the most basic networking device that connects multiple computers or other network devices together. Unlike a network switch or router, a network hub has no routing tables or intelligence on where to send information andbroadcasts all network data across each connection. Most hubs can detect basic network errors such as collisions, but having all information broadcast to multiple ports can be a security risk and cause bottlenecks. In the past, network hubs were popular because they were cheaper than a switch or router. Today, switches do not cost much more than a hub and are a much better solution for any network.
2. In general, a hub refers to a hardware device that enables multiple devices or connections to be connected to a computer. Another example besides the one given above is aUSB hub, which allows multiple USB devices to be connected to one computer, even though that computer may only have a few USB connections. The picture to the right is an example of a USB hub.
switch
A switch may refer to any of the following:
1. A switch is a piece of a physical circuitry component that governs the signal flow. Having a switch or toggle switch allows a connection to be opened or closed. When opened, the switch allows a signal or power to flow through the connection. When closed, the switch stops the flow and breaks the circuit connection.
2. On a network, a switch is a hardware device thatfilters and forwards network packets, but often not capable of much more. The first network device that was added to the Internet was a switch called the IMP, which helped send the first message on October 29, 1969. A network switch is more advanced than a hub but not as advanced as arouter. The picture shows an example of a NETGEAR5 port switch.
3. A switch is also a button or lever that can be switched to turn a device on or off.
4. With a computer keyboard, a switch is what is beneath each key that gives the key a response when pressed. For example, a scissor-switch is a type of switch used with laptop computers. The picture to the right is an example of a scissor-switch and how the key is compressed when pressed.
5. When referring to another command, a command switch is an available option that can be used with the command. For example, the command "fdisk" can be used with the /MBR switch. Using "FDISK /MBR" would allow the user to recreate the master boot record and not just run the fdisk program.
Network RepeaterA repeater connects two segments of your network cable. It retimes and regenerates the signals to proper amplitudes and sends them to the other segments. When talking about, ethernet topology, you are probably talking about using a hub as a repeater. Repeaters require a small amount of time to regenerate the signal. This can cause a propagation delay which can affect network communication when there are several repeaters in a row. Many network architectures limit the number of repeaters that can be used in a row. Repeaters work only at the physical layer of the OSI network model.BridgeA bridge reads the outermost section of data on the data packet, to tell where the message is going. It reduces the traffic on other network segments, since it does not send all packets. Bridges can be programmed to reject packets from particular networks. Bridging occurs at the data link layer of the OSI model, which means the bridge cannot read IP addresses, but only the outermost hardware address of the packet. In our case the bridge can read the ethernet data which gives the hardware address of the destination address, not the IP address. Bridges forward all broadcast messages. Only a special bridge called a translation bridge will allow two networks of different architectures to be connected. Bridges do not normally allow connection of networks with different architectures. The hardware address is also called the MAC (media access control) address. To determine the network segment a MAC address belongs to, bridges use one of:
Network Router |
No comments:
Post a Comment