Informacja

Drogi użytkowniku, aplikacja do prawidłowego działania wymaga obsługi JavaScript. Proszę włącz obsługę JavaScript w Twojej przeglądarce.

Wyszukujesz frazę "data storage" wg kryterium: Temat


Tytuł:
A client-based encryption model for secure data storing in publicly available storage systems
Autorzy:
Retinger, Marek
Tematy:
data storage
data protection
encryption
security
Pokaż więcej
Wydawca:
Akademia Górniczo-Hutnicza im. Stanisława Staszica w Krakowie. Wydawnictwo AGH
Powiązania:
https://bibliotekanauki.pl/articles/305441.pdf  Link otwiera się w nowym oknie
Opis:
This document presents a conceptual model of a system for protecting thedata stored in publicly available data storage systems. The main idea was toapply encryption on both the client and server sides that would consequentlyhave a significant impact on data security. The compatibility with existingsystems allows us to deploy the solution fast and at a low cost. The testsconducted on a simplified implementation have confirmed the solution’s validity,and they have shown some possible performance issues as compared to theclassical system (which can be easily bypassed).
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Data storage management using AI methods
Autorzy:
Funika, W.
Szura, P.
Tematy:
data management
AI
fuzzy logic
rules
data storage
Pokaż więcej
Wydawca:
Akademia Górniczo-Hutnicza im. Stanisława Staszica w Krakowie. Wydawnictwo AGH
Powiązania:
https://bibliotekanauki.pl/articles/305446.pdf  Link otwiera się w nowym oknie
Opis:
Data management and monitoring is an important issue in scientific computation. Scientists want to access their data as quickly as possible. Some experiments need to store a lot of data which have to be secure. By saying this we mean that this data can not disappear or be damaged also the data storage should be as cheap as possible. In this paper we present an approach to the automation of monitoring and management of data storage. We introduce a knowledge based system which is able to manage data, i.e., make decisions on migrating data, replicating or removing it. We discuss some of the existing solutions which are popular on the market. In this paper we aim to present our system which uses such AI techniques like fuzzy logic or a rule-based expert system to deal with data storage management. We exploit in this system a cost model to analyze the proposed solutions. The operations performed by our system are aimed to optimize the usage of the monitored infrastructure.
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Towards transparent data access with context awareness
Autorzy:
Wrzeszcz, M.
Słota, R.
Kitowski, J.
Tematy:
distributed
transparent data access
distributed data storage
context awareness
Pokaż więcej
Wydawca:
Akademia Górniczo-Hutnicza im. Stanisława Staszica w Krakowie. Wydawnictwo AGH
Powiązania:
https://bibliotekanauki.pl/articles/305299.pdf  Link otwiera się w nowym oknie
Opis:
Open-data research is an important factor accelerating the production and analysis of scientific results as well as worldwide collaboration; still, very little data is being shared at scale. The aim of this article is to analyze existing data-access solutions along with their usage limitations. After analyzing the existing solutions and data-access stakeholder needs, the authors propose their own vision of a data-access model.
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Services for astronomical data management and sharing
Autorzy:
Ciecieląg, Paweł
Stachowski, Greg
Borkowski, Jerzy
Kundera, Tomasz
Wierzbowski, Arkadiusz
Wydawca:
Springer International Publishing
Opis:
As part of the AstroGrid-PL project, we have implemented a large scale data management system for the Polish astronomical community within the framework of the PLGrid Plus project, with built-in metadata services, replication and distributed storage based on the well-established iRODS middleware. In parallel, we have implemented the Polish Virtual Observatory, which provides access, search, retrieval and in situ processing for this data using the protocols and standards established by the International Virtual Observatory Alliance (IVOA). These standards are already in use at astronomical facilities across the globe, and implementing them within the framework of AstroGrid-PL and the PLGrid Plus project enables us not only to provide advanced data retrieval services to our users, but also to leverage a large body of existing astronomical data analysis software and give our users access to external data resources provided on the same principles.
Dostawca treści:
Repozytorium Uniwersytetu Jagiellońskiego
Artykuł
Tytuł:
Problems with rendering the information accessible and presenting the information in publicly accessible databases
Autorzy:
Wichorowski, M.
Węsławski, J. M.
Wyrwiński, J
Tematy:
data acquisition
databases
data collections
data storage
inventories
legislation
oceanographic data
Pokaż więcej
Wydawca:
Politechnika Gdańska
Powiązania:
https://bibliotekanauki.pl/articles/1941703.pdf  Link otwiera się w nowym oknie
Opis:
Based on the experience acquired from working on the Regional Oceanographic Database (ROD) at the IOPAS in Sopot and from cooperation with similar scientific facilities, a general review of problems with the security of data ownership, copyrights, rendering the scientific information accessible, propagating it and differences in the access to data in European Union and Poland was presented. A system for accessing processed data, educational data and source information was proposed.
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Porównanie sposobów przechowywania danych w systemie Android
Comparison of Android data storage methods
Autorzy:
Kornaś, Dominika Kamila
Tematy:
Android SDK
przechowywanie danych
urządzenie mobilne
data storage
mobile device
Pokaż więcej
Wydawca:
Politechnika Lubelska. Instytut Informatyki
Powiązania:
https://bibliotekanauki.pl/articles/2055137.pdf  Link otwiera się w nowym oknie
Opis:
Artykuł przedstawia porównanie metod przechowywania danych dostępnych w Android SDK. Poddaje analizie nastę-pujące sposoby składowania informacji: SQLite, Room, Dostawcy treści, SharedPreferences oraz Preferences DataSto-re. Celem przeprowadzonego badania jest znalezienie zależności między złożonością struktury danych, a kosztem i efektywnością ich przechowywania danymi metodami. Na potrzeby testu stworzono aplikację dla systemu Android, która wykonywała podstawowe operacje na danych oraz mierzyła czas ich trwania. W wyniku testu wydajności otrzy-mano średnie czasy wykonania zapisu i odczytu dla zadanych typów oraz rozmiarów danych. Podsumowanie zawiera wnioski na temat najbardziej optymalnego sposobu przechowywania danych w zależności od wymagań funkcjonalnych aplikacji.
This article presents a comparison of data storage methods available in the Android SDK. Analyzes the following in-formation storage methods: SQLite, Room, Content Providers, SharedPreferences and Preferences DataStore. The aim of the study is to find the relationship between the complexity of the data structure and the cost and efficiency of data storage with the use of given methods. For the purposes of the test, an Android application was created which per-formed basic data operations and measured their duration. As a result of the performance test, average read and write times for the given data types and sizes were obtained. The summary contains conclusions on the most optimal method of data storage depending on the functional requirements of the application.
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Memoization method for storing of minimum-weight triangulation of a convex polygon
Autorzy:
Selimi, Aybeyan
Krrabaj, Samedin
Saracevic, Muzafer
Pepić, Selver
Tematy:
minimum-weight triangulation
catalan number
data storage
memoization
dynamic programming
Pokaż więcej
Wydawca:
Akademia Górniczo-Hutnicza im. Stanisława Staszica w Krakowie. Wydawnictwo AGH
Powiązania:
https://bibliotekanauki.pl/articles/305479.pdf  Link otwiera się w nowym oknie
Opis:
This study presents a practical view of dynamic programming, specifically in the context of the application of finding the optimal solutions for the polygon triangulation problem. The problem of the optimal triangulation of polygon is considered to be as a recursive substructure. The basic idea of the constructed method lies in finding to an adequate way for a rapid generation of optimal triangulations and storing - them in as small as possible memory space. The upgraded method is based on a memoization technique, and its emphasis is in storing the results of the calculated values and returning the cached result when the same values again occur. The significance of the method is in the generation of the optimal triangulation for a large number of n. All the calculated weights in the triangulation process are stored and performed in the same table. Results processing and implementation of the method was carried out in the Java environment and the experimental results were compared with the square matrix and Hurtado-Noy method.
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
SLA-oriented semi-automatic management of data storage and applications in distributed environments
Semiautomatyczne zarządzanie aplikacjami oraz składowaniem danych w środowiskach rozproszonych z uwzględnieniem parametrów SLA
Autorzy:
Król, D.
Funika, W.
Słota, R.
Kitowski, J.
Tematy:
składowanie danych
zarządzanie danymi
środowiska rozproszone
data storage
application management
distributed environment
Pokaż więcej
Wydawca:
Akademia Górniczo-Hutnicza im. Stanisława Staszica w Krakowie. Wydawnictwo AGH
Powiązania:
https://bibliotekanauki.pl/articles/305577.pdf  Link otwiera się w nowym oknie
Opis:
In this paper we describe a semi-automatic programming framework for supporting users with managing the deployment of distributed applications along with storing large amounts of data in order to maintain Quality of Service in highly dynamic and distributed environments, e.g., Grid. The Polish national PL-GRID project aims to provide Polish science with both hardware and software infrastructures which will allow scientists to perform complex simulations and in-silico experiments on a scale greater than ever before. We highlight the issues and challenges related to data storage strategies that arise at the analysis stage of user requirements coming from different areas of science. Next we present a solution to the discussed issues along with a description of sample usage scenarios. At the end we provide remarks on the current status of the implementation work and some results from the tests performed.
Artykuł opisuje semiautomatyczny szkielet aplikacyjny służący do wsparcia procesu wdrażania aplikacji oraz składowania dużych ilości danych w środowiskach rozproszonych z uwzględnieniem parametrów jakościowych. Projekt PL-Grid ma na celu wsparcie polskiej nauki w celu umożliwienia naukowcom przeprowadzania złożonych eksperymentów typu in-silico na skalę wiekszą niż dotychczas. W artykule zostały opisane wyzwania związane ze strategiami zarządzania wielkimi ilościami danych, zdefiniowane w fazie analizowania wymagań użytkowników projektu PL-Grid. Zostały również opisane proponowane rozwiązania omawianych problemów, opis przykładowych scenariuszy użycia oraz aktualny stan prac implementacyjnych i rezultaty przeprowadzonych testów.
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Składowanie danych w chmurze z zapewnieniem jakości usługi.
Cloud data storage with QoS.
Autorzy:
Derengowski, Przemysław
Opis:
The main part of the thesis is cloud data storage system with differentiated QoS. Besides there are presented different data storage methods starting with the hard disk drive, through the computer networks data storage and finishing with cloud data storage. The important role in the thesis play scheduling algorithms in distributed systems. The last part of the thesis is the description of the system module that I was working over.
Głównym elementem pracy jest system składowania danych w chmurze, zapewniający zróżnicowaną jakość usługi. Oprócz tego przedstawione są różne metody składowania danych począwszy od dysku twardego, poprzez składowanie w sieciach komputerowych, a skończywszy na składowaniu danych w chmurze. Praca kładzie szczególny nacisk na przedstawienie algorytmów szeregowania w systemie rozproszonym. Ostatnią część pracy stanowi opis jednego z modułów systemu, nad którym pracowałem.
Dostawca treści:
Repozytorium Uniwersytetu Jagiellońskiego
Inne
Tytuł:
Standardy zapisu danych w e-learningowych materiałach edukacyjnych
Data storage standards in e-learning materials educational
Autorzy:
Dżega, Dorota
Tematy:
e-learning
elektroniczny zasób treści
standardy zapisu danych
electronic content resource
data storage standards
Pokaż więcej
Wydawca:
Zachodniopomorska Szkoła Biznesu w Szczecinie
Powiązania:
https://bibliotekanauki.pl/articles/449780.pdf  Link otwiera się w nowym oknie
Opis:
Rozwój gospodarki opartej na wiedzy, upowszechnianie się nowoczesnych idei kształcenia: Life Long Learning, Learning-by-doing, Knowledge-on-demand to jedne z czynników determinujących zapotrzebowanie na wyspecjalizowane usługi edukacyjne. Obecnie jesteśmy świadkami swoistego boomu edukacyjnego. Pojęcie edukacji przekroczyło mury nie tylko placówek oświatowych, ale i uczelni wyższych. Powiedzenie „człowiek uczy się przez całe życie” stało się bardzo trafnym określeniem współczesnego społeczeństwa. Do wspomagania edukacji wkroczyła technologia informatyczna już nie tylko jako narzędzie, ale jako samodzielne medium. Każdego dnia powstaje mnóstwo treści o charakterze edukacyjnym, które wymagają standaryzacji. W artykule zostaną zaprezentowane najbardziej popularne standardy zapisu danych cyfrowych w e-learningowych materiałach edukacyjnych.
The development of knowledge-based economy, promoting modern styles of learning, such as The Life Long Learning, The Learning-by-doing, The Knowledge-on-demand are one of the most important factors determining the demand for specialized educational services. Currently we can observe educational boom. The education has exceeded the walls of the schools and universities. Popular saying “a man learns throughout his whole life” has become a very relevant to definition of present society. Now, the Information Technology and Internet are not only as a tool, but are a stand-alone environment. Every day we create a lot of educational contents that require standardization. The paper presents the most popular standards for recording digital data used as e-content.
Dostawca treści:
Biblioteka Nauki
Artykuł

Ta witryna wykorzystuje pliki cookies do przechowywania informacji na Twoim komputerze. Pliki cookies stosujemy w celu świadczenia usług na najwyższym poziomie, w tym w sposób dostosowany do indywidualnych potrzeb. Korzystanie z witryny bez zmiany ustawień dotyczących cookies oznacza, że będą one zamieszczane w Twoim komputerze. W każdym momencie możesz dokonać zmiany ustawień dotyczących cookies