Letteratura scientifica selezionata sul tema "Edge IoT"
Cita una fonte nei formati APA, MLA, Chicago, Harvard e in molti altri stili
Consulta la lista di attuali articoli, libri, tesi, atti di convegni e altre fonti scientifiche attinenti al tema "Edge IoT".
Accanto a ogni fonte nell'elenco di riferimenti c'è un pulsante "Aggiungi alla bibliografia". Premilo e genereremo automaticamente la citazione bibliografica dell'opera scelta nello stile citazionale di cui hai bisogno: APA, MLA, Harvard, Chicago, Vancouver ecc.
Puoi anche scaricare il testo completo della pubblicazione scientifica nel formato .pdf e leggere online l'abstract (il sommario) dell'opera se è presente nei metadati.
Articoli di riviste sul tema "Edge IoT"
Zhang, Yongqiang, Hongchang Yu, Wanzhen Zhou e Menghua Man. "Application and Research of IoT Architecture for End-Net-Cloud Edge Computing". Electronics 12, n. 1 (20 dicembre 2022): 1. http://dx.doi.org/10.3390/electronics12010001.
Testo completoShafiq, Muhammad, Zhihong Tian, Ali Kashif Bashir, Korhan Cengiz e Adnan Tahir. "SoftSystem: Smart Edge Computing Device Selection Method for IoT Based on Soft Set Technique". Wireless Communications and Mobile Computing 2020 (9 ottobre 2020): 1–10. http://dx.doi.org/10.1155/2020/8864301.
Testo completoLee, Dongkyu, Hyeongyun Moon, Sejong Oh e Daejin Park. "mIoT: Metamorphic IoT Platform for On-Demand Hardware Replacement in Large-Scaled IoT Applications". Sensors 20, n. 12 (12 giugno 2020): 3337. http://dx.doi.org/10.3390/s20123337.
Testo completoMoon, Hyeongyun, e Daejin Park. "An Efficient On-Demand Hardware Replacement Platform for Metamorphic Functional Processing in Edge-Centric IoT Applications". Electronics 10, n. 17 (28 agosto 2021): 2088. http://dx.doi.org/10.3390/electronics10172088.
Testo completoXu, Rongxu, Lei Hang, Wenquan Jin e Dohyeun Kim. "Distributed Secure Edge Computing Architecture Based on Blockchain for Real-Time Data Integrity in IoT Environments". Actuators 10, n. 8 (13 agosto 2021): 197. http://dx.doi.org/10.3390/act10080197.
Testo completoBansal, Malti, e Harshit. "IoT based Edge Computing". December 2020 2, n. 4 (5 gennaio 2021): 204–10. http://dx.doi.org/10.36548/jtcsst.2020.4.005.
Testo completoFirouzi, Ramin, Rahim Rahmani e Theo Kanter. "Context-based Reasoning through Fuzzy Logic for Edge Intelligence". Journal of Ubiquitous Systems and Pervasive Networks 15, n. 01 (1 marzo 2021): 17–25. http://dx.doi.org/10.5383/juspn.15.01.003.
Testo completoXu, Rongxu, Wenquan Jin, Yonggeun Hong e Do-Hyeun Kim. "Intelligent Optimization Mechanism Based on an Objective Function for Efficient Home Appliances Control in an Embedded Edge Platform". Electronics 10, n. 12 (18 giugno 2021): 1460. http://dx.doi.org/10.3390/electronics10121460.
Testo completoBorra, Praveen, Mahidhar Mullapudi, Harshavardhan Nerella e Lalith Kumar Prakashchand. "Analyzing AWS Edge Computing Solutions to Enhance IoT Deployments". International Journal of Engineering and Advanced Technology 13, n. 6 (30 agosto 2024): 8–12. http://dx.doi.org/10.35940/ijeat.f4519.13060824.
Testo completoAnarbayevich, Abdurakhmanov Ravshan. "HARNESSING EDGE COMPUTING FOR ENHANCED SECURITY AND EFFICIENCY IN IOT NETWORKS". American Journal of Applied Science and Technology 4, n. 3 (1 marzo 2024): 18–23. http://dx.doi.org/10.37547/ajast/volume04issue03-04.
Testo completoTesi sul tema "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.
Testo completoHuang, Zhenqiu. "Progression and Edge Intelligence Framework for IoT Systems". Thesis, University of California, Irvine, 2016. http://pqdtopen.proquest.com/#viewpdf?dispub=10168486.
Testo completoThis 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.
Testo completoAntonini, 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.
Testo completoAntonini, 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.
Testo completoPiscaglia, Daniele. "Supporto e Infrastrutture DevOps per Microservizi IoT su Edge Gateway". Master's thesis, Alma Mater Studiorum - Università di Bologna, 2021.
Cerca il testo completoBroumas, 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.
Testo completoAshouri, 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.
Testo completoRajakaruna, 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.
Testo completoKOBEISSI, 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.
Testo completoLibri sul tema "Edge IoT"
Pal, Souvik, Claudio Savaglio, Roberto Minerva e Flávia C. Delicato, a cura di. IoT Edge Intelligence. Cham: Springer Nature Switzerland, 2024. http://dx.doi.org/10.1007/978-3-031-58388-9.
Testo completoJensen, David. Beginning Azure IoT Edge Computing. Berkeley, CA: Apress, 2019. http://dx.doi.org/10.1007/978-1-4842-4536-1.
Testo completoCicirelli, Franco, Antonio Guerrieri, Andrea Vinci e Giandomenico Spezzano, a cura di. IoT Edge Solutions for Cognitive Buildings. Cham: Springer International Publishing, 2023. http://dx.doi.org/10.1007/978-3-031-15160-6.
Testo completoRehan, Syed. AWS IoT With Edge ML and Cybersecurity. Berkeley, CA: Apress, 2023. http://dx.doi.org/10.1007/979-8-8688-0011-5.
Testo completoJiang, Hongbo, Hongyi Wu e Fanzi Zeng, a cura di. Edge Computing and IoT: Systems, Management and Security. Cham: Springer International Publishing, 2021. http://dx.doi.org/10.1007/978-3-030-73429-9.
Testo completoSofia, Rute C., e John Soldatos. Shaping the Future of IoT with Edge Intelligence. New York: River Publishers, 2023. http://dx.doi.org/10.1201/9781032632407.
Testo completoXiao, Zhu, Ping Zhao, Xingxia Dai e Jinmei Shu, a cura di. Edge Computing and IoT: Systems, Management and Security. Cham: Springer Nature Switzerland, 2023. http://dx.doi.org/10.1007/978-3-031-28990-3.
Testo completoKulkarni, Shrikaant, Jaiprakash Dwived, Dinda Pramanta e Yuichiro Tanaka. Edge Computational Intelligence for AI-Enabled IoT Systems. Boca Raton: CRC Press, 2024. http://dx.doi.org/10.1201/9781032650722.
Testo completoMuzaffar, Shahzad, e 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.
Testo completoGama, Joao, Sepideh Pashami, Albert Bifet, Moamar Sayed-Mouchawe, Holger Fröning, Franz Pernkopf, Gregor Schiele e Michaela Blott, a cura di. 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.
Testo completoCapitoli di libri sul tema "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.
Testo completoTadakamalla, Uma, e 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.
Testo completoDesbiens, 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.
Testo completoVuppalapati, 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.
Testo completoPozveh, AmirHossein Jafari, e 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.
Testo completoAlamri, Bandar, Ibrahim Tariq Javed e 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.
Testo completoJensen, 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.
Testo completoRehan, 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.
Testo completoJayashree, L. S., e 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.
Testo completoJensen, 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.
Testo completoAtti di convegni sul tema "Edge IoT"
Čilić, Ivan, Valentin Jukanović, Ivana Podnar Žarko, Pantelis Frangoudis e 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.
Testo completoJalali, Fatemeh, Safieh Khodadustan, Chrispin Gray, Kerry Hinton e 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.
Testo completoGedawy, Hend, Karim Habak, Khaled Harras e 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.
Testo completoAnagnostopoulos, Christos, Fani Deligiani, Kostas Kolomvatsos e 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.
Testo completoAnisetti, Marco, Claudio A. Ardagna, Nicola Bena e 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.
Testo completoAlZahrani, Yazeed, Jun Shen e 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.
Testo completoCao, Charles Qing, e 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.
Testo completo"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.
Testo completoJain, Rakesh, e 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.
Testo completoNikolopoulos, Basil, Maria Voreakou, Mara Nikolaidou e 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.
Testo completoRapporti di organizzazioni sul tema "Edge IoT"
Hong, J., X. de, M. Kovatsch, E. Schooler e D. Kutscher. Internet of Things (IoT) Edge Challenges and Functions. RFC Editor, aprile 2024. http://dx.doi.org/10.17487/rfc9556.
Testo completoLeathers, Emily, Clayton Thurmer e Kendall Niles. Encryption for edge computing applications. Engineer Research and Development Center (U.S.), maggio 2024. http://dx.doi.org/10.21079/11681/48596.
Testo completoPhillips, Paul. The Application of Satellite-based Internet of Things for New Mobility. 400 Commonwealth Drive, Warrendale, PA, United States: SAE International, gennaio 2024. http://dx.doi.org/10.4271/epr2024001.
Testo completoRuvinsky, Alicia, Timothy Garton, Daniel Chausse, Rajeev Agrawal, Harland Yu e 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.), settembre 2021. http://dx.doi.org/10.21079/11681/42169.
Testo completoLehrman, I. S. ICRF (Ion Cyclotron Range of Frequencies) edge modeling. Office of Scientific and Technical Information (OSTI), gennaio 1990. http://dx.doi.org/10.2172/5007603.
Testo completoCarpenter, Marie, e William Lazonick. The Pursuit of Shareholder Value: Cisco’s Transformation from Innovation to Financialization. Institute for New Economic Thinking Working Paper Series, febbraio 2023. http://dx.doi.org/10.36687/inetwp202.
Testo completoCully, John, e Susie Wright. Edge computing. Parliamentary Office of Science and Technology, settembre 2020. http://dx.doi.org/10.58248/pn631.
Testo completoT.M. Biewer, R.E. Bell, S.J. Diem, C.K. Phillips, J.R. Wilson e P.M. Ryan. Edge Ion Heating by Launched High Harmonic Fast Waves in NSTX. Office of Scientific and Technical Information (OSTI), dicembre 2004. http://dx.doi.org/10.2172/836477.
Testo completoT.M. Biewer, R.E. Bell, J.R. Wilson e P.M. Ryan. Observations of Anisotropic Ion Temperature in the NSTX Edge during RF Heating. Office of Scientific and Technical Information (OSTI), ottobre 2004. http://dx.doi.org/10.2172/835926.
Testo completoT.M. Biewer, R.E. Bell, P.M. Ryan e J.R. Wilson. Observations of Anisotropic Ion Temperature in the NSTX Edge during RF Heating. Office of Scientific and Technical Information (OSTI), giugno 2004. http://dx.doi.org/10.2172/828257.
Testo completo