Which of the following uses a centralized network device a hybrid B star C bus?

The physical topology of a network refers to the configuration of cables, computers, and other peripherals. Physical topology should not be confused with logical topology which is the method used to pass information between workstations. Logical topology was discussed in the Protocol chapter.

Main Types of Physical Topologies

The following sections discuss the physical topologies used in networks and other related topics.

A linear bus topology consists of a main run of cable with a terminator at each end (See fig. 1). All nodes (file server, workstations, and peripherals) are connected to the linear cable.

Which of the following uses a centralized network device a hybrid B star C bus?

Fig. 1. Linear Bus topology

Advantages of a Linear Bus Topology

  • Easy to connect a computer or peripheral to a linear bus.
  • Requires less cable length than a star topology.

Disadvantages of a Linear Bus Topology

  • Entire network shuts down if there is a break in the main cable.
  • Terminators are required at both ends of the backbone cable.
  • Difficult to identify the problem if the entire network shuts down.
  • Not meant to be used as a stand-alone solution in a large building.

A star topology is designed with each node (file server, workstations, and peripherals) connected directly to a central network hub, switch, or concentrator (See fig. 2).

Data on a star network passes through the hub, switch, or concentrator before continuing to its destination. The hub, switch, or concentrator manages and controls all functions of the network. It also acts as a repeater for the data flow. This configuration is common with twisted pair cable; however, it can also be used with coaxial cable or fiber optic cable.

Which of the following uses a centralized network device a hybrid B star C bus?

Fig. 2. Star topology

Advantages of a Star Topology

  • Easy to install and wire.
  • No disruptions to the network when connecting or removing devices.
  • Easy to detect faults and to remove parts.

Disadvantages of a Star Topology

  • Requires more cable length than a linear topology.
  • If the hub, switch, or concentrator fails, nodes attached are disabled.
  • More expensive than linear bus topologies because of the cost of the hubs, etc.

A tree topology combines characteristics of linear bus and star topologies. It consists of groups of star-configured workstations connected to a linear bus backbone cable (See fig. 3). Tree topologies allow for the expansion of an existing network, and enable schools to configure a network to meet their needs.

Which of the following uses a centralized network device a hybrid B star C bus?

Fig. 3. Tree topology

Advantages of a Tree Topology

  • Point-to-point wiring for individual segments.
  • Supported by several hardware and software venders.

Disadvantages of a Tree Topology

  • Overall length of each segment is limited by the type of cabling used.
  • If the backbone line breaks, the entire segment goes down.
  • More difficult to configure and wire than other topologies.

5-4-3 Rule

A consideration in setting up a tree topology using Ethernet protocol is the 5-4-3 rule. One aspect of the Ethernet protocol requires that a signal sent out on the network cable reach every part of the network within a specified length of time. Each concentrator or repeater that a signal goes through adds a small amount of time. This leads to the rule that between any two nodes on the network there can only be a maximum of 5 segments, connected through 4 repeaters/concentrators. In addition, only 3 of the segments may be populated (trunk) segments if they are made of coaxial cable. A populated segment is one that has one or more nodes attached to it . In Figure 4, the 5-4-3 rule is adhered to. The furthest two nodes on the network have 4 segments and 3 repeaters/concentrators between them.

NOTE: This rule does not apply to other network protocols or Ethernet networks where all fiber optic cabling or a combination of a fiber backbone with UTP cabling is used. If there is a combination of fiber optic backbone and UTP cabling, the rule would translate to a 7-6-5 rule.The speed of networking switches is vastly improved over older technologies, and while every effort should be made to limit network segment traversal, efficient switching can allow much larger numbers of segments to be traversed with little or no impact to the network.

Geometric representation of how the computers are connected to each other is known as topology. There are eight types of topology – Mesh, Star, Bus, Ring, Hybrid, Tree, P2P and Daisy chain.

Types of Topology

Which of the following uses a centralized network device a hybrid B star C bus?

There are mainly eight types of topology in computer networks:

  1. Mesh Topology
  2. Star Topology
  3. Bus Topology
  4. Ring Topology
  5. Hybrid Topology
  6. Tree Topology
  7. P2P Topology
  8. Daisy Chain Topology

Mesh Topology

Which of the following uses a centralized network device a hybrid B star C bus?


In mesh topology each device is connected to every other device on the network through a dedicated point-to-point link. When we say dedicated it means that the link only carries data for the two connected devices only. Lets say we have n devices in the network then each device must be connected with (n-1) devices of the network. Number of links in a mesh topology of n devices would be n(n-1)/2.

There are two types of Mesh topology:

  1. Full Mesh Topology: In this topology each device is connected to all the devices available on the network.
  2. Partial Mesh Topology: In partial mesh topology, each device is connected to only those devices, to which they communicate frequently. This reduces redundant links and saves the setup cost.

Advantages of Mesh topology

1. No data loss: No data traffic issues as there is a dedicated link between two devices which means the link is only available for those two devices.
2. Reliable: Mesh topology is reliable and robust as failure of one link doesn’t affect other links and the communication between other devices on the network.
3. Secure: Mesh topology is secure because there is a point to point link thus unauthorized access is not possible.
4. Easy to troubleshoot: Fault detection is easy as there is a separate connection between each devices.
5. Fast communication: As there is a dedication connection between two devices on a network, the communication is fast.

Disadvantages of Mesh topology

1. Amount of wires required to connected each system is tedious and headache.
2. Since each device needs to be connected with other devices, number of I/O ports required must be huge.
3. Scalability issues because a device cannot be connected with large number of devices with a dedicated point to point link.

Star Topology

Which of the following uses a centralized network device a hybrid B star C bus?


In star topology each device in the network is connected to a central device called hub. Unlike Mesh topology, star topology doesn’t allow direct communication between devices, a device must have to communicate through hub.

If one device wants to send data to other device, it has to first send the data to hub and then the hub transmit that data to the designated device.

The central device is known as hub and other devices connected to hub are called clients. Generally Coaxial cable or RJ-45 cables  are used to connect the clients to the hub.

Advantages of Star topology

  • Less expensive: Less expensive because each device only need one I/O port and needs to be connected with hub with one link.
  • Easier to install
  • Cost effective: Less amount of cables required because each device needs to be connected with the hub only.
  • Robust: If one link fails, other links will work just fine.
  • Easy to troubleshoot: Easy fault detection because the link can be easily identified.
  • Reliable: Each device is separately connected to the hub, so a connection failure between a device and hub doesn’t affect the connection of the other devices.

Disadvantages of Star topology

  • If hub goes down everything goes down, none of the devices can work without hub.
  • Hub requires more resources and regular maintenance because it is the central system of star topology.
  • Not Scalable: There is a limit to add new devices as each device increase the load on the central unit (hub or switch). This is why it is not suitable for the large networks.

Bus Topology

Which of the following uses a centralized network device a hybrid B star C bus?


In bus topology there is a main cable and all the devices are connected to this main cable through drop lines. There is a device called tap that connects the drop line to the main cable. Since all the data is transmitted over the main cable, there is a limit of drop lines and the distance a main cable can have.

  • The main cable that is connected to the devices on the network using drop line is called backbone cable.
  • The main cable broadcast the message to all the devices connected to it.
  • When a device wants to sends a message, it transmits the message to the backbone cable. All the other devices connected to the backbone cable receives the message whether they are intended to receive the message or not.
  • The most common access method of the bus topologies is CSMA (Carrier Sense Multiple Access). This method is used to prevent the collision of data as two or more devices can send the data to main cable at the same time.

CSMA: This method is developed to decrease the chance of collisions when two or more devices starts sending the signal at the same time.

CSMA CD (Carrier Sense Multiple Access with Collision Detection): In this method, a device monitors the transmission medium after it sends the data to see if the transmission was successful. If successful, the device marks the communication successful else it sends the data again.
CSMA CA (Carrier Sense Multiple Access with Collision Avoidance): This method tries to prevent the collision from happening. In this method, before sending the data, the device checks the transmission medium to see if it is busy or not. If busy, then the sender device waits until the transmission medium becomes idle.

Advantages of bus topology

  • Easy installation, each cable needs to be connected with backbone cable.
  • Less Expensive: Less cables are required than Mesh and star topology
  • Limited failure: The connection failure of one device doesn’t affect the connections of other devices on network.

Disadvantages of bus topology

  • Difficultly in fault detection.
  • Not scalable as there is a limit of how many nodes you can connect with backbone cable.
  • Difficult to troubleshoot: It is difficult to identify the cause of failure.
  • Data collision: When two or more devices send the data simultaneously then there is a chance of data collision. However this can be solved by implementing CSMA techniques that we discussed above.

Ring Topology

Which of the following uses a centralized network device a hybrid B star C bus?


In ring topology each device is connected with the two devices on either side of it. There are two dedicated point to point links a device has with the devices on the either side of it. This structure forms a ring thus it is known as ring topology.

If a device wants to send data to another device then it sends the data in one direction, each device in ring topology has a repeater, if the received data is intended for other device then repeater forwards this data until the intended device receives it.

  • Data flow is unidirectional in ring topology.
  • This topology doesn’t have any end points as nodes are connected in circular fashion.
  • The data transfers in ring topology in clockwise direction.
  • The popular access method used in ring topology is token passing method. The word token describes segment of data send through the network. There are multiple tokens available on the network, the device that successfully acquires the token attaches the data to the token. The device that successfully decodes the token, receives the data.

Advantages of Ring Topology

  • Easy to install.
  • Managing is easier as to add or remove a device from the topology only two links are required to be changed.
  • Less expensive: Generally Twisted pair cabling is used in ring topology which is inexpensive and easily available.
  • Easy maintenance: The network in ring topology is easy to maintain as a system failure doesn’t affect other systems on network, the failed system can be easily removed and installed again after fixing the issue.

Disadvantages of Ring Topology

  • A link failure can fail the entire network as the signal will not travel forward due to failure.
  • Data traffic issues, since all the data is circulating in a ring.

Hybrid topology

Which of the following uses a centralized network device a hybrid B star C bus?


A combination of two or more topology is known as hybrid topology. For example a combination of star and bus topology is known as star bus hybrid topology, this topology is shown in the above diagram.

Advantages of Hybrid topology

  • We can choose the topology based on the requirement for example, scalability is our concern then we can use star topology instead of bus technology.
  • Scalable as we can further connect other computer networks with the existing networks with different topologies.

Disadvantages of Hybrid topology

  • Fault detection is difficult.
  • Installation is difficult.
  • Design is complex so maintenance is high thus expensive.

Tree topology

Which of the following uses a centralized network device a hybrid B star C bus?

  • Tree topology is an example of hybrid topology as it is a combination of star topology and bus topology that forms a tree like structure.
  • The devices are connected to each other in hierarchical manner. Each node has arbitrary number of child nodes. The device at the top of the hierarchy is known as root node and other devices that are lower in hierarchy known as descendants of the root node.
  • There is a single path between two devices and this is the path of the communication between devices.
  • Tree topology is also called star-bus topology.

Advantages of Tree topology

  • Easy error detection.
  • Expendable: It is easy to add new devices to the network in tree topology.
  • Easy maintenance: Devices are grouped in small star networks and these star networks are connected to each other using bus topology. It is easy to manage a device in small star network.
  • Reliable: One system failure doesn’t bring the whole network down. The failed system can be easily managed.
  • Supports broadband transmissions: It supports broadband transmission that is reason this topology is frequently used in corporate networks.

Disadvantages of Tree topology

  • Cost: Cost of broadband transmission is high.
  • Dependant on backbone cable of bus topology: All the devices connected in star networks are connected with other devices using backbone cable of bus topology. Failure in this main cable can affect the whole network.

P2P (Peer to Peer) Topology

In Peer to Peer topology, two devices are connected to each other directly. There is no client and server in P2P topology as both the devices serve the purpose of client and server both. Torrent is an example of P2P topology as one computer can download the data as well as upload the data to another computer.

Which of the following uses a centralized network device a hybrid B star C bus?

In P2P, these two devices can be two computers, routers, switches etc. The client is the computer that requests the data and server is the computer that serves the request by sending data. In P2P, both the devices can request as well as send the data.

Con: The biggest disadvantage of P2P network is the security. A computer connected to another computer using P2P can read and write the data on the computer.

Daisy Chain Topology

Which of the following uses a centralized network device a hybrid B star C bus?

In Daisy Chain Topology, all devices are connected in a linear fashion. Consider it as a ring topology where the last device is not connected to the first device. Every device in the daisy chain network is connected to immediate left and right neighbour devices, except the first and last device.

The intermediate device helps in propagating the signal by relaying it until it reaches the destination. Consider ring topology as an advanced version of this topology, by joining first and last devices in this topology a ring topology can be formed.

What uses a centralized network device?

'Hub' is the correct option which uses a centralized network device.

What is a centralized network device?

A centralized network is built around a single, central server that handles all major management and data processing functions. Other types of servers may connect to this master server and manage other specific functions, but those other servers cannot work independently of the central server.

Which topology uses Centralised network?

Star topology: Star topology is the most commonly used topology system. Every node connects to a central network device in this layout, like a hub, switch or computer. Star topology is centralized in nature, making it user-friendly, reliable, and easy to manage.

Which powerful centralized device is used in architecture?

Answer. Explanation: . The central node that serves the other nodes in the system is the server node and all the other nodes are the client nodes.