Národní úložiště šedé literatury Nalezeno 57 záznamů.  začátekpředchozí46 - 55další  přejít na záznam: Hledání trvalo 0.00 vteřin. 
Pokročilý roaming ve Wi-Fi sítích
Krulich, Filip ; Krajsa, Ondřej (oponent) ; Ilgner, Petr (vedoucí práce)
Tato práce se zabývá problematikou Wi-Fi roamingu. Popisuje a přibližuje jak k této problematice přistupují doplňky standardu 802.11 zaměřující se na podporu roamingu, tedy doplňky 802.11r, 802.11k a 802.11v. Součástí této práce je sestavení topologie založené na sytému OpenWrt, na které je testován roaming před a po nasazení těchto standardů. Po testování je ukázán kratší čas roamingu, kterého je dosaženo díky použití těchto standardů. Rovněž je zde sestavena identická testovací topologie založená na zařízeních Mikrotik, na které je otestováno, že zařízení Mikrotik tyto standardy nepodporují.
Laboratory exercises explaining network technologies using various simulation instruments
Vaľuš, Dávid ; Ilgner, Petr (oponent) ; Bečková, Zuzana (vedoucí práce)
This diploma thesis focuses on the preparation of an operating system, a simulation environment and the creation of two laboratory exercises explaining network technologies. In the theoretical part protocols DHCP, FTP, TFTP, HTTP, and NAT service are described. The practical part focuses on the installation of ns-3 and GNS3 programmes and their utilization and settings on OS Ubuntu 18.10. Moreover, it deals with the preparation of laboratory exercises created in the simulation programmes mentioned above together with tutorials, self-check questions and HTTP server in the Python programming language.
Using Blazor technology with the DotVVM framework
Švikruha, Patrik ; Ilgner, Petr (oponent) ; Lattenberg, Ivo (vedoucí práce)
DotVVM, WebAssembly, WASM, Blazor, ASP.NET Core, .NET Core, .NET, Mono, JavaScript, JavaScript engine, LLVM, AOT compiler, JIT compiler, WSL
Softwarový kontrolér Wi-Fi přístupových bodů se systémem OpenWrt
Jašíček, Petr ; Krajsa, Ondřej (oponent) ; Ilgner, Petr (vedoucí práce)
Cílem práce bylo vytvoření webové aplikace určené pro centralizovanou správu a konfiguraci bezdrátových sítí na přístupových bodech běžících na distribuci OpenWrt. Čtenář je v úvodu seznámen s obecnou problematikou bezdrátových sítí, včetně seznámení s existujícími řešeními jejich centralizované správy. Následuje seznámení s distribucí OpenWrt a způsobu konfigurace pomocí modelu UCI. Dále jsou popsány hlavní technologie použité v této práci. Následuje popis návrhu architektury, uživatelského rozhraní a způsobu implementace výsledné webové aplikace. Výstupem práce je platformě nezávislá webová aplikace, která umožňuje jednoduchou správu a konfiguraci přístupových bodů se systémem OpenWrt.
Platform For Collecting User Identifiers On Ieee 802.11 Wireless Networks
Ilgner, Petr
At the present time the widely usedWi-Fi networks provide comfort by zero configuration settings. However it leads to serious privacy issues. The article is focused on user information which can be extracted from service communication. The article presents several ways how to collect these information and introduces the platform for collecting user data. In the first part there is described the available network discovery mechanism followed by section about designed methods for obtaining user information. The last part describes the implemented platform in detail.
Virtualizace na směrovačích
Ráboňová, Jana ; Zvončák, Vojtěch (oponent) ; Ilgner, Petr (vedoucí práce)
Bakalářská práce se zabývá virtualizací služeb s důrazem na oblast síťové oblasti. Největší důraz je kladen na představení možností virtualizace služeb na směrovačích. Cílem práce je nalézt platformy umožňující virtualizaci a následně provést demonstraci praktického využití. Byly vybrány celkem tři virtualizační platformy, Mikrotik MetaROUTER, KVM a kontejnery LXC. Všechny byly otestovány a zjištěna jejich výkonnost. Pro platformu MetaROUTER byly realizovány úpravy, které umožní spustit nejnovější verzi linuxové distribuce OpenWRT. Dále byly zvoleny a realizovány testovací scénáře, na kterých byla předvedena možná aplikace virtualizace na směrovačích.
Analysis of webserver and domain security
Dvonč, Tomáš ; Lieskovan, Tomáš (oponent) ; Ilgner, Petr (vedoucí práce)
The aim of the bachelor thesis was to analyze the security of web and e-mail servers. The work consists of three parts. The first part describes communication protocols and explains the basic difference between them. The second part describes the history of development of cryptographic protocols which are used to encrypt communication, prevent data capture and manipulation. Furthermore, the security architecture is presented, the way the client-server communication is implemented and the concept of the certification authority is clarified. In addition, the various security mechanisms that provide reliable communication over the Internet will be described. In the third part the main focus is to create a program that would automatically test the security features of the enclosed domain set. The Application was created in the Golang programming language using Docker. The result is security analysis statistics and security errors detection. Based on the data obtained, the user will be provided with current the security status of web and email servers.
Android stock market application
Balaževič, Lukáš ; Ilgner, Petr (oponent) ; Zvončák, Vojtěch (vedoucí práce)
The aim of the work is to design and implement an android application which will display parameters of cryptocurrencies, technical indicators and will predict the price based on the modern technology of machine learning. In addition to the displaying parameters, the user will be able to set up notifications. Application displays data from the Firebase database. The data are uploaded to an application from two services which run on Ubuntu server and are written in programming language Kotlin and Python. Services are in charge of obtaining and data processing. One of the services takes care of price prediction, the price is predicted using a LSTM neural network where each cryptocurrency has an own training model. The result of the work is a system that takes care of the whole lifecycle of the data from the acquisition, transformation and the presentation to the user. Based on acquired information from the application, the user is able to make statistically correct decisions in the cryptocurrency market without the need to constant market monitoring.
Virtualization of virtualization software
Holovová, Simona ; Ilgner, Petr (oponent) ; Lieskovan, Tomáš (vedoucí práce)
The bachelor thesis deals with virtualization. The main goal is to compare selected virtualization platforms and describe their functioning. The theoretical part describes the theoretical basis for virtualization, its fundamentals as well as various types and security threats. The practical part contains the description and the way of performing the tests as well as the used tool. Subsequently, the results obtained are interpreted and compared. The thesis is further dealing with nested virtualization and measuring its effectiveness.
Genetic Algorithms - Implementation of Multiprocessing
Tuleja, Martin ; Ilgner, Petr (oponent) ; Oujezský, Václav (vedoucí práce)
Genetic algorithms are modern algorithms intended to solve optimization problems. Inspiration originates in evolutionary principles in nature. Parallelization of genetic algorithms provides not only faster processing but also new and better solutions. Parallel genetic algorithms are also closer to real nature than their sequential counterparts. This paper describes the most used models of parallelization of genetic algorithms. Moreover, it provides the design and implementation in programming language Python. Finally, the implementation is verified in several test cases.

Národní úložiště šedé literatury : Nalezeno 57 záznamů.   začátekpředchozí46 - 55další  přejít na záznam:
Chcete být upozorněni, pokud se objeví nové záznamy odpovídající tomuto dotazu?
Přihlásit se k odběru RSS.