0
4.6kviews
List the Networking components and map all networking components with OSI
1 Answer
0
68views

Networking component, also known as network equipment or computer networking devices, are physical devices which are required for communication and interaction between devices on a computer network.

  • Gateway: An interface providing acompatibility between networks by converting transmission speeds, protocols, codes, or security measures.
  • Router: A networking device that forwards data packets between computer networks. Routers perform the "traffic directing" functions on the Internet. A data packet is typically forwarded from one router to another through the networks that constitute the internetwork until it reaches its destination node. It works on OSI layer 3.
  • Switch: A device that connects devices together on a computer network, by using packet switching to receive, process and forward data to the destination device. Unlike less advanced network hubs, a network switch forwards data only to one or multiple devices that need to receive it, rather than broadcasting the same data out of each of its ports. It works on OSI layer 2.
  • Bridge: A device that connects multiple network segments. It works on OSI layers 1 and 2.
  • Hub: For connecting multiple Ethernet devices together and making them act as a single network segment. It has multiple input/output (I/O) ports, in which a signal introduced at the input of any port appears at the output of every port except the original incoming. A hub works at the physical layer (layer 1) of the OSI model.
  • Repeater: An electronic device that receives a signal and retransmits it at a higher level or higher power, or onto the other side of an obstruction, so that the signal can cover longer distances.
Please log in to add an answer.