Вісники та науково-технічні збірники, журнали

Permanent URI for this communityhttps://ena.lpnu.ua/handle/ntb/12

Browse

Search Results

Now showing 1 - 5 of 5
  • Thumbnail Image
    Item
    Дослідження ефективності використання мережі CDN
    (Видавництво Львівської політехніки, 2017-03-28) Кирик, М. І.; Плесканка, Н. М.; Плесканка, М. В.; Kyryk, M.; Pleskanka, N.; Pleskanka, M.; Національний університет “Львівська політехніка”; Lviv Polytechnic National University
    Здійснено імітаційне моделювання роботи кешуючих серверів мережі доставки контенту (CDN). Розглянуто основні методи балансування навантаження, які дають змогу раціонально розподілити навантаження між серверами мережі. Описано процес маршрутизації запитів кінцевих користувачів, який дає змогу вибрати оптимальний сервер для отримання контенту із максимально дозволеною якістю. Запропоновано використання систем моніторингу мережевих ресурсів та вузлів обслуговування, що дасть змогу якісно оцінювати стан роботи мережі та вчасно повідомляти про можливі неполадки. На основі отриманих результатів моделювання подано графічні залежності ефективності використання CDN, коефіцієнта попадання та часу відповіді від зміни розміру кешу. Отримані залежності демонструють важливу особливість, а саме те, що збільшення розміру кешу не завжди дає можливість ефективно використовувати CDN. Однак від розміру кешу безпосередньо залежатиме час відповіді сервера на запити кінцевих користувачів. Встановлено, що використання CDN істотно економить трафік, скорочує час відповіді сервера на отримання контенту і тим самим забезпечує надання послуг із задовільною якістю та оптимальним використанням мережевих ресурсів.
  • Thumbnail Image
    Item
    Багаторівнева модель буферизації даних у вузлах обслуговування мультисервісного трафіку
    (Видавництво Львівської політехніки, 2014) Климаш, М. М.; Кирик, М. І.; Плесканка, Н. М.; Кагало, І. О.
    Проведено огляд основних принципів буферизації даних у вузлах обслуговування мультисервісного трафіку. Запропоновано багаторівневу модель буферизації даних у вузлах, які обслуговують велику кількість TCP потоків. Здійснено оптимізацію моделі буферизації з метою забезпечення задовільної якості надання послуг у мультисервісній мережі передачі даних. Given the bursty behavior of cloud applications described above, an easy solution to the incast problem would be to overdesign buffer capacity at each network node. The basic principles of data buffering at the multiservice traffic service node were reviewed. The data buffering multilevel mode in the nodes, that serve a large number of TCP flows, was proposed. Each level of the model has its own characteristics and is relatively independent. However the malfunction of any of them, may adversely excel at the efficiency of other levels. The network interface represents the physical level, which is the lowest. Packets routing are occurs at the protocol level. Two queues provide communication between physical layer (network interface card) and ip module. One is called the backlog and is used for incoming packets, the other – txqueue, for outgoing packets. In the current networks, the basis for data transmission is TCP/IP protocol stack. It provides a set of tools to deliver data from one application to another. Today, the size of the buffers is determined by the dynamics of TCP’s congestion control algorithm. In particular, the goal is to make sure that when a link is congested, it is busy 100% of the time; which is equivalent to making sure its buffer never goes empty. A widely used rule-of-thumb states that each link needs a buffer of size B = RTT × C, where RTT is the average round-trip time of a flow passing across the link, and C is the data rate of the link. Arguably, router buffers are the single biggest contributor to uncertainty in the Internet. Buffers cause queueing delay and delay-variance; when they overflow they cause packet loss, and when they underflow they can degrade throughput. Given the significance of their role, we might reasonably expect the dynamics and sizing of router buffers to be well understood, based on a well-grounded theory, and supported by extensive simulation and experimentation. The Smart-Buffer architecture takes into consideration that congestion in a typical data center environment is localized to a subset of egress ports at any given point in time and realistically never happens on all ports simultaneously. This enables its centralized on-chip buffer to be right-sized for overall cost and power; at the same time, the buffer is dynamically shareable and weighted towards congested ports or flows exactly when needed using self-tuning thresholds. In addition, the centralized buffer can be allocated based on class of service or priority group. Available buffer resources can therefore be partitioned into separate, virtual buffer pools and assigned to special traffic classes. This is especially useful in converged I/O scenarios where some traffic classes (such as storage) may require guaranteed lossless behavior. These properties enable Smart-Buffer technology to strike an optimum balance between silicon efficiency and burst absorption performance – essential design principles in current and next-generation high density. Optimization of the data buffering multilevel model to ensure a satisfactory quality of service in multiservice data network was made in this paper.
  • Thumbnail Image
    Item
    Дослідження і моделювання механізмів формування та обслуговування черг у мережевих пристроях
    (Видавництво Львівської політехніки, 2013) Кирик, М. І.; Плесканка, Н. М.; Кожуров, Д. В.
    The investigation has covered buffer resource and queue management as main and the most important network traffic parameter and access control and overload mechanism. Network devices interaction model can performed by three levels: - physical layer; - protocols layer; - queues consolidating two previous levels. The basic mechanisms of processing queues have been examined. The rules, that packages in queue are processed according to, are called queues management algorithms. The requirements for processing queues mechanisms have been defined. The formation and processing network queues analysis and modeling mechanisms have been presented. After reading the main points of the mechanisms of formation and queuing, simulation model of queuing in multiservice network using data prioritization has been developed. The model has been implemented in a Matlab software environment. The number of packages in the buffer has been calculated according to Norros formula. Every algorithm evaluation creterion is the ability to best quality service for each service providing the best parameters QoS. Simulation results comparative analysis has been carried out. For more detailed analysis of the service parameters quality, the results of different types algorithms for multiservice network are resented. QoS parameters, such as the probability of packet loss, delay and jitter, were determined for different flows with appropriate algorithm. It was determined that the FIFO algorithm is unacceptable for service data. PQ algorithm was designed to process high priority flows. The best simulations results showed WFQ algorithm, which can satisfy acceptable service quality according to all parameters. The presented model makes it possible to choose the optimal queues algorithms for different services. This approach can be used on design stage, and also on increasing the network efficiency stage. Наведено мережеву модель взаємодії між вузлами обслуговування. Проведено огляд основних механізмів обробки черг. Детальніше розглянуто алгоритм зважених черг, що настроюються. Подано імітаційну модель роботи різних алгоритмів формування та обслуговування черг. Проведено порівняльний аналіз результатів моделювання.
  • Thumbnail Image
    Item
    Дослідження буферизації мультимедійного трафіку в мережах передавання даних
    (Видавництво Львівської політехніки, 2012) Кирик, М. І.; Андрухів, Т. В.; Червенець, В. В.; Плесканка, Н. М.
    Проаналізовано мультимедійний трафік корпоративної мережі зв’язку. Досліджено імовірнісно-статистичні властивості цього трафіку. Виконано математичне моделювання, для визначення характеристик досліджуваного трафіку. This paper has proposed an analysis of multimedia corporate network traffic. Its statistic and probabilistic properties had been researched. A mathematical modeling to describe the properties of the studied traffic has done.
  • Thumbnail Image
    Item
    Дослідження впливу параметрів кодека Н264 на якість відеосигналу
    (Видавництво Львівської політехніки, 2011) Кирик, М. І.; Плесканка, Н. М.
    Досліджено вплив параметрів Н264 кодека на якість відеосигналу та завантаженість системи, яка здійснює кодування. Запропоновано підбір оптимальних параметрів, яким відповідає задовільна якість відеосигналу та середня завантаженість системи. Reseached impact of parameters of the Н264 videocodec on quality of video signal and load system, which performs encoding. A selection of optimum parameters, which correspond to satisfactory quality video and average load of system.