Academic literature on the topic 'Distributed register'
Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles
Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'Distributed register.'
Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.
You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.
Journal articles on the topic "Distributed register"
Khuzmiev, Izmail Kaurbekovich, Dmitry Vasilievich Reisikh, and Olga Izmailovna Gassieva. "DISTRIBUTED ENERGY GETNET REGISTER TECHNOLOGY." Теоретическая экономика, no. 9 (2021): 37–48. http://dx.doi.org/10.52957/22213260_2021_9_37.
Full textMaolin Guan, Chunyuan Zhang, and Nan Wu. "Register File Load Balanced VLIW Scheduling for Distributed Register Files." International Journal of Advancements in Computing Technology 5, no. 3 (February 15, 2013): 61–70. http://dx.doi.org/10.4156/ijact.vol5.issue3.8.
Full textDanіch, V., and R. Lutsenko. "Virtual assets of the distributed register." Bulletin of V. N. Karazin Kharkiv National University Economic Series, no. 104 (June 30, 2023): 5–10. http://dx.doi.org/10.26565/2311-2379-2023-104-01.
Full textLu, Chia-Han, Wen-Li Shih, Chung-Ju Wu, and Jenq Kuen Lee. "Achieving spilling-friendly register file assignment for highly distributed register files." Journal of Supercomputing 69, no. 3 (August 22, 2014): 1342–62. http://dx.doi.org/10.1007/s11227-014-1181-2.
Full textEtuh, Emmanuel, Umar Zayyanu, and Onyebuchi Destiny Jacob. "A Structural Framework for Distributed Electronic Voters Register." Journal of Information 5, no. 1 (2019): 27–38. http://dx.doi.org/10.18488/journal.104.2019.51.27.38.
Full textMilenković, Aleksandar, Dragan Janković, Anđelija Đorđević, Aleksandar Spasić, and Petar Rajković. "REALIZATION OF DISTRIBUTED MEDICAL DATA REPOSITORY IN AN ENVIRONMENT WITH HETEROGENOUS MIS." Facta Universitatis, Series: Automatic Control and Robotics 20, no. 3 (December 18, 2021): 135. http://dx.doi.org/10.22190/fuacr210930011m.
Full textFujiwara, Koichi, Kazushi Kawamura, Masao Yanagisawa, and Nozomu Togawa. "An FPGA Implementation Method based on Distributed-register Architectures." IPSJ Transactions on System LSI Design Methodology 12 (2019): 38–41. http://dx.doi.org/10.2197/ipsjtsldm.12.38.
Full textMaksudova, L. G., and T. V. Mastavichene. "Distributed register systems in the information technology of cadasters." Geodesy and Aerophotosurveying 62, no. 2 (2018): 173–78. http://dx.doi.org/10.30533/0536-101x-2018-62-2-173-178.
Full textSeok Chang Kim and Byeong Gi Lee. "Synchronization of shift register generators in distributed sample scramblers." IEEE Transactions on Communications 42, no. 2/3/4 (February 1994): 1400–1408. http://dx.doi.org/10.1109/tcomm.1994.580248.
Full textLim, K. H., Y. H. Kim, and T. Kim. "Interconnect and communication synthesis for distributed register-file microarchitecture." IET Computers & Digital Techniques 3, no. 2 (2009): 162. http://dx.doi.org/10.1049/iet-cdt:20080019.
Full textDissertations / Theses on the topic "Distributed register"
Bunchua, Santithorn. "Fully Distributed Register Files for Heterogeneous Clustered Microarchitectures." Diss., Georgia Institute of Technology, 2004. http://hdl.handle.net/1853/5041.
Full textDel, Pozzo Antonella. "Building distributed computing abstractions in the presence of mobile byzantine failures." Thesis, Paris 6, 2017. http://www.theses.fr/2017PA066159/document.
Full textIn this thesis we consider a model where Byzantine failures are not fixed, we consider the so called Mobile Byzantine failures. So far, only Consensus problem has been solved in presence of Mobile Byzantine failures and interestingly different variations of this failure model have been proposed. For each of them have been proved lower bounds on the number of required processes and have been proposed tight solutions. Our first contribution concerns distributed Registers in such strong model. Distributed Registers are the basic abstraction for Distributed Storages. This advocates our second and main contribution, a general Mobile Byzantine Failure Model. Our main focus is about Distributed Registers, so our third contribution comes, we prove necessities and impossibilities in those models. In particular we prove that is it not possible to solve the weakest register specification in an asynchronous system. On the other side we prove lower bounds for the synchronous system, with respect to the proposed hierarchy models, and tight protocols to solve the Regular Register problem. To conclude, our last contribution is about the Approximate Agreement problem, a weaker form of Consensus. We solve such problem in the same round-based models as Consensus so far. The interesting result is the following, in presence of static Byzantine failures, lower bounds on the number of correct replicas does not change between consensus and approximate agreement. The same invariant still holds in presence of Mobile Byzantine failure. Moreover, along with lower bounds we propose a tight solution to solve approximate agreement
Bonnin, David. "Algorithmique distribuée asynchrone avec une majorité de pannes." Thesis, Bordeaux, 2015. http://www.theses.fr/2015BORD0264/document.
Full textIn distributed computing, asynchronous message-passing model with crashes is well-known and considered in many articles, because of its realism and it issimple enough to be used and complex enough to represent many real problems.In this model, n processes communicate by exchanging messages, but withoutany bound on communication delays, i.e. a message may take an arbitrarilylong time to reach its destination. Moreover, up to f among the n processesmay crash, and thus definitely stop working. Those crashes are undetectablebecause of the system asynchronism, and restrict the potential results in thismodel.In many cases, known results in those systems must verify the propertyof a strict minority of crashes. For example, this applies to implementationof atomic registers and solving of renaming. This barrier of a majority ofcrashes, explained by the CAP theorem, restricts numerous problems, and theasynchronous message-passing model with a majority of crashes is thus notwell-studied and rather unknown. Hence, studying what can be done in thiscase of a majority of crashes is interesting.This thesis tries to analyse this model, through two main problems. The first part studies the implementation of shared objects, similar to usual registers,by defining x-colored register banks, and α-registers. The second partextends the renaming problem into k-redundant renaming, for both one-shotand long-lived versions, and similarly for the shared objects called splitters intok-splitters
Del, Pozzo Antonella. "Building distributed computing abstractions in the presence of mobile byzantine failures." Electronic Thesis or Diss., Paris 6, 2017. http://www.theses.fr/2017PA066159.
Full textIn this thesis we consider a model where Byzantine failures are not fixed, we consider the so called Mobile Byzantine failures. So far, only Consensus problem has been solved in presence of Mobile Byzantine failures and interestingly different variations of this failure model have been proposed. For each of them have been proved lower bounds on the number of required processes and have been proposed tight solutions. Our first contribution concerns distributed Registers in such strong model. Distributed Registers are the basic abstraction for Distributed Storages. This advocates our second and main contribution, a general Mobile Byzantine Failure Model. Our main focus is about Distributed Registers, so our third contribution comes, we prove necessities and impossibilities in those models. In particular we prove that is it not possible to solve the weakest register specification in an asynchronous system. On the other side we prove lower bounds for the synchronous system, with respect to the proposed hierarchy models, and tight protocols to solve the Regular Register problem. To conclude, our last contribution is about the Approximate Agreement problem, a weaker form of Consensus. We solve such problem in the same round-based models as Consensus so far. The interesting result is the following, in presence of static Byzantine failures, lower bounds on the number of correct replicas does not change between consensus and approximate agreement. The same invariant still holds in presence of Mobile Byzantine failure. Moreover, along with lower bounds we propose a tight solution to solve approximate agreement
Martiš, Viktor. "Návrh distribuovaného systému pro zpracování školní matriky ZŠ, SŠ, VOŠ." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2009. http://www.nusl.cz/ntk/nusl-236735.
Full textGiansante, Cesare. "Ricerca su Registri Distribuiti: un Approccio Basato su Distributed Hash Tables." Master's thesis, Alma Mater Studiorum - Università di Bologna, 2021. http://amslaurea.unibo.it/22887/.
Full textLa, Piana Federica. "Gestione e Indicizzazione di Dati in Contesti di Smart Transportation: un Approccio basato su Registri Distribuiti." Master's thesis, Alma Mater Studiorum - Università di Bologna, 2021. http://amslaurea.unibo.it/24250/.
Full textSibani, Riccardo. "Applied design of distributed ledgers for real estate and land registration." Thesis, KTH, Skolan för elektroteknik och datavetenskap (EECS), 2018. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-239005.
Full textZhao, Nannan. "Towards a Flexible High-efficiency Storage System for Containerized Applications." Diss., Virginia Tech, 2020. http://hdl.handle.net/10919/100315.
Full textDoctor of Philosophy
The amount of Docker images stored in Docker registries is increasing rapidly and present challenges for the underlying storage infrastructures. Before we do any optimizations for the storage system, we should first analyze this big Docker image dataset. To this end, in this dissertation we perform the first large-scale characterization and redundancy analysis of the images and layers stored in the Docker Hub registry. Based on the findings, this dissertation presents a series of practical and efficient techniques, algorithms, optimizations to achieve high performance and flexibility, and space-efficient storage system for containerized applications. The experimental evaluation demonstrates the effectiveness of our optimizations and techniques to make storage systems flexible and space-efficacy.
Ehsan, ul Haque Muhammad. "Persistence and Node FailureRecovery in Strongly Consistent Key-Value Datastore." Thesis, KTH, Skolan för informations- och kommunikationsteknik (ICT), 2012. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-121281.
Full textBooks on the topic "Distributed register"
Lanskov, P., M. Murashov, and D. Lanskov. Digital financial assets, their origin, development and prospects in the Russian financial market. ru: INFRA-M Academic Publishing LLC., 2022. http://dx.doi.org/10.12737/1859925.
Full textBricas, Nicolas, Damien Conaré, and Marie Walser, eds. Une écologie de l'alimentation. éditions Quae, 2021. http://dx.doi.org/10.35690/978-2-7592-3353-3.
Full textWenzel, Jennifer. The Disposition of Nature. Fordham University Press, 2019. http://dx.doi.org/10.5422/fordham/9780823286782.001.0001.
Full textAndruchow, Marcela. El patrimonio plástico de la Facultad de Artes. Teseo, 2022. http://dx.doi.org/10.55778/ts878834498.
Full textBook chapters on the topic "Distributed register"
Kirousis, Lefteris M., Evangelos Kranakis, and Paul M. B. Vitányi. "Atomic multireader register." In Distributed Algorithms, 278–96. Berlin, Heidelberg: Springer Berlin Heidelberg, 1988. http://dx.doi.org/10.1007/bfb0019809.
Full textMerritt, Michael, and Gadi Taubenfeld. "Atomic m-register operations." In Distributed Algorithms, 289–94. Berlin, Heidelberg: Springer Berlin Heidelberg, 1992. http://dx.doi.org/10.1007/bfb0022454.
Full textChaudhuri, Soma, and Jennifer Welch. "Bounds on the costs of register implementations." In Distributed Algorithms, 402–21. Berlin, Heidelberg: Springer Berlin Heidelberg, 1991. http://dx.doi.org/10.1007/3-540-54099-7_27.
Full textAnceaume, Emmanuelle, Romaric Ludinard, Maria Potop-Butucaru, and Frédéric Tronel. "Bitcoin a Distributed Shared Register." In Lecture Notes in Computer Science, 456–68. Cham: Springer International Publishing, 2017. http://dx.doi.org/10.1007/978-3-319-69084-1_34.
Full textRaynal, Michel. "The Read/Write Register Abstraction." In Fault-Tolerant Message-Passing Distributed Systems, 77–94. Cham: Springer International Publishing, 2018. http://dx.doi.org/10.1007/978-3-319-94141-7_5.
Full textRaynal, Michel. "The Atomic Register Abstraction." In Communication and Agreement Abstractions for Fault-Tolerant Asynchronous Distributed Systems, 3–13. Cham: Springer International Publishing, 2010. http://dx.doi.org/10.1007/978-3-031-02000-1_1.
Full textYang, Hua, Gang Cui, and Xiao-zong Yang. "2L-MuRR: A Compact Register Renaming Scheme for SMT Processors." In Parallel and Distributed Processing and Applications, 407–18. Berlin, Heidelberg: Springer Berlin Heidelberg, 2005. http://dx.doi.org/10.1007/11576235_43.
Full textAbderazek, Ben A., Soichi Shigeta, Tsutomu Yoshinaga, and Masahiro Sowa. "On the Design of a Register Queue Based Processor Architecture (FaRM-rq)." In Parallel and Distributed Processing and Applications, 248–62. Berlin, Heidelberg: Springer Berlin Heidelberg, 2003. http://dx.doi.org/10.1007/3-540-37619-4_26.
Full textKoho, Mikko, Petri Leskinen, and Eero Hyvönen. "Integrating Historical Person Registers as Linked Open Data in the WarSampo Knowledge Graph." In Semantic Systems. In the Era of Knowledge Graphs, 118–26. Cham: Springer International Publishing, 2020. http://dx.doi.org/10.1007/978-3-030-59833-4_8.
Full textRaynal, Michel. "Circumventing the t < n/2 Read/Write Register Impossibility: the Failure Detector Approach." In Fault-Tolerant Message-Passing Distributed Systems, 119–29. Cham: Springer International Publishing, 2018. http://dx.doi.org/10.1007/978-3-319-94141-7_7.
Full textConference papers on the topic "Distributed register"
Li, Harry C., Allen Clement, Amitanand S. Aiyer, and Lorenzo Alvisi. "The Paxos Register." In 2007 26th IEEE International Symposium on Reliable Distributed Systems (SRDS 2007). IEEE, 2007. http://dx.doi.org/10.1109/srds.2007.32.
Full textLi, Harry C., Allen Clement, Amitanand S. Aiyer, and Lorenzo Alvisi. "The Paxos Register." In 2007 26th IEEE International Symposium on Reliable Distributed Systems (SRDS 2007). IEEE, 2007. http://dx.doi.org/10.1109/srds.2007.4365689.
Full textHadzilacos, Vassos, Xing Hu, and Sam Toueg. "On Register Linearizability and Termination." In PODC '21: ACM Symposium on Principles of Distributed Computing. New York, NY, USA: ACM, 2021. http://dx.doi.org/10.1145/3465084.3467925.
Full textKanjani, Khushboo, Hyunyoung Lee, and Jennifer L. Welch. "Byzantine fault-tolerant implementation of a multi-writer regular register." In Distributed Processing (IPDPS). IEEE, 2009. http://dx.doi.org/10.1109/ipdps.2009.5160903.
Full textAlastruey, Jesus, Teresa Monreal, Victor Vinals, and Mateo Valero. "Microarchitectural Support for Speculative Register Renaming." In 2007 IEEE International Parallel and Distributed Processing Symposium. IEEE, 2007. http://dx.doi.org/10.1109/ipdps.2007.370237.
Full textWhalley, David, and Gary Tyson. "Enhancing the effectiveness of utilizing an instruction register file." In Distributed Processing Symposium (IPDPS). IEEE, 2008. http://dx.doi.org/10.1109/ipdps.2008.4536413.
Full textGoto, M., and T. Sato. "Leakage energy reduction in register renaming." In 24th International Conference on Distributed Computing Systems Workshops, 2004. Proceedings. IEEE, 2004. http://dx.doi.org/10.1109/icdcsw.2004.1284138.
Full textWang, Zhong, Xiaobo Sharon Hu, and Edwin H. M. Sha. "Register aware scheduling for distributed cache clustered architecture." In the 2003 conference. New York, New York, USA: ACM Press, 2003. http://dx.doi.org/10.1145/1119772.1119787.
Full textBaldoni, Roberto, Silvia Bonomi, Anne-Marie Kermarrec, and Michel Raynal. "Implementing a Register in a Dynamic Distributed System." In 2009 29th IEEE International Conference on Distributed Computing Systems (ICDCS). IEEE, 2009. http://dx.doi.org/10.1109/icdcs.2009.46.
Full textChockler, Gregory, and Alexander Spiegelman. "Space Complexity of Fault-Tolerant Register Emulations." In PODC '17: ACM Symposium on Principles of Distributed Computing. New York, NY, USA: ACM, 2017. http://dx.doi.org/10.1145/3087801.3087824.
Full textReports on the topic "Distributed register"
Acceptability of the female condom after a social marketing campaign in Campinas, Brazil. Population Council, 2001. http://dx.doi.org/10.31899/hiv2001.1000.
Full text