Investigação sobre Tolerância a Falhas em Controladores SDN Distribuídos e Implementação de um Algoritmo de Difusão Atômica Hierárquico e Sem líder

Detalhes bibliográficos
Autor(a) principal: Ruchel, Lucas Vinicius
Data de Publicação: 2022
Tipo de documento: Dissertação
Idioma: por
Título da fonte: Biblioteca Digital de Teses e Dissertações do UNIOESTE
Texto Completo: https://tede.unioeste.br/handle/tede/5912
Resumo: The growth of the Internet in recent years has meant that an immense amount of data is produced every day. The network infrastructure, due to the growth of the Internet, had to increase both in capacity and in the number of devices. As a result, new paradigms have emerged to maximize the management and control of the network infrastructure. Among the existing paradigms, Software Defined Networks (SDN) allow networks to be flexible through the separation of the data plane and the control plane. However, the control plane distributed across multiple controllers presents challenges related to being able to tolerate faults and maintaining network rules and policies consistently across multiple controllers. The objective of this master’s thesis is to extensively evaluate the distributed SDN control plane and the algorithms to maintain consistency that allow achieving high performance. As a result, this work presents two contributions. The first contribution carries out an investigation of the fault tolerance and network consistency mechanisms in the main distributed controllers found in the literature, that is, the ONOS and Opendaylight (ODL) controllers. The controllers were investigated and evaluated in relation to the different algorithms used to tolerate failures and maintain consistency in the data plane and in the control plane. The results obtained showed how each of the controllers dealt with the different types of failures, as well as performance metrics between them. The second contribution presents the design and evaluation of a leaderless hierarchical atomic broadcast algorithm (called AnyABCast). It is important to note that both ONOS and ODL use a consensus approach in which there is a leader using the consensus algorithm Raft. The implemented algorithm aims to distribute the cost of ordering network rules and policies among all processes. The experiments were performed in a simulated environment and on a local network. On the local network, the algorithm was implemented with the support of the distributed framework Akka.io and compared with an implementation of the Raft algorithm in Apache Ratis. The experiments showed that in the simulated environment AnyABCast presents superior performance both with and without faults. In the real environment, AnyABCast presented superior performance only in the flawless approach.
id UNIOESTE-1_83c45b051d36db2c7d4e5113224c5218
oai_identifier_str oai:tede.unioeste.br:tede/5912
network_acronym_str UNIOESTE-1
network_name_str Biblioteca Digital de Teses e Dissertações do UNIOESTE
repository_id_str
spelling Camargo, Edson Tavares dehttp://lattes.cnpq.br/3434910548756014Turchetti, Rogerio Correahttp://lattes.cnpq.br/1286016553991455Camargo, Edson Tavares dehttp://lattes.cnpq.br/3434910548756014Turchetti, Rogério Correahttp://lattes.cnpq.br/1286016553991455Rodrigues, Luiz Antôniohttp://lattes.cnpq.br/8948695382902331Galante, Guilhermehttp://lattes.cnpq.br/1467826050353891Alchieri, Eduardohttp://lattes.cnpq.br/4885132018861296http://lattes.cnpq.br/7177762675650729Ruchel, Lucas Vinicius2022-03-22T13:39:31Z2022-02-14RUCHEL, Lucas Vinicius. Investigação sobre Tolerância a Falhas em Controladores SDN Distribuídos e Implementação de um Algoritmo de Difusão Atômica Hierárquico e Sem líder. 2022. 98 f. Dissertação (Mestrado em Ciência da Computação) - Universidade Estadual do Oeste do Paraná, Cascavel - PR.https://tede.unioeste.br/handle/tede/5912The growth of the Internet in recent years has meant that an immense amount of data is produced every day. The network infrastructure, due to the growth of the Internet, had to increase both in capacity and in the number of devices. As a result, new paradigms have emerged to maximize the management and control of the network infrastructure. Among the existing paradigms, Software Defined Networks (SDN) allow networks to be flexible through the separation of the data plane and the control plane. However, the control plane distributed across multiple controllers presents challenges related to being able to tolerate faults and maintaining network rules and policies consistently across multiple controllers. The objective of this master’s thesis is to extensively evaluate the distributed SDN control plane and the algorithms to maintain consistency that allow achieving high performance. As a result, this work presents two contributions. The first contribution carries out an investigation of the fault tolerance and network consistency mechanisms in the main distributed controllers found in the literature, that is, the ONOS and Opendaylight (ODL) controllers. The controllers were investigated and evaluated in relation to the different algorithms used to tolerate failures and maintain consistency in the data plane and in the control plane. The results obtained showed how each of the controllers dealt with the different types of failures, as well as performance metrics between them. The second contribution presents the design and evaluation of a leaderless hierarchical atomic broadcast algorithm (called AnyABCast). It is important to note that both ONOS and ODL use a consensus approach in which there is a leader using the consensus algorithm Raft. The implemented algorithm aims to distribute the cost of ordering network rules and policies among all processes. The experiments were performed in a simulated environment and on a local network. On the local network, the algorithm was implemented with the support of the distributed framework Akka.io and compared with an implementation of the Raft algorithm in Apache Ratis. The experiments showed that in the simulated environment AnyABCast presents superior performance both with and without faults. In the real environment, AnyABCast presented superior performance only in the flawless approach.O avanço da Internet permitiu que uma imensa quantidade de dados fosse gerada a cada dia. A fim de absorver todo o crescimento da Internet, a infraestrutura da rede teve que aumentar tanto em capacidade quanto em número de dispositivos. Com isso, surgiram paradigmas para maximizar o gerenciamento e controle da infraestrutura de rede. Dentre os paradigmas existentes, as Redes Definidas por Software (SDN) permitem que as redes sejam flexíveis através da separação do plano de dados e do plano de controle. No entanto, distribuir o plano de controle em múltiplos controladores apresenta desafios relacionados à capacidade de tolerar falhas e a manutenção das regras e políticas de redes de maneira consistente entre os vários controladores. O objetivo desta dissertação é avaliar extensivamente o plano de controle SDN distribuído e os algoritmos para manter a consistência que permitam obter alto desempenho. Como resultado, este trabalho apresenta duas contribuições. A primeira contribuição realiza uma investigação dos mecanismos de tolerância a falhas e consistência de rede nos principais controladores distribuídos encontrados na literatura, ou seja, os controladores ONOS e Opendaylight (ODL). Ambos foram investigados e avaliados em relação aos diferentes algoritmos empregados para tolerar falhas e manter a consistência no plano de dados e no plano de controle. Os resultados obtidos demonstraram como cada um dos controladores lidou com os diferentes tipos de falhas, bem como métricas de desempenho entre eles. A segunda contribuição apresenta o projeto e avaliação de um algoritmo de difusão atômica hierárquico sem-líder (chamado de AnyABCast). Importante destacar que tanto ONOS quanto ODL utilizam uma abordagem de consenso em que existe um líder usando o algoritmo de consenso Raft. O algoritmo implementado visa distribuir o custo de ordenar as regras e políticas de rede entre todos os processos. Os experimentos foram executados em um ambiente simulado e em uma rede local. Na rede local, o algoritmo foi implementado com o apoio do framework distribuído Akka.io e comparado com uma implementação do algoritmo Raft presente no Apache Ratis. Os experimentos demonstraram que no ambiente simulado o AnyABCast apresenta desempenho superior tanto com e sem-falhas. Já no ambiente real, o AnyABCast apresentou desempenho superior somente na abordagem sem-falhas.Submitted by Neusa Fagundes (neusa.fagundes@unioeste.br) on 2022-03-22T13:39:31Z No. of bitstreams: 2 Lucas_Ruchel2022.pdf: 2665462 bytes, checksum: df0b83a39aee6f291ec62b2ba01a459a (MD5) license_rdf: 0 bytes, checksum: d41d8cd98f00b204e9800998ecf8427e (MD5)Made available in DSpace on 2022-03-22T13:39:31Z (GMT). No. of bitstreams: 2 Lucas_Ruchel2022.pdf: 2665462 bytes, checksum: df0b83a39aee6f291ec62b2ba01a459a (MD5) license_rdf: 0 bytes, checksum: d41d8cd98f00b204e9800998ecf8427e (MD5) Previous issue date: 2022-02-14application/pdfpor6588633818200016417500Universidade Estadual do Oeste do ParanáCascavelPrograma de Pós-Graduação em Ciência da ComputaçãoUNIOESTEBrasilCentro de Ciências Exatas e Tecnológicashttp://creativecommons.org/licenses/by-nc-nd/4.0/info:eu-repo/semantics/openAccessONOSOpendaylightTolerância a falhasSDNDifusão atômicaONOSODLFault toleranceSDNAtomic BroadcastCiência da ComputaçãoInvestigação sobre Tolerância a Falhas em Controladores SDN Distribuídos e Implementação de um Algoritmo de Difusão Atômica Hierárquico e Sem líderInvestigation of Fault Tolerance in Distributed SDN Controllers and Implementation of a Hierarchical and Leaderless Atomic Broadcast Algorithminfo:eu-repo/semantics/publishedVersioninfo:eu-repo/semantics/masterThesis2214374442868382015600reponame:Biblioteca Digital de Teses e Dissertações do UNIOESTEinstname:Universidade Estadual do Oeste do Paraná (UNIOESTE)instacron:UNIOESTEORIGINALLucas_Ruchel2022.pdfLucas_Ruchel2022.pdfapplication/pdf2665462http://tede.unioeste.br:8080/tede/bitstream/tede/5912/5/Lucas_Ruchel2022.pdfdf0b83a39aee6f291ec62b2ba01a459aMD55CC-LICENSElicense_urllicense_urltext/plain; charset=utf-849http://tede.unioeste.br:8080/tede/bitstream/tede/5912/2/license_url4afdbb8c545fd630ea7db775da747b2fMD52license_textlicense_texttext/html; charset=utf-80http://tede.unioeste.br:8080/tede/bitstream/tede/5912/3/license_textd41d8cd98f00b204e9800998ecf8427eMD53license_rdflicense_rdfapplication/rdf+xml; charset=utf-80http://tede.unioeste.br:8080/tede/bitstream/tede/5912/4/license_rdfd41d8cd98f00b204e9800998ecf8427eMD54LICENSElicense.txtlicense.txttext/plain; charset=utf-82165http://tede.unioeste.br:8080/tede/bitstream/tede/5912/1/license.txtbd3efa91386c1718a7f26a329fdcb468MD51tede/59122022-03-22 10:39:31.125oai:tede.unioeste.br:tede/5912Tk9UQTogQ09MT1FVRSBBUVVJIEEgU1VBIFBSw5NQUklBIExJQ0VOw4dBCkVzdGEgbGljZW7Dp2EgZGUgZXhlbXBsbyDDqSBmb3JuZWNpZGEgYXBlbmFzIHBhcmEgZmlucyBpbmZvcm1hdGl2b3MuCgpMSUNFTsOHQSBERSBESVNUUklCVUnDh8ODTyBOw4NPLUVYQ0xVU0lWQQoKQ29tIGEgYXByZXNlbnRhw6fDo28gZGVzdGEgbGljZW7Dp2EsIHZvY8OqIChvIGF1dG9yIChlcykgb3UgbyB0aXR1bGFyIGRvcyBkaXJlaXRvcyBkZSBhdXRvcikgY29uY2VkZSDDoCBVbml2ZXJzaWRhZGUgClhYWCAoU2lnbGEgZGEgVW5pdmVyc2lkYWRlKSBvIGRpcmVpdG8gbsOjby1leGNsdXNpdm8gZGUgcmVwcm9kdXppciwgIHRyYWR1emlyIChjb25mb3JtZSBkZWZpbmlkbyBhYmFpeG8pLCBlL291IApkaXN0cmlidWlyIGEgc3VhIHRlc2Ugb3UgZGlzc2VydGHDp8OjbyAoaW5jbHVpbmRvIG8gcmVzdW1vKSBwb3IgdG9kbyBvIG11bmRvIG5vIGZvcm1hdG8gaW1wcmVzc28gZSBlbGV0csO0bmljbyBlIAplbSBxdWFscXVlciBtZWlvLCBpbmNsdWluZG8gb3MgZm9ybWF0b3Mgw6F1ZGlvIG91IHbDrWRlby4KClZvY8OqIGNvbmNvcmRhIHF1ZSBhIFNpZ2xhIGRlIFVuaXZlcnNpZGFkZSBwb2RlLCBzZW0gYWx0ZXJhciBvIGNvbnRlw7pkbywgdHJhbnNwb3IgYSBzdWEgdGVzZSBvdSBkaXNzZXJ0YcOnw6NvIApwYXJhIHF1YWxxdWVyIG1laW8gb3UgZm9ybWF0byBwYXJhIGZpbnMgZGUgcHJlc2VydmHDp8Ojby4KClZvY8OqIHRhbWLDqW0gY29uY29yZGEgcXVlIGEgU2lnbGEgZGUgVW5pdmVyc2lkYWRlIHBvZGUgbWFudGVyIG1haXMgZGUgdW1hIGPDs3BpYSBhIHN1YSB0ZXNlIG91IApkaXNzZXJ0YcOnw6NvIHBhcmEgZmlucyBkZSBzZWd1cmFuw6dhLCBiYWNrLXVwIGUgcHJlc2VydmHDp8Ojby4KClZvY8OqIGRlY2xhcmEgcXVlIGEgc3VhIHRlc2Ugb3UgZGlzc2VydGHDp8OjbyDDqSBvcmlnaW5hbCBlIHF1ZSB2b2PDqiB0ZW0gbyBwb2RlciBkZSBjb25jZWRlciBvcyBkaXJlaXRvcyBjb250aWRvcyAKbmVzdGEgbGljZW7Dp2EuIFZvY8OqIHRhbWLDqW0gZGVjbGFyYSBxdWUgbyBkZXDDs3NpdG8gZGEgc3VhIHRlc2Ugb3UgZGlzc2VydGHDp8OjbyBuw6NvLCBxdWUgc2VqYSBkZSBzZXUgCmNvbmhlY2ltZW50bywgaW5mcmluZ2UgZGlyZWl0b3MgYXV0b3JhaXMgZGUgbmluZ3XDqW0uCgpDYXNvIGEgc3VhIHRlc2Ugb3UgZGlzc2VydGHDp8OjbyBjb250ZW5oYSBtYXRlcmlhbCBxdWUgdm9jw6ogbsOjbyBwb3NzdWkgYSB0aXR1bGFyaWRhZGUgZG9zIGRpcmVpdG9zIGF1dG9yYWlzLCB2b2PDqiAKZGVjbGFyYSBxdWUgb2J0ZXZlIGEgcGVybWlzc8OjbyBpcnJlc3RyaXRhIGRvIGRldGVudG9yIGRvcyBkaXJlaXRvcyBhdXRvcmFpcyBwYXJhIGNvbmNlZGVyIMOgIFNpZ2xhIGRlIFVuaXZlcnNpZGFkZSAKb3MgZGlyZWl0b3MgYXByZXNlbnRhZG9zIG5lc3RhIGxpY2Vuw6dhLCBlIHF1ZSBlc3NlIG1hdGVyaWFsIGRlIHByb3ByaWVkYWRlIGRlIHRlcmNlaXJvcyBlc3TDoSBjbGFyYW1lbnRlIAppZGVudGlmaWNhZG8gZSByZWNvbmhlY2lkbyBubyB0ZXh0byBvdSBubyBjb250ZcO6ZG8gZGEgdGVzZSBvdSBkaXNzZXJ0YcOnw6NvIG9yYSBkZXBvc2l0YWRhLgoKQ0FTTyBBIFRFU0UgT1UgRElTU0VSVEHDh8ODTyBPUkEgREVQT1NJVEFEQSBURU5IQSBTSURPIFJFU1VMVEFETyBERSBVTSBQQVRST0PDjU5JTyBPVSAKQVBPSU8gREUgVU1BIEFHw4pOQ0lBIERFIEZPTUVOVE8gT1UgT1VUUk8gT1JHQU5JU01PIFFVRSBOw4NPIFNFSkEgQSBTSUdMQSBERSAKVU5JVkVSU0lEQURFLCBWT0PDiiBERUNMQVJBIFFVRSBSRVNQRUlUT1UgVE9ET1MgRSBRVUFJU1FVRVIgRElSRUlUT1MgREUgUkVWSVPDg08gQ09NTyAKVEFNQsOJTSBBUyBERU1BSVMgT0JSSUdBw4fDlUVTIEVYSUdJREFTIFBPUiBDT05UUkFUTyBPVSBBQ09SRE8uCgpBIFNpZ2xhIGRlIFVuaXZlcnNpZGFkZSBzZSBjb21wcm9tZXRlIGEgaWRlbnRpZmljYXIgY2xhcmFtZW50ZSBvIHNldSBub21lIChzKSBvdSBvKHMpIG5vbWUocykgZG8ocykgCmRldGVudG9yKGVzKSBkb3MgZGlyZWl0b3MgYXV0b3JhaXMgZGEgdGVzZSBvdSBkaXNzZXJ0YcOnw6NvLCBlIG7Do28gZmFyw6EgcXVhbHF1ZXIgYWx0ZXJhw6fDo28sIGFsw6ltIGRhcXVlbGFzIApjb25jZWRpZGFzIHBvciBlc3RhIGxpY2Vuw6dhLgo=Biblioteca Digital de Teses e Dissertaçõeshttp://tede.unioeste.br/PUBhttp://tede.unioeste.br/oai/requestbiblioteca.repositorio@unioeste.bropendoar:2022-03-22T13:39:31Biblioteca Digital de Teses e Dissertações do UNIOESTE - Universidade Estadual do Oeste do Paraná (UNIOESTE)false
dc.title.por.fl_str_mv Investigação sobre Tolerância a Falhas em Controladores SDN Distribuídos e Implementação de um Algoritmo de Difusão Atômica Hierárquico e Sem líder
dc.title.alternative.eng.fl_str_mv Investigation of Fault Tolerance in Distributed SDN Controllers and Implementation of a Hierarchical and Leaderless Atomic Broadcast Algorithm
title Investigação sobre Tolerância a Falhas em Controladores SDN Distribuídos e Implementação de um Algoritmo de Difusão Atômica Hierárquico e Sem líder
spellingShingle Investigação sobre Tolerância a Falhas em Controladores SDN Distribuídos e Implementação de um Algoritmo de Difusão Atômica Hierárquico e Sem líder
Ruchel, Lucas Vinicius
ONOS
Opendaylight
Tolerância a falhas
SDN
Difusão atômica
ONOS
ODL
Fault tolerance
SDN
Atomic Broadcast
Ciência da Computação
title_short Investigação sobre Tolerância a Falhas em Controladores SDN Distribuídos e Implementação de um Algoritmo de Difusão Atômica Hierárquico e Sem líder
title_full Investigação sobre Tolerância a Falhas em Controladores SDN Distribuídos e Implementação de um Algoritmo de Difusão Atômica Hierárquico e Sem líder
title_fullStr Investigação sobre Tolerância a Falhas em Controladores SDN Distribuídos e Implementação de um Algoritmo de Difusão Atômica Hierárquico e Sem líder
title_full_unstemmed Investigação sobre Tolerância a Falhas em Controladores SDN Distribuídos e Implementação de um Algoritmo de Difusão Atômica Hierárquico e Sem líder
title_sort Investigação sobre Tolerância a Falhas em Controladores SDN Distribuídos e Implementação de um Algoritmo de Difusão Atômica Hierárquico e Sem líder
author Ruchel, Lucas Vinicius
author_facet Ruchel, Lucas Vinicius
author_role author
dc.contributor.advisor1.fl_str_mv Camargo, Edson Tavares de
dc.contributor.advisor1Lattes.fl_str_mv http://lattes.cnpq.br/3434910548756014
dc.contributor.advisor-co1.fl_str_mv Turchetti, Rogerio Correa
dc.contributor.advisor-co1Lattes.fl_str_mv http://lattes.cnpq.br/1286016553991455
dc.contributor.referee1.fl_str_mv Camargo, Edson Tavares de
dc.contributor.referee1Lattes.fl_str_mv http://lattes.cnpq.br/3434910548756014
dc.contributor.referee2.fl_str_mv Turchetti, Rogério Correa
dc.contributor.referee2Lattes.fl_str_mv http://lattes.cnpq.br/1286016553991455
dc.contributor.referee3.fl_str_mv Rodrigues, Luiz Antônio
dc.contributor.referee3Lattes.fl_str_mv http://lattes.cnpq.br/8948695382902331
dc.contributor.referee4.fl_str_mv Galante, Guilherme
dc.contributor.referee4Lattes.fl_str_mv http://lattes.cnpq.br/1467826050353891
dc.contributor.referee5.fl_str_mv Alchieri, Eduardo
dc.contributor.referee5Lattes.fl_str_mv http://lattes.cnpq.br/4885132018861296
dc.contributor.authorLattes.fl_str_mv http://lattes.cnpq.br/7177762675650729
dc.contributor.author.fl_str_mv Ruchel, Lucas Vinicius
contributor_str_mv Camargo, Edson Tavares de
Turchetti, Rogerio Correa
Camargo, Edson Tavares de
Turchetti, Rogério Correa
Rodrigues, Luiz Antônio
Galante, Guilherme
Alchieri, Eduardo
dc.subject.por.fl_str_mv ONOS
Opendaylight
Tolerância a falhas
SDN
Difusão atômica
topic ONOS
Opendaylight
Tolerância a falhas
SDN
Difusão atômica
ONOS
ODL
Fault tolerance
SDN
Atomic Broadcast
Ciência da Computação
dc.subject.eng.fl_str_mv ONOS
ODL
Fault tolerance
SDN
Atomic Broadcast
dc.subject.cnpq.fl_str_mv Ciência da Computação
description The growth of the Internet in recent years has meant that an immense amount of data is produced every day. The network infrastructure, due to the growth of the Internet, had to increase both in capacity and in the number of devices. As a result, new paradigms have emerged to maximize the management and control of the network infrastructure. Among the existing paradigms, Software Defined Networks (SDN) allow networks to be flexible through the separation of the data plane and the control plane. However, the control plane distributed across multiple controllers presents challenges related to being able to tolerate faults and maintaining network rules and policies consistently across multiple controllers. The objective of this master’s thesis is to extensively evaluate the distributed SDN control plane and the algorithms to maintain consistency that allow achieving high performance. As a result, this work presents two contributions. The first contribution carries out an investigation of the fault tolerance and network consistency mechanisms in the main distributed controllers found in the literature, that is, the ONOS and Opendaylight (ODL) controllers. The controllers were investigated and evaluated in relation to the different algorithms used to tolerate failures and maintain consistency in the data plane and in the control plane. The results obtained showed how each of the controllers dealt with the different types of failures, as well as performance metrics between them. The second contribution presents the design and evaluation of a leaderless hierarchical atomic broadcast algorithm (called AnyABCast). It is important to note that both ONOS and ODL use a consensus approach in which there is a leader using the consensus algorithm Raft. The implemented algorithm aims to distribute the cost of ordering network rules and policies among all processes. The experiments were performed in a simulated environment and on a local network. On the local network, the algorithm was implemented with the support of the distributed framework Akka.io and compared with an implementation of the Raft algorithm in Apache Ratis. The experiments showed that in the simulated environment AnyABCast presents superior performance both with and without faults. In the real environment, AnyABCast presented superior performance only in the flawless approach.
publishDate 2022
dc.date.accessioned.fl_str_mv 2022-03-22T13:39:31Z
dc.date.issued.fl_str_mv 2022-02-14
dc.type.status.fl_str_mv info:eu-repo/semantics/publishedVersion
dc.type.driver.fl_str_mv info:eu-repo/semantics/masterThesis
format masterThesis
status_str publishedVersion
dc.identifier.citation.fl_str_mv RUCHEL, Lucas Vinicius. Investigação sobre Tolerância a Falhas em Controladores SDN Distribuídos e Implementação de um Algoritmo de Difusão Atômica Hierárquico e Sem líder. 2022. 98 f. Dissertação (Mestrado em Ciência da Computação) - Universidade Estadual do Oeste do Paraná, Cascavel - PR.
dc.identifier.uri.fl_str_mv https://tede.unioeste.br/handle/tede/5912
identifier_str_mv RUCHEL, Lucas Vinicius. Investigação sobre Tolerância a Falhas em Controladores SDN Distribuídos e Implementação de um Algoritmo de Difusão Atômica Hierárquico e Sem líder. 2022. 98 f. Dissertação (Mestrado em Ciência da Computação) - Universidade Estadual do Oeste do Paraná, Cascavel - PR.
url https://tede.unioeste.br/handle/tede/5912
dc.language.iso.fl_str_mv por
language por
dc.relation.department.fl_str_mv 2214374442868382015
dc.relation.confidence.fl_str_mv 600
dc.rights.driver.fl_str_mv http://creativecommons.org/licenses/by-nc-nd/4.0/
info:eu-repo/semantics/openAccess
rights_invalid_str_mv http://creativecommons.org/licenses/by-nc-nd/4.0/
eu_rights_str_mv openAccess
dc.format.none.fl_str_mv application/pdf
dc.publisher.none.fl_str_mv Universidade Estadual do Oeste do Paraná
Cascavel
dc.publisher.program.fl_str_mv Programa de Pós-Graduação em Ciência da Computação
dc.publisher.initials.fl_str_mv UNIOESTE
dc.publisher.country.fl_str_mv Brasil
dc.publisher.department.fl_str_mv Centro de Ciências Exatas e Tecnológicas
publisher.none.fl_str_mv Universidade Estadual do Oeste do Paraná
Cascavel
dc.source.none.fl_str_mv reponame:Biblioteca Digital de Teses e Dissertações do UNIOESTE
instname:Universidade Estadual do Oeste do Paraná (UNIOESTE)
instacron:UNIOESTE
instname_str Universidade Estadual do Oeste do Paraná (UNIOESTE)
instacron_str UNIOESTE
institution UNIOESTE
reponame_str Biblioteca Digital de Teses e Dissertações do UNIOESTE
collection Biblioteca Digital de Teses e Dissertações do UNIOESTE
bitstream.url.fl_str_mv http://tede.unioeste.br:8080/tede/bitstream/tede/5912/5/Lucas_Ruchel2022.pdf
http://tede.unioeste.br:8080/tede/bitstream/tede/5912/2/license_url
http://tede.unioeste.br:8080/tede/bitstream/tede/5912/3/license_text
http://tede.unioeste.br:8080/tede/bitstream/tede/5912/4/license_rdf
http://tede.unioeste.br:8080/tede/bitstream/tede/5912/1/license.txt
bitstream.checksum.fl_str_mv df0b83a39aee6f291ec62b2ba01a459a
4afdbb8c545fd630ea7db775da747b2f
d41d8cd98f00b204e9800998ecf8427e
d41d8cd98f00b204e9800998ecf8427e
bd3efa91386c1718a7f26a329fdcb468
bitstream.checksumAlgorithm.fl_str_mv MD5
MD5
MD5
MD5
MD5
repository.name.fl_str_mv Biblioteca Digital de Teses e Dissertações do UNIOESTE - Universidade Estadual do Oeste do Paraná (UNIOESTE)
repository.mail.fl_str_mv biblioteca.repositorio@unioeste.br
_version_ 1811723453985718272