

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
What is meant by network devices Different types of network devices
Typology: Study notes
1 / 3
This page cannot be seen from the preview
Don't miss anything!


Network Devices Hardware devices that are used to link computers, printers, fax machines and other network devices to a network are called Network Devices. Such devices transmit data over the same or different networks in a fast, safe and correct manner. Inter network or intra network can be network devices. Different types of network devices Modem Modem allows a computer to transmit or receive information over telephone or cable lines. Data stored on the device is electrical, while only analog data can be transmitted via a telephone line or cable wire. The modem’s primary purpose is to convert the digital signal to analog, and vice versa. The modem is a mix of modulator and demodulator modules. When the data is sent by the computer, the modulator converts digital data into analog data. When the data is received by the computer, the demodulator converts analog data signals to digital data. Types of Modems The modems can be classified in many ways, such as the direction in which data can be transmitted, type of connection to the transmission line, transmission mode and etc. Modems may be of these kinds, depending on the direction of data transmission: - Simplex: - This modem can pass data from a digital device to a network (modulator) or a network to a digital device (demodulator) in only one direction. Half duplex: - This modem has a capacity to transmit data in both directions, but only one at a time. Full duplex: - This modem will simultaneously transmit data in both directions. RJ The acronym for registered jack 45 is RJ45. The RJ45 connecter is an 8-pin jack that is used by devices to physically connect LANs based on ethernet. Ethernet is a tool that specifies protocols for setting up a LAN. Twisted pairs are the cables used by ethernet LANs and have RJ45 connecter pins at both ends. On computers, these pins go into required socket and connect the device to the network. [Tutorialspoint, (2020).] Repeater
The physical layer is controlled by a repeater. Before the signal becomes too weak or destroyed, the task is to restore the signal on the same network to increase the duration to which the signal can be transmitted over the same network. One important thing to note about the repeater is that the signal is not amplified by them. They copy the signal bit by bit and regenerate it at the original intensity when the signal becomes weak. Repeater is a 2- port device. Hub A Hub is basically a repeater with multiport. A hub links several wires from various branches, i.e., the start topology connecter that connects different stations. Hubs do not filter data, so data packets are sent to all linked devices. In other words, the collision domain of all hub linked hosts remains one. They also do not have the intelligence to find the best route for data packets, leading to inefficiencies and wastes. Types of hubs: - Active hub: - These are the hubs which have their own power supply and together with the network can clean, improve and transmit the signal. Passive hubs: - These are the hubs that receive wiring from nodes and from the active hub to supply electricity. Without cleaning and boosting, these hubs transmit signals into the network and cannot be used to extend the distance between nodes. Intelligent hub: - This function like active hubs and provides capabilities for remote control. They provide network devices with adjustable data rates. It also helps an administrator to track and configure each port in the hub for the traffic that passes through the hub. Bridge A Bridge run on a data link layer. A bridge is a repeater that incorporates the features of content filtering by reading the source and destination MAC addresses. It is also used to connect two LANs that operate on the same protocol. It has a single input and single output port, which makes it a device with 2 port. Types of bridges