Skip to main content

HYBRID TOPOLOGY


HYBRID TOPOLOGY :

"A combination of two or more different topologies makes for a hybrid topology. When different topologies are connected to one another, they do not display characteristics of any one specific topology. "

WORKING OF Hybrid Topology
The Hybrid topology scheme combines multiple topologies into one large topology.The hybrid network is common in large wide area networks. Because each topology has its own strengths and weaknesses, several different types can be combined for maximum effectiveness.

ADVANTAGES of Hybrid Topology
  • Any topology can be combined with another without making any changes to existing topology.  The speed of the topology is compatible because it combines the strengths of each of the topologies, eliminating weaknesses.  It is also more efficient.
DISADVANTAGES of Hybrid Topology


  • Installation and configuration of topology is difficult.  Because there are different topologies that need to connect.  At the same time, make sure none of them fail, which makes installation and configuration very difficult.

Comments

Popular posts from this blog

Active and Passive FTP

Active and Passive FTP The FTP server may support Active or Passive connections, or both.  In an Active FTP connection, the client opens a port and listens and the server actively connects to it.  In a Passive FTP connection, the server opens a port and listens (passively) and the client connects to it.  You must grant Auto FTP Manager Access to the Internet and to choose the right type of FTP Connection Mode. Most FTP client programs select passive connection mode by default because server administrators prefer it as a safety measure.  Firewalls generally block connections that are "initiated" from the outside.  Using passive mode, the FTP client is "reaching out" to the server to make the connection.  The firewall will allow these outgoing connections, meaning that no special adjustments to firewall settings are required. If you are connecting to the FTP server using Active mode of connection you must set your firewa...