• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 165
  • 111
  • 57
  • 13
  • 13
  • 13
  • 8
  • 6
  • 5
  • 3
  • 1
  • Tagged with
  • 402
  • 213
  • 114
  • 92
  • 80
  • 75
  • 73
  • 66
  • 63
  • 61
  • 58
  • 58
  • 58
  • 52
  • 52
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
361

Container Hosts as Virtual Machines : A performance study

Aspernäs, Andreas, Nensén, Mattias January 2016 (has links)
Virtualization is a technique used to abstract the operating system from the hardware. The primary gains of virtualization is increased server consolidation, leading to greater hardware utilization and infrastructure manageability. Another technology that can be used to achieve similar goals is containerization. Containerization is an operating-system level virtualization technique which allows applications to run in partial isolation on the same hardware. Containerized applications share the same Linux kernel but run in packaged containers which includes just enough binaries and libraries for the application to function. In recent years it has become more common to see hardware virtualization beneath the container host operating systems. An upcoming technology to further this development is VMware’s vSphere Integrated Containers which aims to integrate management of Linux Containers with the vSphere (a hardware virtualization platform by VMware) management interface. With these technologies as background we set out to measure the impact of hardware virtualization on Linux Container performance by running a suite of macro-benchmarks on a LAMP-application stack. We perform the macro-benchmarks on three different operating systems (CentOS, CoreOS and Photon OS) in order to see if the choice of container host affects the performance. Our results show a decrease in performance when comparing a hardware virtualized container host to a container hosts running directly on the hardware. However, the impact on containerized application performance can vary depending on the actual application, the choice of operating system and even the type of operation performed. It is therefore important to consider these three items before implementing container hosts as virtual machines.
362

Framtagning av webbcommunity : En fallstudie med fokus på Extreme Programming

Tollin, Kristofer, Wennberg, Matti January 2010 (has links)
Denna rapport är en fallstudie som återspeglar framtagandet av en webbplats åt det norska Diabetesforbundet. Webbplatsen är ett community där personer skapar användarkonton och interagerar med varandra med hjälp av ett antal funktioner som finns att tillgå. Då själva utvecklingen av webbplatsen har varit huvudmålet med examensarbetet fokuserar denna rapport på att förklara den praktiska implementeringen. De tekniker och metoder som använts i det praktiska arbetet såsom kontextuellt utforskande och användbarhet definieras och förklaras för att sedan användas vid argumentation kring designval för webbplatsen. Den utvecklingsmetod som använts i det praktiska arbetet har varit en Agile Software Development-metod som kallas Extreme Programming. Denna metod fokuserar på parprogrammering, kontinuerlig testning och utveckling med många delmål. Slutsatser om bland annat webbstandarder, webbläsarkompatibilitet, användbarhet och säkerhet kommer även att presenteras och all kod följer de standarder som satts upp av W3C för XHTML 1.0 Strict och CSS Level 3. / This thesis takes form of a case study which reflects on the development of a website for Diabetesforbundet, the Norwegian Diabetes Association. The website is a community where people can create accounts and use a number of different functions to interact with each other. The focus of this thesis lies in explaining the practical implementation of the website since this aspect is the main purpose of our degree project. We define and explain the techniques and methods used in the practical work like Contextual Inquiry and usability and thereafter put them to use to explain our design choices on the website. The development methodology we have chosen for the practical aspect of this degree project is Extreme Programming. This software development methodology focuses on pair programming, continual testing and incremental implementation. Conclusions made on web standards, web browser compatibility, usability and security will be presented and all written code follows the standards set by W3C for XHTML 1.0 Strict and CSS Level 3.
363

Analýza a návrh změn informačního systému firmy / Analysis and Design of Information System

Lebeda, Martin January 2011 (has links)
This work deals with the modifications of project MeDiMed, which ceased to meet the requirements it imposed. In the first part the main objectives, targets and methods to achieve them are defined. The second part deals with the theory that is needed to understand the issue. In the practical part, which is based on the theory is prepared SWOT analysis and the modified HOS-8 analysis of the current state, whose results are then analyzed. The next section presents design of new solution. The conclusion summarizes all the proposed solutions and knowledge that have been achieved in this work.
364

Monitorovací systém kotelny / Monitoring system of boiler room

Navrátil, Marek January 2018 (has links)
Thisdiplomathesisdealswiththedesignofamonitoringsystemforsolidfuelboilers.The first describes the sensors most commonly used in boilers room including a description of the principle of operation. The main content of the thesis is the design of the own boiler monitoring system. First the appropriate structure of the entire system is selected followed by the detailed design of individual parts of the device electronic wiring and selection of suitable sensors. The result of the thesis is the basis for the production of the proposed device and created service program.
365

Modernizace portálu fakturyonline.eu / Upgrade of fakturyonline.eu Service

Jahoda, Vojtěch January 2014 (has links)
Goal of this thesis is modernization and extension of established web portal serving to create and manage invoices. The design and implementation emphasis on feedback from users so changes are really a benefit and not a burden. Uses wide range of different technologies and implementation is done using incremental model. Analyzes the impact of changes to number of visitors and receives feedback from users.
366

Inteligentní řízení domácnosti / Smart Home Control

Fučík, Jan January 2014 (has links)
This thesis summarizes the subject of intelligent homes and describes commonly used standards and commercial solutions on the market. The thesis covers the design of a low-cost and easy to use smart home system which can be managed over the internet, uses a genetic algorithm for heating regulation optimization and its central computing unit is a low-cost, embedded device with low power consumption. The functionality of the system is verified on a practical application of heating regulation in a house. The efficacy of the system for energy savings is shown; it is based on measured data statistics.
367

Automatická konfigurace virtuální infrastruktury / Automatic configuration of virtual infrastructure

Kadlíček, Jan January 2020 (has links)
This master thesis focuses on the issue of automation of virtual infrastructure and available tools such as Ansible, Terraform and Puppet. The individual tools are compared here in sequence for installations or configuration creation. The result of this semester thesis is the selection of a suitable tool for automation of virtual infrastructure.
368

Záznamník klimatických veličin / Datalogger of environmental values

Raichl, Petr January 2020 (has links)
The thesis is aimed on construction of solar panel powered datalogger of environmental values. The thesis begins by research of commercial dataloggers. Then the concept of datalogger was created. Then the electronics of datalogger was designed. Datalogger is built as a system driven by microcontroller. The microcontroller reads data from sensors, writes data to memory card and sends data to Czech radiocommunications cloud by LoRa technology. Then the data are resend to MySQL database. Program for microcontroller was made in C language. Configuration of datalogger is done through USB interface by PC application which was created in C# language. For visualisation of measured data ASP.NET Core application was created.
369

Realizace webového modulárního systému / Implementation of modular web based application

Suchý, Petr January 2008 (has links)
Diploma thesis Implementation of modular web based application deals with web modular systems. The aim of web modular system is to allow creating universal web presentation without necessity of creation new systems. Diploma thesis is devided into couple parts. Advantages of modular solution of web systems are highlighted in the first part and after that is analyzed the current situation of this problem. In the next part is designed own web modular system above all its kernel, modules and data model. In the final part is described own implementation of own designed system. The most stress is layed on security of the system. In the conclusion is summed up own solution and its most advantages.
370

Webová aplikace pro výuku simulací v ns2 / Web Application for NS2 Training

Pavlosek, Václav January 2009 (has links)
There is information to my master's thesis which is called “Web application for NS2 training”. This application works after installation and its source codes are saved on applied CD. It is said about implement Network Simulator 2. It helps to realize simulation of nets and then author inserts information about them into web application. Registered web's visitor has possibility to insert project into application. The project contents information about simulation created in NS2. Web application can also visible detail of possible project which is approved of administrator. Then the visitor can sort projects, search entered expression or connect his contribution to discussion forum. Administrator can approve users projects in his part of application. It makes available for the others. He can also delete them from database. Theory about technologies which are used for implementation of this application. It is talked about web Apache server, database MySQL server and programmable PHP language. There is also mentioned information about security of web application included possible attacks on applications and their database. It is presented proposal of database which creates core of application. This proposal is depended on application requirements. Next chapters give to reader whole image about functionality of application. There are mentioned samples of final graphical image of application. This document also provides the shows of source codes for creating database tables.

Page generated in 0.0248 seconds