Inhaltsverzeichnis
Auswahl der wissenschaftlichen Literatur zum Thema „Edge IoT“
Geben Sie eine Quelle nach APA, MLA, Chicago, Harvard und anderen Zitierweisen an
Machen Sie sich mit den Listen der aktuellen Artikel, Bücher, Dissertationen, Berichten und anderer wissenschaftlichen Quellen zum Thema "Edge IoT" bekannt.
Neben jedem Werk im Literaturverzeichnis ist die Option "Zur Bibliographie hinzufügen" verfügbar. Nutzen Sie sie, wird Ihre bibliographische Angabe des gewählten Werkes nach der nötigen Zitierweise (APA, MLA, Harvard, Chicago, Vancouver usw.) automatisch gestaltet.
Sie können auch den vollen Text der wissenschaftlichen Publikation im PDF-Format herunterladen und eine Online-Annotation der Arbeit lesen, wenn die relevanten Parameter in den Metadaten verfügbar sind.
Zeitschriftenartikel zum Thema "Edge IoT"
Zhang, Yongqiang, Hongchang Yu, Wanzhen Zhou und Menghua Man. „Application and Research of IoT Architecture for End-Net-Cloud Edge Computing“. Electronics 12, Nr. 1 (20.12.2022): 1. http://dx.doi.org/10.3390/electronics12010001.
Der volle Inhalt der QuelleShafiq, Muhammad, Zhihong Tian, Ali Kashif Bashir, Korhan Cengiz und Adnan Tahir. „SoftSystem: Smart Edge Computing Device Selection Method for IoT Based on Soft Set Technique“. Wireless Communications and Mobile Computing 2020 (09.10.2020): 1–10. http://dx.doi.org/10.1155/2020/8864301.
Der volle Inhalt der QuelleLee, Dongkyu, Hyeongyun Moon, Sejong Oh und Daejin Park. „mIoT: Metamorphic IoT Platform for On-Demand Hardware Replacement in Large-Scaled IoT Applications“. Sensors 20, Nr. 12 (12.06.2020): 3337. http://dx.doi.org/10.3390/s20123337.
Der volle Inhalt der QuelleMoon, Hyeongyun, und Daejin Park. „An Efficient On-Demand Hardware Replacement Platform for Metamorphic Functional Processing in Edge-Centric IoT Applications“. Electronics 10, Nr. 17 (28.08.2021): 2088. http://dx.doi.org/10.3390/electronics10172088.
Der volle Inhalt der QuelleXu, Rongxu, Lei Hang, Wenquan Jin und Dohyeun Kim. „Distributed Secure Edge Computing Architecture Based on Blockchain for Real-Time Data Integrity in IoT Environments“. Actuators 10, Nr. 8 (13.08.2021): 197. http://dx.doi.org/10.3390/act10080197.
Der volle Inhalt der QuelleBansal, Malti, und Harshit. „IoT based Edge Computing“. December 2020 2, Nr. 4 (05.01.2021): 204–10. http://dx.doi.org/10.36548/jtcsst.2020.4.005.
Der volle Inhalt der QuelleFirouzi, Ramin, Rahim Rahmani und Theo Kanter. „Context-based Reasoning through Fuzzy Logic for Edge Intelligence“. Journal of Ubiquitous Systems and Pervasive Networks 15, Nr. 01 (01.03.2021): 17–25. http://dx.doi.org/10.5383/juspn.15.01.003.
Der volle Inhalt der QuelleXu, Rongxu, Wenquan Jin, Yonggeun Hong und Do-Hyeun Kim. „Intelligent Optimization Mechanism Based on an Objective Function for Efficient Home Appliances Control in an Embedded Edge Platform“. Electronics 10, Nr. 12 (18.06.2021): 1460. http://dx.doi.org/10.3390/electronics10121460.
Der volle Inhalt der QuelleBorra, Praveen, Mahidhar Mullapudi, Harshavardhan Nerella und Lalith Kumar Prakashchand. „Analyzing AWS Edge Computing Solutions to Enhance IoT Deployments“. International Journal of Engineering and Advanced Technology 13, Nr. 6 (30.08.2024): 8–12. http://dx.doi.org/10.35940/ijeat.f4519.13060824.
Der volle Inhalt der QuelleAnarbayevich, Abdurakhmanov Ravshan. „HARNESSING EDGE COMPUTING FOR ENHANCED SECURITY AND EFFICIENCY IN IOT NETWORKS“. American Journal of Applied Science and Technology 4, Nr. 3 (01.03.2024): 18–23. http://dx.doi.org/10.37547/ajast/volume04issue03-04.
Der volle Inhalt der QuelleDissertationen zum Thema "Edge IoT"
Stiefel, Maximilian. „IOT CONNECTIVITY WITH EDGE COMPUTING“. Thesis, Uppsala universitet, Institutionen för informationsteknologi, 2018. http://urn.kb.se/resolve?urn=urn:nbn:se:uu:diva-372094.
Der volle Inhalt der QuelleHuang, Zhenqiu. „Progression and Edge Intelligence Framework for IoT Systems“. Thesis, University of California, Irvine, 2016. http://pqdtopen.proquest.com/#viewpdf?dispub=10168486.
Der volle Inhalt der QuelleThis thesis studies the issues of building and managing future Internet of Things (IoT) systems. IoT systems consist of distributed components with services for sensing, processing, and controlling through devices deployed in our living environment as part of the global cyber-physical ecosystem.
Systems with perpetually running IoT devices may use a lot of energy. One challenge is implementing good management policies for energy saving. In addition, a large scale of devices may be deployed in wide geographical areas through low bandwidth wireless communication networks. This brings the challenge of congfiuring a large number of duplicated applications with low latency in a scalable manner. Finally, intelligent IoT applications, such as occupancy prediction and activity recognition, depend on analyzing user and event patterns from historical data. In order to achieve real-time interaction between humans and things, reliable yet real-time analytic support should be included to leverage the interplay and complementary roles of edge and cloud computing.
In this dissertation, I address the above issues from the service oriented point of view. Service oriented architecture (SOA) provides the integration and management flexibility using the abstraction of services deployed on devices. We have designed the WuKong IoT middleware to facilitate connectivity, deployment, and run-time management of IoT applications.
For energy efficient mapping, this thesis presents an energy saving methodology for co- locating several services on the same physical device in order to reduce the computing and communication energy. In a multi-hop network, the service co-location problem is formulated as a quadratic programming problem. I propose a reduction method that reduces it to the integer programming problem. In a single hop network, the service co-location problem can be modeled as the Maximum Weighted Independent Set (MWIS) problem. I design algorithm to transform a service flow to a co-location graph. Then, known heuristic algorithms to find the maximum independent set, which is the basis for making service co-location decisions, are applied to the co-location graph.
For low latency scalable deployment, I propose a region-based hierarchical management structure. A congestion zone that covers multiple regions is identified. The problem of deploying a large number of copies of a flow-based program (FBP) in a congestion zone is modeled as a network traffic congestion problem. Then, the problem of mapping in a congestion zone is modeled as an Integer Quadratic Constrained Programming (IQCP) problem, which is proved to be a NP-hard problem. Given that, an approximation algorithm based on LP relaxation and an efficient service relocating heuristic algorithm are designed for reducing the computation complexity. For each congestion zone, the algorithm will perform global optimized mapping for multiple regions, and then request multiple deployment delegators for reprogramming individual devices.
Finally, with the growing adoption of IoT applications, dedicated and single-purpose devices are giving way to smart, adaptive devices with rich capabilities using a platform or API, collecting and analyzing data, and making their own decisions. To facilitate building intelligent applications in IoT, I have implemented the edge framework for supporting reliable streaming analytics on edge devices. In addition, a progression framework is built to achieve the self-management capability of applications in IoT. A progressive architecture and a programming paradigm for bridging the service oriented application with the power of big data on the cloud are designed in the framework. In this thesis, I present the detailed design of the progression framework, which incorporates the above features for building scalable management of IoT systems through a flexible middleware.
Marchioni, Alex <1989>. „Algorithms and Systems for IoT and Edge Computing“. Doctoral thesis, Alma Mater Studiorum - Università di Bologna, 2022. http://amsdottorato.unibo.it/10084/1/marchioni_alex_tesi.pdf.
Der volle Inhalt der QuelleAntonini, Mattia. „From Edge Computing to Edge Intelligence: exploring novel design approaches to intelligent IoT applications“. Doctoral thesis, Università degli studi di Trento, 2021. http://hdl.handle.net/11572/308630.
Der volle Inhalt der QuelleAntonini, Mattia. „From Edge Computing to Edge Intelligence: exploring novel design approaches to intelligent IoT applications“. Doctoral thesis, Università degli studi di Trento, 2021. http://hdl.handle.net/11572/308630.
Der volle Inhalt der QuellePiscaglia, Daniele. „Supporto e Infrastrutture DevOps per Microservizi IoT su Edge Gateway“. Master's thesis, Alma Mater Studiorum - Università di Bologna, 2021.
Den vollen Inhalt der Quelle findenBroumas, Ioannis. „Design of Cellular and GNSS Antenna for IoT Edge Device“. Thesis, Högskolan i Halmstad, Akademin för informationsteknologi, 2019. http://urn.kb.se/resolve?urn=urn:nbn:se:hh:diva-39239.
Der volle Inhalt der QuelleAshouri, Majid. „Towards Supporting IoT System Designers in Edge Computing Deployment Decisions“. Licentiate thesis, Malmö universitet, Malmö högskola, Institutionen för datavetenskap och medieteknik (DVMT), 2021. http://urn.kb.se/resolve?urn=urn:nbn:se:mau:diva-37068.
Der volle Inhalt der QuelleRajakaruna, A. (Archana). „Lightweight edge-based networking architecture for low-power IoT devices“. Master's thesis, University of Oulu, 2019. http://jultika.oulu.fi/Record/nbnfioulu-201906072483.
Der volle Inhalt der QuelleKOBEISSI, AHMAD. „VERSO IL CONCETTO DI SMART CITY: SOLUZIONI IOT EDGE-CLOUD“. Doctoral thesis, Università degli studi di Genova, 2020. http://hdl.handle.net/11567/996248.
Der volle Inhalt der QuelleBücher zum Thema "Edge IoT"
Pal, Souvik, Claudio Savaglio, Roberto Minerva und Flávia C. Delicato, Hrsg. IoT Edge Intelligence. Cham: Springer Nature Switzerland, 2024. http://dx.doi.org/10.1007/978-3-031-58388-9.
Der volle Inhalt der QuelleJensen, David. Beginning Azure IoT Edge Computing. Berkeley, CA: Apress, 2019. http://dx.doi.org/10.1007/978-1-4842-4536-1.
Der volle Inhalt der QuelleCicirelli, Franco, Antonio Guerrieri, Andrea Vinci und Giandomenico Spezzano, Hrsg. IoT Edge Solutions for Cognitive Buildings. Cham: Springer International Publishing, 2023. http://dx.doi.org/10.1007/978-3-031-15160-6.
Der volle Inhalt der QuelleRehan, Syed. AWS IoT With Edge ML and Cybersecurity. Berkeley, CA: Apress, 2023. http://dx.doi.org/10.1007/979-8-8688-0011-5.
Der volle Inhalt der QuelleJiang, Hongbo, Hongyi Wu und Fanzi Zeng, Hrsg. Edge Computing and IoT: Systems, Management and Security. Cham: Springer International Publishing, 2021. http://dx.doi.org/10.1007/978-3-030-73429-9.
Der volle Inhalt der QuelleSofia, Rute C., und John Soldatos. Shaping the Future of IoT with Edge Intelligence. New York: River Publishers, 2023. http://dx.doi.org/10.1201/9781032632407.
Der volle Inhalt der QuelleXiao, Zhu, Ping Zhao, Xingxia Dai und Jinmei Shu, Hrsg. Edge Computing and IoT: Systems, Management and Security. Cham: Springer Nature Switzerland, 2023. http://dx.doi.org/10.1007/978-3-031-28990-3.
Der volle Inhalt der QuelleKulkarni, Shrikaant, Jaiprakash Dwived, Dinda Pramanta und Yuichiro Tanaka. Edge Computational Intelligence for AI-Enabled IoT Systems. Boca Raton: CRC Press, 2024. http://dx.doi.org/10.1201/9781032650722.
Der volle Inhalt der QuelleMuzaffar, Shahzad, und Ibrahim M. Elfadel. Secure, Low-Power IoT Communication Using Edge-Coded Signaling. Cham: Springer International Publishing, 2022. http://dx.doi.org/10.1007/978-3-030-95914-2.
Der volle Inhalt der QuelleGama, Joao, Sepideh Pashami, Albert Bifet, Moamar Sayed-Mouchawe, Holger Fröning, Franz Pernkopf, Gregor Schiele und Michaela Blott, Hrsg. IoT Streams for Data-Driven Predictive Maintenance and IoT, Edge, and Mobile for Embedded Machine Learning. Cham: Springer International Publishing, 2020. http://dx.doi.org/10.1007/978-3-030-66770-2.
Der volle Inhalt der QuelleBuchteile zum Thema "Edge IoT"
Venu, Sibeesh. „IoT Edge“. In Asp.Net Core and Azure with Raspberry Pi 4, 129–52. Berkeley, CA: Apress, 2020. http://dx.doi.org/10.1007/978-1-4842-6443-0_8.
Der volle Inhalt der QuelleTadakamalla, Uma, und Daniel A. Menascé. „Characterization of IoT Workloads“. In Edge Computing – EDGE 2019, 1–15. Cham: Springer International Publishing, 2019. http://dx.doi.org/10.1007/978-3-030-23374-7_1.
Der volle Inhalt der QuelleDesbiens, Frédéric. „Edge Computing“. In Building Enterprise IoT Solutions with Eclipse IoT Technologies, 271–96. Berkeley, CA: Apress, 2022. http://dx.doi.org/10.1007/978-1-4842-8882-5_11.
Der volle Inhalt der QuelleVuppalapati, Chandrasekar. „Edge Analytics“. In Building Enterprise IoT Applications, 219–76. First edition. | Boca Raton : CRC Press/Taylor & Francis Group, [2020]: CRC Press, 2019. http://dx.doi.org/10.1201/9780429056437-8.
Der volle Inhalt der QuellePozveh, AmirHossein Jafari, und Hadi Shahriar Shahhoseini. „IoT Integration with MEC“. In Mobile Edge Computing, 111–44. Cham: Springer International Publishing, 2021. http://dx.doi.org/10.1007/978-3-030-69893-5_6.
Der volle Inhalt der QuelleAlamri, Bandar, Ibrahim Tariq Javed und Tiziana Margaria. „Preserving Patients’ Privacy in Medical IoT Using Blockchain“. In Edge Computing – EDGE 2020, 103–10. Cham: Springer International Publishing, 2020. http://dx.doi.org/10.1007/978-3-030-59824-2_9.
Der volle Inhalt der QuelleJensen, David. „Hello Edge“. In Beginning Azure IoT Edge Computing, 83–117. Berkeley, CA: Apress, 2019. http://dx.doi.org/10.1007/978-1-4842-4536-1_4.
Der volle Inhalt der QuelleRehan, Syed. „Industrial IoT with AWS IoT“. In AWS IoT With Edge ML and Cybersecurity, 177–210. Berkeley, CA: Apress, 2023. http://dx.doi.org/10.1007/979-8-8688-0011-5_7.
Der volle Inhalt der QuelleJayashree, L. S., und G. Selvakumar. „Edge Computing in IoT“. In Getting Started with Enterprise Internet of Things: Design Approaches and Software Architecture Models, 49–69. Cham: Springer International Publishing, 2020. http://dx.doi.org/10.1007/978-3-030-30945-9_3.
Der volle Inhalt der QuelleJensen, David. „Azure IoT Edge Security“. In Beginning Azure IoT Edge Computing, 205–25. Berkeley, CA: Apress, 2019. http://dx.doi.org/10.1007/978-1-4842-4536-1_8.
Der volle Inhalt der QuelleKonferenzberichte zum Thema "Edge IoT"
Čilić, Ivan, Valentin Jukanović, Ivana Podnar Žarko, Pantelis Frangoudis und Schahram Dustdar. „QEdgeProxy: QoS-Aware Load Balancing for IoT Services in the Computing Continuum“. In 2024 IEEE International Conference on Edge Computing and Communications (EDGE), 67–73. IEEE, 2024. http://dx.doi.org/10.1109/edge62653.2024.00018.
Der volle Inhalt der QuelleJalali, Fatemeh, Safieh Khodadustan, Chrispin Gray, Kerry Hinton und Frank Suits. „Greening IoT with Fog: A Survey“. In 2017 IEEE International Conference on Edge Computing (EDGE). IEEE, 2017. http://dx.doi.org/10.1109/ieee.edge.2017.13.
Der volle Inhalt der QuelleGedawy, Hend, Karim Habak, Khaled Harras und Mounir Hamdi. „An Energy-Aware IoT Femtocloud System“. In 2018 IEEE International Conference on Edge Computing (EDGE). IEEE, 2018. http://dx.doi.org/10.1109/edge.2018.00015.
Der volle Inhalt der QuelleAnagnostopoulos, Christos, Fani Deligiani, Kostas Kolomvatsos und Jordi Mateo Fornés. „Workshop: Converge of Edge Intelligence in IoT (EdgeA-IoT 2022)“. In 2022 IEEE 8th World Forum on Internet of Things (WF-IoT). IEEE, 2022. http://dx.doi.org/10.1109/wf-iot54382.2022.10152257.
Der volle Inhalt der QuelleAnisetti, Marco, Claudio A. Ardagna, Nicola Bena und Ruslan Bondaruc. „Towards an Assurance Framework for Edge and IoT Systems“. In 2021 IEEE International Conference on Edge Computing (EDGE). IEEE, 2021. http://dx.doi.org/10.1109/edge53862.2021.00015.
Der volle Inhalt der QuelleAlZahrani, Yazeed, Jun Shen und Jun Yan. „Spatial Goal Refinement Patterns for IoT Applications“. In 2022 IEEE International Conference on Edge Computing and Communications (EDGE). IEEE, 2022. http://dx.doi.org/10.1109/edge55608.2022.00019.
Der volle Inhalt der QuelleCao, Charles Qing, und Yunhe Feng. „Probabilistic Error Reasoning on IoT Edge Devices“. In 2023 IEEE International Conference on Edge Computing and Communications (EDGE). IEEE, 2023. http://dx.doi.org/10.1109/edge60047.2023.00031.
Der volle Inhalt der Quelle„Empowering Industrial IoT with Narrowband: The Role of NB-IoT in Industry 4.0“. In International Conference on Cutting-Edge Developments in Engineering Technology and Science. ICCDETS, 2024. http://dx.doi.org/10.62919/mtlk8978.
Der volle Inhalt der QuelleJain, Rakesh, und Samir Tata. „Cloud to Edge: Distributed Deployment of Process-Aware IoT Applications“. In 2017 IEEE International Conference on Edge Computing (EDGE). IEEE, 2017. http://dx.doi.org/10.1109/ieee.edge.2017.32.
Der volle Inhalt der QuelleNikolopoulos, Basil, Maria Voreakou, Mara Nikolaidou und Dimosthenis Anagnostopoulos. „Enhancing Context-Awareness in Autonomous Fog Nodes for IoT Systems“. In 2019 IEEE International Conference on Edge Computing (EDGE). IEEE, 2019. http://dx.doi.org/10.1109/edge.2019.00034.
Der volle Inhalt der QuelleBerichte der Organisationen zum Thema "Edge IoT"
Hong, J., X. de, M. Kovatsch, E. Schooler und D. Kutscher. Internet of Things (IoT) Edge Challenges and Functions. RFC Editor, April 2024. http://dx.doi.org/10.17487/rfc9556.
Der volle Inhalt der QuelleLeathers, Emily, Clayton Thurmer und Kendall Niles. Encryption for edge computing applications. Engineer Research and Development Center (U.S.), Mai 2024. http://dx.doi.org/10.21079/11681/48596.
Der volle Inhalt der QuellePhillips, Paul. The Application of Satellite-based Internet of Things for New Mobility. 400 Commonwealth Drive, Warrendale, PA, United States: SAE International, Januar 2024. http://dx.doi.org/10.4271/epr2024001.
Der volle Inhalt der QuelleRuvinsky, Alicia, Timothy Garton, Daniel Chausse, Rajeev Agrawal, Harland Yu und Ernest Miller. Accelerating the tactical decision process with High-Performance Computing (HPC) on the edge : motivation, framework, and use cases. Engineer Research and Development Center (U.S.), September 2021. http://dx.doi.org/10.21079/11681/42169.
Der volle Inhalt der QuelleLehrman, I. S. ICRF (Ion Cyclotron Range of Frequencies) edge modeling. Office of Scientific and Technical Information (OSTI), Januar 1990. http://dx.doi.org/10.2172/5007603.
Der volle Inhalt der QuelleCarpenter, Marie, und William Lazonick. The Pursuit of Shareholder Value: Cisco’s Transformation from Innovation to Financialization. Institute for New Economic Thinking Working Paper Series, Februar 2023. http://dx.doi.org/10.36687/inetwp202.
Der volle Inhalt der QuelleCully, John, und Susie Wright. Edge computing. Parliamentary Office of Science and Technology, September 2020. http://dx.doi.org/10.58248/pn631.
Der volle Inhalt der QuelleT.M. Biewer, R.E. Bell, S.J. Diem, C.K. Phillips, J.R. Wilson und P.M. Ryan. Edge Ion Heating by Launched High Harmonic Fast Waves in NSTX. Office of Scientific and Technical Information (OSTI), Dezember 2004. http://dx.doi.org/10.2172/836477.
Der volle Inhalt der QuelleT.M. Biewer, R.E. Bell, J.R. Wilson und P.M. Ryan. Observations of Anisotropic Ion Temperature in the NSTX Edge during RF Heating. Office of Scientific and Technical Information (OSTI), Oktober 2004. http://dx.doi.org/10.2172/835926.
Der volle Inhalt der QuelleT.M. Biewer, R.E. Bell, P.M. Ryan und J.R. Wilson. Observations of Anisotropic Ion Temperature in the NSTX Edge during RF Heating. Office of Scientific and Technical Information (OSTI), Juni 2004. http://dx.doi.org/10.2172/828257.
Der volle Inhalt der Quelle