Networking devices


Common basic networking devices

ยท         Router: a specialized network device that determines the next network point to which it can forward a data packet towards the destination of the packet. Unlike a gateway, it cannot interface different protocols.
ยท         Bridge: a device that connects multiple network segments along the data link layer.
ยท         Switch: a device that allocates traffic from one network segment to certain lines (intended destination(s)) which connect the segment to another network segment. So unlike a hub a switch splits the network traffic and sends it to different destinations rather than to all systems on the network.
ยท         Hub: connects multiple Ethernet segments together making them act as a single segment. When using a hub, every attached all the objects, compared to switches, which provide a dedicated connection between individual nodes.
ยท          Repeater: device to amplify or regenerate digital signals received while sending them from one part of a network into another.
ยท         Modem: device that modulates an analog "carrier" signal (such as sound), to encoded digital information, and that also demodulates such a carrier signal to decode the transmitted information, as a computer communicating with another computer over the telephone network
ยท         RJ45 Connector: may refer to a registered jack connector and wiring pattern used for connection of a high-speed modem to a telephone network using a keyed 8P8C(8 position 8 contact) modular connector

Comments

Popular posts from this blog

Program for calculating Simple Interest using the concept of Default Arguments

Data communication Terminology

Program for Checking whether the given number is Palindrome or not