Saturday, August 11, 2018

TYPES OF NETWORKING DEVICES

1) NIC- NIC stand for network interface card. It is indeed a circuit board or a card that is installed in a computer so that it can be connected to a network. The network interface card provides the computer with a dedicated, full-time connection to a network. Personal computer and workstations on a local area network(LAN) typically contain a network interface card specifically designed for the LAN transmission technology.

2) REPEATER- Repeater is a network device, which used to regenerate or replicate a signal. It removes the unwanted noice in an incoming signal. Unlike an analog signal, the original signal, even if weak or distorted, can be clearly perceived and restored. With analog transmission signal are re-strengthened with amplifiers which unfortunately also amplify noise as well as information.
3) HUB- Basically a hub is a common connection point for devices in a network. Hubs are commonly used to connect segments of a LAN. A hub contain multiple ports. When a packet arrives at one port it is copied to the other ports so that all segments of the LAN can see all packets.

4) BRIDGE- Bridge devices inspect incoming network traffic and determine whether to forward or discard it according to its intended destination. An Ethernet bridge for example, inspects each incoming Ethernet frame-including the source and destination MAC addresses, and sometimes the frame size in making individual forwarding decisions.

5) SWITCH- Switch is a very common types of networking device that channels coming data from any of multiple input ports to the specific output port that will take the data toward, its intended destination in a telecommunications network. In the traditional circuit-switched telephone network one or more switch are used to set up a dedicated communication through temporary connection or circuit for data exchange between two or more network devices. On an Ethernet LAN the switch determines from the physical devices like MAC address in each incoming message frame which output port to forward it to and cut of. In an internet a switch determines from the IP address in each packet, and the output port of switch is connected to the next part of the intended destination.


6) GATEWAY- A gateway is a network node which connects two network in different protocols. Gateway can take a several forms including routers or computers and can perform a variety of tasks.

7) ROUTER- Router is one of the most used networking devices used to sharing internet connection between two devices. The operating of router is complicate as it can be both software and hardware and operate at layer 3 of OSI model.

8) MODEM- MODEM stands for modulator-demodulator. A modem is a device or program that enables a computer to transmit data over. Computer information is stored digitally whereas information transmitted over telephone lines is transmitted in the form of analog waves. A modem converts between these two forms analog to digital and vice versa.

No comments:

Post a Comment