National Repository of Grey Literature 35 records found  beginprevious16 - 25next  jump to record: Search took 0.01 seconds. 
Distributed Application Facility in Recursive InterNetwork Architecture Simulator
Jeřábek, Kamil ; Marek, Marcel (referee) ; Veselý, Vladimír (advisor)
This thesis provides a description of Distributed Application Facility (DAF), including its components, in Recursive InterNetwork Architecture (RINA). The DAF is equivalent to an application layer of today’s network model. It also documents implementation of the DAF for the OMNeT++ simulation framework. The aim of this thesis is to extend the functionality of simulation library and to provide clear application programming interface.
Modelling of Babel Routing Protocol
Rek, Vít ; Marek, Marcel (referee) ; Veselý, Vladimír (advisor)
This thesis deals with the simulation of a Babel routing protocol. The goal is to create implementation of simulation model for OMNeT++ simulator. The text includes a description of the protocol and basic principles of computer network simulation in OMNeT++ environment using an INET library. Furthermore, the text discussed existing implementations and submits a proposal of a simulation model, followed by description of its implementation. Finally, the correctness of created model is verified.
Modeling and Simulation of EIGRP and BGP
Zavřel, Jan ; Marek, Marcel (referee) ; Veselý, Vladimír (advisor)
Internet se za posledních několik desítek let stal jedním z nejdůležitějších nástrojů pro mezilidskou komunikaci. Miliardy lidí ho denně používají na zábavu, na práci, na vzdělání či uspokojení lidského kontaktu. Je nutné si připustit, že na jeho správném fungování je obrovská část populace existenčně závislá. Toto se odráží na stále se zvětšujících požadavcích na vyšší rychlost, nižší zpoždění a větší pokrytí a stabilitu. Síťoví inženýři a architekti musí při návrhu a nasazení dbát právě na tyto aspekty. Jedním ze způsobů, kterým je možné navržené topologie otestovat, je simulace. Simulace využívá simulační modely, které, pokud přesně odráží realitu, mohou poskytnout klíčové informace o topologiích v bezpečném prostředí a to za velice přívětivou cenu. Tato práce se zabývá analýzou a následným vylepšením dvou simulačních modelů dynamických směrovacích protokolů EIGRP a BGP. Tyto modely mohou být použity k vytvoření komplexních simulačních topologií a scénářů v diskrétním simulátoru OMNeT++.
Modeling and Simulation of EIGRP and BGP
Zavřel, Jan ; Marek, Marcel (referee) ; Veselý, Vladimír (advisor)
Internet se za posledních několik desítek let stal jedním z nejdůležitějších nástrojů pro mezilidskou komunikaci. Miliardy lidí ho denně používají na zábavu, na práci, na vzdělání či uspokojení lidského kontaktu. Je nutné si připustit, že na jeho správném fungování je obrovská část populace existenčně závislá. Toto se odráží na stále se zvětšujících požadavcích na vyšší rychlost, nižší zpoždění a větší pokrytí a stabilitu. Síťoví inženýři a architekti musí při návrhu a nasazení dbát právě na tyto aspekty. Jedním ze způsobů, kterým je možné navržené topologie otestovat, je simulace. Simulace využívá simulační modely, které, pokud přesně odráží realitu, mohou poskytnout klíčové informace o topologiích v bezpečném prostředí a to za velice přívětivou cenu. Tato práce se zabývá analýzou a následným vylepšením dvou simulačních modelů dynamických směrovacích protokolů EIGRP a BGP. Tyto modely mohou být použity k vytvoření komplexních simulačních topologií a scénářů v diskrétním simulátoru OMNeT++.
Implementation of Delta-t Transport Protocol
Chovanec, Zdeněk ; Marek, Marcel (referee) ; Koutenský, Michal (advisor)
Transportní protokol Delta-t se v současné době vyskytuje pouze ve formě návrhu. Cílem této práce je vytvoření implementace protokolu v prostředí Linuxového TCP/IP zásobníku. Implementace bude mít formu zásuvného modulu. Protokol Delta-t patří mezi protokoly zajišťující obousměrný spolehlivý přenos. Protokol přichází s velmi jednoduchým a efektivním způsobem správy spojení. Spolehlivé sestavení a ukončení spojení není realizováno prostřednictvím handshake zpráv. Aktuální stav spojení je dán pouze dobou, která uběhla od posledního přijetí či odeslání datového segmentu. V ostatních aspektech se Delta-t podobá protokolu TCP, a proto budou jejich implementace vzájemně porovnány.
Modeling and Simulation of Spanning-Tree Protocol
Poláčeková, Simona ; Marek, Marcel (referee) ; Veselý, Vladimír (advisor)
This term project deals with the functionality of Spanning Tree protocols, especially the Rapid Spanning Tree Protocol, and the Multiple Spanning Tree Protocol. The primary usage of spanning tree protocols is the prevention of loops within the data link layer, the prevention of a broadcast storm, and also dealing with redundancy in the network. Moreover, the project contains the description of configuration of these protocols on Cisco devices. The main goal of this thesis is to implement the Multiple Spanning Tree protocol into INET framework within the OMNeT++ simulation system. Then, the implemented solution is tested and it's functionality is compared with the referential behavior in a Cisco network.
Monitoring VoIP Networks
Drozda, Tomáš ; Marek, Marcel (referee) ; Matoušek, Petr (advisor)
This thesis deals with the monitoring VoIP networks. The main objective of this work was to design and then to program monitoring systems for IP telephony network using SIP signaling protocol, primarily for billing purposes. Another important objective was to explore the possibility of obtaining geographic location of the communicating stations. The theoretical part of the thesis deals with the description of the SIP protocol. The rest of the thesis is focused to the design and implementation of the system. The system was implemented as a set of console applications that are complemented by a web application that is used to display the obtained data. Geolocation was solved with the help of IPInfoDb services that provides API for obtaining geolocation information.
Modeling and Simulation of BGP
Novák, Adrián ; Marek, Marcel (referee) ; Veselý, Vladimír (advisor)
This Master's thesis deals with modeling and simulation of BGP protocol within the OMNeT++ environment. The BGP protocol is described with employed data structures and the finite state machine of BGP peering. Next, the basic configuration is outlined involving the setup of the BGP protocol on Cisco devices. Further, BGP for OMNeT++ state-of-the-art is investigated together with its lack of functionality and issues. The second part of this thesis deals with design, implementation, and testing of the new functionality of BGP protocol and simulation models. The last section describes the overall achieved results.
Implementation of OSPFv3 for INET4
Galbička, Lukáš ; Marek, Marcel (referee) ; Veselý, Vladimír (advisor)
  This thesis deals with simulation of routing protocol OSPF in simulation software called OMNeT++. OMNeT++ is a discrete modular simulator mostly used for simulation of computer networks. This thesis includes theory needed for an understanding of the functionality of OSPFv2 and changes in OSPFv3 for IPv6, which are implemented in the model itself. Moreover, thesis contains the configuration of OSPFv3 protocol on topology created from Cisco devices following by analysis of previous source files, state of implementation and its further extension. Thesis is finished with functionality testing and evaluation of results.
Comparison of Link-State Routing Protocols
Zavřel, Jan ; Marek, Marcel (referee) ; Veselý, Vladimír (advisor)
This thesis deals with a comparison of two dynamic link-state routing protocols OSPF and IS-IS. These protocols are used to route within one autonomous system under control of one administrative entity. They are similar in theory but IS-IS seems to be much more popular in large topologies in practice. Goal of this thesis is to figure out how their properties and features manifest on given topologies on real routers and in simulations. Simulations are realized in discrete simulator OMNeT++ and real topologies are built with Cisco devices. Primary measured parameters are speed of convergence, bandwidth usage and message order. The simulation result may be affected by their implementation in INET and ANSAINET frameworks. Implementation properties of OSPF and IS-IS on Cisco devices are compared to their simulated counterparts in order to verify functionality of the simulation models.

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