National Repository of Grey Literature 122 records found  beginprevious93 - 102nextend  jump to record: Search took 0.01 seconds. 
Analysis of delay dependence of modern communication services and channels, QoS optimization
Rozman, Jiří ; Szőcs, Juraj (referee) ; Endrle, Pavel (advisor)
The main aim of this thesis is to familiarize with options of services using real-time data transfer in wireless networks. Theoretical part presents wireless network based on IEEE 802.11 standard and its practical use. Large part is focuses on 802.11e standart, that provides support for quality of service in wireless networks. Furthemore this thesis deals with transport and applicaton protocols supporting multimedia streaming over computer network. Second chapter is focused on analyzing real computer network with purpose in measuring parametrs influencing quality of service such as bandwith, delay, jitter and loss. Last part deals with the design of wireless network in OPNET Modeler enviroment with focus on simulating parameters that influence quality of service.
Design and simulation of passive optical network PON
Mikauš, Jiří ; Krajsa, Ondřej (referee) ; Reichert, Pavel (advisor)
The aim of master's thesis was to demonstrate chosen PON network in simulation software OPNET Modeler. The work deals with passive optical networks. In particular, solutions that are based on the transmission of Ethernet frames. EPON and 10GEPON standards are described in theoretical section. EPON Standard was introduced already in 2004. Newer 10GEOPN is back compatible, which is ideal as a suitable solution for modern network with a high data rates demands. The practical part describes process of developing network nodes for passive optical network. EPON model was developed in simulation tool, that demonstrates basic features of the standard IEEE 802.3ah. The simulation results are demonstrated in last section.
IP traffic performance
Bednář, František ; Martinásek, Zdeněk (referee) ; Mácha, Tomáš (advisor)
The master thesis „IP traffic performance“ is focused on traffic testing in IP networks. Theoretical section explains routing issue in an autonomous system. This work contains a detailed description of OSPF protocol. This work also deals with behavior of a link failure. There are described mechanisms that are used to link failure detection and subsequent traffic rerouting. The next section describes mechanisms to ensure quality of service. In master thesis are explained InterServ and DiffServ mechanisms. A large part is devoted to DiffServ mechanism that ensures distinction of data flows and classification packets into different classes. The routers than can process the individual data streams with different priorities. The practical section includes the design of experimental network and creation of simulation in Opnet Modeler. By using several scenarios are compared the characteristics of routing protocols and impact of QoS on the transmission characteristics of the network. Part of practical section is the improvement of OSPF protocol by adding a new metric and implementing a new metric in software suite Quagga.
Modelling the wireless transmission channel in OPNET Modeler simulation environment
Spiglazova, Světlana ; Koutný, Martin (referee) ; Hošek, Jiří (advisor)
This diploma thesis deals with modeling wireless transmission in simulation environment OPNET Modeler. In theoretical part, there is described the very substance of spreading the signal via electromagnetic wave including impact of the surroundings that affects the spreading. These impacts have an influence on described selected parameters of wireless transmission of the signal characterizing its quality. Furthermore, there is described the OPNET Modeler setting, which allows designing the wireless transmission and by means of simulation verifies its functionality and acquires it is parameters. The transmission of the signal from transmitter to receiver itself is divided to individual steps, which are described in detail considering the implementation in aforementioned environment. In practical part, there is configured the basic model of wireless network and also executed series of simulations with different variants of commonly adjustable basic parameters of the transmission, as signal modulation, antenna types and network topology. Additionally, attention is turned to the stages of transmission itself, philosophy of their cooperation based on sharing the information via data units called TDA and their implementation in source code of the C++ language called transmission models. Based on these foundations is beyond beforehand defined created new user TDA and by means of simulation verified its correct implementation within packet switching. Values of the selected including user TDA are written in the window of simulation console with the help of the C++ language. Acquired results of the simulations are analyzed and documented in the conclusion. Source codes are available in the diploma thesis appendix.
Analysis of MANET Routing Protocols OLSR and AODV in OPNET Modeler Simulation Environment
Machata, Tomáš ; Růčka, Lukáš (referee) ; Hošek, Jiří (advisor)
The thesis deals with MANET networks and it focuses on the routing process. Most attention is paid to the routing protocols AODV and OLSR. These protocols are described in the detail. The aim of the thesis is to create a simulation model of MANET network in OPNET Modeler environment. In this model the AODV protocol is configured. In order to achieve improved characteristics of the network traffic the routing protocol parameters are optimized. Furthermore the process model of AODV protocol in this environment is studied and extended by a new type of message, which allows a transfer of current transmission speed of MANET station network interface. Current transmission rate of stations is retrieved from the statistics. Every station periodically sends a message to neighboring nodes. The node stores the information into the file when a new message arrives.
Advanced trajectory management techniques for model station in the OPNET Modeler environmen
Ludvíček, Pavel ; Mácha, Tomáš (referee) ; Vajsar, Pavel (advisor)
The aim of this work is to study and theoretically process existing movement options of station in OPNET Modeler environment. These options are described in first part. Furthermore to design and implement function to display path obtained from real-world conditions and done to station following this route during simulation. Coordinates used to move station are obtained by GPX format, which is used to store clearly the GPS coordinates. Second part is devoted to describing creation of this function, first using PHP script, then direct implementation into OPNET Modeler environment using C++.
Increasing the efficiency of the handover in real network environment
Michalec, Richard ; Sobotka, Jiří (referee) ; Vajsar, Pavel (advisor)
The aim of this work is to study methods of handover used in WiMAX and WLAN networks, next suggest the posibility of simulation methods for WLAN handover in the simulation environment OPNET Modeler. This work is focused primarily on obtaining the information about neighboring AP and subsequent selection of a new AP using such information. The work describes in detail each processes solutions that are used to implement newscanning methods
Control of network operation generator from OPNET Modeler environment
Bartl, Milan ; Hošek, Jiří (referee) ; Molnár, Karol (advisor)
In this work an interface between network simulator OPNET Modeler and network operations generator IxChariot is described. The goal is to control the generator by data from an OPNET modeler simulation. More accurately the generator is supposed to produce a data flow with desired settings of DSCP field, which is used to support quality of service mechanism. The goal can be achieved by two possible approaches: using IxChariot TCL API or IxChariot C API. Both of these approaches are described and conclusions are made at the end.
OLSR routing protocol for MANET networks in OPNET Modeler simulation environment
Hošek, Petr ; Molnár, Karol (referee) ; Růčka, Lukáš (advisor)
The first part focuses on general routing of computer networks. It describes the importance of routing, basic elements, algorithms and protocols. It also describes the so-called MANET networks, where there are discussed routing protocols in these networks. The next chapter deals with the analysis of routing protocols OSPF version 3 and OLSR protocol. For both protocols basic algorithms, their use and structure are described. In OSPF protocol there is also described historical development and differences between versions 2 and 3. The OLSR protocol properly describes the principle of MPR nodes, which is one of the most important parts of the protocol which differs it from the others. Next there is a brief introduction of a powerful simulation tool OPNET Modeler which allows simulating the operation and behavior of almost any computer network with a very extensive possibility of options for the functioning of the entire network, as well as nodes it selves. The practical part is divided into five parts. The first section describes the structure of process models, the basic elements, variables, and block editors OSLR routing protocol in OPNET Modeler program. The second part is devoted to the ICI data structure, which is used for inter-process communication and verify the creation and reception of messages using this function. The third part deals with the process model of OLSR routing model. There is a description of various blocks and functions involved in its function of protocol and significance. The fourth chapter shows an extension of data unit protocol OLSR HELLO messages to other fields, which is able to transmit a numeric value between neighboring stations, and these values print it in the console. The last block of the practical part is dedicated to creating its own message which is broadcast between stations like part of the OLSR packet messages. This message includes the parameter of actual data traffic rate of each communicating stations. These values are for each station exported to an external file for later processing.
Map-based Movement Control of Mobile Station in OPNET Modeler Simulation Environment
Jakúbek, Peter ; Skořepa, Michal (referee) ; Hošek, Jiří (advisor)
Diploma thesis focuses on a motion control of a mobile station in the simulation environment OPNET Modeler (OM). The thesis is summarized and described the possibilities of controlling the motion of a wireless mobile station. A significant part concentrates on the motion controlling of the station via an external file containing the path of movement. In this type of governance is a continuous movement of the station. The movement is driven by a simulation engine OM. External files designed for a motion control of the station can be created manually or used to write a data directly from OM to store the random generated routes for later use. For the manual creation of the trajectory is chosen the MATLAB tool that handles pre-created maps in the form of the input image into a form that the output of the tool can be used for motion control station in OM. To automate the process of creation and the subsequent trajectory motion control station is used by her library MATLAB Engine. It allows to call MATLAB functions from the language C/C ++ on which is based OM. For automated process of the movement control of the station is used a direct manipulation with the station position which is an alternative of the motion control station according to a set of the trajectory. The direct manipulation station position provides discrete movement of the station. The user’s created process which uses the discrete trajectory values manage the control.

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