• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 142
  • 21
  • 16
  • 7
  • 5
  • 5
  • 5
  • 5
  • 5
  • 5
  • 1
  • 1
  • Tagged with
  • 185
  • 185
  • 185
  • 185
  • 102
  • 67
  • 57
  • 42
  • 35
  • 32
  • 28
  • 27
  • 26
  • 25
  • 25
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
171

Dynamically Reconfigurable Optical Buffer and Multicast-Enabled Switch Fabric for Optical Packet Switching

Yeo, Yong-Kee 30 November 2006 (has links)
Optical packet switching (OPS) is one of the more promising solutions for meeting the diverse needs of broadband networking applications of the future. By virtue of its small data traffic granularity as well as its nanoseconds switching speed, OPS can be used to provide connection-oriented or connectionless services for different groups of users with very different networking requirements. The optical buffer and the switch fabric are two of the most important components in an OPS router. In this research, novel designs for the optical buffer and switch fabric are proposed and experimentally demonstrated. In particular, an optical buffer that is based on a folded-path delay-line tree architecture will be discussed. This buffer is the most compact non-recirculating optical delay line buffer to date, and it uses an array of high-speed ON-OFF optical reflectors to dynamically reconfigure its delay within several nanoseconds. A major part of this research is devoted to the design and performance optimization of these high-speed reflectors. Simulations and measurements are used to compare different reflector designs as well as to determine their optimal operating conditions. Another important component in the OPS router is the switch fabric, and it is used to perform space switching for the optical packets. Optical switch fabrics are used to overcome the limitations imposed by conventional electronic switch fabrics: high power consumption and dependency on the modulation format and bit-rate of the signals. Currently, only those fabrics that are based on the broadcast-and-select architecture can provide truly non-blocking multicast services to all input ports. However, a major drawback of these fabrics is that they are implemented using a large number of optical gates based on semiconductor optical amplifiers (SOA). This results in large component count and high energy consumption. In this research, a new multicast-capable switch fabric which does not require any SOA gates is proposed. This fabric relies on a passive all-optical gate that is based on the Four-wave mixing (FWM) wavelength conversion process in a highly-nonlinear fiber. By using this new switch architecture, a significant reduction in component count can be expected.
172

NGWA: esquema de controle de congestionamento para TCP baseado na banda disponível

Talau, Marcos 04 May 2012 (has links)
O controle de congestionamento padrão do TCP apresenta vários problemas; ele não consegue distinguir se o pacote foi perdido por falha no enlace ou por descarte de pacotes devido a um congestionamento de rede (se a falha foi no enlace não há necessidade de ativar os mecanismos de controle de congestionamento); e o correto ajuste de sua taxa de transmissão requer informação de perdas de pacotes. Neste trabalho é apresentado o new generalized window advertising (NGWA), que é um novo esquema de controle de congestionamento para o TCP. O NGWA traz informações da banda disponível da infraestrutura de rede para os pontos finais da conexão TCP. Seu desempenho foi comparado com TCP New Reno, RED e o TCP padrão via simulações com o software NS-3, considerando topologias de rede largamente citadas na literatura. O NGWA foi, também, implementado e testado no Linux (versão 2.6.34). O novo método demonstrou ser superior aos comparados, apresentando uma operação mais estável, melhor justiça e menor taxa de perda de pacotes, considerando o elenco de testes realizados. / The TCP congestion control mechanism in standard implementations presents several problems; he cannot distinguish if the packet was lost by link failure or by congestion in the net (if the fault was in the link there is no need to active congestion control mechanisms); and the right adjust of your transmission rate requires information from packet loss. This work presents the new generalized window advertising (NGWA), which is a new congestion control scheme for TCP. The NGWA provides information considering the available bandwidth of the network infrastructure to the endpoints of the TCP connection. Results obtained by the NGWA approach were compared with those from TCP New Reno, RED, and standard TCP (using the network simulator NS-3), considering network topologies widely cited in the literature. A NGWA Linux implementation is also presented. The new method proved to be superior when compared with the traditional approaches, presenting a more stable operation, better fairness and lower packet loss, considering the set of tests carried out.
173

Metodologias para roteamento ótimo em redes de telecomunicações

Tenório, Marcos Mincov 19 August 2011 (has links)
Fundação Araucária / O gerenciamento do tráfego na Internet tornou-se essencial devido à grande utilização de serviços em rede nos últimos anos. Assim, para executar alguns serviços que demandam um certo grau de qualidade é necessário otimizar o uso de recursos existentes. Organizações mantenedoras de backbones são responsáveis por rotear o tráfego, utilizando protocolos que encaminham dados da origem ao destino. Um dos protocolos de roteamento mais utilizados mundialmente é o Open Shortest Path First (OSPF). A qualidade das rotas oferecidas pelo protocolo OSPF depende dos pesos atribuídos pelo operador de rede às ligações (enlaces). A determinação destes pesos depende dos critérios técnicos ou econômicos considerados necessários por parte da empresa provedora de serviços telemáticos. Nesta dissertação aborda-se o problema de rotear a demanda de tráfego na rede com o objetivo de oferecer uma qualidade de serviço satisfatória por meio de uma atribuição inteligente de pesos aos enlaces. O problema de atribuição de pesos (WSP), consiste em encontrar um conjunto de pesos OSPF que otimiza o desempenho da rede. Para solução deste problema, a literatura científica apresenta algoritmos que, na sua maioria, buscam equilibrar o tráfego na rede pelo ajuste correto da carga de cada enlace. Essa dissertação visa solucionar o WSP propondo uma nova abordagem que leva em consideração a perda de pacotes em caminhos origem-destino e a sobrecarga gerada em cada enlace. Também uma formulação estendida é proposta, permitindo a obtenção de um conjunto de pesos operacionais em ambientes normais e em ambientes onde ocorrem falhas de nós. A aplicação de duas heurísticas conhecidas, Simulated Annealing e Harmony Search, a este problema permite encontrar soluções satisfatórias para os critérios de desempenho especificados. / Internet traffic management becomes essential due the large use of the Internet the past decades. Balancing the use of existing IP resources improves the performance of services. Backbone manteiners are responsible for routing data that are sent along the network links from a source to a destination host. A routing protocol is used to perform this task. One of the most commonly used internal routing protocol is OSPF (Open Shortest Path First). The quality of the routes offered by the OSPF protocol mainly depends on weights that are assigned by the network operator to the links. The determination of these weights depends on technical or economic criteria deemed necessary by the ISPs. This master dissertation addresses the routing problem aiming at providing network quality of service by optimizing the weights assigned to links. The weight setting problem (WSP) corresponds to find a set of OSPF weights that optimize network performance. To solve this problem, the literature shows algorithms that mostly seek to balance the network traffic by correctly setting link loads. This work aims at solving WSP proposing a new approach that takes into account packet losses over origin-destination paths and link overhead. Also an extended formulation is proposed, to obtain a set of operating weights in normal environments and in environments where node failures can occur. The application of two well known heuristics, Simulated Annealing and Harmony Search, to this problem allows to find satisfactory solutions to the performance criteria specified.
174

Desempenho de esquemas ARQ híbrido para transmissão de informação no uplink com transferência de energia no downlink

Witt, Fernando Augusto de 16 December 2014 (has links)
Investiga-se uma forma de energy harvesting que consiste em recuperar a energia do sinal eletromagnético de rádio frequência (RF), processo que também é conhecido como transferência de energia sem fio. Aplica-se o protocolo time switching (TS) para coordenar o processo de energy harvesting, o qual divide o período de envio de um pacote em dois blocos, o primeiro é dedicado à transferência de energia e o segundo ao envio de informação. A fração do tempo dedicada a cada tarefa, dada pelo parâmetro TS, tem grande impacto no desempenho do sistema. Esta dissertação mostra a investigação do uso do protocolo TS em conjunto com esquemas de retransmissão (HARQ) para o envio da informação. Os resultados mostram que os esquemas HARQ melhoram o desempenho do sistema para a alta relação sinal-ruído (SNR). Essa melhoria é ainda maior quando o destino aplica combinação de Chase entre as diversas cópias do quadro recebido. / We investigate a form of energy harvesting consisting of gathering energy from the radio frequency (RF) electromagnetic waves, also known as wireless power transfer. We employ a time switching (TS) protocol to coordinate the harvesting process, which separates a time slot into two parts, one devoted to wireless energy transfer and the other to wireless information transmission. The fraction of time devoted to each task, the TS parameter, has great impact on the overall performance. This thesis presents an investigation on the usage of the TS protocol, including the numerical optimization of the TS parameter, when hybrid automatic repeat request (HARQ) schemes are used for information transmission. Our results demonstrate that HARQ schemes can improve the system performance for high SNR. This improvement is even better if the destination applies Chase combining among the previously received copies of a frame.
175

NGWA: esquema de controle de congestionamento para TCP baseado na banda disponível

Talau, Marcos 04 May 2012 (has links)
O controle de congestionamento padrão do TCP apresenta vários problemas; ele não consegue distinguir se o pacote foi perdido por falha no enlace ou por descarte de pacotes devido a um congestionamento de rede (se a falha foi no enlace não há necessidade de ativar os mecanismos de controle de congestionamento); e o correto ajuste de sua taxa de transmissão requer informação de perdas de pacotes. Neste trabalho é apresentado o new generalized window advertising (NGWA), que é um novo esquema de controle de congestionamento para o TCP. O NGWA traz informações da banda disponível da infraestrutura de rede para os pontos finais da conexão TCP. Seu desempenho foi comparado com TCP New Reno, RED e o TCP padrão via simulações com o software NS-3, considerando topologias de rede largamente citadas na literatura. O NGWA foi, também, implementado e testado no Linux (versão 2.6.34). O novo método demonstrou ser superior aos comparados, apresentando uma operação mais estável, melhor justiça e menor taxa de perda de pacotes, considerando o elenco de testes realizados. / The TCP congestion control mechanism in standard implementations presents several problems; he cannot distinguish if the packet was lost by link failure or by congestion in the net (if the fault was in the link there is no need to active congestion control mechanisms); and the right adjust of your transmission rate requires information from packet loss. This work presents the new generalized window advertising (NGWA), which is a new congestion control scheme for TCP. The NGWA provides information considering the available bandwidth of the network infrastructure to the endpoints of the TCP connection. Results obtained by the NGWA approach were compared with those from TCP New Reno, RED, and standard TCP (using the network simulator NS-3), considering network topologies widely cited in the literature. A NGWA Linux implementation is also presented. The new method proved to be superior when compared with the traditional approaches, presenting a more stable operation, better fairness and lower packet loss, considering the set of tests carried out.
176

Metodologias para roteamento ótimo em redes de telecomunicações

Tenório, Marcos Mincov 19 August 2011 (has links)
Fundação Araucária / O gerenciamento do tráfego na Internet tornou-se essencial devido à grande utilização de serviços em rede nos últimos anos. Assim, para executar alguns serviços que demandam um certo grau de qualidade é necessário otimizar o uso de recursos existentes. Organizações mantenedoras de backbones são responsáveis por rotear o tráfego, utilizando protocolos que encaminham dados da origem ao destino. Um dos protocolos de roteamento mais utilizados mundialmente é o Open Shortest Path First (OSPF). A qualidade das rotas oferecidas pelo protocolo OSPF depende dos pesos atribuídos pelo operador de rede às ligações (enlaces). A determinação destes pesos depende dos critérios técnicos ou econômicos considerados necessários por parte da empresa provedora de serviços telemáticos. Nesta dissertação aborda-se o problema de rotear a demanda de tráfego na rede com o objetivo de oferecer uma qualidade de serviço satisfatória por meio de uma atribuição inteligente de pesos aos enlaces. O problema de atribuição de pesos (WSP), consiste em encontrar um conjunto de pesos OSPF que otimiza o desempenho da rede. Para solução deste problema, a literatura científica apresenta algoritmos que, na sua maioria, buscam equilibrar o tráfego na rede pelo ajuste correto da carga de cada enlace. Essa dissertação visa solucionar o WSP propondo uma nova abordagem que leva em consideração a perda de pacotes em caminhos origem-destino e a sobrecarga gerada em cada enlace. Também uma formulação estendida é proposta, permitindo a obtenção de um conjunto de pesos operacionais em ambientes normais e em ambientes onde ocorrem falhas de nós. A aplicação de duas heurísticas conhecidas, Simulated Annealing e Harmony Search, a este problema permite encontrar soluções satisfatórias para os critérios de desempenho especificados. / Internet traffic management becomes essential due the large use of the Internet the past decades. Balancing the use of existing IP resources improves the performance of services. Backbone manteiners are responsible for routing data that are sent along the network links from a source to a destination host. A routing protocol is used to perform this task. One of the most commonly used internal routing protocol is OSPF (Open Shortest Path First). The quality of the routes offered by the OSPF protocol mainly depends on weights that are assigned by the network operator to the links. The determination of these weights depends on technical or economic criteria deemed necessary by the ISPs. This master dissertation addresses the routing problem aiming at providing network quality of service by optimizing the weights assigned to links. The weight setting problem (WSP) corresponds to find a set of OSPF weights that optimize network performance. To solve this problem, the literature shows algorithms that mostly seek to balance the network traffic by correctly setting link loads. This work aims at solving WSP proposing a new approach that takes into account packet losses over origin-destination paths and link overhead. Also an extended formulation is proposed, to obtain a set of operating weights in normal environments and in environments where node failures can occur. The application of two well known heuristics, Simulated Annealing and Harmony Search, to this problem allows to find satisfactory solutions to the performance criteria specified.
177

Desempenho de esquemas ARQ híbrido para transmissão de informação no uplink com transferência de energia no downlink

Witt, Fernando Augusto de 16 December 2014 (has links)
Investiga-se uma forma de energy harvesting que consiste em recuperar a energia do sinal eletromagnético de rádio frequência (RF), processo que também é conhecido como transferência de energia sem fio. Aplica-se o protocolo time switching (TS) para coordenar o processo de energy harvesting, o qual divide o período de envio de um pacote em dois blocos, o primeiro é dedicado à transferência de energia e o segundo ao envio de informação. A fração do tempo dedicada a cada tarefa, dada pelo parâmetro TS, tem grande impacto no desempenho do sistema. Esta dissertação mostra a investigação do uso do protocolo TS em conjunto com esquemas de retransmissão (HARQ) para o envio da informação. Os resultados mostram que os esquemas HARQ melhoram o desempenho do sistema para a alta relação sinal-ruído (SNR). Essa melhoria é ainda maior quando o destino aplica combinação de Chase entre as diversas cópias do quadro recebido. / We investigate a form of energy harvesting consisting of gathering energy from the radio frequency (RF) electromagnetic waves, also known as wireless power transfer. We employ a time switching (TS) protocol to coordinate the harvesting process, which separates a time slot into two parts, one devoted to wireless energy transfer and the other to wireless information transmission. The fraction of time devoted to each task, the TS parameter, has great impact on the overall performance. This thesis presents an investigation on the usage of the TS protocol, including the numerical optimization of the TS parameter, when hybrid automatic repeat request (HARQ) schemes are used for information transmission. Our results demonstrate that HARQ schemes can improve the system performance for high SNR. This improvement is even better if the destination applies Chase combining among the previously received copies of a frame.
178

CDMA/PRMA : um mecanismo de controle de acesso ao meio para transmissão de pacotes em sistemas sem fio de terceira geração

Hoefel, Roger Pierre Fabris 07 October 2000 (has links)
Orientador: Celso de Almeida / Tese (doutorado) - Umiversidade Estadual de Campinas, Faculdade de Engenharia Elétrica e de Computação / Made available in DSpace on 2018-08-17T06:29:22Z (GMT). No. of bitstreams: 1 Hoefel_RogerPierreFabris_D.pdf: 16131215 bytes, checksum: 8d67fff6992c05fd8d2eac683e4a1f9e (MD5) Previous issue date: 2000 / Resumo: O objetivo deste trabalho é o de analisar, caracterizar e apresentar soluções para o excitante desafio de projetar protocolos de acesso para o transporte de pacotes multimídia no enlace reverso de sistemas celulares terrestres que empregam interface do ar do tipo TD/DS-CDMA (Time Division/Direct Sequence Code Division Multiple Access). Os estudos relativos aos aspectos inerentes à transmissão de pacotes em sistemas TD/DS-CDMA são particularizados na análise dos protocolos CDMA/PRMA (Code Division Multiple Access/ Packet Reservation Multiple Access) e Slotted CDMA/ALOHA. CDMA/PRMA é um protocolo de múltiplo acesso híbrido, no qual se aplicam os conceitos de multiplexação no tempo~por código e de alocação de recursos por meio de reserva. O acesso controlado ao canal do protocolo CDMA/PRMA permite a redução da variação da carga instantânea do canal e, conseqüentemente, redução da interferência de múltiplo acesso em relação ao protocolo Slotted CDMA/ ALOHA, onde os terminais acessam no próximo slot de tempo tão logo tenham pacotes a transmitir. Utiliza-se simulação computacional de maneira intensiva para à obtenção de resultados concernentes ao desempenho dos protocolos CDMA/PRMA e Slotted CDMA/ ALOHA em distintas condições operacionais. Estes resultados são validados por análises numéricas. Entre outros aspectos deste trabalho, destaca-se: (i) o modelo do ponto de equilíbrio proposto para os protocolos CDMA/PRMA e Slotted CDMA/ ALOHA; (ii) as expressões numéricas propostas para uma análise de desempenho do protocolo CDMA/PRMA; (iii) o desenvolvimento de um simulador de rede de pacotes para a investigação dos efeitos da interferência externa nas redes de pacotes CDMA/PRMA e Slotted CDMA/ ALOHA; (iv) efeitos dos parâmetros de projeto no desempenho dos protocolos CDMA/PRMA e Slotted CDMA/ ALORA; (v) estudo do desempenho dos protocolos CDMA/PRMA e Slotted CDMA/ ALORA com tráfego de vídeo com taxa variável e tráfego de dados WWW; (vi) a investigação dos efeitos do controle de potência, do desvanecimento rápido e do desvanecimento lento no desempenho dos protocolos CDMA/PRMA e Slotted CDMA/ ALORA com tráfego multimídia; (vii) o projeto integrado do protocolo CDMA/PRMA com receptor de detecção conjunta descorrelacionadora / Abstract: This thesis has the objective of to analyze, to characterize and to propose solutions to the challenge of design medium access control protocols for transmission of multimedia packets over the reverse channel of land mobile cellular systems based on TD/DS-CDMA (Time Division/Direct Sequence Code Division Multiple Access) air interface. Some inherent aspects of packet transmission over the reverse link of TD/DS-CDMA systems are particularized in the analysis of the CDMA/PRMA (Code Division Multiple Access/Packet Reservation Multiple Access) and Slotted CDMA/ ALOHA protocols. The joint CDMA/PRMA protocol is a hybrid multiple-access technique that combines time-division, code-division and Reservation ALOHA concepts. The CDMA/PRMA medium access control brings to reduction of the users variance on the channel, so a larger capacity is obtained in relation to the Slotted CDMA/ ALOHA protocol, where a mobile station accesses a time slot as soon as it has packets to transmit. It is used intensely computational simulation techniques to obtain some performance results concerning to CDMA/PRMA Slotted and CDMA/ ALOHA behavior over distinct operational conditions. It is utilized numerical techniques to validate some of obtained results. It is emphasized the following aspects of this Thesis: (i) a equilibrium point analysis model for the CDMA/PRMA and Slotted CDMA/ ALOHA protocols; (ii) some numerical expressions that permits to analyze the CDMA/PRMA behavior on voice-only traffic; (iii) a system level network simulator developed to assess and to compare the intercell interference effects on the CDMA/PRMA and Slotted CDMA/ ALOHA protocols performance; (iv) the design parameters effects on the performance of CDMA/PRMA and Slotted CDMA/ALOHA systems; (v) some studies of CDMA/PRMA and Slotted CDMA/ALOHA behavior on mixed voice/variable bit rate video and voice/WWW browsing traffic; (vi) some analysis of the imperfect power control effects, slow and fast fading effects on the capacity of CDMA/PRMA and Slotted CDMA/ ALOHA protocols; (vii) a integrated design of CDMA/PRMA protocol and a multiuser decorrelator detector / Doutorado / Telecomunicações e Telemática / Doutor em Engenharia Elétrica
179

PLEX MPLS : analise, projeto e implementação de uma plataforma para experimentos com MPLS com suporte a QoS / PLEX MPLS : analysis, project and implementation of a platform for experiments with MPLS with QoS support

Sazima, Ricardo 15 October 2005 (has links)
Orientador: Mauricio Ferreira Magalhães / Dissertação (mestrado) - Universidade Estadual de Campinas, Faculdade de Engenharia Eletrica e de Computação / Made available in DSpace on 2018-08-04T17:32:51Z (GMT). No. of bitstreams: 1 Sazima_Ricardo_M.pdf: 1107563 bytes, checksum: a1179beaec699c0dcd87b45284e4a99c (MD5) Previous issue date: 2004 / Resumo: Dados a banda de transmissão atualmente disponível, o protocolo (IP) utilizado para transmitir a maior parte de tráfego e a quantidade de tráfego e seus requisitos de aos, a Engenharia de Tráfego (TE, de Traffic Engineering) tomou-se um componente cada vez mais importante nas redes de comunicações. O padrão do IETF para enncaminhamento roteamento entitulado Multi-Protocol Label Switching (MPLS) preenche lacunas importantes neste cenário e é peça chave das metodologias de TE mais sofisticadas. Nesta dissertação é apresentado um modelo genérico de TE e uma proposta para uma Plataforma para Experimentos com MPLS (PLEX MPLS) que permite que o usuário defina, execute, e analise configurações de Engenharia de Tráfego com MPLS em uma rede IP. Os principais objetivos da PLEX MPLS são: . Estudo da tecnologia MPLS e suporte a outros trabalhos em andamento no contexto do grupo de estudos em MPLS do DCA . Experimentos com engenharia de tráfego com MPLS: validação das tecnologias e conceitos relacionados . Experimentos didáticos em disciplinas de laboratório de redes. Os principais conceitos de TE e MPLS são apresentados como referência, bem como uma descrição do NIST Switch, a plataforma MPLS escolhida para este trabalho. A análise, projeto e implementação da PLEX MPLS são apresentados, pois formam parte significativa do trabalho desenvolvido. A PLEX não só utiliza, como também estende as funcionalidades oferecidas pelo NIST Switch a fim de oferecer um esquema de TE mais completo e eficiente. Na fase de análise, vemos quais os principais requisitos para a implementação desta plataforma, seguindo uma metodologia de Engenharia de Software. Na fase de projeto, vemos as soluções propostas para os problemas identificados na fase de análise e temos uma especificação dos componentes a serem implementados. Na fase seguinte, discutimos a implementação das principais características dos componentes da PLEX, justificando as decisões tomadas. Para validar a implementação da PLEX de acordo com sua proposta, foram realizados alguns experimentos em uma rede de testes com tráfego real. A execução destes experimentos é descrita e seus resultados analisados. Os resultados obtidos assinalam claramente a importância e utilidade de esquemas de TE baseada em MPLS. Uma interessante metodologia para TE, compilada a partir de várias propostas, é apresentada. Finalmente, apontam-se caminhos a seguir em um trabalho futuro de refinamento da PLEX / Abstract: Given the bandwidth currently available, the protocol (IP) used to transmit most Internet traffic, the quantity of traffic produced and its QoS requirements, Traffic Engineering (TE) has become an increasingly important component of communications networks. IETF's standard for forwarding/routing, which is entitled Multi-Protocol Label Switching (MPLS), presents important solutions in this scenario playing a major role in more sophisticated TE methodologies. This work presents a generic methodology for TE and a proposal for a Platform for Experiments with MPLS (PLEX MPLS) which allows the user to define, execute and analyze Traffic Engineering configurations with MPLS in an IP network. The main goals of PLEX MPLS are: . Study of the M PLS technology and support of other ongoing works with M PLS in the DCA . Traffic Engineering experiments with MPLS: validation of the related concepts and technologies . Support of didactic experiments in academic disciplines. The main concepts of MPLS and TE are presented as reference, as well as a brief description of NIST Switch, the MPLS software chosen for the PLEX MPLS implementation. The analysis, project and implementation of PLEX MPLS are presented, since are significant part of the developed work. PLEX not only uses, but also extends NIST Switch functionalities to offer a more complete and efficient TE scheme. In the analysis phase the main requirements for the PLEX implementation are specified, following a well-known Software Engineering methodology. The solutions found for the problems identified in the analysis phase are presented in the project phase alongside with a specification of the components that will be implemented. In the next phase, the implementation of PLEX is discussed focusing on the most important characteristics of PLEX components and justifying the implementation ecisions. In order to validate PLEX implementation and its proposal, some experiments were made in a test network with reallive traffic. These experiments are described and its results analyzed. The results obtained clearly indicate the importance and utility of TE schemes based on MPLS. Also an interesting TE methodology compiled from several proposals is presented. Finally, possible improvements and future work on PLEX MPLS are indicated. / Mestrado / Engenharia de Computação / Mestre em Engenharia Elétrica
180

An analysis of the correlation beween packet loss and network delay on the perfomance of congested networks and their impact: case study University of Fort Hare

Lutshete, Sizwe January 2013 (has links)
In this paper we study packet delay and loss rate at the University of Fort Hare network. The focus of this paper is to evaluate the information derived from a multipoint measurement of, University of Fort Hare network which will be collected for a duration of three Months during June 2011 to August 2011 at the TSC uplink and Ethernet hubs outside and inside relative to the Internet firewall host. The specific value of this data set lies in the end to end instrumentation of all devices operating at the packet level, combined with the duration of observation. We will provide measures for the normal day−to−day operation of the University of fort hare network both at off-peak and during peak hours. We expect to show the impact of delay and loss rate at the University of Fort Hare network. The data set will include a number of areas, where service quality (delay and packet loss) is extreme, moderate, good and we will examine the causes and impacts on network users.

Page generated in 0.1938 seconds