Tesis sobre el tema "SCTP"
Crea una cita precisa en los estilos APA, MLA, Chicago, Harvard y otros
Consulte los 50 mejores tesis para su investigación sobre el tema "SCTP".
Junto a cada fuente en la lista de referencias hay un botón "Agregar a la bibliografía". Pulsa este botón, y generaremos automáticamente la referencia bibliográfica para la obra elegida en el estilo de cita que necesites: APA, MLA, Harvard, Vancouver, Chicago, etc.
También puede descargar el texto completo de la publicación académica en formato pdf y leer en línea su resumen siempre que esté disponible en los metadatos.
Explore tesis sobre una amplia variedad de disciplinas y organice su bibliografía correctamente.
Unurkhaan, Esbold. "Secure end-to-end transport over SCTP a new security extension for SCTP /". [S.l. : s.n.], 2005. http://deposit.ddb.de/cgi-bin/dokserv?idn=975686569.
Texto completoJungmaier, Andreas. "Das Transportprotokoll SCTP : Leistungsbewertung und Optimierung eines neuen Transportprotokolls". kostenfrei, 2005. http://deposit.ddb.de/cgi-bin/dokserv?idn=976743582.
Texto completoEklund, Johan. "On Switchover Performance in Multihomed SCTP". Licentiate thesis, Karlstad University, Faculty of Economic Sciences, Communication and IT, 2010. http://urn.kb.se/resolve?urn=urn:nbn:se:kau:diva-5501.
Texto completoThe emergence of real-time applications, like Voice over IP and video conferencing, in IP networks implies a challenge to the underlying infrastructure. Several real-time applications have requirements on timeliness as well as on reliability and are accompanied by signaling applications to set up, tear down and control the media sessions. Since neither of the traditional transport protocols responsible for end-to-end transfer of messages was found suitable for signaling traffic, the Stream Control Transmission Protocol (SCTP) was standardized. The focus for the protocol was initially on telephony signaling applications, but it was later widened to serve as a general purpose transport protocol. One major new feature to enhance robustness in SCTP is multihoming, which enables for more than one path within the same association.
In this thesis we evaluate some of the mechanisms affecting transmission performance in case of a switchover between paths in a multihomed SCTP session. The major part of the evaluation concerns a failure situation, where the current path is broken. In case of failure, the endpoint does not get an explicit notification, but has to react upon missing acknowledgements. The challenge is to distinguish path failure from temporary congestion to decide when to switch to an alternate path. A too fast switchover may be spurious, which could reduce transmission performance, while a too late switchover also results in reduced transmission performance. This implies a tradeoff which involves several protocol as well as network parameters and we elaborate among these to give a coherent view of the parameters and their interaction. Further, we present a recommendation on how to tune the parameters to meet telephony signaling requirements, still without violating fairness to other traffic.
We also consider another angle of switchover performance, the startup on the alternate path. Since the available capacity is usually unknown to the sender, the transmission on a new path is started at a low rate and then increased as acknowledgements of successful transmissions return. In case of switchover in the middle of a media session the startup phase after a switchover could cause problems to the application. In multihomed SCTP the availability of the alternate path makes it feasible for the end-host to estimate the available capacity on the alternate path prior to the switchover. Thus, it would be possible to implement a more efficient startup scheme. In this thesis we combine different switchover scenarios with relevant traffic. For these combinations, we analytically evaluate and quantify the potential performance gain from utilizing an ideal startup mechanism as compared to the traditional startup procedure.
Tsai, Mike Yao Chen. "Hybrid design of MPI over SCTP". Thesis, University of British Columbia, 2007. http://hdl.handle.net/2429/32492.
Texto completoScience, Faculty of
Computer Science, Department of
Graduate
Hedén, Mattias. "SCTP - An analysis of proposed implementations". Thesis, Högskolan i Skövde, Institutionen för kommunikation och information, 2011. http://urn.kb.se/resolve?urn=urn:nbn:se:his:diva-5216.
Texto completoBickhart, Ryan W. "Transparent TCP-to-SCTP translation shim layer". Access to citation, abstract and download form provided by ProQuest Information and Learning Company; downloadable PDF file 0.44 Mb, 82 p, 2005. http://wwwlib.umi.com/dissertations/fullcit/1428177.
Texto completoHalepoto, Imtiaz Ali. "Scheduling and flow control in CMT-SCTP". Thesis, The University of Hong Kong (Pokfulam, Hong Kong), 2014. http://hdl.handle.net/10722/210189.
Texto completoHurtig, Per. "Improving the Timeliness of SCTP Message Transfers". Licentiate thesis, Karlstad : Faculty of Economic Sciences, Communication and IT, Computer Science, Karlstads universitet, 2008. http://urn.kb.se/resolve?urn=urn:nbn:se:kau:diva-2861.
Texto completoVinci, Lorenzo. "Studio comparato del protocollo di comunicazione SCTP". Bachelor's thesis, Alma Mater Studiorum - Università di Bologna, 2013. http://amslaurea.unibo.it/5594/.
Texto completoBegg, Charles Lee. "High Quality Video Streaming with SCTP over CDMA2000". Thesis, University of Canterbury. Computer Science and Software Engineering, 2007. http://hdl.handle.net/10092/1198.
Texto completoPfützenreuter, Elvis. "Aplicabilidade e desempenho do protocolo de transporte SCTP". Florianópolis, SC, 2004. http://repositorio.ufsc.br/xmlui/handle/123456789/87730.
Texto completoMade available in DSpace on 2012-10-22T01:11:16Z (GMT). No. of bitstreams: 1 213684.pdf: 479521 bytes, checksum: 76ef279df5de278a73eee8d7f8e0caab (MD5)
Nas pilhas de protocolos de rede típicas, como TCP/IP, a camada de rede oferece transmissão não confiável de datagramas um serviço muito primitivo para ser usado diretamente pelas aplicações em geral. É a camada de transporte a responsável por oferecer serviços de rede confiáveis e confortáveis às aplicações. A pilha TCP/IP oferece tradicionalmente apenas dois protocolos de transporte: TCP e UDP. O UDP implementa apenas o recurso de portas, sem acrescentar confiabilidade à rede. O TCP, por outro lado, oferece um serviço confiável, com conexões ponto-a-ponto e transmissão de bytes, abstraindo completamente as características da rede. TCP e UDP são dois extremos; algumas aplicações desejariam usar ao mesmo tempo recursos de ambos os protocolos, e/ou ter controle mais direto sobre alguns aspectos da rede. Tal necessidade surgiu na sinalização telefônica, o que motivou a criação de um novo transporte, o SCTP. O SCTP (Stream Control Transmission Protocol) guarda diversas semelhanças com o TCP, mas também apresenta diversos recursos adicionais interessantes: transmissão de mensagens indivisíveis, multiplos fluxos de mensagens por conexão, variação da confiabilidade das mensagens, bem como melhorias de segurança. A proposta deste trabalho é apresentar os recursos do SCTP, estudar a aplicabilidade do mesmo a protocolos de aplicação que hoje utilizam TCP ou UDP como transporte, e realizar testes de desempenho sobre uma implementação real do SCTP, com a simulação de diversas condições típicas de rede. O desenvolvimento do trabalho envolveu uma razoável revisão bibliográfica sobre protocolos em todas as camadas, criação e adaptação de aplicativos para execução dos testes, uso de ferramentas de simulação de rede, escolha de métricas de avaliação de desempenho, e adaptação de protocolos de aplicação ao SCTP.
Bandaru, Rammohan y Debashis Barman. "Performance Evaluation of SCTP as a Transport Layer Protocol". Thesis, Högskolan i Halmstad, Sektionen för Informationsvetenskap, Data– och Elektroteknik (IDE), 2011. http://urn.kb.se/resolve?urn=urn:nbn:se:hh:diva-16003.
Texto completoViegas, Diogo Ruviaro. "Um estudo experimental dos protocolos TCP, SCTP e XTP". Florianópolis, SC, 2008. http://repositorio.ufsc.br/xmlui/handle/123456789/91830.
Texto completoMade available in DSpace on 2012-10-24T02:55:47Z (GMT). No. of bitstreams: 1 250556.pdf: 2598282 bytes, checksum: d81d0812122590acfcb56384d46f4d69 (MD5)
Nas redes de dados das operadoras de telefonia celular é fundamental que o protocolo utilizado na comunicação entre terminais seja confiável e seguro e que possa prover o máximo de garantias a integridade dos dados. Os protocolos usualmente utilizados na comunidade científica fazem parte da pilha TCP/IP. O protocolo UDP não acrescenta confiabilidade à rede e apenas implementa a multiplexação. Por outro lado, o protocolo TCP tem a vantagem de ser um protocolo confiável possuindo conexões ponto-a-ponto. Na rede de telefonia celular, considera-se nas maioria das vezes o protocolo TCP e deseja-se que as vantagens de UDP existam no TCP. Desta forma, nessa dissertação optou-se pelo estudo dos protocolos SCTP e XTP por possuírem tais características em comum e acrescentar alguns diferenciais. Entre os recursos que mais de destacam no SCTP estão a transmissão de mensagens indivisíveis, múltiplos fluxos de mensagens por conexão, variação da confiabilidade das mensagens, entre outras. Por outro lado o XTP tem como características trabalhar em aplicações de alto desempenho, e por possuir similaridades com o TCP. A proposta deste trabalho de pesquisa é de prover um estudo empírico utilizando-se dos protocolos TCP, SCTP e XTP. O estudo caracteriza-se por considerar os recursos do SCTP e XTP, a fim de demonstrar em uma rede real interna de uma operadora de telefonia móvel o diferencial dos mesmos suportando protocolos de aplicação e simulando diversas condições de rede.
Charoenpanyasak, Sakuna. "Optimisation inter-couches du protocole SCTP en réseaux ad hoc". Phd thesis, Toulouse, INPT, 2008. http://oatao.univ-toulouse.fr/7709/1/charoenpanyasak.pdf.
Texto completoXiong, Xuelin. "SCTP and Diameter Parameters for High Availability in LTE Roaming". Thesis, KTH, Radio Systems Laboratory (RS Lab), 2015. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-163254.
Texto completoMobilnätsoperatörer använder sig av IP Packet exchange (IPX) tjänstetillhandahållare för att koppla ihop sina nät med andra operatörers nät. Mobilnätsoperatörer kan fritt välja en IPX tjänstetillhandahållare för sin datatrafik och en annan för sin kontrolltrafik. Denna uppsats undersöker fallet för kontrolltrafik, specifikt Stream Control Transmission Protocol (SCTP) kommunikationsprotokoll för Diameter protocol-trafik vid användares roaming från sitt Long Term Evolution (LTE)-hemmanät till en annan operatörs LTE-nät. Examensarbetet avser etablera en uppsättning av SCTP-parameterkonfigurationer som ger förbättrad applikations-/tjänstetillgänglighetsnivå mellan två Diameter-noder i olika nätmiljöer, särskilt för IPX tjänstetillhandahållare som är Diameter tjänstetillhandahållare. Dessa tjänstetillhandahållare erbjuder Diameter-konnektivitet till sina kunder, som är mobilnätsoperatörer. Dessa mobilnätsoperatörer tillhandahåller i sin tur LTE-roamingtjänster till sina kunder. Tyvärr är det olämpligt att tillämpa de enhetliga konfigurationsrekommendationer, som ges i SCTP- och Diameter-protokollens dokumentation, i olika nätmiljöer. Samtidigt ökar Diameter-signaleringstrafiken mycket snabbt. Därför är det värdefullt att identifiera lämpliga parameterkriterier för Diameter-tjänstetillhandahållare att säkerställa 100% tillförlitlig Diameter-tillgänglighet för sina kunder. I detta examensarbete har författaren undersökt hur trimning av SCTP-parametervärden påverkar Diameter-meddelandeöverföring vad avser överföringstiden tur- och retur, och identifierat de avgörande parametrarna för återställande av paketförluster. Både IPX tjänstetillhandahållare och mobilnätsoperatörer kan använda dessa värden som referens för att åstadkomma hög tillgänglighet för Diameter-överföring vid tillförlitliga, halvtillförlitliga och otillförlitliga nättransportförutsättningar.
Rajiullah, Mohammad. "Towards a Low Latency Internet: Understanding and Solutions". Doctoral thesis, Karlstads universitet, Institutionen för matematik och datavetenskap, 2015. http://urn.kb.se/resolve?urn=urn:nbn:se:kau:diva-37487.
Texto completoInteractive applications such as web browsing, audio/video conferencing, multi-player online gaming and financial trading applications do not benefit (much) from more bandwidth. Instead, they depend on low latency. Latency is a key determinant of user experience. An increasing concern for reducing latency is therefore currently being observed among the networking research community and industry. In this thesis, we quantify the proportion of potentially latency-sensitive traffic and its development over time. Next, we show that the flow start-up mechanism in the Internet is a major source of latency for a growing proportion of traffic, as network links get faster. The loss recovery mechanism in the transport protocol is another major source of latency. To improve the performance of latency-sensitive applications, we propose and evaluate several modifications in TCP. We also investigate the possibility of prioritization at the transport layer to improve the loss recovery. The idea is to trade reliability for timeliness. We particularly examine the applicability of PR-SCTP with a focus on event logging. In our evaluation, the performance of PR-SCTP is largely influenced by small messages. We analyze the inefficiency in detail and propose several solutions. We particularly implement and evaluate one solution that utilizes the Non-Renegable Selective Acknowledgments (NR-SACKs) mechanism, which has been proposed for standardization in the IETF. According to the results, PR-SCTP with NR-SCAKs significantly improves the application performance in terms of low latency as compared to SCTP and TCP.
Garroni, Paolo. "Il protocollo SCTP e il suo utilizzo nelle reti 4G e 5G". Bachelor's thesis, Alma Mater Studiorum - Università di Bologna, 2021. http://amslaurea.unibo.it/23100/.
Texto completoWeinrank, Felix [Verfasser] y Erwin P. [Akademischer Betreuer] Rathgeb. "SCTP as an Universal Multiplexing Layer / Felix Weinrank ; Betreuer: Erwin P. Rathgeb". Duisburg, 2021. http://d-nb.info/1230322620/34.
Texto completoRajiullah, Mohammad. "Performance Analysis and Improvement of PR-SCTP in an Event Logging Context". Licentiate thesis, Karlstads universitet, Avdelningen för datavetenskap, 2012. http://urn.kb.se/resolve?urn=urn:nbn:se:kau:diva-14676.
Texto completoAfif, Mériem. "Interaction des mécanismes RLC/MAC et de SCTP dans les réseaux B3G". Paris, ENST, 2007. http://www.theses.fr/2007ENST0028.
Texto completoCurrent tendency in wireless communication networks (EDGE/EGPRS, WLAN, AdHoc…) is focused on the study of cross-layer interaction mechanisms. This thesis concerns the study of interaction mechanisms between transport and link layers, and their applications to transmission control parameters (as congestion and flow control parameters). After a detailed description of the basic SCTP functionalities and its additional extensions defined to adapt SCTP to wireless contexts, we investigate the influence of multi streaming when used to transport web pages in HTTP 1. 0 transactions over SCTP in EDGE environment. SCTP does not suffer from the head of line blocking issue inherent to TCP due to its multistreaming functionality. The results show that SCTP performs better than TCP when several streams are activated at SCTP level. The second contribution relates to intra and inter radio access technologies data handover performance improvement. We propose a new SCTP control chunk, QoS_Measurement_Chunk. It allows the transmission of radio QoS measurements from the mobile to its SCTP peer. These information can be used by the SCTP layer to adapt the transmission rate to current radio transmission conditions (particularly useful in handover/reselection situation). The combined use of Qos_Measurement_Chunk with multihoming feature provide a data handover (EDGE/EDGE, EDGE/WLAN) with performance improvement. The obtained simulation results are compared to the standard SCTP presenting so better performance in terms of data throughput over the access network. The third contribution of this thesis is on cross-layer modeling (transport : SCTP/link Layer EDGE)
Afif, Mériem. "Interaction des mécanismes RLC-MAC et de SCTP dans les réseaux B3G /". Paris : École nationale supérieure des télécommunications, 2008. http://catalogue.bnf.fr/ark:/12148/cb412755062.
Texto completoAfif, Mèriem. "Interaction des Mécanismes RLC/MAC et de SCTP dans les Réseaux Mobiles B3G". Phd thesis, Télécom ParisTech, 2007. http://pastel.archives-ouvertes.fr/pastel-00003131.
Texto completoTorres, Alex Junior Figueiredo. "Método para melhoria da qualidade na transmissão de vídeos sobre o protocolo SCTP". reponame:Repositório Institucional da UFPR, 2014. http://hdl.handle.net/1884/36961.
Texto completoCo-orientador : Prof. Dr. Carlos Marcelo Pedroso
Dissertação (mestrado) - Universidade Federal do Paraná, Setor de Tecnologia, Programa de Pós-Graduação em Engenharia Elétrica. Defesa: Curitiba, 30/04/2014
Inclui referências
Área de concentração
Resumo: A transmissão de vídeo é uma das aplicações mais importantes da rede IP na atualidade. O crescimento da demanda pela transmissão com maior resolução e qualidade pressiona a criação de técnicas de transmissão capazes de entregar a melhor qualidade de experiência possível para os usuários. O protocolo SCTP foi proposto como alternativa para os protocolos de camada de transporte em uso, apresentando a capacidade de suportar a transmissão multicaminhos. Nesta dissertação, é proposto o uso de uma nova estratégia de troca de caminho utilizando a tendência do atraso fim a fim como critério, com o objetivo de preservar a qualidade do vídeo transmitido sobre a rede IP. O desempenho do sistema é analisado utilizando simulações computacionais e os resultados indicam que o uso do método proposto resulta em menor degradação da qualidade de vídeo quando ocorre variação na latência fim a fim. Palavras-chave: Multi-abrigado. Latência. MACD.
Abstract: Video transmission is one of the most important applications of IP network nowadays. The growth in demand for video transmission with higher resolution and quality pushes the creation of techniques to deliver the best possible quality of experience to users. The SCTP has been proposed as an alternative to transport layer protocols in use, with the ability to support multipath transmission. In this dissertation, we propose the use of a new handover strategy using the path end-to-end delay as a criterion. This strategy is designed to preserve the quality of video transmitted using IP networks. The system performance is analyzed through computer simulations and the results show that the use of proposed method prevents degradation of video quality. Key words: Multi-homing. Latency. MACD.
Alowaidi, Majed. "Performance Improvement of Smart Grid Communications Using Multi-homing and Multi-streaming SCTP". Thèse, Université d'Ottawa / University of Ottawa, 2012. http://hdl.handle.net/10393/22735.
Texto completoAli, Rashid. "Performance of Network Redundancy in SCTP : Introducing effect of different factors on Multi-homing". Thesis, Högskolan Väst, Institutionen för ekonomi och it, 2010. http://urn.kb.se/resolve?urn=urn:nbn:se:hv:diva-3198.
Texto completoCarmo, Gustavo Salvadori Baptista do. "Peer-to-peer com a utilização do SCTP para aplicativos de compartilhamento de arquivos". Universidade Federal de Uberlândia, 2006. https://repositorio.ufu.br/handle/123456789/12521.
Texto completoPeer-to-peer networks provide an efficient way for sharing computer resources. The transport layer underlies these networks. On the Internet, TCP and UDP are the mostly used protocols in this layer. SCTP is another transport layer protocol: related to TCP and UDP, SCTP offers additional functionalities that makes it more suitable to certain kinds of applications. This work aims to show the viability of the use of SCTP as the transport layer protocol for peer-to-peer file sharing applications, using the peculiar functionalities of this protocol to satisfy the needs of these applications in a more efficient way.
As redes peer-to-peer oferecem uma forma eficaz para o compartilhamento de recursos dos computadores. Sob essas redes está a camada de transporte. Na Internet, os protocolos mais utilizados nessa camada são o TCP e o UDP. Outro protocolo da camada de transporte e o SCTP, que oferece funcionalidades adicionais em relação ao TCP e ao UDP que o tornam mais apropriado a determinados tipos de aplicações. Este trabalho tem como objetivo mostrar a viabilidade da utiliza¸são do SCTP como protocolo da camada de transporte em aplicativos peer-to-peer de compartilhamento de arquivos, fazendo uso das funcionalidades peculiares a esse protocolo para satisfazer de forma mais eficaz as necessidades destes aplicativos.
Mestre em Ciência da Computação
Connie, Ashfiqua Tahseen. "Efficient transmission of error resilient H.264 video over wireless links". Thesis, University of British Columbia, 2008. http://hdl.handle.net/2429/1979.
Texto completoImmonen, Mia. "SIGTRAN : Signaling over IP -- a step closer to an all-IP network". Thesis, KTH, Mikroelektronik och Informationsteknik, IMIT, 2005. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-92285.
Texto completoUnder de senaste åren har telekommunikationstjänster blivit allt mer populära, vilket har lett till ett tungt belastat signaleringsnätverk. The Signaling System number 7 (SS7) används i fasta och trådlösa nätverk och behövs för att kontrollera telefonsamtal och för tjänster såsom caller ID, roaming och för att skicka SMS. De traditionella SS7- nätverken är dyra att hyra och att expandera, varför en ny grupp av protokoll har designats för att bära signaleringsmeddelanden över IP. De nya protokollen innehåller ett transportprotokoll som heter Stream Transmission Control Protocol (SCTP) och flera adaptionslagerprotokoll, bl.a. M2PA, M2UA, M3UA och SUA. För att transportera de förlust- och förseningskänsliga signaleringsmeddelandena över IP, måste transportprotokollet möta de höga krav som SS7 har. Inte förrän IP-lösningen har testats ingående, kommer den att ersätta betydelsefulla delar av det nationella telefonnätet. I detta examensarbete har failovertiden mätts då en nätverkslänk mellan två noder har utsatts för ett avbrott. Resultaten pekar på att det är möjligt att bära SS7-trafik över IP eftersom failovertidskraven inte överstigs.
Khalid, Muhammad Naveed. "Simulation Based Comparison of SCTP, DCCP and UDP Using MPEG-4 Traffic Over Mobile WiMAX/IEEE 802.16e". Thesis, Blekinge Tekniska Högskola, Sektionen för datavetenskap och kommunikation, 2010. http://urn.kb.se/resolve?urn=urn:nbn:se:bth-4793.
Texto completoKamal, Humaira. "SCTP-based middleware for MPI". Thesis, 2005. http://hdl.handle.net/2429/16605.
Texto completoScience, Faculty of
Computer Science, Department of
Graduate
He, Ming-Syun y 何明勳. "Enhancing SCTP for Simultaneous Handover". Thesis, 2013. http://ndltd.ncl.edu.tw/handle/r4wb42.
Texto completo國立中正大學
資訊工程研究所
101
The Stream Control Transmission Protocol (SCTP) is an end-to-end transport layer protocol. The SCTP standard does not provide location management and handover management with simultaneous mobility. In this article, we propose two handover management mechanisms to facilitate SCTP simultaneous handover, that is, SCTP handover management Binding And Update (SCTP-BAU) and SCTP handover management Update and Forward Binding (SCTP-UFB). We enhance the SCTP with Serving Node that provides handover management in subnets. When MN locates in different subnets, MN will change Serving Node, that is, Serving Node is distributed design. MN and CN provide their corresponding Serving Node IP Address when the SCTP four-way handshake to set up an association. In SCTP-BAU, when MN performs handover to different subnets, MN will send SCTP ASCONF binding update to CN and CN’s Serving Node in SCTP-BAU handover mechanism. Also, MN will send MN’s new IP Address to MN’s old Serving Node through MN’s new Serving Node. When both of the communicating MNs change their IP Address simultaneously, they lose their corresponding SCTP ASCONF binding updates. At the same time, both of MN and CN send SCTP ASCONF binding update to their corresponding Serving Node. The corresponding Serving Nodes will forward SCTP ASCONF binding update to their MNs’ new IP Address. MN will send SCTP ASCONF-ACK to CN when MN receives SCTP ASCONF binding update from CN. After MN and CN receive SCTP ASCONF-ACK, they will recover the previous SCTP association. We propose two distributed Serving Node handover mechanisms that enhance the centralized mechanism. Analytical results present that both of our schemes can shorten the total handover delay.
Huang, Yu-Kai y 黃裕凱. "Improved Security Protocols for SCTP". Thesis, 2009. http://ndltd.ncl.edu.tw/handle/p9q5va.
Texto completo國立中山大學
資訊工程學系研究所
97
With fast and prosperous development in communication technology, desktop or mobile devices may be equipped with wired and wireless network interfaces. Hence, users need a multihoming technique to help them making use of the network in- terfaces effectively. The Stream Control Transmission Protocol (SCTP) is a new transport protocol approved by the SIGTRAN Working Group of IETF (Internet Engineering Task Force) as RFC 2960 in October 2000 where it includes this useful characteristic. However, this feature may lead to some secure pitfalls. In this thesis, we come up with some approaches to improve SCTP against some existing tough problems raised from multihoming and provide more sufficient protection methods based on cryptography. Finally, a comparison of the existing security solutions is also given to demonstrate our contributions.
Wang, Jian-Ren y 王健任. "Jitter-based SCTP: Improving SCTP performance by jitter-based congestion control over wired-wireless networks". Thesis, 2006. http://ndltd.ncl.edu.tw/handle/w488gs.
Texto completo國立中央大學
資訊工程研究所
94
With the evolution of communication networks, wireless networks gradually become the most adaptive communication networks in next generation internet. Desktops and mobile devices may be equipped with multiple wired and/or wireless network interfaces. Stream Control Transmission Protocol (SCTP) has been proposed for reliable data transport and its multihoming feature makes use of network interfaces effectively to improve performance and reliability. However, like TCP, SCTP suffers unnecessary performance degradation over wired-wireless heterogeneous networks. The main reason is that original congestion control scheme of SCTP cannot differentiate loss events so that SCTP reduces the congestion window inappropriately. In order to solve this problem and improve performance, we propose a jitter-based congestion control scheme with end-to-end semantics over wired-wireless networks. Besides, we amend decision policy of jitter ratio loss distinction to make it more correctness and robustness. Available bandwidth estimation scheme will be integrated into our congestion control mechanism to make the bottleneck more stabilized. Simulation experiments reveal that our scheme (JSCTP) gives prominence to improve performance effectively over wired-wireless networks.
Liu, Tsein-I. y 劉謙易. "D-SCTP: Multi-path Transmission for Distributed End Hosts Using Stream Control Transmission Protocol (SCTP)". Thesis, 2007. http://ndltd.ncl.edu.tw/handle/80168724465018397753.
Texto completo國立成功大學
資訊工程學系碩博士班
95
“Multihominig” technique enables a host/site to connect to the Internet through more than one link. Stream Control Transmission Protocol (SCTP), which is a transport layer protocol for multihoming, allows a multihomed host to establish multiple paths towards its endpoint. Concurrent Multi-path Transfer (CMT)-SCTP extends the base SCTP to allow an SCTP host to transmit new data to its endpoint through multiple paths at the same time. However, in CMT-SCTP, an association (SCTP’s term for “connection”) is still limited exactly between two end hosts. In this thesis, a new SCTP extension protocol, namely “D-SCTP”, is proposed to achieve concurrent multi-path transmission over multiple end hosts within a single SCTP association. In addition to the existing features provided by SCTP and CMT-SCTP, an Add Path Procedure and a Delete Path Procedure are designed. Paths destined to different hosts can thus be dynamically added and deleted in an existing association at any time. Furthermore, issues related to D-SCTP are investigated in this thesis. A TSN assignment adjustment mechanism and a new SACK generation algorithm are also devised to tackle the side-effects caused by concurrent multi-path transmission across multiple end hosts. The simulation results in this thesis also show that, the mechanisms provided by D-SCTP can dynamically add/delete hosts to transfer data concurrently. Thus, D-SCTP is very adequate for the development of applications such as FTP services and P2P data transfer, to improve the efficiency of data transmission.
Unurkhaan, Esbold [Verfasser]. "Secure end-to-end transport over SCTP : a new security extension for SCTP / von Esbold Unurkhaan". 2005. http://d-nb.info/975686569/34.
Texto completoChang, Chen-Wei y 張辰瑋. "FHR-SCTP : The Research of A Quality Aware SCTP Congestion Control Mechanism to Improve Handover Efficiency". Thesis, 2014. http://ndltd.ncl.edu.tw/handle/sq7wk3.
Texto completo淡江大學
電機工程學系碩士班
102
In the high-tech society, the technique of network and the mobile devices have become mature nowadays. All user usually surf the internet on the mobile device with mobile network, but all the base station have limit service range. Therefore, handover occurs all the time in our life. How to surf the internet with high efficiency during handover is a big issue. SCTP was accepted by IETF in 2000, and SCTP included in the standard of RFC4960.SCTP, TCP and UDP are a transport protocol in OSI network structure. SCTP has advantages of TCP and UDP. The outstanding feature of SCTP is Multi-stream and Multi-homing. Multi-homing that the devices could contain two or more networking interface is suit to implement soft-handover. However, there are still some negative effects by congestion control mechanism of SCTP during handover, the transmission rate will greatly decline during handover. This paper presents a Fast Handover Recover - SCTP (FHR-SCTP) mechanism. It improves the mechanism that is presented by the paper of SCTP Efficient Flow Control During Handover (SCTP-EFC), and it can fast recover the CWND after handover. Besides inheriting the CWND of the old primary path to the new primary path, it sets the ssthresh of the new primary path to initial value after handover. It make the CWND of the new primary path increase by slow-start phase and quickly own maximum transmission traffic. Last, if FHR-SCTP handover to poor quality path, maybe the CWND is too large for the new primary path and makes the new primary path cannot afford the traffic volume. So, we store the TSN (Transmission sequence number) to calculate the dropped packet size before handover. If it occurs packet losing at first time after handover, we should decrease the CWND by the dropped packet size. The result shows that FHR-SCTP is more efficient than SCTP and SCTP-EFC .FHR-SCTP improves the time of reaching the max CWND about 0.83% to 42.5% with other mechanisms after handover, and when the CWND of FHR-SCTP reaches the max CWND after handover, FHR-SCTP transmits more than 0%~41.72% packet size with SCTP and SCTP-EFC.
Tai, Cheng-feng y 戴丞峰. "Adaptation Load Balancing Scheme Using SCTP". Thesis, 2005. http://ndltd.ncl.edu.tw/handle/mf984q.
Texto completo朝陽科技大學
資訊管理系碩士班
93
Through developing protocol on the network recent years, the Stream Control Transmission Protocol (SCTP) proposed by IETF can improve problems in efficiency and security of TCP over network of transmitting data. Multi-homing is the major feature of SCTP. However, Multi-homing was only applied in heartbeat chunk on redundancy scheme and retransmission in RFC2960. Hence, the utilization of network cannot be improved efficiently. Load balancing schemes usually use weight to assign packets without considering influences on arrival rate dependent and service rate. In this thesis, we modify the data chunk field and assign the packets to other available paths by using their congestion control, respectively. Besides, we extended and modified ARD (Arrival Rate Dependent) to A-ARD (Adjusted – Arrival Rate Dependent) which counts the weight dynamically and finally used NS2(Network Simulator-Version 2) to simulate the proposal. The simulation result shows that the proposed approach can adjust the weight intelligently, and promotes the utilization of whole SCTP network.
Tseng, Cheng-Liang y 曾成良. "A Modified SCTP with Load Balancing". Thesis, 2003. http://ndltd.ncl.edu.tw/handle/32757007862475518786.
Texto completo國立中山大學
電機工程學系研究所
91
To support the transmission of real-time multimedia stream, Stream Control Transmission Protocol (SCTP) developed by IETF is considered to be more efficient because of its high-degree expandability and compatibility. Today we can observe that instead of using SCTP may become the transmission protocol of next-generation IP network. In this Thesis, we propose a mechanism to upgrade TCP and UDP, the multi-home feature of SCTP to ensure that multiple paths can exist between two SCTP ends. Not only can the primary path continue to function, but the secondary paths covey part of data packets once the network congestion occurs. Considering the dynamic change of our Internet, the proposed mechanism can enhance the effectiveness of SCTP data transmission, and increase overall network utilization. Cutting user data into chunks in SCTP, we can analyze the transmission performance of individual path by measuring the transmission delay from the sender to the receiving end. By modifying the simulator of NS-2, we set up different topologies in the experiment to analyze the performance of our mechanism. We compare the modified SCTP with the original SCTP to highlight our proposed mechanism in increasing throughput and network utilization by adjusting the background traffic on the paths.
Liao, Ming-yi y 廖明沂. "Design and Implementation of SCTP Proxy". Thesis, 2007. http://ndltd.ncl.edu.tw/handle/14299058454556886061.
Texto completo朝陽科技大學
資訊工程系碩士班
95
Transmission Control Protocol (TCP) is one of the most major transport layer protocols with characteristics of reliable transmission and strict ordering. However, the function of strict ordering causes the latency of transmission, called Head-Of-Line (HoL) Blocking when the packet loss happens. This is due to the delay of retransmission for the lost packets. On the other hand, the three-way handshake in TCP can be cracked easily. Internet Engineering Task Force (IETF) proposed the Stream Control Transmission Protocol (SCTP) with characteristics of multi-streaming, multi-homing. Also, the four-way handshake in SCTP could avoid the denial of service (DoS) attacks. However, Most of the current network equipments do not support the SCTP protocol, in this thesis, we proposed the design and implementation of SCTP tunnel proxy. The SCTP tunnel proxy could support the communication between TCP networks, and uses SCTP to transmit the data between TCP networks reliability with the advantage of SCTP.
Wu, Jung-Hung y 吳榮宏. "A Study and Application of SCTP Protocol". Thesis, 2008. http://ndltd.ncl.edu.tw/handle/y9r69z.
Texto completo國立高雄第一科技大學
電腦與通訊工程所
96
The stream control transmission protocol (SCTP) is a new transport layer protocol developed by the Internet Engineer Task Force (IETF) in RFC2960 (Request for Comments). SCTP was originally designed to transport PSTN signaling messages over IP networks. SCTP is similar to TCP. SCTP offers a point-to-point, connection-oriented, reliable delivery transport service for applications communicating over an IP network. But because TCP found some restrictions, and SCTP has a lot of characteristics, such as multi-homing , multi-streaming , 4- way handshake and cookie safe mechanism, etc. To improve and transmit the throughput and efficiency, and can prevent from and is attacked blindly. In this paper, we describe basic operation on the Association of SCTP and discuss the features of SCTP : cookie ,multi-homing , multi-streaming , etc. Then to make SCTP package to observe in fact. Finally, utilization multi-homing characteristic of SCTP , The seamless handover simulation in ns2 for UMTS and WLAN integration, and then propose IS handover scheme to improve UMTS congestion traffic.
Gu, Hao-Xiang y 顧皓翔. "SCTP-based Service Migration for VOD Service". Thesis, 2017. http://ndltd.ncl.edu.tw/handle/8x7u6c.
Texto completo國立高雄應用科技大學
電子工程系
105
With the popularized of broadband Internet service, multi-media streaming service became feasible and widely embraced. Among others, Video on Demand (VOD) is one of the most important applications of streaming service. It delivers personalized content to individual users. Moreover, with the technical mature of mobile networking, users now can have access to VOD service anywhere at any time. In a mobile networking environment, a mobile user has VOD service from its initially nearest server. However, as the user move farther away from the initial server, the service quality as well as user experience will degrade accordingly. To this problem, a new approach, named SCTP-based Service Migration, is proposed in this thesis. The proposed approach migrates an ongoing service from an old server to a new proximity server in order to retain the service on the move. It takes the advantages of multi-streaming and multi-homing features of SCTP. The mechanisms for service migration are implemented in the form of plug-in at server-side and client-side to maximize application software independency. A fully functional prototype shows the feasibility of the proposed approach and its potential in the industry. The effects of different parameter settings are also examined in this study. In this thesis, a service migration system has been designed to solve this problem and can be plugged into an any media player with Video on-demand. The purposes are to follow the mobile users to search the nearby VOD servers with better transmission quality, and take over the current service to offer a better service quality. The transmission system protocol is based on the stream control transmission protocol and makes use of its multi streaming and multi-homing paths in order to improve the transmission quality and to provide a better experience to the mobile users. After each service migration, the results of the study would have least then 3 second video backtrackings or Video jumping.
Wang, Xiao Lei. "Performance evaluations for multimedia applications over PR-SCTP". Thesis, 2005. http://hdl.handle.net/2429/16406.
Texto completoApplied Science, Faculty of
Electrical and Computer Engineering, Department of
Graduate
Roodi, Meysam. "Multi server video streaming using SCTP transport protocol". 2007. http://link.library.utoronto.ca/eir/EIRdetail.cfm?Resources__ID=452848&T=F.
Texto completoZhang, Dong. "Performance analysis of iSCSI over TCP versus SCTP". 2008. http://hdl.handle.net/1993/21284.
Texto completoHuang, Wei-Che y 黃偉哲. "Comparison of MTP and SCTP for SS7 Signaling". Thesis, 2004. http://ndltd.ncl.edu.tw/handle/76560804269012147846.
Texto completo國立交通大學
資訊工程系所
92
Signaling System Number 7 (SS7) signaling provides control and management functions in the mobile telecommunications network. Traditional SS7 signaling is implemented in Message Transfer Part-based network, which is utilized in the existing mobile networks. In Universal Mobile Telecommunication System (UMTS) all-IP architecture, the SS7 signaling transport will be carried by IP-based network. In this paper, we design and implement Message Transfer Part-based SS7 signaling transport and Stream Control Transmission Protocol-based SS7 signaling transport for UMTS all-IP network. We compare of these two approaches in three perspectives: message format, connection setup, and data transmission/ack. We also illustrate the performance of our implementations by using the Send Authentication Info procedure defined in 3GPP Technical Specification 23.060.
Lin, Huan-Jie y 林煥傑. "A Study on Mobile SCTP over Wireless Network". Thesis, 2006. http://ndltd.ncl.edu.tw/handle/5mzktq.
Texto completo朝陽科技大學
網路與通訊研究所
94
The data transmission is not limited by the physical line in the wireless networks. Mobile SCTP is defined to support transport layers mobility management and to achieve a better transmission quality. The original mobile SCTP only considers the signal strength that MN receives but does not take the bandwidth contention situation and bandwidth allocation situation into account in the wireless network domain. This thesis analyzes Base Station bandwidth resource distribution for contention based and allocation based mechanism. From the simulation result, the dynamic handoff mechanism using mobile SCTP will achieve a better transmission quality and performance.
Hsu, Shih-Hsuan y 許世軒. "STUDY OF A LOAD BALANCING SCHEME USING SCTP". Thesis, 2006. http://ndltd.ncl.edu.tw/handle/26027679049672163379.
Texto completo大同大學
資訊工程學系(所)
94
SCTP (Stream Control Transmission Protocol) is a new general purpose transport layer protocol and it had been released by IETF (Internet Engineering Task Force) for standard. There are many features which make SCTP powerful. But in [2], IETF did not recommend us to use SCTP multi-homing feature for load balancing because they want to use the backup paths to maintain the robustness of a network. In this paper, we proposed a load balancing system which was based on SCTP. But it did not affect the original idea of SCTP. Therefore, we can enhance the availability of the backup paths and then improve the throughput of the SCTP users. Additionally, we also proposed some schemes which can make our load balancing system more efficiency in MANET (Mobile Ad hoc Networks).
Ko, Yu-Bo y 戈玉帛. "A STUDY OF SEAMLESS HANDOFF BASED ON SCTP". Thesis, 2009. http://ndltd.ncl.edu.tw/handle/65460036317204723690.
Texto completo大同大學
資訊工程學系(所)
97
The Stream Control Transmission Protocol (SCTP) is a Transport Layer protocol and shares the same features with the Transmission Control Protocol (TCP) and the User Datagram Protocol (UDP). Besides, it also boasts many more features and has become a standard protocol. Mobile SCTP (mSCTP) is defined as SCTP with the ADDIP extension. It is intended to enable SCTP to be applicable to the mobile network environment. Although mSCTP has solved the problem with the dynamic increase of IPs in wireless network, the key to the concern about IP mobility lies in location and handoff. mSCTP only solves the handoff problem; it is relatively effective only when there is a mobile node on one end and a fixed point on the other and can offer seamless handoff switch. However, when both parties of a communication are mobile nodes, the communication may be interrupted because of path selection errors. To allow both parties to obtain effective communication support while moving, this paper offers an mSCTP-based seamless handoff mechanism that provides a solution for the problem. In the last part, we try to use NS-2 (Network Simulator- Version 2) to prove the applicability of the proposed method.
Lin, Yu-Cheng y 林育正. "Analysis of Load Balancing in NEMO using SCTP". Thesis, 2009. http://ndltd.ncl.edu.tw/handle/21055070867933244462.
Texto completo大同大學
資訊工程學系(所)
97
At present the load balancing scheme is very important. In MANET, it had load balancing that using multi-homing of SCTP. In NEMO, Mobile Router as gateway in Mobile Network like head node in MANET. Mobile Router wills probably traffic congested and then cause transmission time increased. To avoid traffic congested on Mobile Router, we propose scheme that is using SCTP to provide load balancing in NEMO. In this paper will analyze performance of load balancing that using SCTP in NEMO.
Chen, Min-Chin y 陳旻槿. "Quality Aware SCTP Path Management in Wireless Network". Thesis, 2007. http://ndltd.ncl.edu.tw/handle/33736380584596148807.
Texto completo國立中正大學
通訊工程研究所
95
SCTP (Stream Control Transmission Protocol) is a new transport layer protocol and published as RFC2960 by IETF (Internet Engineering Task Force) in October 2000. SCTP provides both reliable ordered and unordered transport services. The congestion control and flow control mechanisms of SCTP are very similar to those of TCP. SCTP can use more than one IP addresses to establish association. The SCTP multi-homing can support multi-path in association. It provides SCTP with a certain network level fault tolerance by the use of network address redundancy.The SCTP Multi-homing has a tremendous transmission potential. But the SCTP Path Management is very simple in RFC2960, so it can''t effectively distinguish path condition (e.g.active or inactive) and has no path switch strategy suitable for wireless network. This will deteriorate SCTP performance.In this research, we present a new Path Management (Quality Aware-SCTP) in wireless network, including new path failure detection method and ICE (Idle Path Congestion Window Size Estimation) mechanism. Through experiment under NS2, Quality Aware-SCTP can effectively identify the condition of path and quickly switch to suitable path while Primary Path condition is bad. Quality Aware-SCTP is not only simple but also increases performance.