Mostrar el registro sencillo del ítem

dc.rights.licenserestringidoes_ES
dc.contributor.advisorCalderón Ardila, Ardila
dc.contributor.authorZapata Palacio, Madwin Leonardo
dc.contributor.authorOrtega Sanabria, Elkin Yesid
dc.contributor.otherTéllez Garzón, Johan Leandro
dc.contributor.otherRivera Betancur, Lisbeth Haydee
dc.coverage.spatialBucaramangaes_ES
dc.date.accessioned2025-03-06T22:06:15Z
dc.date.available2025-03-06T22:06:15Z
dc.identifier.urihttp://repositorio.uts.edu.co:8080/xmlui/handle/123456789/18821
dc.description.abstractEste estudio evalúa la factibilidad técnica de integrar tecnología blockchain en sistemas de telefonía IP para mejorar la seguridad, privacidad y eficiencia de las comunicaciones telefónicas. Para ello, se establecieron cuatro objetivos específicos: comprender los principios de blockchain, identificar sus beneficios en telecomunicaciones, desarrollar un prototipo funcional e identificar recomendaciones para su implementación efectiva. La investigación adoptó un enfoque exploratorio y descriptivo con metodología cualitativa y un diseño experimental basado en la integración de blockchain con telefonía IP en dos entornos controlados. Se implementaron dos plataformas: Issabel, utilizando una API ARI para extraer y registrar información de llamadas en Multichain, y una planta Grandstream UCM6300A con API AMI, replicando el mismo modelo de integración. La validación se realizó a través de pruebas funcionales en cada sistema, permitiendo evaluar su interoperabilidad y escalabilidad. Los resultados evidenciaron que blockchain mejora la integridad de los datos en telefonía IP mediante la descentralización y la inmutabilidad de los registros, reduciendo riesgos de manipulación y mejorando la trazabilidad. Se confirmó su potencial para optimizar la gestión de datos de llamadas, incrementar la privacidad mediante un almacenamiento distribuido y fortalecer la seguridad mediante el cifrado y la autenticación descentralizada. Además, se establecieron lineamientos técnicos que garantizan su implementación sin afectar la operatividad de los sistemas existentes. En conclusión, la investigación validó la viabilidad técnica de blockchain en telefonía IP, demostrando su impacto positivo en la seguridad y eficiencia operativa del sector. Su integración con plataformas actuales permite establecer un modelo funcional replicable y adaptable, consolidando blockchain como una tecnología clave para la evolución de las telecomunicaciones.es_ES
dc.description.sponsorshipUnidades Tecnológicas de Santanderes_ES
dc.description.tableofcontentsTABLA DE CONTENIDO RESUMEN EJECUTIVO .................................................................................................. 12 INTRODUCCIÓN ............................................................................................................. 14 1. DESCRIPCIÓN DEL TRABAJO DE INVESTIGACIÓN ........................................ 16 1.1. PLANTEAMIENTO DEL PROBLEMA .................................................................. 16 1.2. JUSTIFICACIÓN ................................................................................................... 18 1.3. OBJETIVOS ......................................................................................................... 20 1.3.1. OBJETIVO GENERAL ....................................................................................... 20 1.3.2. OBJETIVOS ESPECÍFICOS .............................................................................. 20 1.4. ESTADO DEL ARTE ............................................................................................. 21 2. MARCO REFERENCIAL ...................................................................................... 28 2.1. MARCO TEÓRICO ............................................................................................... 28 2.1.1. TEORÍA DE LAS REDES DISTRIBUIDAS ......................................................... 28 2.1.2. TEORÍA DE LA TELEFONÍA SOBRE IP............................................................. 30 2.1.2.1 Elementos de la telefonía IP ................................................................. 31 2.1.2.2 Funcionamiento de la Telefonía IP ........................................................ 32 2.1.2.3 Protocolos y Estándares VoIP .............................................................. 33 2.1.2.3.1 Protocolo de transporte en tiempo real (RTP) .................................. 33 2.1.2.3.2 Protocolo de control en tiempo real (RTCP) ..................................... 34 2.1.2.3.3 Protocolo de inicio de sesión (SIP) ................................................... 34 2.1.2.3.4 Estándar H.323 ................................................................................ 34 2.1.2.4 Asterisk ................................................................................................. 35 2.1.2.5 Centrales IP PBX en Comunicaciones VoIP ......................................... 37 2.1.2.5.1 Issabel ............................................................................................. 37 2.1.2.5.2 UCM Grandstream ........................................................................... 39 2.1.2.6 Seguridad y privacidad en sistemas VoIP ............................................. 39 2.1.2.7 Vulnerabilidades en sistemas VoIP ....................................................... 39 2.2. MARCO CONCEPTUAL ....................................................................................... 40 2.2.1. RED PEER TO PEER (P2P) .............................................................................. 40 2.2.2. CONTRATOS INTELIGENTES .......................................................................... 41 2.2.3. ALGORITMO DE CONSENSO .......................................................................... 42 2.2.4. PROTOCOLOS DE CONSENSO ....................................................................... 43 2.2.4.1 Prueba de trabajo (PoW) ...................................................................... 43 2.2.4.2 Prueba de Autoridad (PoA) ................................................................... 43 2.2.4.3 Prueba de Participación (PoS) .............................................................. 44 2.2.5. HASH ................................................................................................................ 44 2.2.6. SOLIDITY .......................................................................................................... 46 2.3. MARCO LEGAL .................................................................................................... 47 2.4. MARCO HISTÓRICO ............................................................................................ 48 3. DISEÑO DE LA INVESTIGACIÓN ........................................................................ 49 4. DESARROLLO DEL TRABAJO DE GRADO ....................................................... 50 4.1. PRINCIPIOS Y CARACTERÍSTICAS ESENCIALES DE LA TECNOLOGÍA BLOCKCHAIN ................................................................................................................. 51 4.1.1. CONCEPTO DE BLOCKCHAIN ......................................................................... 51 4.1.2. ARQUITECTURA BLOCKCHAIN ....................................................................... 52 4.1.3. TIPOS DE BLOCKCHAIN .................................................................................. 53 4.1.4. ESTRUCTURA DE LA CADENA DE BLOQUES ................................................ 54 4.1.5. PLATAFORMAS BLOCKCHAIN ........................................................................ 55 4.1.5.1 Ethereum y ERC20 ............................................................................... 55 4.1.5.2 Hyperledger Fabric ............................................................................... 56 4.1.5.3 Multichain ............................................................................................. 57 4.1.5.4 Truffle y Ganache ................................................................................. 58 4.2. BENEFICIOS POTENCIALES DE BLOCKCHAIN EN TELECOMUNICACIONES: SEGURIDAD, PRIVACIDAD, EFICIENCIA Y TRANSPARENCIA ................................... 59 4.2.1. USO DE BLOCKCHAIN EN LA GESTIÓN DE OPERADORES TELEFÓNICOS 60 4.2.2. BLOCKCHAIN PARA PRIVACIDAD Y SEGURIDAD DE DATOS PERSONALES 61 4.2.3. INTEGRACIÓN DE BLOCKCHAIN EN REDES 5G Y 6G ................................... 62 4.2.4. INTEGRACIÓN DE BLOCKCHAIN EN EL INTERNET DE LAS COSAS (IOT) .... 64 4.2.5. BLOCKCHAIN COMO SOLUCIÓN PARA ALMACENAMIENTO EN LA NUBE... 65 4.2.6. BLOCKCHAIN PARA LA GESTIÓN DESCENTRALIZADA DE DIRECCIONES IP 66 4.3. DESARROLLO DEL PROTOTIPO Y SIMULACIÓN PARA LA INTEGRACIÓN DE BLOCKCHAIN EN TELEFONÍA IP .................................................................................. 68 4.3.1. IMPLEMENTACIÓN 1: SERVIDOR ISSABEL 5 ................................................. 69 4.3.1.1 Fase 1: Configuración Del Entorno - Issabel 5 ...................................... 70 4.3.1.2 Fase 2: Desarrollo De Api (Ari) – Issabel 5 ........................................... 71 4.3.1.3 Fase 3: Modelo De Datos En Blockchain – Imp. 1 ................................ 72 4.3.1.4 Fase 4: Contratos Inteligentes En Ganache – Imp. 1 ............................ 74 4.3.1.5 Fase 5: Validación E Integración – Imp. 1 ............................................. 77 4.3.2. IMPLEMENTACIÓN 2: PLANTA GRANDSTREAM UCM6300A ......................... 86 4.3.2.1 Fase 1: Configuración Del Entorno – Ucm6300a .................................. 86 4.3.2.2 Fase 2: Desarrollo De Api Ami – Ucm6300a ......................................... 88 4.3.2.3 Fase 3: Modelo De Datos En Blockchain – Imp. 2 ................................ 90 4.3.2.4 Fase 4: Contratos Inteligentes En Ganache – Imp. 2 ............................ 92 4.3.2.5 Fase 5: Validación E Integración – Imp. 2 ............................................. 94 4.4. RECOMENDACIONES Y PAUTAS PARA LA IMPLEMENTACIÓN DE BLOCKCHAIN EN TELEFONÍA IP ................................................................................ 103 5. RESULTADOS ................................................................................................... 107 6. CONCLUSIONES ............................................................................................... 111 7. RECOMENDACIONES ....................................................................................... 113 8. REFERENCIAS BIBLIOGRÁFICAS ................................................................... 115 9. ANEXOS ............................................................................................................. 119 ANEXO A ...................................................................................................................... 119 ANEXO B ...................................................................................................................... 119 ANEXO C ...................................................................................................................... 119 ANEXO D ...................................................................................................................... 119 ANEXO E ....................................................................................................................... 119 ANEXO F ....................................................................................................................... 119 ANEXO G ...................................................................................................................... 120 ANEXO H ...................................................................................................................... 121 ANEXO I ........................................................................................................................ 122 ANEXO J ....................................................................................................................... 123es_ES
dc.language.isoeses_ES
dc.publisherUnidades Tecnológicas de Santanderes_ES
dc.subjectBlockchaines_ES
dc.subjectTelefonía IPes_ES
dc.subjectSeguridades_ES
dc.subjectPrivacidades_ES
dc.subjectEficienciaes_ES
dc.titleEstudio de Factibilidad Técnica para la Implementación de Tecnología Blockchain en Telefonía IP: Caso de Uso en el Sector de las Telecomunicacioneses_ES
dc.typedegree workes_ES
dc.rights.holderCCes_ES
dc.date.emitido2025-03-05
dc.dependenciafcnies_ES
dc.proceso.procesoutsdocenciaes_ES
dc.type.modalidadproyecto_de_investigaciónes_ES
dc.format.formatopdfes_ES
dc.titulogIngeniero de Telecomunicacioneses_ES
dc.educationlevelProfesionales_ES
dc.contibutor.evaluatorevaluadores_ES
dc.date.aprobacion2025-03-05
dc.description.programaacademicoIngeniería de Telecomunicacioneses_ES
dc.dependencia.regionbucaramangaes_ES


Ficheros en el ítem

Thumbnail
Thumbnail

Este ítem aparece en la(s) siguiente(s) colección(ones)

Mostrar el registro sencillo del ítem