instagram twitter linkedin github youtube

19.5.19

Network Topology - Ağ topolojisi

Bir ağ topolojisi, bir bilgisayar ağındaki sistemlerin düzenini açıklar . Ağdaki bilgisayarların veya düğümlerin nasıl düzenlendiğini ve birbirine bağlandığını tanımlar. Bazı yaygın ağ topolojileri yıldız, halka, çizgi, veri yolu ve ağaç yapılandırmalarını içerir. Bu topolojiler aşağıda tanımlanmıştır:
Yıldız - Bir merkezi not ağdaki diğer düğümlerin her birine bağlanır. Bir tekerlek içindeki jantlara bağlı bir göbeğe benzer.
Halka - Her düğüm tam olarak iki düğüme bağlanır ve bir halka oluşturur. Dairesel bir konfigürasyon olarak görselleştirilebilir. En az üç düğüm gerektirir.
Çizgi - Düğümler, çoğu düğümün diğer iki düğüme bağlı olduğu bir çizgide düzenlenir. Bununla birlikte, ilk ve son düğüm bir halkadaki gibi bağlanmaz.
Veriyolu - Her bir düğüm, tüm ağ boyunca çalışan merkezi bir veriyoluna bağlanır. Veri yolu üzerinden iletilen tüm bilgiler ağdaki herhangi bir sistem tarafından alınabilir.
Ağaç - Bir "kök" düğümü, diğer ağaçlara bağlanan ve diğer ağaçlara bağlanan diğer düğümlere bağlanır. Kök düğümden gelen bilgiler, son düğümlere ulaşmak için diğer düğümlerden geçmek zorunda kalabilir.
Bir ağ yöneticisinin, bir ağı bir araya getirirken farklı ağ topolojilerinin artılarını ve eksilerini bilmesi yararlıdır. Yönetici, her türün yararlarını tartarak, ağın kullanım amacı için en verimli olan yapılandırmayı seçebilir.

A network topology describes the arrangement of systems on a computer network. It defines how the computers, or nodes, within the network are arranged and connected to each other. Some common network topologies include star, ring, line, bus, and tree configurations. These topologies are defined below:
Star - One central note is connected to each of the other nodes on a network. Similar to a hub connected to the spokes in a wheel.
Ring - Each node is connected to exactly two other nodes, forming a ring. Can be visualized as a circular configuration. Requires at least three nodes.
Line - Nodes are arranged in a line, where most nodes are connected to two other nodes. However, the first and last node are not connected like they are in a ring.
Bus - Each node is connected to a central bus that runs along the entire network. All information transmitted across the bus can be received by any system in the network.
Tree - One "root" node connects to other nodes, which in turn connect to other nodes, forming a tree structure. Information from the root node may have to pass through other nodes to reach the end nodes.
It is helpful for a network administrator to know the pros and cons of different network topologies when putting together a network. By weighing the benefits of each type, the administrator can choose the configuration that is most efficient for the network's intended purpose.