Are you Juan Carlos Sánchez Aarnoutse?

Claim your profile

Publications (9)0 Total impact

  • Source
    Article: Arquitectura de topología híbrida para sistemas P2P de compartición de ficheros
    [show abstract] [hide abstract]
    ABSTRACT: Over the Internet today, there has been much interest in emerging Peer-to-Peer (P2P) network overlays because they provide a good substrate for creating data sharing, content distribution, and application-level multicast applications. There are two classes of P2P overlay networks: structured and unstructured. Structured P2P networks can efficiently locate items, but the search is not user friendly. Conversely, unstructured P2P networks have a easy mechanism to search a content, but the lookup process is inefficient. In this paper, we propose an hybrid structured and unstructured topology in order to take advantages of both kind of networks. In addition, our proposal guarantees that if a content is at any place in the network, it will be reachable with probability one. Simulation results show that the behaviour of the network is stable and that the network distributes the contents efficiently to avoid network congestion. Este trabajo ha sido subvencionado por el proyecto nacional ARPaq (TEC2004-05622-C04-02/TCM), y con fondos de la D.G. de Innovación Tecnológica y Sociedad de la Información de la Consejería de Industria y Medio Ambiente de la Región de Murcia, y con fondos FEDER de la Unión Europea.
  • Source
    Article: Evaluación de la tecnología HomePlug AV para la provisión de servicios multimedia en el hogar
    [show abstract] [hide abstract]
    ABSTRACT: Local area networks based on the emerging power line communication (PLC) standards are attractive for establishing networks with no-new-wires for in-home and in-building (business) applications. The new HomePlug AV standard, deployed by the HomePlug Alliance, offers a data rate in excess of 150 Mbps. This capacity is theoretically able to transmit the most usual multimedia applications at home (IPTV and VoD). The article presents comprehensive field test results addressing such issues as packet delay, interarrival jitter and bandwidth, in order to evaluate the performance of the HomePlug AV standard for the transmission of IPTV and VoD services. The protocols used by these applications and the HomePlug AV specification are also presented. Esta investigación ha sido apoyada por la subvención de proyecto TEC2007-67966-C03-01/TCM (CON-PARTE-1) y también se ha desarrollado en el marco del ”Programa de Ayudas a Grupos de Excelencia de la Región de Murcia, de la Fundación Séneca, Agencia de Ciencia y Tecnología de la RM (Plan Regional de Ciencia y Tecnología 2007/2010)”. Juan Pedro Muñoz Gea también agradece al MEC la concesión de una beca FPU (referencia AP2006-01567).
  • Source
    Article: Provisión de anonimato en redes P2P
    Juan Pedro Muñoz Gea, Pilar Manzanares López, Juan Carlos Sánchez Aarnoutse
    [show abstract] [hide abstract]
    ABSTRACT: En este trabajo se presenta un nuevo mecanismo para proporcionar anonimato en redes peer-to-peer (P2P) de compartición de ficheros. El anonimato se consigue conectando los nodos origen y destino a través de un conjunto de nodos intermedios, creando un camino multi-salto. La principal contribución es un algoritmo distribuido capaz de garantizar el anonimato incluso cuando un nodo en el camino falla. El algoritmo tiene en cuenta los costes asociados con las comunicaciones multi-salto e intenta alcanzar un compromiso entre el grado de anonimato y los costes asociados.
  • Source
    Article: Diseño e implementación de un protocolo de transporte multicast para la réplica masiva de información
    [show abstract] [hide abstract]
    ABSTRACT: In this paper, we introduce a multicast transport protocol (MTP, Must Transport Protocol) used in a multicast application called MUST (MUlticast Synchronous Transfer) that allows the replication of hard disk partitions in a fast and efficient way. Using this protocol, the number of acknowledgement frames are dramatically reduced, allowing the employment of MUST in LAN and intra-campus (directly interconnected LANs via few routers) scenarios. Additionally, the application has been programmed in C language using standard linux kernel routines. Therefore, we can distribute our application world wide without incurring legal conflicts. Este trabajo ha sido financiado por los proyectos nacionales FARIP (TIC2000-1734-C03-03) y MTCES (TIC2001-3339-C02-02).
  • Source
    Article: Metodología de empleo de herramientas software para el análisis y evaluación de protocolos de transporte multicast
    [show abstract] [hide abstract]
    ABSTRACT: In this paper, we present a set of software tools (network analyzers and data processing language applications) which allow the study of multicast transport protocols in real environments. To evaluate the proposed tools’ efficiency we used the MTP (MUst Transport Protocol) developed by us in a recent work and also briefly outlined in this paper. This transport protocol offers multicast transfer service to the application layer to replicate efficiently files or hard disk partitions among server and clients. There are multiple application scenarios where this protocol can be used (peer to peer, instant messaging, games, etc.). The main statistical performance parameters obtained by test labs, are also presented and discussed. Este trabajo ha sido subvencionado por los proyectos nacionales FAR-IP (TIC2000-1734-C03-03) y MTCES (TIC2001-3339-C02-02).
  • Source
    Article: Multicast en redes intra-campus heterogéneas
    [show abstract] [hide abstract]
    ABSTRACT: En este artículo, se propone y se analiza una aplicación multicast para la transferencia de información en entornos intra-campus (con la posibilidad de que algunas redes sean inalámbricas) que hemos denominado SOMA (SynchOnous Multicast Application). Dada la incapacidad de TCP para manejar comunicaciones multipunto, se ha desarrollado un protocolo de transporte que aporta mecanismos de control de flujo y de errores para conseguir una elevada tasa de transferencia y un retardo bajo, especialmente en entornos formados con redes heterogéneas. Este trabajo ha sido subvencionado por el proyecto nacional ARPaq (TEC2004-05622-C04-02/TCM) Escuela Técnica Superior de Ingeniería de Telecomunicación
  • Source
    Article: Tecnología Multicast para entornos empresariales
    [show abstract] [hide abstract]
    ABSTRACT: El desarrollo que durante los últimos años han experimentado de las redes de área local está permitiendo mejorar la calidad de la infraestructura de red de las empresas. Las Redes Privadas Virtuales (VPN) son ya una realidad palpable en el entorno empresarial español, aunque todavía adolecen de tener un ancho de banda excesivamente limitado (al menos, en los enlaces troncales). La tecnología multicast puede ayudar a utilizar y gestionar eficazmente este recurso, permitiendo ahorrar costes y simultáneamente, mejorar la satisfacción que el usuario final tiene de la red. Escuela Técnica Superior de Ingeniería de Telecomunicación
  • Article: A multicast transport protocol design methodology: analysis, implementation and performance evaluation
    [show abstract] [hide abstract]
    ABSTRACT: In this paper, we propose and analyze a multicast application called SOMA (SynchrOnous Multicast Application) which offers multicast file transfer service in an asymmetric intra-campus environment (several interconnected wired and wireless LAN networks interconnected through few routers). For efficient bandwidth utilization, SOMA transmits IP packets by using multicast addressing. We also propose a complete multicast transport protocol involving both, the flow and error correction algorithms. The protocol adapts the window size and the overall application transfer bitrate to the minimum network capacity, allowing synchronism and reacting quickly when congestion arises at any network router. The application behavior has been tested by simulation in a mixture of wired and wireless intra-campus networks, and intensively studied by experimentation in an intra-campus environment composed of a wired Fast Ethernet and a wireless 802.11b Ethernet connected through an Access Point router. In addition, we develop a mathematical model to validate analytically the most important protocol parameters. The methodology employed to define, analyze and evaluate this multicast protocol is, indeed, another contribution of the work and can be easily extended to other multicast protocols. This work has been supported by the Spanish Research Council under project ARPaq (TEC2004-05622- C04-02/TCM).
  • Source
    Article: Gestión de sistemas P2P mediante redes overlay estructuradas
    Juan Pedro Muñoz Gea, Pilar Manzanares López, Juan Carlos Sánchez Aarnoutse
    [show abstract] [hide abstract]
    ABSTRACT: En este artículo se presenta una nueva red híbrida P2P. Todos los nodos están inmersos en una red overlay estructurada, que no se utiliza para localizar contenidos, sino para organizar dinámicamente los nodos en una arquitectura jerárquica, que permita la localización de los contenidos de una forma fácil y eficiente. Las figuras de merito del sistema propuesto son evaluadas mediante simulación. Dirección General de Innovación Tecnológica y Sociedad de la Información de la Consejería de Industria y Medio Ambiente de la Región de Murcia,y fondos FEDER de la Unión Europea.