National Repository of Grey Literature 40 records found  beginprevious31 - 40  jump to record: Search took 0.00 seconds. 
New Methods of Quality of Service Assurance in Data Networks
Hošek, Jiří ; Vozňak,, Miroslav (referee) ; Bešťák,, Robert (referee) ; Molnár, Karol (advisor)
The doctoral thesis is focused on a research in the area of the quality-of-service support technologies in data networks. The current modern communication networks cannot operate correctly without an effective tool allowing differentiated treatment for various network traffic classes. Looking at the current trends in this area it turns out that the technology of Differentiated services is currently the most widely used mechanism for QoS assurance in data networks. The major part of this doctoral thesis concerns the design of a novel QoS system which offers a solution for one of the main problems of DiffServ technology. This disadvantage lies in the missing cooperation between the end station and edge node of the DiffServ domain. To overcome this limitation the system proposed introduces an improvement which enables the user application to actively participate in the resource reservation process by direct configuration of the DSCP value in the IP header of its own packets. This functionality is based on the identification of DiffServ configuration parameters available in the edge router. To retrieve the information required from network component the well-known SNMP protocol has been chosen, which has direct access to the components’s configuration stored in the MIB database. On the basis of this theoretical proposal several simulation scenarios have been created and analysed. The results show that the system designed presents an efficient solution for the mentioned problem of DiffServ. They also give good assumptions for the successful implementation of this system into a real environment.
Finding the network architecture for alarm transmission system LAN-RING
Mikšíček, Pavel ; Marada, Tomáš (referee) ; Zuth, Daniel (advisor)
This master’s thesis deals with a complex solution for the visualization of network topology. The first part of thesis describes the operation principle of LLDP protocol, which was chosen as a tool for retrieving informations from network traffic based on the requirement of the assignment. There is a detailed description of the LLDP protocol implementation in C language to METEL s.r.o. network products. The second part deals with possibilities of graphical interface in software SIMULand intended for managing network devices. It describes tools expansion process for the visualization of the network topology. In conclusion, the results of testing final solution are introduced.
Monitoring of Ethernet network
Herman, Vít ; Hošek, Jiří (referee) ; Jeřábek, Jan (advisor)
The bachelor thesis deals witch possibility of monitoring active items of Cisco Company, VLAN networks built between them and utilization of particular lines. All the information about items is stored in MIB database. Designed and then implemented system uses pooling MIB database using SNMP protocol, to obtain required information. For application SNMP protocol, programming language Perl is used. Obtained and processed data are stored in MySQL database. Designed system is not dependent either on any platform or this implementation. All the technologies and tools used described in the thesis. In the thesis there is described and shown, how is possible pooling items including results of pooling.
Network protocols used for management and QoS assurance in data networks
Macura, Miroslav ; Molnár, Karol (referee) ; Hošek, Jiří (advisor)
The main aim of this work was to compare network protocols used for management of active elements of the IP network and to assure QoS in data network. The bachelor work in detail describes especially SNMP protocol and possibilities of assuring quality of services in data networks. This works primary goal it to compare and analyze different versions of SNMP. The next aim of this work was to learn about structure and characteristics of the MIB database for DiffServ technology. This work studies definition of the MIB for the DiffServ technology and do the basic analyze of these MIB branches. Subsequently in programming language C/C++ create modules for creating queues. The type was First In First Out (FIFO), Priority Queuing (PQ) and Weighted Round Robin (WRR), which are used to sort packets in database DiffServ MIB. This modules are programmed with reference to his next usage in simulation environment Opnet Modeler.
Acquisition of communication statistical data from network infrastructure devices
Gargulák, Lukáš ; Nagy, Ľuboš (referee) ; Krkoš, Radko (advisor)
The diploma thesis describes theory that is needed for application development for acquisition of communication statistical data from network infrastructure devices. Aplication is called SDSKSI. The project compares protocols suitable for this purpose. Finally SNMP protocol was chosen because it is the most common in network devices. SNMP is described in detail. Each SNMP operation has its own practical demonstration. In the project there is also described MIB database and data types of MIB objects. Application is able to create network topology. Then administrator of network can imagine how the network looks like. For each device that support SNMP protocol are periodically collected and stored statistical data which can be exported to the file. For application development were chosen programming languages according to several criteria. Content of the laboratory exercise is presented. At the end of the project there are some system solutions for collecting statistical data. Diploma thesis contents two attachments. The first is containing the full text of laboratory task. The second is DVD disc. Disc is containing ready to boot aplication SDSKSI.
Design and implementation of model architecture of MIB system database
Mikulica, Vladimír ; Hošek, Jiří (referee) ; Molnár, Karol (advisor)
The submetted work deals with the systems design and the implementation of the model database MIB. The work is the introduction into the protocol SNMP (Simple Network Management Protocol) and the database MIB (Management Information Base), which describes in detail branch MIB II. This branch is the current standard for the management of objects using SNMP. Consequently, there are explained different data types that the MIB database uses. Furthermore, the work describes the procedures for the design of the database MIB in the language of ASN. 1 according to RFC 2233 and the subsequent transfer of the MIB database, available through the compilers into the langure C. In the following chapters of the work, each of the models that were created in the simulated environment OPNET Modeler during the implementation of a comprehensive simulation scenario are documented more in detail. The above mentioned parts implement the communication between the manager and the agent. The state machine and the individual blocks of the model are described so that it could be later re-assembled by other candidates.
Implementation of service functions for work with MIB database in simulation environment OPNET Modeler
Ruml, Martin ; Skořepa, Michal (referee) ; Molnár, Karol (advisor)
Implementation of service for work with MIB database is subjeckt the bachelor’s thesis. MIB database is system database which is instrumental for storage of control informations in network elements. A first chapter is instrumental like a introduction to the control computer networks. A second chapter describes the basic features of protocol SNMP. The protocol SNMP is a standardized application protocol which uses for a transmission control informacions from and to the system database MIB. The protocol is based on a draft manager-agent when the manager is mostly active who enquire of the agent for the values of concrete items. A next chapter deals with a structure and standards for the MIB database. It describes a basic enbranchment among the administrative organizations. A main part of working is devoted to a proposal and a implementation of servece functions MIB database. The main requirements for the MIB database in light of a cooperation with the protocol SNMP are identified in this chapter. These processes are trained-in to the experiment implementation of MIB database. The implementation is written in C++. A header file of the classes and supportive functions who implement basic mechanisms of MIB database and its methods for a tender the database created from the proposal. The header file contains the several processes for an easement of cooperation MIB database with the application protocol SNMP, too. A final chapter shows the using of designed classes. The created programe is equipped with a graphics interface who uses the functions for a local access. Very easy modul for the comunication with the database through the messages of SNMP is among next shown functions in the programe.
Administration and configuration of simplified database QoS MIB
Macura, Miroslav ; Matocha, Tomáš (referee) ; Hošek, Jiří (advisor)
The main aim of this work was to study the issue of the SNMP protocol and MIB database in order to focus on management and configuration of MIB database using the SNMP protocol. The Master's thesis in detail describes especially creating a communications model of the Manager - Agent type in an OPNET Modeler. In this modeling tool we created exchange of information from the side of the Manager to the side of the Agent via SNMP packets. The Master's thesis is mainly focused on the creation of the SNMP packet according to defined rules, then on reading of information from the MIB database on the side of the Agent and saves this information to the Manager’s MIB database. Exchange of informations is realized via the messages of type GetRequest, GetNext and GetResponse. These models are programmed in language C/C++ and then implemented into the environment of OPNET Modeler.
Monitoring Application for Multicast sessions
Kopecký, Martin ; Komosný, Dan (referee) ; Šimek, Milan (advisor)
This work deals with a monitoring application for multicast sessions. The general aim is to develop the application for monitoring multicast sessions from network elements of a laboratory computer network. The first part describes possibilities of monitoring computer networks in terms of monitoring techniques and protocols. The second part contains a topology of the laboratory computer network and several basic commands for setting of the multicast in Cisco IOS. The third part is devoted to the developed application for monitoring the multicast in Java language. The last part describes the testing on an actual multicast network and an example of such testing is stated there.
Implementation of a simulation model for a simplified DiffServ-MIB database
Zeman, Otto ; Hošek, Jiří (referee) ; Molnár, Karol (advisor)
The aim of this work is to propose feasible solution for the simulation of the SNMP (Simple Network Management Protocol) protocol in the OPNET Modeler simulation environment. This work describes in detail individual procedures, which were chosen for this simulation . The work also contains an introduction to the OPNET Modeler simulation environment, the SNMP protocol, the DiffServ model and the DiffServ-MIB database. The main part of this work describes the algorithms programmed to model the functions of the SNMP protocol. Source codes of the algorithms programmed are included as well. The work deals especially with the functions for obtaining values from different levels of a multilevel model attributes, packet creation functions with dynamically changing length of user-data field, for the implementation process of a simplified DiffServ MIB database and with the functions for statistic creation.

National Repository of Grey Literature : 40 records found   beginprevious31 - 40  jump to record:
Interested in being notified about new results for this query?
Subscribe to the RSS feed.