Evgenii Legotckoi
Evgenii LegotckoiJuly 20, 2015, 2:57 a.m.

Topology data networks

Under the topology of the network refers to the configuration of the graph, whose vertices correspond to the end nodes of the network (such as computers) and communications equipment (eg, routers), and the edges of the physical or informational communication between nodes.

Full mesh

Full mesh This topology requires communication nodes N N (N-1) / 2 duplex physical links. The advantage of this layout is that it connects each node to each. Thus, in the event of a node failure, there is no malfunction of other nodes in the network based on this topology.

But in practice, this type of topology is not applicable, because it is a very expensive option of building a network.


The cellular topology

The cellular topology This topology is obtained from a full mesh by removing some of the links between nodes. In terms of reliability, this topology is less reliable than the fully connected, but at the same time and cheaper, by reducing redundant links to the organization costs.

This type of topology is often used in the Global (WAN) and metropolitan area networks (MAN). Technologies which employ these types of topologies may be systems like Ethernet and SDH / SONET systems.

Ring topology

Ring topology In a ring topology, as the name implies, all components are combined into a ring. Data may be transmitted in the ring or in one of the directions, or both at once, depending on the network technology used in each particular case.

This topology is sufficiently reliable, because it provides samorezervirovanie. Each node is connected to two adjacent, and depending on the state of connections transmits data either clockwise or counterclockwise.

As a result, network redundancy is provided by the presence of two data paths from the start node to the end, as well as timely maintenance work on the data network in the event of failure of one node or one of the links.

The star topology

The star topology The appearance of a star topology is due to the advent of the telecommunication equipment, such as switches and hubs, which commute data transfer between end nodes on the network.

In this topology, the switch acts as a central hub through which the data transmission between other nodes.

The advantages of this topology are simplicity of data transmission networks, increase the efficiency of use of communication media, the ability to network administration and delimitation of user access to network resources.

The disadvantage is that the switch in this case is a critical point of failure, but in the case of the end-user (do not consider the role of the switch as the main unit, combining other switches) this circumstance is offset by the advantages of this topology.

Hierarchical star, tree

Hierarchical star, tree This topology is a common one for building modern data networks. In this case, the switches are combined into the main star, which organizes the main data channels, and depart from her branches, which connect the end-user nodes.

Redundancy in this topology affects only the main canals. This is achieved by an organization mesh topology between the switches or ring topology organization, again between switches.

We recommend hosting TIMEWEB
We recommend hosting TIMEWEB
Stable hosting, on which the social network EVILEG is located. For projects on Django we recommend VDS hosting.

Do you like it? Share on social networks!

Comments

Only authorized users can post comments.
Please, Log in or Sign up
e
  • ehot
  • March 31, 2024, 2:29 p.m.

C++ - Тест 003. Условия и циклы

  • Result:78points,
  • Rating points2
B

C++ - Test 002. Constants

  • Result:16points,
  • Rating points-10
B

C++ - Test 001. The first program and data types

  • Result:46points,
  • Rating points-6
Last comments
k
kmssrFeb. 8, 2024, 6:43 p.m.
Qt Linux - Lesson 001. Autorun Qt application under Linux как сделать автозапуск для флэтпака, который не даёт создавать файлы в ~/.config - вот это вопрос ))
Qt WinAPI - Lesson 007. Working with ICMP Ping in Qt Без строки #include <QRegularExpressionValidator> в заголовочном файле не работает валидатор.
EVA
EVADec. 25, 2023, 10:30 a.m.
Boost - static linking in CMake project under Windows Ошибка LNK1104 часто возникает, когда компоновщик не может найти или открыть файл библиотеки. В вашем случае, это файл libboost_locale-vc142-mt-gd-x64-1_74.lib из библиотеки Boost для C+…
J
JonnyJoDec. 25, 2023, 8:38 a.m.
Boost - static linking in CMake project under Windows Сделал всё по-как у вас, но выдаёт ошибку [build] LINK : fatal error LNK1104: не удается открыть файл "libboost_locale-vc142-mt-gd-x64-1_74.lib" Хоть убей, не могу понять в чём дел…
G
GvozdikDec. 18, 2023, 9:01 p.m.
Qt/C++ - Lesson 056. Connecting the Boost library in Qt for MinGW and MSVC compilers Для решения твой проблемы добавь в файл .pro строчку "LIBS += -lws2_32" она решит проблему , лично мне помогло.
Now discuss on the forum
a
a_vlasovApril 14, 2024, 6:41 a.m.
Мобильное приложение на C++Qt и бэкенд к нему на Django Rest Framework Евгений, добрый день! Такой вопрос. Верно ли следующее утверждение: Любое Android-приложение, написанное на Java/Kotlin чисто теоретически (пусть и с большими трудностями) можно написать и на C+…
Павел Дорофеев
Павел ДорофеевApril 14, 2024, 2:35 a.m.
QTableWidget с 2 заголовками Вот тут есть кастомный QTableView с многорядностью проект поддерживается, обращайтесь
f
fastrexApril 4, 2024, 4:47 a.m.
Вернуть старое поведение QComboBox, не менять индекс при resetModel Добрый день! У нас много проектов в которых используется QComboBox, в версии 5.5.1, когда модель испускает сигнал resetModel, currentIndex не менялся. В версии 5.15 при resetModel происходит try…
AC
Alexandru CodreanuJan. 19, 2024, 11:57 a.m.
QML Обнулить значения SpinBox Доброго времени суток, не могу разобраться с обнулением значение SpinBox находящего в делегате. import QtQuickimport QtQuick.ControlsWindow { width: 640 height: 480 visible: tr…

Follow us in social networks