首页 > 最新文献

2020 19th RoEduNet Conference: Networking in Education and Research (RoEduNet)最新文献

英文 中文
Enforce a Global Security Policy for User Access to Clustered Container Systems via User Namespace Sharing 对用户通过用户命名空间共享访问集群容器系统实施全局安全策略
Pub Date : 2020-12-11 DOI: 10.1109/RoEduNet51892.2020.9324866
Ioan Stan, D. Rosner, Ștefan-Dan Ciocîrlan
With the advancement of containerization technologies and the isolation mechanisms provided by the Linux kernel through features like namespaces and cgroups, a question arises whether total isolation in containers (virtual enclave) can provide an increased level of security in all use cases. In the current paper we aim to explore the idea of unifying the container's user namespace with the host system's user namespace, to validate if this approach may increase the overall security in some areas of use. Such an approach can facilitate the implementation of complex access policies with high granularity and reduce the weak points that can lead to privilege-escalation attacks. We will explore how different containerization engines can be configured to support the user namespace unification and we will see why the Singularity containerization engine is a perfect fit for our purposes. In addition, we will propose a concept architecture for an academic cluster that can natively support the enforcement of a unified user access policy among both: underlying nodes and containers running above.
随着容器化技术的进步和Linux内核通过名称空间和cgroups等特性提供的隔离机制,出现了一个问题,即容器(虚拟enclave)中的完全隔离是否能够在所有用例中提供更高级别的安全性。在本文中,我们的目标是探索将容器的用户名称空间与主机系统的用户名称空间统一起来的想法,以验证这种方法是否可以在某些使用领域提高整体安全性。这种方法可以促进高粒度复杂访问策略的实现,并减少可能导致特权升级攻击的弱点。我们将探讨如何配置不同的容器化引擎来支持用户名称空间统一,并了解为什么Singularity容器化引擎非常适合我们的目的。此外,我们将为一个学术集群提出一个概念架构,该集群可以本地支持在底层节点和上面运行的容器之间执行统一的用户访问策略。
{"title":"Enforce a Global Security Policy for User Access to Clustered Container Systems via User Namespace Sharing","authors":"Ioan Stan, D. Rosner, Ștefan-Dan Ciocîrlan","doi":"10.1109/RoEduNet51892.2020.9324866","DOIUrl":"https://doi.org/10.1109/RoEduNet51892.2020.9324866","url":null,"abstract":"With the advancement of containerization technologies and the isolation mechanisms provided by the Linux kernel through features like namespaces and cgroups, a question arises whether total isolation in containers (virtual enclave) can provide an increased level of security in all use cases. In the current paper we aim to explore the idea of unifying the container's user namespace with the host system's user namespace, to validate if this approach may increase the overall security in some areas of use. Such an approach can facilitate the implementation of complex access policies with high granularity and reduce the weak points that can lead to privilege-escalation attacks. We will explore how different containerization engines can be configured to support the user namespace unification and we will see why the Singularity containerization engine is a perfect fit for our purposes. In addition, we will propose a concept architecture for an academic cluster that can natively support the enforcement of a unified user access policy among both: underlying nodes and containers running above.","PeriodicalId":140521,"journal":{"name":"2020 19th RoEduNet Conference: Networking in Education and Research (RoEduNet)","volume":"50 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-12-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126949075","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Implementation of a Continuous Integration and Deployment Pipeline for Containerized Applications in Amazon Web Services Using Jenkins, Ansible and Kubernetes 在Amazon Web Services中使用Jenkins, Ansible和Kubernetes实现容器化应用程序的持续集成和部署管道
Pub Date : 2020-12-11 DOI: 10.1109/RoEduNet51892.2020.9324857
Artur Cepuc, Robert Botez, Ovidiu Crãciun, I. Ivanciu, V. Dobrota
Nowadays, cloud computing has become the go to solution for most enterprises. This has led to the introduction of DevOps techniques in which developers work closely with network engineers in order to ensure fast and reliable deployment of their applications. This paper presents an entire automated pipeline, starting with detecting changes in the Java-based web application source code, creating new resources in the Kubernetes cluster to host this new version and finally deploying the containerized application in AWS. The solution follows DevOps best practices and relies on Jenkins for the Continuous Integration stage. The novelty herein is that we used Ansible for Continuous Deployment thus increasing the scalability and overall ease of use. The solution ensures zero downtime and proves fast, even though it combines six different technologies and requires very few computational resources.
如今,云计算已经成为大多数企业的首选解决方案。这导致了DevOps技术的引入,开发人员与网络工程师密切合作,以确保快速可靠地部署他们的应用程序。本文介绍了一个完整的自动化流程,从检测基于java的web应用程序源代码中的变化开始,在Kubernetes集群中创建新的资源来托管这个新版本,最后在AWS中部署容器化的应用程序。该解决方案遵循DevOps最佳实践,并在持续集成阶段依赖于Jenkins。这里的新颖之处在于我们使用了Ansible for Continuous Deployment,从而增加了可伸缩性和整体易用性。尽管该解决方案结合了六种不同的技术,并且只需要很少的计算资源,但它确保了零停机时间和快速验证。
{"title":"Implementation of a Continuous Integration and Deployment Pipeline for Containerized Applications in Amazon Web Services Using Jenkins, Ansible and Kubernetes","authors":"Artur Cepuc, Robert Botez, Ovidiu Crãciun, I. Ivanciu, V. Dobrota","doi":"10.1109/RoEduNet51892.2020.9324857","DOIUrl":"https://doi.org/10.1109/RoEduNet51892.2020.9324857","url":null,"abstract":"Nowadays, cloud computing has become the go to solution for most enterprises. This has led to the introduction of DevOps techniques in which developers work closely with network engineers in order to ensure fast and reliable deployment of their applications. This paper presents an entire automated pipeline, starting with detecting changes in the Java-based web application source code, creating new resources in the Kubernetes cluster to host this new version and finally deploying the containerized application in AWS. The solution follows DevOps best practices and relies on Jenkins for the Continuous Integration stage. The novelty herein is that we used Ansible for Continuous Deployment thus increasing the scalability and overall ease of use. The solution ensures zero downtime and proves fast, even though it combines six different technologies and requires very few computational resources.","PeriodicalId":140521,"journal":{"name":"2020 19th RoEduNet Conference: Networking in Education and Research (RoEduNet)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-12-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128974125","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 10
Convolutional Neural Network Portfolio Management System with Heterogeneous Input 具有异构输入的卷积神经网络组合管理系统
Pub Date : 2020-12-11 DOI: 10.1109/roedunet51892.2020.9324859
Alin-Bogdan Popa, Iulia-Maria Florea, R. Rughinis
We implement a cryptocurrency portfolio management system based on a convolutional neural network architecture. We train and test several models, each augmented with data from various sources - past market information (price, volume, market capitalization), sentiment information (positive, neutral, negative sentiment scores extracted from online forums), and blockchain technical data (number of blocks and transactions per trading unit, amount paid in fees, block difficulty etc.). We show that augmenting the model with transaction volume history can lead to larger profits and higher Sharpe ratio, and augmenting the model with sentiment information can lead to better risk management.
我们实现了一个基于卷积神经网络架构的加密货币投资组合管理系统。我们训练和测试了几个模型,每个模型都增加了来自不同来源的数据——过去的市场信息(价格、交易量、市值)、情绪信息(从在线论坛中提取的积极、中性、消极情绪得分)和区块链技术数据(每个交易单位的区块数量和交易量、支付的费用金额、区块难度等)。我们表明,用交易量历史增加模型可以带来更大的利润和更高的夏普比率,用情绪信息增加模型可以带来更好的风险管理。
{"title":"Convolutional Neural Network Portfolio Management System with Heterogeneous Input","authors":"Alin-Bogdan Popa, Iulia-Maria Florea, R. Rughinis","doi":"10.1109/roedunet51892.2020.9324859","DOIUrl":"https://doi.org/10.1109/roedunet51892.2020.9324859","url":null,"abstract":"We implement a cryptocurrency portfolio management system based on a convolutional neural network architecture. We train and test several models, each augmented with data from various sources - past market information (price, volume, market capitalization), sentiment information (positive, neutral, negative sentiment scores extracted from online forums), and blockchain technical data (number of blocks and transactions per trading unit, amount paid in fees, block difficulty etc.). We show that augmenting the model with transaction volume history can lead to larger profits and higher Sharpe ratio, and augmenting the model with sentiment information can lead to better risk management.","PeriodicalId":140521,"journal":{"name":"2020 19th RoEduNet Conference: Networking in Education and Research (RoEduNet)","volume":"2 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-12-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127449526","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Approaches to Solving the Passive Node Behavior in Mobile Ad Hoc Networking Routing 移动自组织网络路由中被动节点行为的求解方法
Pub Date : 2020-12-11 DOI: 10.1109/RoEduNet51892.2020.9324876
Mihaela Ilie, C. Bǎdicǎ
This work is an overview on approaches to avoiding passive node behavior in mobile wireless ad hoc net-work(MANET) with homogeneous nodes routing protocols. MANETs are stand-alone networks composed of individual mobile devices that communicate with each other using their on-board hardware exclusively. Due to limited communication radius, a MANET protocols rely for mobile devices to forward each other's messages. This gives rise to the problem of nodes refusing to spend energy on messages that are foreign to themselves. This paper gathers recent works on providing incentive to the devices to cooperate. We then identify the algorithmic mechanism of Vickery Clarke Groves as the approach that requires the least amount of overhead that can positively provide incentive to mobile devices to cooperate. The main contribution of this paper is the survey on solving passive node behavior, and the experimental evaluation of the impact of passive node behavior on the basic MANET routing protocols.
本文概述了在具有同构节点路由协议的移动无线自组网(MANET)中避免被动节点行为的方法。manet是由单独的移动设备组成的独立网络,这些设备只使用它们的板载硬件相互通信。由于通信半径有限,无线无线局域网协议依赖于移动设备相互转发消息。这就产生了节点拒绝在与自己无关的消息上花费精力的问题。本文收集了最近关于激励设备合作的研究成果。然后,我们将维克里克拉克格罗夫斯的算法机制确定为需要最少开销的方法,这种方法可以积极地激励移动设备进行合作。本文的主要贡献是对被动节点行为的求解进行了综述,并对被动节点行为对基本MANET路由协议的影响进行了实验评估。
{"title":"Approaches to Solving the Passive Node Behavior in Mobile Ad Hoc Networking Routing","authors":"Mihaela Ilie, C. Bǎdicǎ","doi":"10.1109/RoEduNet51892.2020.9324876","DOIUrl":"https://doi.org/10.1109/RoEduNet51892.2020.9324876","url":null,"abstract":"This work is an overview on approaches to avoiding passive node behavior in mobile wireless ad hoc net-work(MANET) with homogeneous nodes routing protocols. MANETs are stand-alone networks composed of individual mobile devices that communicate with each other using their on-board hardware exclusively. Due to limited communication radius, a MANET protocols rely for mobile devices to forward each other's messages. This gives rise to the problem of nodes refusing to spend energy on messages that are foreign to themselves. This paper gathers recent works on providing incentive to the devices to cooperate. We then identify the algorithmic mechanism of Vickery Clarke Groves as the approach that requires the least amount of overhead that can positively provide incentive to mobile devices to cooperate. The main contribution of this paper is the survey on solving passive node behavior, and the experimental evaluation of the impact of passive node behavior on the basic MANET routing protocols.","PeriodicalId":140521,"journal":{"name":"2020 19th RoEduNet Conference: Networking in Education and Research (RoEduNet)","volume":"232 2 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-12-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121088368","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Management and Orchestration for Network Function Virtualization: An Open Source MANO Approach 网络功能虚拟化的管理和编排:一种开源的MANO方法
Pub Date : 2020-12-11 DOI: 10.1109/RoEduNet51892.2020.9324847
M. Csoma, Benjamin Koné, Robert Botez, I. Ivanciu, A. Kora, V. Dobrota
This paper presents a functional solution for the management and orchestration (MANO) of the Network Function Virtualization (NFV), based on Open Source MANO (OSM). Two different Virtual Infrastructure Managers (VIMs) were tested: OpenVIM and OpenStack. Following the European Telecommunications Standards Institute (ETSI) requirements two experimental scenarios were devised: (1) with OpenVIM in test mode: two Ubuntu 16.04.6 virtual machines (VMs), hosted by different physical computers, acted as two virtual infrastructure managers (VIMs); one of them was collocated with Open Source MANO (OSM); (2) with OpenStack as a VIM and OSM running on an Ubuntu 18.04 virtual machine. The experimental results helped us defined some best practices for integrating OSM with both VIMs. In the future, we plan on extending the infrastructure orchestrated by OSM to include an SDN controller and several clouds acting as VIMs.
提出了一种基于开源MANO (OSM)的网络功能虚拟化(NFV)管理与编排(MANO)的功能解决方案。测试了两种不同的虚拟基础设施管理器(VIMs): OpenVIM和OpenStack。根据欧洲电信标准协会(ETSI)的要求,设计了两个实验场景:(1)在OpenVIM测试模式下:两台Ubuntu 16.04.6虚拟机(vm),由不同的物理计算机托管,充当两个虚拟基础设施管理器(VIMs);其中一个与开源MANO (OSM)并存;(2)将OpenStack作为VIM和OSM运行在Ubuntu 18.04虚拟机上。实验结果帮助我们定义了一些将OSM与两个vm集成的最佳实践。在未来,我们计划扩展OSM编排的基础设施,包括一个SDN控制器和几个充当虚拟机的云。
{"title":"Management and Orchestration for Network Function Virtualization: An Open Source MANO Approach","authors":"M. Csoma, Benjamin Koné, Robert Botez, I. Ivanciu, A. Kora, V. Dobrota","doi":"10.1109/RoEduNet51892.2020.9324847","DOIUrl":"https://doi.org/10.1109/RoEduNet51892.2020.9324847","url":null,"abstract":"This paper presents a functional solution for the management and orchestration (MANO) of the Network Function Virtualization (NFV), based on Open Source MANO (OSM). Two different Virtual Infrastructure Managers (VIMs) were tested: OpenVIM and OpenStack. Following the European Telecommunications Standards Institute (ETSI) requirements two experimental scenarios were devised: (1) with OpenVIM in test mode: two Ubuntu 16.04.6 virtual machines (VMs), hosted by different physical computers, acted as two virtual infrastructure managers (VIMs); one of them was collocated with Open Source MANO (OSM); (2) with OpenStack as a VIM and OSM running on an Ubuntu 18.04 virtual machine. The experimental results helped us defined some best practices for integrating OSM with both VIMs. In the future, we plan on extending the infrastructure orchestrated by OSM to include an SDN controller and several clouds acting as VIMs.","PeriodicalId":140521,"journal":{"name":"2020 19th RoEduNet Conference: Networking in Education and Research (RoEduNet)","volume":"97 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-12-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121205425","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Networking in Education and Research 教育和研究中的网络
Pub Date : 2020-12-11 DOI: 10.1109/roedunet51892.2020.9324877
{"title":"Networking in Education and Research","authors":"","doi":"10.1109/roedunet51892.2020.9324877","DOIUrl":"https://doi.org/10.1109/roedunet51892.2020.9324877","url":null,"abstract":"","PeriodicalId":140521,"journal":{"name":"2020 19th RoEduNet Conference: Networking in Education and Research (RoEduNet)","volume":"11 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-12-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"117050540","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
[Title page] (标题页)
Pub Date : 2020-12-11 DOI: 10.1109/roedunet51892.2020.9324860
{"title":"[Title page]","authors":"","doi":"10.1109/roedunet51892.2020.9324860","DOIUrl":"https://doi.org/10.1109/roedunet51892.2020.9324860","url":null,"abstract":"","PeriodicalId":140521,"journal":{"name":"2020 19th RoEduNet Conference: Networking in Education and Research (RoEduNet)","volume":"138 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-12-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133536841","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Multi - Task Learning of Confounding Factors in Pose-Based Gait Recognition 基于姿态的步态识别中混杂因素的多任务学习
Pub Date : 2020-12-11 DOI: 10.1109/RoEduNet51892.2020.9324873
Adrian Cosma, I. Radoi
This paper proposes a method for performing gait-recognition using skeletons extracted from human pose-estimation networks. Gait is a powerful biometric feature that has been used successfully to identify people, even in the presence of confounding factors such as different view angles and carrying/clothing variations. While most methods make use of Gait Energy Images (GEIs), we propose MFINet, a novel method for processing a sequence of skeletons extracted from an available pre-trained human pose estimation network, that incorporates confounding factors in the decision process. Inspired by methods in the area of activity recognition, we used a skeleton image representation (TSSI) in our experiments to capture temporal dynamics, as well as the skeleton spatial structure. Based on an extensive evaluation on the popular gait-recognition CASIA-B dataset, we show that MFINet is performing better than existing state-of-the-art pose-based methods, obtaining an accuracy of over 85% in scenarios with the same angle for both gallery and probe sets.
本文提出了一种利用人体姿态估计网络中提取的骨骼进行步态识别的方法。步态是一种强大的生物特征,已被成功地用于识别人,即使存在诸如不同视角和携带/服装变化等混杂因素。虽然大多数方法使用步态能量图像(GEIs),但我们提出了MFINet,这是一种处理从可用的预训练人体姿态估计网络中提取的骨骼序列的新方法,该方法在决策过程中考虑了混杂因素。受活动识别领域方法的启发,我们在实验中使用了骨架图像表示(TSSI)来捕捉时间动态以及骨架空间结构。基于对流行的步态识别CASIA-B数据集的广泛评估,我们表明MFINet的表现优于现有的最先进的基于姿势的方法,在相同角度的情况下,对于画廊和探针集,MFINet的准确率超过85%。
{"title":"Multi - Task Learning of Confounding Factors in Pose-Based Gait Recognition","authors":"Adrian Cosma, I. Radoi","doi":"10.1109/RoEduNet51892.2020.9324873","DOIUrl":"https://doi.org/10.1109/RoEduNet51892.2020.9324873","url":null,"abstract":"This paper proposes a method for performing gait-recognition using skeletons extracted from human pose-estimation networks. Gait is a powerful biometric feature that has been used successfully to identify people, even in the presence of confounding factors such as different view angles and carrying/clothing variations. While most methods make use of Gait Energy Images (GEIs), we propose MFINet, a novel method for processing a sequence of skeletons extracted from an available pre-trained human pose estimation network, that incorporates confounding factors in the decision process. Inspired by methods in the area of activity recognition, we used a skeleton image representation (TSSI) in our experiments to capture temporal dynamics, as well as the skeleton spatial structure. Based on an extensive evaluation on the popular gait-recognition CASIA-B dataset, we show that MFINet is performing better than existing state-of-the-art pose-based methods, obtaining an accuracy of over 85% in scenarios with the same angle for both gallery and probe sets.","PeriodicalId":140521,"journal":{"name":"2020 19th RoEduNet Conference: Networking in Education and Research (RoEduNet)","volume":"60 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-12-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133467674","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
Machine Learning in Manufacturing: Processes Classification Using Support Vector Machine and Horse Optimization Algorithm 制造业中的机器学习:基于支持向量机和马优化算法的过程分类
Pub Date : 2020-12-11 DOI: 10.1109/RoEduNet51892.2020.9324855
Dorin Moldovan, I. Anghel, T. Cioara, I. Salomie
The classification of the manufacturing processes in processes that pass the in-line testing and processes that fail the in-line testing is a challenging research problem as the manufacturing processes data is characterized by many features that correspond to the different steps of the manufacturing processes. This research article proposes a method in which: (1) the manufacturing processes classification is performed using the Support Vector Machine (SVM) algorithm, (2) the regularization parameter value and the gamma coefficient value of the SVM algorithm are optimized using Horse Optimization Algorithm (HOA), (3) the HOA based SVM results are compared to Particle Swarm Optimization (PSO) based SVM results and Chicken Swarm Optimization (CSO) based SVM results, and (4) the data used in experiments is the open source public dataset SECOM.
由于制造过程数据具有许多特征,这些特征对应于制造过程的不同步骤,因此对通过内联测试和未通过内联测试的制造过程进行分类是一个具有挑战性的研究问题。本研究提出一种方法,其中:(1)采用支持向量机(SVM)算法对制造过程进行分类,(2)采用马优化算法(HOA)对SVM算法的正则化参数值和伽马系数值进行优化,(3)将基于HOA的SVM结果与基于粒子群优化(PSO)的SVM结果和基于鸡群优化(CSO)的SVM结果进行比较,(4)实验使用的数据为开源公共数据集SECOM。
{"title":"Machine Learning in Manufacturing: Processes Classification Using Support Vector Machine and Horse Optimization Algorithm","authors":"Dorin Moldovan, I. Anghel, T. Cioara, I. Salomie","doi":"10.1109/RoEduNet51892.2020.9324855","DOIUrl":"https://doi.org/10.1109/RoEduNet51892.2020.9324855","url":null,"abstract":"The classification of the manufacturing processes in processes that pass the in-line testing and processes that fail the in-line testing is a challenging research problem as the manufacturing processes data is characterized by many features that correspond to the different steps of the manufacturing processes. This research article proposes a method in which: (1) the manufacturing processes classification is performed using the Support Vector Machine (SVM) algorithm, (2) the regularization parameter value and the gamma coefficient value of the SVM algorithm are optimized using Horse Optimization Algorithm (HOA), (3) the HOA based SVM results are compared to Particle Swarm Optimization (PSO) based SVM results and Chicken Swarm Optimization (CSO) based SVM results, and (4) the data used in experiments is the open source public dataset SECOM.","PeriodicalId":140521,"journal":{"name":"2020 19th RoEduNet Conference: Networking in Education and Research (RoEduNet)","volume":"44 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-12-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124330391","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
Denial of Service and Man-in-the-Middle Attacks Against IoT Devices in a GPS-Based Monitoring Software for Intelligent Transportation Systems 基于gps的智能交通系统监控软件中针对物联网设备的拒绝服务和中间人攻击
Pub Date : 2020-12-11 DOI: 10.1109/RoEduNet51892.2020.9324865
Gheorghe Romeo Andreica, Liviu Bozga, Daniel Zinca, V. Dobrota
The issue of information security in the IoT era is an essential aspect for all IoT devices that are connected to the Internet. If the technology is vulnerable, it allows hackers to exploit such systems in order to spy, harm, or disrupt their activity. This paper presents some security issues of a GPS-based monitoring solution for the automotive industry. Some penetration tests using DoS and MITM attacks were launched in an infrastructure with GPS-based data transmission devices and receiving servers. Preliminary countermeasures were suggested, as the Teltonika protocol involved in the initial system did not use encryption.
物联网时代的信息安全问题是所有连接到互联网的物联网设备的一个重要方面。如果技术是脆弱的,它允许黑客利用这些系统来监视,伤害或破坏他们的活动。本文提出了一种基于gps的汽车监控解决方案的安全问题。在使用基于gps的数据传输设备和接收服务器的基础设施中启动了一些使用DoS和MITM攻击的渗透测试。提出了初步对策,因为初始系统中涉及的Teltonika协议没有使用加密。
{"title":"Denial of Service and Man-in-the-Middle Attacks Against IoT Devices in a GPS-Based Monitoring Software for Intelligent Transportation Systems","authors":"Gheorghe Romeo Andreica, Liviu Bozga, Daniel Zinca, V. Dobrota","doi":"10.1109/RoEduNet51892.2020.9324865","DOIUrl":"https://doi.org/10.1109/RoEduNet51892.2020.9324865","url":null,"abstract":"The issue of information security in the IoT era is an essential aspect for all IoT devices that are connected to the Internet. If the technology is vulnerable, it allows hackers to exploit such systems in order to spy, harm, or disrupt their activity. This paper presents some security issues of a GPS-based monitoring solution for the automotive industry. Some penetration tests using DoS and MITM attacks were launched in an infrastructure with GPS-based data transmission devices and receiving servers. Preliminary countermeasures were suggested, as the Teltonika protocol involved in the initial system did not use encryption.","PeriodicalId":140521,"journal":{"name":"2020 19th RoEduNet Conference: Networking in Education and Research (RoEduNet)","volume":"30 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-12-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125974559","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 8
期刊
2020 19th RoEduNet Conference: Networking in Education and Research (RoEduNet)
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1