National Repository of Grey Literature 146 records found  beginprevious133 - 142next  jump to record: Search took 0.01 seconds. 
Temperature measurement with data transfer via WLAN
Müller, David ; Číž, Radim (referee) ; Lattenberg, Ivo (advisor)
This diploma thesis deals with the design of temperature sensor and display units, which communicate via a WLAN network. The theoretical part provides an overview of various methods of temperature measurement including several specific types of temperature sensors, and also introduces the WLAN standard as well as TCP and UDP protocols. The design solution is focuses first on the system architecture and design of the communication protocol, followed by the implementation of both types of equipment, starting with selection of components, through design diagrams and printed circuit board patterns, up to production and commissioning. The following parts of this thesis deal with the design of programs for the controlling microcontroller units of both units and the configuration application for PC.
Data-flow Control on Transport Layer
Pánek, Michal ; Komosný, Dan (referee) ; Koton, Jaroslav (advisor)
In order to easily send data between two end elements without congestion, methods that suitably control flow of date and evaluate possible overload state are necessary. One such method is to control the data flow directly on the transport layer. This layer offers a range of mechanisms dedicated to deal with this issue. The aim of this paper is divided into three parts. The first part describes the integration of transport layer TCP/IP model, and the ability to process TCP data stream. The second part describes methods to manage congestion, their integration by usage environment. It mainly focuses on methods of TCP Reno and TCP Vegas. Their simulation and analysis on transmission the data stream stream. The third part deals with the analysis in detail of TCP Vegas. Analyzes possible parameters for alpha a beta within the TCP Vegas, and a combination of TCP Vegas and TCP Reno.
Laboratory exercises in NS3 enviroment for Advanced communication technology course
Vadkerti, Gabriel ; Mašek, Pavel (referee) ; Langhammer, Lukáš (advisor)
This master thesis deals with creating laboratory exercises for students in simulator NS-3, where the IPv4 and IPv6 protocols, unicast and multicast transmission types, quality of services in wireless networks, furthermore protocols TCP and UDP are analyzed. The first section describes the NS-3 network simulator, the Eclipse development environment and the method how to connect them. In the next section protocols IPv4 and IPv6 are presented, the structure of the headers and the technique of fragmentation are described in detail. Based on this a laboratory exercise is created which deals with comparison of protocols IPv4 and IPv6. In the next section the types of transmissions are described, furthermore the multicast transmission type is explained more in detail. In the next practical section the second laboratory exercise is created, which deals with comparison of unicast and multicast transmission types. The subject of the following section is ensuring quality of services in data networks, the EDCA access method is discussed more in detail. In the next section the EDCA access method is implemented in a simulation as a laboratory exercise, in which the impact of the access category of EDCA to different transmission parameters is investigated. The next section deals with protocols TCP and UDP, furthermore with the structure of their headers. In the last section a laboratory exercise is created, in which the properties of the protocols TCP and UDP are compared.
Collection of laboratory works for demonstration of computer attacks
Plašil, Matouš ; Ležák, Petr (referee) ; Burda, Karel (advisor)
Diploma thesis describes published attacks on computers and computer networks. Principles of footprinting such as availability check, OS detection, port scanning were described. Next part explains attacks on confidentiality, integrity and availability. In the practical part were created four laboratory tasks and a virtual environment which allowed testing of ARP spoofing, DNS spoofing, SSL strip, Cross-site scripting, SQL injection, flooding attacks (TCP, ICMP, UDP), TCP reset and attack on operating system using backdoor with Metasploit framework. In practical part were also created video samples with attacks and documentation for teachers.
Remote connection to virtualized operating system
Veselý, Marek ; Červenka, Vladimír (referee) ; Komosný, Dan (advisor)
The thesis is focused on the new IT trend – virtualization. Below are described the types of virtualization, as well as different implementations of it. In the following chapters there will be described the TCP and ICMP protocols, as well as the SSH services. The last part of this work is dedicated to measurements where there will be highlighted the advantages and disadvantages of virtualization.
ECG Signal Transmission via Ethernet
Bayerová, Zuzana ; Provazník, Ivo (referee) ; Sekora, Jiří (advisor)
The semestral thesis describes ECG signal compression methods designed to modify the data for transmission via communication channels. The thesis contains an introduction to Ethernet and explanation of communication in the network. The transport protocols TCP and UDP are discussed in more detail. In the practical part of the thesis was created two separate applications. The first application in the sender's computer opens a text file with the ECG signal. Loaded ECG signal is filtered by cascade of filters to eliminate interference. The resulting signal is displayed. A part of the application is the R wave detection, calculating the length of RR interval and heart rate. The application also allows to compress an ECG signal. ECG signal is sent via Ethernet network via UDP protocol for individual samples. Applications in the recipient's computer receives signal samples from the network. Recieved compressed data is reconstructed. The resulting ECG signal is displayed and there are again detected R waves, the length of RR intervals and sampling frequency are calculated.
Laboratory exercises in OPNET environment for Advanced communication techniques course
Mikulecký, Miloš ; Škorpil, Vladislav (referee) ; Jeřábek, Jan (advisor)
The Master´s Thesis describes laboratory exercises for Advanced communication technology subject. Exercises are created in Opnet IT Guru aplication. Each exercise has detailed instructions according to which can be realized whole exercise. Each exercise also contains individual task, where are checked knowledge gained from studies of example exercise. Exercises are based on issues of routing in autonomous systems, protocol BGP, protocols TCP and UDP and issues of QoS in IP networks.
Communication devices over GSM/GPRS
Prečan, David ; Růčka, Lukáš (referee) ; Herman, Ivo (advisor)
This master thesis deals with a data remote transmission by means of SMS and GPRS technology. The overview of current solutions is presented and then a remote temperature measurement and a data transmission employing a communication module GSM/GPRS TM1 through GSM network using GPRS technology is described. As a response to an impulse, the communication module sends SMS. The technical solution is described in details including HW and SW design of the data transfer and processing equipment using a ATmega 162 microprocessor. This equipment communicates with a server (PC), which displays the measured temperature. A prototype which was used for a validation of the design is also described.
Control and monitoring unit for optical link station
Ovčáček, Martin ; Kolka, Zdeněk (referee) ; Prokeš, Aleš (advisor)
The aim of Master's thesis "Control and monitoring unit for optical link station" is design of hardware and software of unit, which provides remote control and data transfer through Internet. It is required monitoring and setting analog parameters of optical link station by web service. It includes description of Ethernet and net protocols. The core of unit are microcontroller C8051F120 and ethernet controller CP2200 made by Silicon Laboratories.
Application of TCP in OPNET Modeler simulation environment
Tirinda, Viktor ; Kubánková, Anna (referee) ; Molnár, Karol (advisor)
This diploma thesis describes a possibility of application protocol implementation in OPNET Modeler simulation environment. It presumes that this application protocol is going to use TCP protocol for their communication on transport layer. The first part of thesis is focused on a description of TCP. It is a connection oriented, reliable and confirmed protocol which maintains sequence of transmitted data. This data is after receiving positively confirmed. In the second chapter are described the main functions of OPNET Modeler simulation environment. OPNET is hierarchical divided into four editors. Each editor has a specific function by creating a network and setting his behavior. There is also focused on the two lowest layers of OPNET Modeler and their components in detail, which are participating at usage TCP on transport layer to communication. Implemented applications communicate by sockets, which are created and destroyed on request. Communication is controlled by manager process, whose function is maintenance particular connections and redirect dataflow into relevant process. This manager put in action as well a process, which simulates a single TCP. In the practical part I made two applications: one is a client type and a second one is a server type. Both applications are using TCP on transport layer. The establishment of connection initiates a client, who is sending a request to the server for a data. Then server sends back data in desired quantity. After sending the entire data, client terminates the connection. The result of simulation is statistics, where we pictured the size of the transferred data, a number of transferred packets and other parameters typical for TCP.

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