📜 ⬆️ ⬇️

The vision of a fault-tolerant, reliable, scalable data network

Encouraged by the philosophy of network technologies, data transfer technologies, and generally everything that explains how everything works, I decide to write a number of articles about what is a benchmark of network solutions, quality implementation or tuning, or something similar, but presently present and terribly annoying.

What is it this time ...


In the vision of building networks of Cisco, there is the concept of a three-tier model.

The three-level network model is a hierarchical structure of data transmission not in terms of protocols or models (such as OSI or TCP / IP models), but in terms of the functioning of abstract network elements.
')
From the title it is obvious that all elements of the network are divided into three so-called levels. This division allows building fault-tolerant, reliable, scalable data networks. The role of levels is rather logical, and there is no need to physically bind to specific equipment.
image



Core Layer


It is the core of the network. The only thing he has to do is redirect packets from one segment to another with lightning speed. The base layer is responsible only for high-speed switching of traffic, it is not responsible for routing. Based on this, the basic level must be provided with a high degree of fault tolerance and reliability. Usually duplicate devices operating at a basic level. Consider, for example, Cisco WS-C6503-E .

It is perfect for implementing the core network level. To ensure fault tolerance and reliability, for example, we duplicate it with one more and link so that every device knows at any time about the configuration and topology of the network. If one of the cores fails, or if the transmission medium is unavailable from the level of distribution to one of the cores, the second responsibility will take over the second! I will cite some of the features and recommendations for designing a basic level, which distinguish leading manufacturers of network equipment.
Some features of the base level:

A few guidelines for network design at a basic level:

Distribution Layer


It is a “layer” between the access level and the core level (base level). It is at this level that the control over network data transfer is exercised. You can also create broadcast domains, create VLANs, if necessary, as well as implement various policies (security and management). At the distribution level, a rule can be applied to the kernel level. I will give some features and recommendations for the design of the distribution level, which distinguish the leading manufacturers of network equipment.


A few recommendations for network design at the distribution level:

Access Level


The lowest level of the three-level model. The access level contains devices that allow workgroups and users to work with services provided by the kernel level and distribution level. At the access level, you can organize collision domains using hubs, repeaters or switches. With regard to the level of access you can not use powerful equipment, which is used at the levels above. I will give some features and recommendations when designing the access level, which distinguish the leading manufacturers of network equipment.
Some features of the access level:

A few guidelines for network design at the access level:

As I mentioned earlier, the levels of the Cisco three-tier model are not tied to the hardware, but are only logically conditioned. Accordingly, it is sometimes possible to combine the access level and the distribution level in a single device. For example, in a Cisco WS-C3560-4Gig-48PS device you can do this. But it is worth remembering that the merging of these two levels is carried out only because the hardware and software allow you to do this. In fact, two independent logical levels will be implemented in one device.

Important!


It is necessary to adhere to the rule when building a network so that the functions of one level do not fulfill the other and vice versa.

Naturally, such a model is acceptable for a network of a large enterprise, in the interests of which its functioning properly. It is necessary to spend a lot of effort and time and money to develop a project, implement and maintain such a network. But it is worth it!

Source: https://habr.com/ru/post/93629/


All Articles