Performance Evaluation of Mixed Sctp and Tcp Traffic Over Last Hop Wifi

Total Page:16

File Type:pdf, Size:1020Kb

Performance Evaluation of Mixed Sctp and Tcp Traffic Over Last Hop Wifi PERFORMANCE EVALUATION OF MIXED SCTP AND TCP TRAFFIC OVER LAST HOP WIFI by Qamar Naith Bachelor's Degree in Computer Science, Umm Al-Qura University, 2009 A thesis presented to Ryerson University in partial fulfillment of the requirements for the degree of Master of Science in the Program of Computer Science Toronto, Ontario, Canada, 2014 c Qamar Naith 2014 AUTHOR'S DECLARATION FOR ELECTRONIC SUBMISSION OF A THESIS I hereby declare that I am the sole author of this thesis. This is a true copy of the thesis, including any required final revisions, as accepted by my examiners. I authorize Ryerson University to lend this thesis to other institutions or individuals for the purpose of scholarly research. I further authorize Ryerson University to reproduce this thesis by photocopying or by other means, in total or in part, at the request of other institutions or individuals for the purpose of scholarly research. I understand that my dissertation may be made electronically available to the public. ii PERFORMANCE EVALUATION OF MIXED SCTP AND TCP TRAFFIC OVER LAST HOP WIFI Master of Science 2014 Qamar Naith Computer Science Ryerson University Abstract The use of the internet has increased significantly with the continued increase in wireless commu- nication devices. Recently, there is a large number of research contribution focused on Stream Control Transmission Protocol (SCTP). Multi-homing is an important feature of SCTP which improves the com- munication performance by usage of multiple paths during association establishment, and it can bring significant improvements of throughput. In this thesis we evaluate the performance of SCTP and TCP traffic in the WLANs and we inves- tigate the SCTP multi-homing to improve the communication performance in WLANs. We conducted some experiments to evaluate the performance of SCTP multi-homed host under various channel bit rates and mobility speeds. The results indicate that when the intensity of background traffic increases the SCTP multi-homed host with higher channel bit rate has better performance. In addition, the SCTP multi-homed host with using lower mobility speed has higher performance (throughput, delay and packet loss). iii Acknowledgements During our life time some of us are profoundly blessed with a transcendent professor who en- kindles a student to search within and chance upon their brilliance. Dr. Jelena Misic is the epitome of an extraordinary professor that some students happen upon once in their lifetime if lucky. I would like to take a moment to thank this wonderful person with whom I happened to be blessed with as a su- pervisor. Dr. Misic enabled me to learn how to become more self-reliant and discover my own self-efficacy. Dr. Jelena Misic benevolently agreed to take me under her wing; supervise my work and help me work towards accomplishing my thesis. Her knowledge has helped me combine what I learned in my undergraduate degree and current Masters work to provide me with a brilliant foundation to pursue my dreams of obtaining my PhD. Working with the brilliant and ever patient Dr. Misic I have honed in my intellectual development and my educational experience has been beyond my wildest expectations. Dr. Misic, thank you for being there for me, and being a beautiful human being. You will forever be part of my successes in life and my contributions to the world at large. iv Contents Declaration ............................................... ii Abstract ................................................. iii Acknowledgements ........................................... iv List of Tables .............................................. vii List of Figures ............................................. ix 1 Introduction 1 1.1 Transport Layer Overview . .2 1.2 User Datagram Protocol (UDP) . .2 1.2.1 Restrictions / Limitations of UDP . .3 1.3 Transmission Control Protocol (TCP) . .3 1.4 TCP Mobility and Handover Management . .5 1.4.1 Restrictions / Limitations of TCP . .6 1.5 Stream Control Transmission Protocol (SCTP) . .6 1.5.1 SCTP Packets Format . .7 1.5.2 SCTP Features . .9 1.5.3 Multi-homing technology . 16 1.5.4 SCTP Mobility and Handover Management . 19 1.6 Why is SCTP Is Better Than TCP . 19 1.7 Thesis Problem . 21 1.8 Thesis Approach . 23 1.9 Thesis Contributions . 23 v 1.10 Thesis Organization . 24 2 Related work 28 3 Methodology and Simulation Experiments 31 3.1 OMNeT++ Network Simulator . 31 3.1.1 OMNeT++ Environment Components . 33 3.2 Simulation Requirements . 35 3.2.1 INET Framework . 35 3.2.2 SCTP Models . 36 3.3 Simulation Setup . 37 3.3.1 Kernel Library . 37 3.3.2 Wireless LANs . 37 3.3.3 Node Base . 38 3.3.4 Handover Algorithm . 40 3.4 Simulation Experiments . 41 3.4.1 Simulation Scenario A . 41 3.4.2 Simulation Scenario B . 44 3.5 Simulations Description . 47 4 Simulation Results and Discussion 50 4.1 Performance Metrics . 51 4.2 Scenario A: Results and Performance Analysis . 51 4.3 Scenario B: Results and Performance Analysis . 64 5 Conclusions and Future work 77 5.1 Conclusions . 77 5.2 Future Work . 77 Bibliography 83 vi List of Tables 1.1 The differences between MIPv4 and MIPv6 [8, 9] . 25 1.2 Chunk type and related number to each chunk[14]. 26 1.3 Horizontal and Vertical handover schemes . 27 3.1 The Configurable Parameters for test case of TCP background traffic . 43 3.2 The Configurable Parameters for test case of SCTP background traffic . 46 4.1 The mean and standard deviation value of the average end-to-end throughput of the MC with a channel bit rate of 54 Mbps. 53 4.2 The mean and standard deviation value of the average end-to-end throughput of the MC with a channel bit rate of 36 Mbps . 53 4.3 The mean and standard deviation value of the average end-to-end throughput of the MC with a channel bit rate 24 Mbps . 54 4.4 The mean and standard deviation value of the average end-to-end throughput of a single TCP host with a channel bit rate of 54 Mbps . 55 4.5 The mean and standard deviation value of the average end-to-end throughput of a single TCP host with a channel bit rate of 36 Mbps . 56 4.6 The mean and standard deviation value of the average end-to-end throughput of a single TCP host with a channel bit rate of 24 Mbps . 56 4.7 The mean and standard deviation value of handover delay and average end-to-end delay of the MC with a channel bit rate 54 Mbps . 62 4.8 The mean and standard deviation value of handover and end-to-end delay of MC with channel bit rate 36 Mbps . 62 vii 4.9 The mean and standard deviation value of handover and end-to-end delay of MC with channel bit rate 24 Mbps . 62 4.10 Packet loss probability under various channel bit rates while the number of TCP hosts increased . 64 4.11 The mean and standard deviation value of the average end-to-end throughput of the MC with Random Walking Speed (4.5 km/h). 66 4.12 mean and standard deviation value of the average end-to-end throughput of the MC with Brisk Walking Speed (6.5 km/h). 66 4.13 The mean and standard deviation value of the average end-to-end throughput of the MC with Random Cycling Speed (15.5 km/h). 67 4.14 The mean and standard deviation value of the average end-to-end throughput of a single SCTP host with Random Walking Speed (4.5 km/h). 68 4.15 The mean and standard deviation value of the average end-to-end throughput of a single SCTP host with Brisk Walking Speed (6.5 km/h). 68 4.16 The mean and standard deviation value of the average end-to-end throughput of a single SCTP host with Random Cycling Speed (15.5 km/h). 68 4.17 The mean and standard deviation value of the handover delay and average end-to-end delay of the MC with Random Walking Speed (4.5 km/h). 74 4.18 The mean and standard deviation value of the handover delay and average end-to-end delay of the MC with with Brisk Walking Speed (6.5 km/h). 74 4.19 The mean and standard deviation value of the handover delay and average end-to-end delay of the MC with with Random Cycling Speed (15.5 km/h). 74 4.20 Packet loss probability of the MC at various mobility speeds while the intensity of back- ground traffic increased . 76 viii List of Figures 1.1 SCTP packet structure [4]. .8 1.2 SCTP Association and Termination procedure[4]. 11 1.3 Asymmetric Multi-homing. 17 1.4 Symmetric Multi-homing. 18 1.5 Horizontal handover scheme . 21 1.6 Vertical handover scheme . 21 3.1 OMNeT++ model structure [source [36]]. 33 3.2 NED Source and GNED Graphical editor in OMNeT++ [source [41]] . 34 3.3 The Sequence Charts and events log output in the OMNeT++ [source [41]]. 35 3.4 Illustrates the Architecture of proposed SCTP Multi-homing . 39 3.5 Illustrates simulation topology for studying the impact of background traffic (i.e. ten stationary TCP hosts in each WLAN) on the MC . 44 3.6 Illustrates simulation topology for studying the impact of background traffic (i.e. ten SCTP single homed hosts in each WLAN) on the MC. 47 3.7 Timing chart of the SCTP multi-homed mobile host (MC) . 49 4.1 Average end-to-end throughput of the MC when the background traffic intensity increased in WLANs under various channel bit rates.
Recommended publications
  • Computer and Communication Networks
    COMPUTER AND COMMUNICATION NETWORKS Nader F. Mir Upper Saddle River, NJ . Boston . Indianapolis . San Francisco . New York Toronto . Montreal . London . Munich . Paris . Madrid . Capetown Sydney . Tokyo . Singapore . Mexico City Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this book, and the publisher was aware of a trademark claim, the designations have been printed with initial capital letters or in all capitals. The author and publisher have taken care in the preparation of this book, but make no expressed or implied warranty of any kind and assume no responsibility for errors or omissions. No liability is assumed for incidental or consequential damages in connection with or arising out of the use of the information or programs contained herein. The publisher offers excellent discounts on this book when ordered in quantity for bulk purchases or special sales, which may include electronic versions and/or custom covers and content particular to your business, training goals, marketing focus, and branding interests. For more information, please contact: U.S. Corporate and Government Sales (800) 382-3419 [email protected] For sales outside the United States, please contact: International Sales [email protected] This Book Is Safari Enabled The Safari® Enabled icon on the cover of your favorite technology book means the book is available through Safari Bookshelf. When you buy this book, you get free access to the online edition for 45 days. Safari Bookshelf is an electronic reference library that lets you easily search thousands of technical books, find code samples, download chapters, and access technical information whenever and wherever you need it.
    [Show full text]
  • Hiding Information in a Stream Control Transmission Protocol
    Hiding Information in a Stream Control Transmission Protocol Wojciech Fr ączek 1, Wojciech Mazurczyk 1, Krzysztof Szczypiorski 1 1Institute of Telecommunications, Warsaw University of Technology Warsaw, Poland Email: [email protected],{wmazurczyk, ksz}@tele.pw.edu.pl Abstract — The STCP (Stream Control Transmission Protocol) marginalised for a few years [20]; however, now not only is a candidate for a new transport layer protocol that may security staff but also business and consulting firms are replace the TCP (Transmission Control Protocol) and the UDP becoming continuously aware of the potential dangers and (User Datagram Protocol) protocols in future IP networks. possibilities it creates [10]. Currently, the SCTP is implemented in, or can be added to, Knowledge of the information hiding procedure is many popular operating systems (Windows, BSD, Linux, HP- helpful to develop countermeasures. Therefore, it is UX or Sun Solaris). This paper identifies and presents all important to identify potential, previously unknown possible “places” where hidden information can be exchanged possibilities for covert communication. Such identification is using an SCTP. The paper focuses mostly on proposing new especially important when new network protocols are steganographic methods that can be applied to an SCTP and forecasted to be widely deployed in future networks. For that can utilise new, characteristic SCTP features, such as multi-homing and multi-streaming. Moreover, for each example, detailed analyses of information hiding methods in method, the countermeasure is covered. When used with the IPv6 protocol header were presented by Lucena et al. [9]. malicious intent, a method may pose a threat to network In the present paper, we perform similar analyses, except for security.
    [Show full text]
  • Universidad De San Carlos De Guatemala Facultad De Ingeniería Escuela De Ingeniería Mecánica Eléctrica
    Universidad de San Carlos de Guatemala Facultad de Ingeniería Escuela de Ingeniería Mecánica Eléctrica CONVERGENCIA DEL PROTOCOLO DE INTERNET (IP) Y EL PROTOCOLO DE SEÑALIZACIÓN DE TELEFONÍA (SS7) Luis Alejandro Lira Loarca Asesorado por la Inga. Ingrid Rodríguez de Loukota Guatemala, abril de 2014 UNIVERSIDAD DE SAN CARLOS DE GUATEMALA FACULTAD DE INGENIERÍA CONVERGENCIA DEL PROTOCOLO DE INTERNET (IP) Y EL PROTOCOLO DE SEÑALIZACION DE TELEFONÍA (SS7) TRABAJO DE GRADUACIÓN PRESENTADO A LA JUNTA DIRECTIVA DE LA FACULTAD DE INGENIERÍA POR LUIS ALEJANDRO LIRA LOARCA ASESORADO POR LA INGA. INGRID RODRÍGUEZ DE LOUKOTA AL CONFERÍRSELE EL TÍTULO DE INGENIERO EN ELECTRÓNICA GUATEMALA, ABRIL DE 2014 UNIVERSIDAD DE SAN CARLOS DE GUATEMALA FACULTAD DE INGENIERÍA NÓMINA DE JUNTA DIRECTIVA DECANO Ing. Murphy Olympo Paiz Recinos VOCAL I Ing. Alfredo Enrique Beber Aceituno VOCAL II Ing. Pedro Antonio Aguilar Polanco VOCAL III Inga. Elvia Miriam Ruballos Samayoa VOCAL IV Br. Walter Rafael Véliz Muñoz VOCAL V Br. Sergio Alejandro Donis Soto SECRETARIO Ing. Hugo Humberto Rivera Pérez TRIBUNAL QUE PRACTICÓ EL EXAMEN GENERAL PRIVADO DECANO Ing. Murphy Olympo Paiz Recinos EXAMINADOR Ing. Luis Eduardo Durán Córdova EXAMINADOR Ing. Julio Rolando Barrios Archila EXAMINADOR Ing. José de León Escobar SECRETARIA Inga. Marcia Ivónne Véliz Vargas ACTO QUE DEDICO A: Dios Por ser la fuente de sabiduría que me ha permitido alcanzar las metas propuestas en la vida. Mis padres Luis Alberto Lira y Eugenia Loarca de Lira. Cuyo amor y apoyo incondicional me han dado la confianza y la oportunidad de salir adelante. Mi tía Celia Loarca. Por su amor y cuidado a mi vida.
    [Show full text]
  • A Seamless Ubiquitous Telehealthcare Tunnel
    Int. J. Environ. Res. Public Health 2013, 10, 3246-3262; doi:10.3390/ijerph10083246 OPEN ACCESS International Journal of Environmental Research and Public Health ISSN 1660-4601 www.mdpi.com/journal/ijerph Article A Seamless Ubiquitous Telehealthcare Tunnel Po-Hsun Cheng 1,†,*, Bor-Shing Lin 2,†, Chu Yu 3,†, Shun-Hsiang Hu 4,† and Sao-Jie Chen 4,† 1 Department of Software Engineering, National Kaohsiung Normal University, No. 62, Shenjhong Road, Yanchao District, Kaohsiung 82444, Taiwan 2 Department of Computer Science and Information Engineering, National Taipei University, No. 151, University Road, Sanshia District, New Taipei 23741, Taiwan; E-Mail: [email protected] 3 Department of Electronic Engineering, National Ilan University, No. 1, Sec. 1, Shenlung Road, Yilan 260, Taiwan; E-Mail: [email protected] 4 Graduate Institute of Electronics Engineering, National Taiwan University, No. 1, Sec. 4, Roosevelt Road, Taipei 10617, Taiwan; E-Mails: [email protected] (S.-H.H.); [email protected] (S.-J.C.) † These authors contributed equally to this work. * Author to whom correspondence should be addressed; E-Mail: [email protected]; Tel.: +886-7-717-2930 (ext. 8006); Fax: +886-7-605-1006. Received: 20 June 2013; in revised form: 22 July 2013 / Accepted: 24 July 2013 / Published: 2 August 2013 Abstract: Mobile handheld devices are rapidly using to implement healthcare services around the World. Fundamentally, these services utilize telemedicine technologies. A disconnection of a mobile telemedicine system usually results in an interruption, which is embarrassing, and reconnection is necessary during the communication session. In this study, the Stream Control Transmission Protocol (SCTP) is adopted to build a stable session tunnel to guarantee seamless switching among heterogeneous wireless communication standards, such as Wi-Fi and 3G.
    [Show full text]
  • Advanced Concepts Page 1 of 247
    Part II: Advanced Concepts Page 1 of 247 Part II: Advanced Concepts Chapter 11. Packet Queues and Delay Analysis Chapter 12. Quality of Service and Resource Allocation Chapter 13. Networks in Switch Fabrics Chapter 14. Optical Networks and WDM Systems Chapter 15. Multicasting Techniques and Protocols Chapter 16. VPNs, Tunneling, and Overlay Networks Chapter 17. Compression of Digital Voice and Video Chapter 18. VoIP and Multimedia Networking Chapter 19. Mobile Ad -Hoc Networks Chapter 20. Wireless Sensor Networks Chapter 11. Packet Queues and Delay Analysis Queueing models offer qualitative insights into the performance of communication networks and quantitative estimations of average packet delay. In many networking instances, a single buffer forms a queue of packets. A single queue of packets is a notion of packet accumulation at a certain router or even at an entire network. In the context of data communication, a queuing buffer is a physical system that stores incoming packets, and a server can be viewed as a switch or a similar mechanism to process and route packets to the desired ports or destinations. A queueing system generally consists of a queueing buffer of various sizes and one or more identical servers. this chapter focuses on delay analysis of single queueing units and queueing networks, including feedback. The following topics are covered: Little's theorem Birth -and -death process Queueing disciplines Markovian FIFO queueing systems Non -Markovian and self -similar models Network of queues and delay models The chapter starts by analyzing two basic theorems: Little's theorem and birth-and-death processes. file://C:\Users\axioo\AppData\Local\Temp\~hh17A4.htm 30/09/2012 Part II: Advanced Concepts Page 2 of 247 Next, various scenarios of queueing disciplines are presented: finite versus infinite queueing capacity, one server versus several servers, and Markovian versus non-Markovian systems.
    [Show full text]
  • Junos® OS Securing GTP and SCTP Traffic User Guide for Security Devices Copyright © 2021 Juniper Networks, Inc
    Junos® OS Securing GTP and SCTP Traffic User Guide for Security Devices Published 2021-09-20 ii Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net Juniper Networks, the Juniper Networks logo, Juniper, and Junos are registered trademarks of Juniper Networks, Inc. in the United States and other countries. All other trademarks, service marks, registered marks, or registered service marks are the property of their respective owners. Juniper Networks assumes no responsibility for any inaccuracies in this document. Juniper Networks reserves the right to change, modify, transfer, or otherwise revise this publication without notice. Junos® OS Securing GTP and SCTP Traffic User Guide for Security Devices Copyright © 2021 Juniper Networks, Inc. All rights reserved. The information in this document is current as of the date on the title page. YEAR 2000 NOTICE Juniper Networks hardware and software products are Year 2000 compliant. Junos OS has no known time-related limitations through the year 2038. However, the NTP application is known to have some difficulty in the year 2036. END USER LICENSE AGREEMENT The Juniper Networks product that is the subject of this technical documentation consists of (or is intended for use with) Juniper Networks software. Use of such software is subject to the terms and conditions of the End User License Agreement ("EULA") posted at https://support.juniper.net/support/eula/. By downloading, installing or using such software, you agree to the terms and conditions of
    [Show full text]
  • Stream Control Transmission Protocol Steganography
    Stream Control Transmission Protocol Steganography Wojciech Fr ączek, Wojciech Mazurczyk, Krzysztof Szczypiorski Institute of Telecommunications Warsaw University of Technology Warsaw, Poland e-mail: [email protected],{wmazurczyk, ksz}@tele.pw.edu.pl Abstract — Stream Control Transmission Protocol (SCTP) is a Knowledge of the information hiding procedure is new transport layer protocol that is due to replace TCP helpful to develop countermeasures therefore, it is important (Transmission Control Protocol) and UDP (User Datagram to identify potential, previously unknown possibilities for Protocol) protocols in future IP networks. Currently, it is covert communication. It is especially important when it implemented in such operating systems like BSD, Linux, HP- comes to new network protocols that are forecasted to be UX or Sun Solaris. It is also supported in Cisco network widely deployed in future networks. For example, the devices operating system (Cisco IOS) and may be used in detailed analysis of information hiding methods in IPv6 Windows. This paper describes potential steganographic protocol header was presented by Lucena et al. [9]. The same methods that may be applied to SCTP and may pose a threat case is with Stream Control Transmission Protocol (SCTP) to network security. Proposed methods utilize new, [5] which is a transport layer protocol and its main role is characteristic SCTP features like multi-homing and multi- streaming. Identified new threats and suggested similar to both popular protocols Transmission Control countermeasures may be used as a supplement to RFC 5062, Protocol (TCP) and User Datagram Protocol (UDP). It which describes security attacks in SCTP protocol and can provides some of the same service features of both, ensuring induce further standard modifications.
    [Show full text]
  • Stream Control Transmission Protocol (SCTP), a Proposal for Seamless Handover Management at the Transport Layer in Heterogeneous Wireless Networks
    Universitat Politecnica` de Catalunya Department of Signal Theory and Communication Radio Communication Group Łukasz Budzisz Stream Control Transmission Protocol (SCTP), a proposal for seamless handover management at the transport layer in heterogeneous wireless networks. Barcelona, 2009 This dissertation investigates and evaluates the idea of handling mobility at the transport layer, using mobile Stream Control Transmission Protocol (mSCTP) as an example of a handover transport layer protocol. To this end, (the first part of) this thesis provides the reader with a necessary background for IP mobility-related aspects, surveying detailedly the most popular of the existing solutions. Provided overview includes Mobile IP (MIP) and its most important derivatives to represent the network- layer-based schemes, as well as Session Initiation Protocol (SIP) as an example of an application- layer approach. The details of the most important transport layer solutions are given on continua- tion, along with the motivation for the development of such mobility management schemes. Among presented transport-layer approaches, the one based on the mSCTP is chosen as a representative for the analysis performed in this dissertation. This choice is additionally motivated by two inter- esting features that SCTP protocol introduces, and that are interesting in the context of handover applications: multihoming and multistreaming (to some extent). (Still in the introductory part) a detailed state-of-the-art of the SCTP protocol is provided, stress- ing its signaling background and original scope of use that did not consider mobility related ap- plication. The described transition from the signaling to a general purpose transport protocol illus- trates the dynamics of the development of this relatively recent proposal, and explains why SCTP is currently one of the most interesting innovative transport protocols.
    [Show full text]
  • State of the Art of Mobility Protocols
    Institut Eurécom 1 Department of Mobile Communications 2229, route des Crêtes B.P. 193 06904 Sophia-Antipolis FRANCE Research Report RR-06-174 State of the art of Mobility Protocols November 6, 2006 Thesis Advisor: Prof. Christian BONNET PhD Student: Huu Nghia NGUYEN Tel: (+33) 04.93.00.82.38 Fax: (+33) 04.93.00.26.27 Email : {Huu-Nghia.Nguyen,Christian.Bonnet}@eurecom.fr 1 Institut Eurécom's research is partially supported by its industrial members: BMW, Bouygues Télécom, Cisco Systems, France Télécom , Hitachi Europe, SFR, Sharp, STMicroelectronics, Swisscom, Thales 1 Abstract Beyond 3G (B3G) environments typically consist of multi-homed mobile terminals and wireless overlay networks in heterogeneous access technologies and aim at the Always Best Connected provision. In such B3G environments, the mobility feature and multi-homing feature are inseparable. Both multi-homing and mobility have to cope with the same problem of multiple IP addresses. However the former works on multiple simultaneous IP addresses and the later works on dynamic IP addresses. In this report, we will go through the state of the art of host mobility management and the trend of the future host mobility management protocols including many works in progress of IETF which support mobility and/or multi-homing features (MMIP, HIP, mSCTP, MOBIKE, NETLMM). This work will later be used to propose the new B3G mobile internet architecture with a Always Best Connected provision. Keywords: Always Best Connected, Architecture, B3G, Multi-homing, Mobility, MIP, HIP, mSCTP, LIN6,
    [Show full text]
  • Computer Networks-II 10CS64
    Computer Networks-II 10CS64 COMPUTER NETWORKS - II (Subject Code: 10CS64) PART - A UNIT-1 6 Hours Packet Switching Networks - 1: Network services and internal network operation, Packet network topology, Routing in Packet networks, shortest path routing: Bellman-Ford algorithm. UNIT–2 6 Hours Packet Switching Networks – 2: Shortest path routing (continued), Traffic management at the Packet level, Traffic management at Flow level, Traffic management at flow aggregate level. UNIT–3 6 Hours TCP/IP-1: TCP/IP architecture, The Internet Protocol, IPv6, UDP. UNIT–4 8 Hours TCP/IP-2: TCP, Internet Routing Protocols, Multicast Routing, DHCP, NAT and Mobile IP Dept Of CSE,SJBIT Page 1 Computer Networks-II 10CS64 PART – B UNIT-5 7 Hours Applications, Network Management, Network Security: Application layer overview, Domain Name System (DNS), Remote Login Protocols, E-mail, File Transfer and FTP, World Wide Web and HTTP, Network management, Overview of network security, Overview of security methods, Secret-key encryption protocols, Public-key encryption protocols, Authentication, Authentication and digital signature, Firewalls. UNIT–6 6 Hours QoS, VPNs, Tunneling, Overlay Networks: Overview of QoS, Integrated Services QoS, Differentiated services QoS, Virtual Private Networks, MPLS, Overlay networks. UNIT-7 7 Hours Multimedia Networking: Overview of data compression, Digital voice and compression, JPEG, MPEG, Limits of compression with loss, Compression methods without loss, Overview of IP Telephony, VoIP signaling protocols, Real- Time Media Transport Protocols, Stream control Transmission Protocol (SCTP) UNIT–8 6 Hours Mobile AdHoc Networks and Wireless Sensor Neworks: Overview of Wireless Ad-Hoc networks, Routing in AdHOc Networks, Routing protocols for and Dept Of CSE,SJBIT Page 2 Computer Networks-II 10CS64 Security of AdHoc networks, Sensor Networks and protocol structures, Communication Energy model, Clustering protocols, Routing protocols, ZigBee technology and 802.15.4.
    [Show full text]
  • Steganografia Sieciowa
    POLITECHNIKA WARSZAWSKA WYDZIA! ELEKTRONIKI I TECHNIK INFORMACYJNYCH INSTYTUT TELEKOMUNIKACJI KRZYSZTOF STANIS!AW SZCZYPIORSKI STEGANOGRAFIA SIECIOWA CYKL PUBLIKACJI Z LAT 2008-2011 B"D#CY PRZEDMIOTEM ROZPRAWY HABILITACYJNEJ WARSZAWA, KWIECIE" 2011 Spis tre!ci Wprowadzenie .....................................................................................................................................................................I 1. Krzysztof Szczypiorski A Performance Analysis of HICCUPS - a Steganographic System for WLAN W: Telecommunication Systems: Modelling, Analysis, Design and Management, Volume 49: 3-4 - March/April 2012, Springer US, Journal no. 11235 (wersja elektroniczna dost!pna, wersja papierowa w druku) ........................ 1 2. Krzysztof Szczypiorski, Wojciech Mazurczyk Steganography in IEEE 802.11 OFDM Symbols W: International Journal of Security and Communication Networks, John Wiley & Sons, 2011 (wersja elektroniczna dost!pna, wersja papierowa w druku) ....................................................................................................7 3. Wojciech Mazurczyk, Krzysztof Szczypiorski Steganography of VoIP Streams W: Robert Meersman and Zahir Tari (Eds.): OTM 2008, Part II - Lecture Notes in Computer Science (LNCS) 5332, Springer-Verlag Berlin Heidelberg, Proc. of OnTheMove Federated Conferences and Workshops: The 3rd International Symposium on Information Security (IS'08), Monterrey, Mexico, November 9-14, 2008, pp. 1001-1018 .............................................................................................................................................................19
    [Show full text]