Literatura académica sobre el tema "Edge IoT"
Crea una cita precisa en los estilos APA, MLA, Chicago, Harvard y otros
Consulte las listas temáticas de artículos, libros, tesis, actas de conferencias y otras fuentes académicas sobre el tema "Edge IoT".
Junto a cada fuente en la lista de referencias hay un botón "Agregar a la bibliografía". Pulsa este botón, y generaremos automáticamente la referencia bibliográfica para la obra elegida en el estilo de cita que necesites: APA, MLA, Harvard, Vancouver, Chicago, etc.
También puede descargar el texto completo de la publicación académica en formato pdf y leer en línea su resumen siempre que esté disponible en los metadatos.
Artículos de revistas sobre el tema "Edge IoT"
Zhang, Yongqiang, Hongchang Yu, Wanzhen Zhou y Menghua Man. "Application and Research of IoT Architecture for End-Net-Cloud Edge Computing". Electronics 12, n.º 1 (20 de diciembre de 2022): 1. http://dx.doi.org/10.3390/electronics12010001.
Texto completoShafiq, Muhammad, Zhihong Tian, Ali Kashif Bashir, Korhan Cengiz y Adnan Tahir. "SoftSystem: Smart Edge Computing Device Selection Method for IoT Based on Soft Set Technique". Wireless Communications and Mobile Computing 2020 (9 de octubre de 2020): 1–10. http://dx.doi.org/10.1155/2020/8864301.
Texto completoLee, Dongkyu, Hyeongyun Moon, Sejong Oh y Daejin Park. "mIoT: Metamorphic IoT Platform for On-Demand Hardware Replacement in Large-Scaled IoT Applications". Sensors 20, n.º 12 (12 de junio de 2020): 3337. http://dx.doi.org/10.3390/s20123337.
Texto completoMoon, Hyeongyun y Daejin Park. "An Efficient On-Demand Hardware Replacement Platform for Metamorphic Functional Processing in Edge-Centric IoT Applications". Electronics 10, n.º 17 (28 de agosto de 2021): 2088. http://dx.doi.org/10.3390/electronics10172088.
Texto completoXu, Rongxu, Lei Hang, Wenquan Jin y Dohyeun Kim. "Distributed Secure Edge Computing Architecture Based on Blockchain for Real-Time Data Integrity in IoT Environments". Actuators 10, n.º 8 (13 de agosto de 2021): 197. http://dx.doi.org/10.3390/act10080197.
Texto completoBansal, Malti y Harshit. "IoT based Edge Computing". December 2020 2, n.º 4 (5 de enero de 2021): 204–10. http://dx.doi.org/10.36548/jtcsst.2020.4.005.
Texto completoFirouzi, Ramin, Rahim Rahmani y Theo Kanter. "Context-based Reasoning through Fuzzy Logic for Edge Intelligence". Journal of Ubiquitous Systems and Pervasive Networks 15, n.º 01 (1 de marzo de 2021): 17–25. http://dx.doi.org/10.5383/juspn.15.01.003.
Texto completoXu, Rongxu, Wenquan Jin, Yonggeun Hong y 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 de junio de 2021): 1460. http://dx.doi.org/10.3390/electronics10121460.
Texto completoBorra, Praveen, Mahidhar Mullapudi, Harshavardhan Nerella y Lalith Kumar Prakashchand. "Analyzing AWS Edge Computing Solutions to Enhance IoT Deployments". International Journal of Engineering and Advanced Technology 13, n.º 6 (30 de agosto de 2024): 8–12. http://dx.doi.org/10.35940/ijeat.f4519.13060824.
Texto 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 de marzo de 2024): 18–23. http://dx.doi.org/10.37547/ajast/volume04issue03-04.
Texto completoTesis sobre el 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.
Texto completoHuang, Zhenqiu. "Progression and Edge Intelligence Framework for IoT Systems". Thesis, University of California, Irvine, 2016. http://pqdtopen.proquest.com/#viewpdf?dispub=10168486.
Texto 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.
Texto 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.
Texto 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.
Texto completoPiscaglia, Daniele. "Supporto e Infrastrutture DevOps per Microservizi IoT su Edge Gateway". Master's thesis, Alma Mater Studiorum - Università di Bologna, 2021.
Buscar texto 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.
Texto 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.
Texto 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.
Texto 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.
Texto completoLibros sobre el tema "Edge IoT"
Pal, Souvik, Claudio Savaglio, Roberto Minerva y Flávia C. Delicato, eds. IoT Edge Intelligence. Cham: Springer Nature Switzerland, 2024. http://dx.doi.org/10.1007/978-3-031-58388-9.
Texto completoJensen, David. Beginning Azure IoT Edge Computing. Berkeley, CA: Apress, 2019. http://dx.doi.org/10.1007/978-1-4842-4536-1.
Texto completoCicirelli, Franco, Antonio Guerrieri, Andrea Vinci y Giandomenico Spezzano, eds. IoT Edge Solutions for Cognitive Buildings. Cham: Springer International Publishing, 2023. http://dx.doi.org/10.1007/978-3-031-15160-6.
Texto completoRehan, Syed. AWS IoT With Edge ML and Cybersecurity. Berkeley, CA: Apress, 2023. http://dx.doi.org/10.1007/979-8-8688-0011-5.
Texto completoJiang, Hongbo, Hongyi Wu y Fanzi Zeng, eds. Edge Computing and IoT: Systems, Management and Security. Cham: Springer International Publishing, 2021. http://dx.doi.org/10.1007/978-3-030-73429-9.
Texto completoSofia, Rute C. y John Soldatos. Shaping the Future of IoT with Edge Intelligence. New York: River Publishers, 2023. http://dx.doi.org/10.1201/9781032632407.
Texto completoXiao, Zhu, Ping Zhao, Xingxia Dai y Jinmei Shu, eds. Edge Computing and IoT: Systems, Management and Security. Cham: Springer Nature Switzerland, 2023. http://dx.doi.org/10.1007/978-3-031-28990-3.
Texto completoKulkarni, Shrikaant, Jaiprakash Dwived, Dinda Pramanta y Yuichiro Tanaka. Edge Computational Intelligence for AI-Enabled IoT Systems. Boca Raton: CRC Press, 2024. http://dx.doi.org/10.1201/9781032650722.
Texto completoMuzaffar, Shahzad y 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.
Texto completoGama, Joao, Sepideh Pashami, Albert Bifet, Moamar Sayed-Mouchawe, Holger Fröning, Franz Pernkopf, Gregor Schiele y Michaela Blott, eds. 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.
Texto completoCapítulos de libros sobre el tema "Edge IoT"
Venu, Sibeesh. "IoT Edge". En 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.
Texto completoTadakamalla, Uma y Daniel A. Menascé. "Characterization of IoT Workloads". En Edge Computing – EDGE 2019, 1–15. Cham: Springer International Publishing, 2019. http://dx.doi.org/10.1007/978-3-030-23374-7_1.
Texto completoDesbiens, Frédéric. "Edge Computing". En 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.
Texto completoVuppalapati, Chandrasekar. "Edge Analytics". En 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.
Texto completoPozveh, AmirHossein Jafari y Hadi Shahriar Shahhoseini. "IoT Integration with MEC". En Mobile Edge Computing, 111–44. Cham: Springer International Publishing, 2021. http://dx.doi.org/10.1007/978-3-030-69893-5_6.
Texto completoAlamri, Bandar, Ibrahim Tariq Javed y Tiziana Margaria. "Preserving Patients’ Privacy in Medical IoT Using Blockchain". En Edge Computing – EDGE 2020, 103–10. Cham: Springer International Publishing, 2020. http://dx.doi.org/10.1007/978-3-030-59824-2_9.
Texto completoJensen, David. "Hello Edge". En Beginning Azure IoT Edge Computing, 83–117. Berkeley, CA: Apress, 2019. http://dx.doi.org/10.1007/978-1-4842-4536-1_4.
Texto completoRehan, Syed. "Industrial IoT with AWS IoT". En 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.
Texto completoJayashree, L. S. y G. Selvakumar. "Edge Computing in IoT". En 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.
Texto completoJensen, David. "Azure IoT Edge Security". En Beginning Azure IoT Edge Computing, 205–25. Berkeley, CA: Apress, 2019. http://dx.doi.org/10.1007/978-1-4842-4536-1_8.
Texto completoActas de conferencias sobre el tema "Edge IoT"
Čilić, Ivan, Valentin Jukanović, Ivana Podnar Žarko, Pantelis Frangoudis y Schahram Dustdar. "QEdgeProxy: QoS-Aware Load Balancing for IoT Services in the Computing Continuum". En 2024 IEEE International Conference on Edge Computing and Communications (EDGE), 67–73. IEEE, 2024. http://dx.doi.org/10.1109/edge62653.2024.00018.
Texto completoJalali, Fatemeh, Safieh Khodadustan, Chrispin Gray, Kerry Hinton y Frank Suits. "Greening IoT with Fog: A Survey". En 2017 IEEE International Conference on Edge Computing (EDGE). IEEE, 2017. http://dx.doi.org/10.1109/ieee.edge.2017.13.
Texto completoGedawy, Hend, Karim Habak, Khaled Harras y Mounir Hamdi. "An Energy-Aware IoT Femtocloud System". En 2018 IEEE International Conference on Edge Computing (EDGE). IEEE, 2018. http://dx.doi.org/10.1109/edge.2018.00015.
Texto completoAnagnostopoulos, Christos, Fani Deligiani, Kostas Kolomvatsos y Jordi Mateo Fornés. "Workshop: Converge of Edge Intelligence in IoT (EdgeA-IoT 2022)". En 2022 IEEE 8th World Forum on Internet of Things (WF-IoT). IEEE, 2022. http://dx.doi.org/10.1109/wf-iot54382.2022.10152257.
Texto completoAnisetti, Marco, Claudio A. Ardagna, Nicola Bena y Ruslan Bondaruc. "Towards an Assurance Framework for Edge and IoT Systems". En 2021 IEEE International Conference on Edge Computing (EDGE). IEEE, 2021. http://dx.doi.org/10.1109/edge53862.2021.00015.
Texto completoAlZahrani, Yazeed, Jun Shen y Jun Yan. "Spatial Goal Refinement Patterns for IoT Applications". En 2022 IEEE International Conference on Edge Computing and Communications (EDGE). IEEE, 2022. http://dx.doi.org/10.1109/edge55608.2022.00019.
Texto completoCao, Charles Qing y Yunhe Feng. "Probabilistic Error Reasoning on IoT Edge Devices". En 2023 IEEE International Conference on Edge Computing and Communications (EDGE). IEEE, 2023. http://dx.doi.org/10.1109/edge60047.2023.00031.
Texto completo"Empowering Industrial IoT with Narrowband: The Role of NB-IoT in Industry 4.0". En International Conference on Cutting-Edge Developments in Engineering Technology and Science. ICCDETS, 2024. http://dx.doi.org/10.62919/mtlk8978.
Texto completoJain, Rakesh y Samir Tata. "Cloud to Edge: Distributed Deployment of Process-Aware IoT Applications". En 2017 IEEE International Conference on Edge Computing (EDGE). IEEE, 2017. http://dx.doi.org/10.1109/ieee.edge.2017.32.
Texto completoNikolopoulos, Basil, Maria Voreakou, Mara Nikolaidou y Dimosthenis Anagnostopoulos. "Enhancing Context-Awareness in Autonomous Fog Nodes for IoT Systems". En 2019 IEEE International Conference on Edge Computing (EDGE). IEEE, 2019. http://dx.doi.org/10.1109/edge.2019.00034.
Texto completoInformes sobre el tema "Edge IoT"
Hong, J., X. de, M. Kovatsch, E. Schooler y D. Kutscher. Internet of Things (IoT) Edge Challenges and Functions. RFC Editor, abril de 2024. http://dx.doi.org/10.17487/rfc9556.
Texto completoLeathers, Emily, Clayton Thurmer y Kendall Niles. Encryption for edge computing applications. Engineer Research and Development Center (U.S.), mayo de 2024. http://dx.doi.org/10.21079/11681/48596.
Texto completoPhillips, Paul. The Application of Satellite-based Internet of Things for New Mobility. 400 Commonwealth Drive, Warrendale, PA, United States: SAE International, enero de 2024. http://dx.doi.org/10.4271/epr2024001.
Texto completoRuvinsky, Alicia, Timothy Garton, Daniel Chausse, Rajeev Agrawal, Harland Yu y 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.), septiembre de 2021. http://dx.doi.org/10.21079/11681/42169.
Texto completoLehrman, I. S. ICRF (Ion Cyclotron Range of Frequencies) edge modeling. Office of Scientific and Technical Information (OSTI), enero de 1990. http://dx.doi.org/10.2172/5007603.
Texto completoCarpenter, Marie y William Lazonick. The Pursuit of Shareholder Value: Cisco’s Transformation from Innovation to Financialization. Institute for New Economic Thinking Working Paper Series, febrero de 2023. http://dx.doi.org/10.36687/inetwp202.
Texto completoCully, John y Susie Wright. Edge computing. Parliamentary Office of Science and Technology, septiembre de 2020. http://dx.doi.org/10.58248/pn631.
Texto completoT.M. Biewer, R.E. Bell, S.J. Diem, C.K. Phillips, J.R. Wilson y P.M. Ryan. Edge Ion Heating by Launched High Harmonic Fast Waves in NSTX. Office of Scientific and Technical Information (OSTI), diciembre de 2004. http://dx.doi.org/10.2172/836477.
Texto completoT.M. Biewer, R.E. Bell, J.R. Wilson y P.M. Ryan. Observations of Anisotropic Ion Temperature in the NSTX Edge during RF Heating. Office of Scientific and Technical Information (OSTI), octubre de 2004. http://dx.doi.org/10.2172/835926.
Texto completoT.M. Biewer, R.E. Bell, P.M. Ryan y J.R. Wilson. Observations of Anisotropic Ion Temperature in the NSTX Edge during RF Heating. Office of Scientific and Technical Information (OSTI), junio de 2004. http://dx.doi.org/10.2172/828257.
Texto completo