InterviewSolution
| 1. |
Explain various networking devices used? |
|
Answer» Network Interface Cards: The network interface card (NIC) provides the physical connection between the network and the computer workstation. Network interface cards are a major factor in determining the speed and performance of a network. The most common network interface connections are Ethernet cards. 1. Switches: A switch is a hardware device that provides a central connection point for cables from workstations, servers, and peripherals, switch forwards data only to the port on which the destination system is connected. Most switches are active, that is they electrically amplify the signal as it moves from one device to another. Switches manage the data flow on the connection, it can send and receive data on the connection at the same time. Switches use three methods to deal with data as it arrives. They are Cut-through, Store-and-forward, and Fragment-free. 2. Repeaters: 3. Bridges: Three types of bridges are used in networks are Transparent bridge, Translational bridge, Source-route bridge. Most bridges can “listen” to the network and automatically figure out the address of each computer on both sides of the bridge. The bridge can inspect each message and, if necessary, broadcast it on the other side of the network. The bridge manages the traffic to maintain optimum performance on both sides of the network. a. Routers: b. Hubs: c. Gateways: d. Modems: The modem is a short form of the terms modulator and demodulator. Modems translate digital signals from a computer into analog signals that can travel across phone lines. The modem modulates the signal at the sending end and demodulates at the receiving end. Modems provide a relatively slow method of communication. Modems are available as internal devices that plug into expansion slots in a system; external devices that plug into serial or USB ports; |
|