Análisis e implementación de un prototipo de un marco de trabajo asincrónico de Web Service para la gestión controlada de las peticiones
| dc.contributor.advisor | Cáceres Becerra, Claudia Isabel | spa |
| dc.contributor.advisor | Ramírez Prada, Paulo Cesar | spa |
| dc.contributor.apolounab | Cáceres Becerra, Claudia Isabel [claudia-isabel-cáceres-becerra] | |
| dc.contributor.author | Obregón Carreño, Álvaro Andrés | spa |
| dc.contributor.cvlac | Cáceres Becerra, Claudia Isabel [0000095759] | |
| dc.contributor.cvlac | Ramírez Prada, Paulo Cesar [0001612751] | |
| dc.contributor.googlescholar | Cáceres Becerra, Claudia Isabel [UtICHzcAAAAJ] | |
| dc.contributor.linkedin | Cáceres Becerra, Claudia Isabel [claudia-isabel-cáceres-becerra-22092835] | |
| dc.contributor.orcid | Cáceres Becerra, Claudia Isabel [0000-0002-2211-774X] | |
| dc.contributor.orcid | Ramírez Prada, Paulo Cesar [0000-0001-5421-9890] | |
| dc.contributor.researchgate | Cáceres Becerra, Claudia Isabel [Claudia_Caceres_Becerra] | |
| dc.contributor.researchgate | Ramírez Prada, Paulo Cesar [Paulo_Ramirez_Prada] | |
| dc.contributor.researchgroup | Grupo de Investigación Tecnologías de Información - GTI | spa |
| dc.contributor.researchgroup | Grupo de Investigaciones Clínicas | spa |
| dc.coverage | Bucaramanga (Colombia) | spa |
| dc.coverage.campus | UNAB Campus Bucaramanga | spa |
| dc.coverage.spatial | Bucaramanga (Santander, Colombia) | spa |
| dc.date.accessioned | 2020-06-26T21:33:16Z | |
| dc.date.available | 2020-06-26T21:33:16Z | |
| dc.date.issued | 2016 | |
| dc.degree.name | Magíster en Gestión, aplicación y desarrollo de software | spa |
| dc.description.abstract | El mundo de la programación está tratando de evolucionar en todos los aspectos, sin embargo, uno de los temas en los que no se ha profundizado mucho en esta evolución es en el segmento de la comunicación entre los sistemas; este documento ofrece una visión diferente y alternativa a la comunicación tradicional, dejando la responsabilidad de realizar cualquier reproceso a una plataforma independiente dedicada exclusivamente a esto. El presente documento da una idea general de cómo desarrollar un prototipo de dicha plataforma, utilizando como referente principal la metodología RUP tomando el tiempo como principal preocupación del problema planteado, orientando las pruebas realizadas a someter a consideración esta variable principalmente, por lo que se estableció una prueba de tiempo estándar de tres horas en la que durante el mismo tiempo se probo la conexión punto a punto o sistema a sistema, procesando de esta forma 29.386 peticiones y por otro lado se hizo la prueba en donde en medio de los sistemas esta la plataforma propuesta, procesando 54.944 peticiones. De dichas pruebas se desprenden que este tipo de plataformas permiten hacer más efi ciente el uso de recursos ya que permitió procesar un número mayor de peticiones en el mismo periodo de tiempo que el que se hace a través de una confi guración tradicional o punto a punto con un rendimiento adicional de un 86%, evitando así que los sistemas que hacen las peticiones tuvieran que estar pendientes del reproceso de las peticiones fallidas, es decir, que no deberán implementar un esquema de control de errores, ya que la plataforma se convierte en el intermediario que realizaría este proceso; de igual manera esta plataforma es capaz de realizar un proceso de encolamiento de peticiones y respuestas cuando uno de los sistemas en características de rendimiento es mejor que otro. Esta plataforma puede reemplazar la etapa de análisis e implementación de los mecanismos de reprocesamiento de peticiones fallidas de los cronogramas de trabajo de los sistemas nacientes, permitiendo aprovechar el tiempo valioso en actividades que brinden una mejor calidad en lugar establecer a menudo mecanismos cada vez mas complejos para abordar esta problemática | spa |
| dc.description.abstractenglish | The world of programming is trying to evolve in all aspects, however, one of the topics that has not been explored much in depth in this evolution is in the segment of communication between systems; this document offers an overview different and alternative to traditional communication, leaving the responsibility of carrying out any reprocessing to an independent platform dedicated exclusively to this. This document gives a general idea of how to develop a prototype of said platform, using the RUP methodology as the main reference, taking time as the main concern of the problem posed, guiding the tests carried out to submit this variable for consideration mainly, for which reason it was established a standard three-hour time trial in which during the same time the point-to-point or system-to-system connection, thus processing 29,386 requests and on the other hand, the test was carried out where the proposed platform is in the middle of the systems, processing 54,944 requests. These tests show that this type of platform makes it possible to make the use of resources more efficient since it allowed a greater number of requests to be processed in the same period of time than that made through a traditional configuration. or point-to-point with an additional performance of 86%, thus avoiding that the systems that make the requests have to be aware of the reprocessing of failed requests, that is, they should not implement an error control scheme, since that the platform becomes the intermediary that would carry out this process; in the same way, this platform is capable of carrying out a queuing process of requests and responses when one of the systems in performance characteristics is better than another. This platform can replace the stage of analysis and implementation of the reprocessing mechanisms of failed requests of the work schedules of the nascent systems, allowing to take advantage of the valuable time in activities that provide better quality instead of establishing increasingly complex mechanisms. to address this problem | eng |
| dc.description.degreelevel | Maestría | spa |
| dc.description.learningmodality | Modalidad Presencial | spa |
| dc.description.tableofcontents | INDICE DE TABLAS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 INDICE DE FIGURAS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 INTRODUCCI ON . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 1 PLANTEAMIENTO DEL PROBLEMA . . . . . . . . . . . . . . . . . . . . 10 2 ESTADO DEL ARTE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 2.1 QU E ES UN WEB SERVICE . . . . . . . . . . . . . . . . . . . . . . . . . 11 2.1.1 El modelo de web services . . . . . . . . . . . . . . . . . . . . . . . . . . 11 2.2 RATIONAL UNIFIED PROCESS (RUP) . . . . . . . . . . . . . . . . . . . 12 2.3 COMUNICACI ON ASINCR ONICA Y SINCR ONICA . . . . . . . . . . . . . 13 2.3.1 Comunicaci on asincr onica . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 2.3.2 Comunicaci on sincr onica . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 2.4 WEB SERVICES ASINCR ONICOS . . . . . . . . . . . . . . . . . . . . . . 13 2.5 CIFRADO ASIM ETRICO . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 3 OBJETIVOS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 3.1 GENERAL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 3.2 ESPEC IFICOS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 4 METODOLOG IA DE LA INVESTIGACI ON . . . . . . . . . . . . . . . . . 16 4.1 PLANEAMIENTO DE LA PLATAFORMA . . . . . . . . . . . . . . . . . . 17 4.1.1 Descripci on General . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 4.1.2 Diagrama de Casos de Uso . . . . . . . . . . . . . . . . . . . . . . . . . . 17 4.1.3 Especi caci on del Actor . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 4.1.4 Descripci on de Casos de Uso . . . . . . . . . . . . . . . . . . . . . . . . . 18 4.1.5 Din amica de las peticiones . . . . . . . . . . . . . . . . . . . . . . . . . . 19 4.1.6 Seguridad y con dencialidad . . . . . . . . . . . . . . . . . . . . . . . . . 20 4.2 VISI ON GENERAL DEL SISTEMA . . . . . . . . . . . . . . . . . . . . . . 23 4.3 CUANTIFICACI ON DE LA CAPACIDAD DE PROCESAMIENTO . . . . . . 24 4.4 TIEMPO PROMEDIO DE PROCESAMIENTO POR PETICI ON . . . . . . 25 4.5 SECUENCIA DE LA PETICI ON . . . . . . . . . . . . . . . . . . . . . . . 25 5 RESULTADOS Y AN ALISIS DE LOS RESULTADOS . . . . . . . . . . . . 27 5.1 PREPARACI ON DEL ESCENARIO . . . . . . . . . . . . . . . . . . . . . . 27 5.2 CONFIGURACION FISICA DEL EXPERIMENTO . . . . . . . . . . . . . . 28 5.3 ESQUEMA DE EXPERIMENTOS . . . . . . . . . . . . . . . . . . . . . . 30 5.3.1 Experimentos realizados . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30 5.3.2 Experimento N um. 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31 5.3.3 Experimento N um. 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31 5.3.4 Comparaci on . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32 5.3.5 Estado de los objetivos . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33 5.4 POSIBLES APLICACIONES . . . . . . . . . . . . . . . . . . . . . . . . . 35 6 CONCLUSIONES . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36 7 RECOMENDACIONES . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37 BIBLIOGRAF IA . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38 | spa |
| dc.format.mimetype | application/pdf | spa |
| dc.identifier.instname | instname:Universidad Autónoma de Bucaramanga - UNAB | spa |
| dc.identifier.reponame | reponame:Repositorio Institucional UNAB | spa |
| dc.identifier.uri | http://hdl.handle.net/20.500.12749/3371 | |
| dc.language.iso | spa | spa |
| dc.publisher.faculty | Facultad Ingeniería | spa |
| dc.publisher.grantor | Universidad Autónoma de Bucaramanga UNAB | spa |
| dc.publisher.program | Maestría en Gestión, Aplicación y Desarrollo de Software | spa |
| dc.relation.references | Obregón Carreño, Álvaro Andrés (2016). Análisis e implementación de un prototipo de un marco de trabajo asincrónico de Web Service para la gestión controlada de las peticiones. Bucaramanga (Colombia) : Universidad Autónoma de Bucaramanga UNAB | spa |
| dc.relation.references | Archimate. (2016). urlhttp://www.archimatetool.com/. | spa |
| dc.relation.references | Cameron, A., Stumptner, M., Nandagopal, N., Mayer, W., y Mansell, T. (2012, octubre). Rule-Based Control of Decentralised Asynchronous SOA for Real-Time Applications. En 2012 International Conference on Cyber-Enabled Distributed Computing and Knowledge Discovery (CyberC) (pp. 241{248). doi: 10.1109/CyberC.2012.48 | spa |
| dc.relation.references | Chung, S., Pan, J., y Davalos, S. (2006, febrero). A Special Web Service Mechanism: Asynchronous .NET Web Services. En International Conference on Internet and Web Applications and Services/Advanced International Conference on Telecommunications, 2006. AICT-ICIW '06 (pp. 212{212). doi: 10.1109/AICT-ICIW.2006.34 | spa |
| dc.relation.references | Hayashi, T., Kara, A., Miyazaki, T., Iwase, J., Fukuhara, H., Saburi, T., y Hisada, M. (2012, marzo). Coping with the Complexity of SOA Systems with Message Forensics. En 2012 26th International Conference on Advanced Information Networking and Applications Workshops (WAINA) (pp. 732{737). doi: 10.1109/WAINA.2012.99 | spa |
| dc.relation.references | Jammes, F., Bony, B., Nappey, P., Colombo, A., Delsing, J., Eliasson, J., . . . Till, M. (2012, octubre). Technologies for SOA-based distributed large scale process monitoring and control systems. En IECON 2012 - 38th Annual Conference on IEEE Industrial Electronics Society (pp. 5799{5804). doi: 10.1109/IECON.2012 .6389589 | spa |
| dc.relation.references | Li, Y., Peng, Y.-l., Zhan, G.-h., y Zhang, L. (2008, abril). The Research of Security Asynchronous Web Services based on SOA Architecture. En IEEE International Conference on Networking, Sensing and Control, 2008. ICNSC 2008 (pp. 1332{ 1336). doi: 10.1109/ICNSC.2008.4525424 | spa |
| dc.relation.references | Microsoft. (s.f.). Windows sql server 2008 express. Descargado 2016-10-03, de https:// www.microsoft.com/en-us/download/details.aspx?id=25174 | spa |
| dc.relation.references | Microsoft. (2013). Descripci on del cifrado sim etrico y asim etrico. urlhttps://support.microsoft.com/es-es/kb/24607 | spa |
| dc.relation.references | ORACLE. (s.f.). Virual box. Descargado 2016-10-03, de https://www.virtualbox.org/ | spa |
| dc.relation.references | Qian, K., Liu, J., y Tao, L. (2006, junio). Asynchronous Callback in Web Services. En Seventh ACIS International Conference on Software Engineering, Arti cial Intelligence, Networking, and Parallel/Distributed Computing, 2006. SNPD 2006 (pp.375{380). doi: 10.1109/SNPD-SAWN.2006.23 | spa |
| dc.relation.references | Rational uni ed process (RUP). (s.f.). Descargado 2016-09-06, de http://ima.udg.edu/~sellares/EINF ES2/Present1011/MetodoPesadesRUP.pdf | spa |
| dc.relation.references | Shaiva, V. (2003, agosto). Designing adaptive components for a services oriented architecture. En International Conference on Information Technology: Research and Education, 2003. Proceedings. ITRE2003 (pp. 390{394). doi: 10.1109/ITRE.2003.1270644 | spa |
| dc.relation.references | Spark, M. D. (s.f.). Windows server. Descargado 2016-1003, de https://www.dreamspark.com/Product/Product.aspx?productid=42 | spa |
| dc.relation.references | Web service. (2015). Descargado 18-04-2016, de http://library.gxtechnical.com/gxdlsp/pub/genexus/internet/technicalpapers/web services.htm | spa |
| dc.relation.references | Wei, X., Gao, J., Ding, X. l., y Yuan, S. (2007, diciembre). Platform EGO Web Service Gateway. En The 2nd IEEE Asia-Paci c Service Computing Conference (pp. 283{ 290). doi: 10.1109/APSCC.2007.40 | spa |
| dc.relation.references | Yu, M., Taleb-Bendiab, A., y Reilly, D. (2004, julio). A polyarchical middleware for self-regenerative invocation of multi-standard ubiquitous services. En IEEE International Conference on Web Services, 2004. Proceedings (pp. 410{417). doi: 10.1109/ICWS.2004.1314765 | spa |
| dc.rights.accessrights | info:eu-repo/semantics/openAccess | spa |
| dc.rights.accessrights | http://purl.org/coar/access_right/c_abf2 | spa |
| dc.rights.creativecommons | Atribución-NoComercial-SinDerivadas 2.5 Colombia | * |
| dc.rights.local | Abierto (Texto Completo) | spa |
| dc.rights.uri | http://creativecommons.org/licenses/by-nc-nd/2.5/co/ | * |
| dc.subject.keywords | Web service | eng |
| dc.subject.keywords | Web service asynchronous | eng |
| dc.subject.keywords | Prototype | eng |
| dc.subject.keywords | Information systems | eng |
| dc.subject.keywords | Software management | eng |
| dc.subject.keywords | Software application | eng |
| dc.subject.keywords | Systems engineer | eng |
| dc.subject.keywords | Education | eng |
| dc.subject.keywords | Software development | eng |
| dc.subject.keywords | Design of work systems | eng |
| dc.subject.keywords | New technologies | eng |
| dc.subject.keywords | Technological innovations | eng |
| dc.subject.keywords | Research | eng |
| dc.subject.keywords | Teaching | eng |
| dc.subject.lemb | Sistemas de información | spa |
| dc.subject.lemb | Gestión de software | spa |
| dc.subject.lemb | Aplicación de software | spa |
| dc.subject.lemb | Desarrollo de software | spa |
| dc.subject.lemb | Educación | spa |
| dc.subject.lemb | Desarrollo de software | spa |
| dc.subject.lemb | Diseño de sistemas de trabajo | spa |
| dc.subject.lemb | Nuevas tecnologías | spa |
| dc.subject.lemb | Innovaciones tecnológicas | spa |
| dc.subject.lemb | Investigaciones | spa |
| dc.subject.lemb | Enseñanza | spa |
| dc.subject.proposal | Servicio web | spa |
| dc.subject.proposal | Servicios web asincronicos | spa |
| dc.subject.proposal | WSDL | spa |
| dc.subject.proposal | Prototipo | spa |
| dc.title | Análisis e implementación de un prototipo de un marco de trabajo asincrónico de Web Service para la gestión controlada de las peticiones | spa |
| dc.title.translated | Analysis and implementation of a prototype of an asynchronous Web Service framework for the controlled management of requests | eng |
| dc.type.coar | http://purl.org/coar/resource_type/c_bdcc | |
| dc.type.coar | http://purl.org/coar/resource_type/c_7a1f | spa |
| dc.type.driver | info:eu-repo/semantics/masterThesis | |
| dc.type.driver | info:eu-repo/semantics/bachelorThesis | |
| dc.type.hasversion | info:eu-repo/semantics/acceptedVersion | |
| dc.type.local | Tesis | spa |
| dc.type.redcol | http://purl.org/redcol/resource_type/TP |
Archivos
Bloque original
1 - 4 de 4
Cargando...
- Nombre:
- 2016_Tesis_Alvaro_Andres_Obregon_Carreño.pdf
- Tamaño:
- 892.45 KB
- Formato:
- Adobe Portable Document Format
- Descripción:
- Tesis
Cargando...
- Nombre:
- 2016_Articulo_Alvaro_Andres_Obregon_Carreño.pdf
- Tamaño:
- 632.51 KB
- Formato:
- Adobe Portable Document Format
- Descripción:
- Articulo
Cargando...
- Nombre:
- 2016_Anexos_Alvaro_Andres_Obregon_Carreño.zip
- Tamaño:
- 101.44 MB
- Formato:
- Unknown data format
- Descripción:
- Anexo
Cargando...
- Nombre:
- 2016_Licencia_Alvaro_Andres_Obregon_Carreño.pdf
- Tamaño:
- 43.15 KB
- Formato:
- Adobe Portable Document Format
- Descripción:
- Licencia
