National Repository of Grey Literature 221 records found  beginprevious93 - 102nextend  jump to record: Search took 0.00 seconds. 
A NEW DAWN OF NAMING, ADDRESSING AND ROUTING ON THE INTERNET
Veselý, Vladimír ; Muntan,, Jordi Perelló (referee) ; Grasa, Eduard (referee) ; Day, John (referee) ; Švéda, Miroslav (advisor)
Internet roku 2015 se potýká s problémy, které jsou důsledky špatného designu pojmenovávání a adresování v TCP/IP a jež mají přeneseny vliv i na škálovatelnost směrování. Problémy jako růst páteřních směrovacích tabulek, neefektivní multihoming sítí či mobilita zařízení a mnohé další zadávají k otázce, jestli není třeba architekturu Internetu pozměnit. V teoretické části je kvantifikován dopad problémů, možná řešení a zejména je formálně definována teorie kompilujicí poznatky významných publikací zabývajících se problematikou pojmenování, adresování a směrování v počítačových sítí. Tato práce se zabývá dvěma konkrétními technologiemi, jež mají ambicí Internet měnit - Locator/Id Separation Protocol a Recursive InterNetwork Architecture. Výstupem práce jsou vylepšení funkcionality obou výše zmíněných technologií. Za účelem praktického ověření dopadů našeho výzkumu jsou vyvinutý a popsány nové simulační modely pro OMNeT++, které jsou věrné úrovni detailu popisu ze specifikací.
Security and Performance Testbed for Simulation of Proof-of-Stake Protocols
Borčík, Filip ; Veselý, Vladimír (referee) ; Homoliak, Ivan (advisor)
This work deals with performance and security testing of blockchain protocols based on the Proof-of-Stake (PoS) consensus model. It describes properties, problems, but also the use of blockchain systems. On theoretical levels, this thesis compares the properties and resistance to various attacks of numerous PoS protocols, specifically Algorand, Casper, Gasper, Snow White, Stellar and Decred. Additionally, this work implements a protocol simulator of Algorand, Casper FFG and Gasper. The simulator is built on top of the Bitcoin Simulator simulation tool, which is based on the NS-3 discrete network event simulator. Then, it compares the properties of the implemented protocols using discrete simulation.
Forensic Analysis of Bitcoin Network
Drozda, Tomáš ; Grégr, Matěj (referee) ; Veselý, Vladimír (advisor)
This thesis is focused on Bitcoin forensic analysis. Main goal of this thesis was to design and implement system tool for forensic analysis. Theoretical part of this thesis is dedicated to Bitcoin network. Requirements and existing tools are described in following chapters. Rest of the thesis is concerned about implementation of such a tool itself. Implemented system is presented as web application, which allows user to search through blockchain, vizualize financials, display profile pages of Bitcoin users and their Bitcoin wallets. 
Towards More Effective Flow Allocation in RINA
Koutenský, Michal ; Ryšavý, Ondřej (referee) ; Veselý, Vladimír (advisor)
This master's thesis focuses on design and implementation of a flow allocator policy which supports bandwidth reservation for the Recursive InterNetwork Architecture (RINA). Each flow has some dedicated bandwidth, which is guaranteed to be available during the whole lifetime of the flow. The allocator, which operates as a distributed system, attempts to find a suitable path in the network graph. To achieve this goal, it must keep the information about link utilization up to date. The proposed allocator has been implemented in the open source project rlite. The first half of the thesis is concerned with congestion control theory, and also studies a number of algorithms used in TCP. Additionally, it contains an overview of the structure of RINA and the Raft consensus algorithm.
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.
Cryptocurrency Node Monitoring
Zaujec, Andrej ; Grégr, Matěj (referee) ; Veselý, Vladimír (advisor)
Cielom tejto bakalarskej prace je monitorovanie uzlov v Bitcoin peer-to-peer sieti a odhadnutie velkosti siete v danom case. Monitorovanie uzlov zahrnna zbieranie metadat o danych uzloch a tiez aj vytvaranie zaznamov cinnosti o tom ako dlho boli jednotlive uzly sucastou siete. Navrhnute riesenie vyuziva Bitcoin Core klienta bez dalsich modifikacii na zistenie vsetkych informacii o sieti a uzloch. Implementovana platforma umoznuje zbieranie metadat (verzia protokolu, verzia agenta, ponukane sluzby, IP adresa, cislo portu) o najdenych uzloch. Taktiez je schopna ziskavat informacie o tom, ktore uzly sa nachadzaju v sieti v danom case. Vytvorene API ponuka zozbierane data z platformy. Kazda komponenta platformy je zapuzdrena v Docker kontajneroch co umoznuje jednoduche nasadenie celej platformy v priebehu niekolkych minut.
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++.
A Network Control Language for OpenFlow Networks
Antolík, Dávid ; Veselý, Vladimír (referee) ; Ryšavý, Ondřej (advisor)
The main goal of this bachelor thesis is to design and implement a high-level language for declarative configuration of Open-Flow networks. The compiler of the language, data model and interpreter were implemented employing Trema as the underlaying Open-Flow controller. The implementation was tested in a virtual network environment and it was shown that it is fully functional for basic network configurations.
Blockchain Abstraction Library
Gallovič, Ľubomír ; Ryšavý, Ondřej (referee) ; Veselý, Vladimír (advisor)
This thesis deals with cryptocurrencies and the underlying principles they are based on. It describes the blockchain technology and explores various cryptocurrencies that utilize it with the focus on their similarities and differences. The next part analyzes InsightAPI, the existing tool for real-time Bitcoin blockchain exploration. It then describes the proposed solution for the Ethereum blockchain explorer, highlights the implementation details, and shows results of its testing. The created tool allows the user to quickly gather information about desired blocks, users, and transactions of the Ethereum blockchain.
Multicast Routing Modelling in OMNeT++
Rybová, Veronika ; Matoušek, Petr (referee) ; Veselý, Vladimír (advisor)
Multicast traffic is common in today's networks. We need to simulate multicast architecture to be familiarized with its functionality in all situations. This thesis describes modelling and simulation of multicast routing using OMNeT++ tool. The text introduces protocol PIM and its particular modes (DM, SM, SSM, and BiDir) with emphasis on PIM-DM. The thesis focuses especially on design and implementation of OMNeT++ extension by multicast routing protocol PIM-DM. Correctness of implementation is verified by comparison of simulation and real network on example.

National Repository of Grey Literature : 221 records found   beginprevious93 - 102nextend  jump to record:
See also: similar author names
20 VESELÝ, Vojtěch
3 Veselý, V.
1 Veselý, Viktor
2 Veselý, Vladan
2 Veselý, Vladislav
1 Veselý, Vlastimil
20 Veselý, Vojtěch
2 Veselý, Vratislav
26 Veselý, Václav
5 Veselý, Vít
2 Veselý, Vítek
2 Veselý, Vítězslav
Interested in being notified about new results for this query?
Subscribe to the RSS feed.