National Repository of Grey Literature 80 records found  beginprevious71 - 80  jump to record: Search took 0.01 seconds. 
Monitoring Application for Multicast sessions
Kopecký, Martin ; Komosný, Dan (referee) ; Šimek, Milan (advisor)
This work deals with a monitoring application for multicast sessions. The general aim is to develop the application for monitoring multicast sessions from network elements of a laboratory computer network. The first part describes possibilities of monitoring computer networks in terms of monitoring techniques and protocols. The second part contains a topology of the laboratory computer network and several basic commands for setting of the multicast in Cisco IOS. The third part is devoted to the developed application for monitoring the multicast in Java language. The last part describes the testing on an actual multicast network and an example of such testing is stated there.
Implementation of network protocol into network simulator 2 environment
Janiga, Robin ; Mlýnek, Petr (referee) ; Koutný, Martin (advisor)
This thesis describes a protocol for the multiple data collection system and his implementation into Network Simulator 2 environment. The system defines two communication units. CU central unit and measuring unit MU. The units operate according to the rules defined by communication protocol. The content of this work is as follows. At the beginning is described the simulation tool, namely a system NS-2 and a tool for visualization of simulation results, the NAM. This is followed by a description of the proposed protocol, his principle of functions, units description and communication messages. The method of communication between units. Mainly was described the multicast and the types of multicast ASM and SSM. Additionally, was described the principle of unicast communication. This is followed by chapter describing methods of enlargement simulator. Adding an own protocol and support of multicast communication SSM. Adding a new protocol is represented by programming a new agent, a new application and a new protocol header definition. In this chapter are also described the necessary changes in the source files that are need to the recompilation. The main objective of this thesis is own implementation of the proposed protocol. In the programming language C++ were created two agents who represent a central and a measuring unit. These agents were compiled into a simulator and by using a simple script have been tested for functionality. The simulation script define MU 200 and one unit CU. Conclusion of work is devoted to simulation the load line between the central unit and "access" node. It was examined whether the use the method of cumulative acknowledgement saves the transmission capacity of line compared to normal method acknowledgement.
Design, administration and analysis of SSM multicast network
Žák, Jakub ; Pelka, Tomáš (referee) ; Šimek, Milan (advisor)
My thesis deals with the Multicast transfer in IP networks and it describes distribution technology of packets with special focus on Multicast technology. The thesis is devoted to the principles of Multicast including the description of scheme, protocol Multicast distribution, registration in the Multicast groups and finally the advantages and disadvantages of the Multicast transfer. Further in the thesis is described in details the Source Specific Multicast technology (SSM) that comes from multicast. There is a description how this technology Works and its implementation in the network equipment including the user side. This part of the thesis also deals with so called Distribution Trees that are used as multicast distribution via the IP networks like for example Internet. Based on the knowledge of the Multicast was created the network to spread the multimedia data with support of Multicast and SSM. The network is designed based on the Cisco system equipment as is: Cisco Content Engine 566, Cisco IP/TV broadcast server and router 1812. This multimedia network provides many services including the live TV broadcast and video channels. In this network using the multicast distribution of packets was done an analysis by protocol analyzer unit WIreshark and Finisar. This protocol analyzer unit allows us to compare the efficiency of multimedia data transfer between the Unicast, Multicast and SSM.
IPTV multicast model with RTP protocol
Ležák, Aleš ; Skořepa, Michal (referee) ; Šimek, Milan (advisor)
This diploma thesis contains questions of simulation data transfer by ASM multicast. In simulation tool Opnet Modeler is proceed design of service IPTV. IPTV means television which is transfered in network by IP protocol. Data of IPTV service are sending by multicast transfer. Multicast is a technology which uses a group transfer. It is actually communication of a one source of data with many users. These users are receiving the same data. A main target of this technology is to decrement loading of source node and transference system in distribution of data towards group of users. Most often is multicast used in distribution of audiovisual data. Relation RTP/RTCP is simulated with a different numbers of users. Observed is interval of transmission of control RTCP packets. This will be reached by two methods which will be confront in the end. One is a theoretic calculation by course of a equation and second is a practical simulation in Opnet Modeler.
Multicast routing in UMTS technology
Kokeš, Roman ; Novotný, Vít (referee) ; Šimek, Milan (advisor)
This Master thesis is about multicast in mobile network 3rd generation UMTS(Universal Mobile Telecommunacitions System). UMTS network primary designs for data transfers and supports new services as real-time transfers of multimedia streams. This is reason why mobile network was equiped also with multicast service. When a lot of users want to receive same data (e.g. tv program) the network excessives load of transmission same data and the server have to keep connection to each user. Group 3GGP developed multicast service for UMTS, which name is MBMS (Multimedia Broadcast and Multicast Service). Thesis analyses function of this service in mobile network. First part describes basic principles of UMTS network and its structure. Next part focuses on change of main node (SGSN and GGSN) and of new node BM-SC(Broadcast-Multicast Service Center). This new node is main node for control of multicast transmission. BM-SC connects to server which provides multicast data for users and provisions individual phase of MBMS session. It was created new procedure which supports multicast session (e.g. Activate MBMS service). Next part focuses on GPRS Tunneling Protocol (GTP). This protocol is used for transfers control and user’s data in tunnels inside core network. This part describes structure of data and control messages. Last part analyzes multimedia transfers in UMTS with program Opnet Modeller.
Visualization of relations between computers in the Internet
Cimbálek, Přemysl ; Malý, Jan (referee) ; Komosný, Dan (advisor)
Internet Protocol Television (IPTV) transmits the television signal over the TCP/IP family of protocols. Its advantages are for example that the transmitting is not only one-way as in the “classical” TV broadcasting, but it can provide feedback such as interactivity. There are also some problems which avoids development, for example low channel capacity of access networks. That is why new methods , for example how to get more efficiency in IPTV transmission, are proposed. The main task of this diploma thesis is to visualize tree structure of relations between nodes in the network, based on understanding of principles of the hierarchical summarization and IPTV transmitting. The nodes in the tree structure provide computing and summarizing of the data in back-way channel. There is the data from the end users in this channel. In the first part of this diploma thesis there is explained the principle of IPTV and its differences as compared with classical TV broadcasting. The part is also aimed for the supported services, advantages and disadvantages. There is explained the compressing data with the MPEG-2 and MPEG-4 standards and problems with transport networks called “last mile problem.” To transmitting data IPTV uses Source Specific Multicast – every user connects to the multicast session with requested TV program. Feedback is provided by unicast. Feedback network uses the hierarchical summarization principle to reduce the data. This problem, connected with RTP, RTCP and TTP protocols, is in the work described as well. There is an international experimental network called PlanetLab mentioned in theoretical part of this work. Proposed structure of new protocol and applications including the visualization for IPTV broadcast, is tested in that network. In the practical part of this work there are discussed possibilities and methods for the visualization and data storage. Because of high availability and flexibility, there were chosen web technologies, such as MySQL for data storage. The tree model is executed by Java. The visualization is solved by web technologies, source code for visualization is dynamically generated by scripts in JSP (Java Server Pages). Graphical output is provided by the vector format SVG (Scalable Vector Graphics) which is created for graphical expression on the internet and in the mobile phones. There were created interactive web application thanks its ability to cooperation with Javascript technology. This application visualizes relation-tree structure of nodes. In this work there are explained basics of all used technologies, there are also given reasons for chosen methods and formats. Examples and interesting parts of solution are mentioned as well.
Establishing the physical position of a computer in the Internet
Relovský, Josef ; Kubánková, Anna (referee) ; Komosný, Dan (advisor)
This master‘s thesis is formed as a part of the research project for whose analyse is used the worldwide experimental network called PlanetLab. The whole dilemma is engaged by IPTV technology. IPTV is a protocol that makes possible transfer data of a television content over the Internet to the end user. In the IPTV technology the server is a source. These data are presented as a video and audio signal (streem) which are required to deliver to the end users. Some structure, which presents alternate these computers´connection, has been established, because the technology making use of the big pretention is used. The most patent way between the source and the destination is found. My objective is design this structure in the pursuit. The principle of the signal ramification from one node to several nodes (in group) is called multicast. Rather said from one node to the set of nodes. In the IPTV is presented each one single program for one multicast group. The concrete end users (recipients) are members of one or several obtainable multicast groups. The switch between programs demands a change from one multicast group to other group. For an analyse is used the worldwide experimental network called PlanetLab. This network was created after the floatation of three American´s universities in 2002. Nowadays it takes in more than 800 nodes which are distributed over the world. The PlanetLab is used by multinational company such as the Intel or the Hewlett-Packard. It is created for the testing and the scientific scope. I make the scripts in the Linux for the formation of the interconnecting structure. The main item by the course of the unreeling is response time. I investigate it with a command called “ping”. Everything is created in the Linux because all nodes use the operation system Linux in PlanetLab. By the help of the command “ping” I take the active nodes and response times. According to the response time I make a distance vectors which are used for the finding a location in the face of the references points which were determined before. According to the similarity of these vectors is designated to what end point is put to the point.
Multicast traffic monitoring in local network
Korbelář, Jakub ; Pavlíček, Luboš (advisor) ; Beneš, Jiří (referee)
Within the scope of this bachelor work the issue about multicast broadcasting is examined, specifically the possibilities for monitoring rating of single multicast groups. In the first part I will present protocols which are used for multicast broadcasting and explain their operating principle. Next I will describe the existing possibilities if we want to monitor multicast broadcasts. In the second part I will show the method selected for monitoring IPTV broadcasting, which is operated in the VŠE network. I will realize application to collect data and then the application for the post presentation of collected data.
IPTV use in academic network
Jireš, Kamil ; Pavlíček, Luboš (advisor) ; Beneš, Jiří (referee)
The purpose of this diploma thesis is to provide readers the deployment of IPTV solutions using free software. In this thesis the reader will familiarize with the theory of IPTV, which implies a necessary part of the system, IPTV related protocols and possible errors that can be when running the IPTV service. The work is divided into four parts. The first part discusses the theory. In theory, the reader familiarize with the definition of basic concepts, which are essential elements of the system, the protocols used in conjunction with IPTV and will also be discussed errors that may occur during operation of IPTV services. The second section outlines the architecture of which the reader can find a solution that was implemented in an experimental operation. The third section focuses on the choice of components (hardware and software) that were used in the test sytem. The variants are mentioned, from which the components were selected. The fourth section contains the actual implementation, which describes each components. At the end of the fourth part is inserted configuration files that can be used in case of repeated implementation of the solution.
Video in the Web 2.0
Fišera, Martin ; Pavlíček, Antonín (advisor) ; Vlach, Jiří (referee)
This Bachelor work deals with video, Web 2.0 and their reciprocal relation. Whereas it is a very complex topic the first chapter focuses on introduction to the issue of video, characteristics of video and connected technologies. It deals with conceptions as data stream, resolution, colour, depth of colour, interleaving, compression, multimedia containers and so on. There is a brief comment on issues of audio compression at the end of the first chapter. The second chapter follows video and Web 2.0 interconnection where the intersection of video and the internet is described and consequently there is a transition to the conception of Web 2.0 and its historical delimitation and definition. The notion of streaming occurs there for the first time there and is further analysed on a network layer as well as on an application layer. The last third chapter deals with social aspects of streaming services as YouTube, Stream.cz and others. This chapter tries through the pondering to refer to the fact that streaming services are not determinate by only technological elements but also social effects which act on users of these services.

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