Simulating inet's Protocol Stack with OPNET Modeler

Size: px
Start display at page:

Download "Simulating inet's Protocol Stack with OPNET Modeler"

Transcription

1 Simulating inet's Protocol Stack with OPNET Modeler Item Type text; Proceedings Authors Jaber, Nur; Moazzemi, Paria Publisher International Foundation for Telemetering Journal International Telemetering Conference Proceedings Rights Copyright held by the author; distribution rights International Foundation for Telemetering Download date 21/07/ :40:53 Link to Item

2 SIMULATING INET S PROTOCOL STACK WITH OPNET MODELER Author: Nur Jaber and Paria Moazzemi Advisor: Dr. Richard Dean Morgan State University ABSTRACT This paper discussessimulating inet sprotocol stack using OPNET Modeler. It shows an example of a custom protocol simulated in OPNET Modeler, and how to model thetest article, and ground station as reusable components for future simulation. simulation is a critical tool for inetas it enables design decisions that cannot be made analytically due to the complexity of the problem. This work addresses the incorporation of inet s protocol stack into the OPNET Modeler tool set as this piece of inet is unique and is not available in OPNET Modeler. KEYWORDS Simulation,OPNET Modeler, Protocol Stack, TFTP, inet. INTRODUCTION The integrated Enhanced Telemetry (inet) is a program launched by the director of the Central Test and Evaluation Investment Program (CTEIP) at the U.S. Department of Defense (DoD) to take advantage of advances in networking and telemetry technology to satisfy the emerging needs, such as higher transmission bandwidth, of the Major Range and Test Facility Bases (MRTFB)[1]. The inet study is aiming at adapting cutting-edge network technologies to replace the current inefficient point-to-point telemetry system. The new Telemetry System (TmNS) will have test articles (TAs), ground stations (GSs) working together with interconnected packet network [1]. Currently network designs are being developed by the inet community. However, verification of these designs is vital especially before on-the-field deployment. This could be done by building the proposed designs and testing them physically or by using computer software simulation tools. Although physical testing is the ultimate measure for any network design, it is a very costly and time-consuming process. Further, these tools are much more flexible than physical testing when dealing with a network as large and complex as inet. Therefore, 1

3 simulating inet is key because it is faster, more reliable and more cost-effective than physical testing. OPNET Modeler is a highly sophisticated and efficient network simulator. It enables engineers to simulate complex networks with highly customizable structures while maintaining the ability to produce comprehendible data to management. OPNET Modeler provides these capabilities through its layered design [2]. By enabling engineers to build top-down models that are graphically oriented, management can better understand the overall design without the need to understand the intricate technical details. This helps in closing the communication gap between management and their technical staff. Consequently, managerial decision making is greatly simplified and improved. OPNET Modeler is our choice as the simulator for the inet simulation task by the team at MorganStateUniversity based on its advantages of graphical user interface and strong community support. The objective of the research team is to provide the inet community with a toolbox in OPNET Modeler that will allow engineers and researchers run and customize inet simulations [3]. In this paper, we focus on simulating the TA s protocol stack and provide an example of a custom built protocol in OPNET Modeler as a means to future studies. Incorporating the stack into simulators such as OPNET Modeler to support the development of new protocols and to plan operational testing has significant potential impact to the inet program. BACKGROUND In the inet environment, there are three major components: the TA, the GS, and the radio link connecting the two. Data exchangeon this network is similar to a laptop accessing a home server on the same wireless local area network (WLAN). However, if the radio link is the main focus of the study,a laptop using a WLAN cannot be compared to a TA. This is mainly because the TAcould bemovingat Mach 2 speed which creates a significant channel distortion. This effect among others makes studying this analogy not useful. Since the purpose of this work is to simulate the protocols governing data exchange, studying WLAN scenarios will be of great importance. This is because the protocol stacks of both scenarios are almost identical. To simulatethe TA s protocol stack, a functional network must be built. This includes all three components: the TA,GS, and the radio link. OPNET Modeler is a discrete event packet simulator. It provides a user friendly graphical user interface (GUI) as well as a number of editors. These features simplify network modelingwhich makes the tool suitable for simulating almost any packet network.therefore, OPNET Modeler is widely used in industry and academia. OPNET Modeler provides a toolbox for standard components such as WLAN. Components unique to inet however, are yet to be created. This paper describeshow to accurately model inet and provides an example of a custom protocol in OPNET Modeler to enable engineers in

4 the inet community to customize their simulations to meet specifications. TAand GS nodes can then be used as a prototype for future development. Packet simulators like OPNET Modeler are designed to reduce the computational complexity of networks. Instead of manipulating the signal directly, it simulates networks based on its packets behavior [3]. Computations associated with physical properties and characteristics of the network components and their generated, transmitted, and received data packets are associated with each packet and eventually determine if the packet is going to be receivedor droppedby the destination. Computations include possible receivers, path loss, received power, signal to noise ratio at the receiver, bit error rate, packet error rate, and more. Every packet sent by the transmitter goes through its protocol stack and eventually to the receiver where it is determined if the packet is lost due to packet error. If the packet passes this stage, it is passed to the protocol stack of the receiver. METHODOLOGY AND DESIGN Accurately modeling network traffic in inet requires network models which represent the various stages and processes that information packets go through in their lifecycle. This includes the mechanisms and rules which govern them. Thus, previous prototypes which focused on modeling the radio link only are insufficient to accurately simulate inet. This is mainly because those prototypes failed to account for the internal complexity of the TA-GS nodes. According to the inet specifications, connectivity between the TA and GS follows the internet and OSI protocol reference models. Information packets are generated at the highest level of the protocol stack at one end and consumed at the same level of the other end as shown in Figure 1. Onboard Archive Recall Station Link/Phy L1 L2 /P1 /P2 L1 L2 /P1 /P2 L1 L2 /P1 /P2 Link/Phy Link/Phy Archive System 1 2 Data Acquisition System Comm. RF Interface 3 4 RF Comm. Processing RF Net System Interface Test Article Ground Station Figure 1: End to End lication Level Connectivity [1.] Previous prototypes were mainly developed to validate OPNET Modeler sability to meet inet needs [3]. However, when those prototypesare compared to inet s architecture shown in Figure

5 1, it is apparent that this prototype is insufficient to mimic inet's architecture. For example, the DAUs are connected to the recorder using logical connections, while in a real TA, this connection will be using Ethernet standard. This means that each component within the TA will have an Ethernet MAC and Physical layers as a bare minimum to meet inet needs. Modeling inet could be done in two ways: building inet s protocol stack from scratch or modifying existing OPNET Modeler s available models to meet inet requirements. The second method was chosen because it could save considerable amount of time and it would provide developers with multiple worked examples in the OPNET Help Files. Following this method, available models could be used to compile a protocol stack similar to inet s then adding the new protocols, which are unique to inet, and the other protocols which are not provided by OPNET Modeler s application standard package. In addition, a genericmodel basis was used to simplify protocol customization instead of an Original Manufacturer Equipment (OEM) specific model, like Cisco or Nortel. This later choice eliminates the need to deal with proprietary protocol implementations. Figure 2 is a model of the inet protocol stack. Most of these protocols are available on some generic-models in OPNET Modeler with the exception of some protocols which are circled in red in Figure 2: TFTP, PTP, SNMP, RTSP, LTC and RC Delivery Protocols. These six protocols are not a part of the standard application package available in OPNET Modeler. RC Delivery Protocol SNMP LTC Delivery Protocol RTSP HTTP FTP TFTP DHCP PTP TCP UDP DiffServ ARP IP v4 IGMP ICMP Ethernet LLC RSTP/Transparent Bridging IGMP Ethernet (Data Link) Ethernet Flow Control 10 Mbps Ethernet Ethernet (Physical) 100 Mbps Ethernet Auto-Negotiation 1Gbps Ethernet Figure 2: TA s Protocol Stack

6 Thus one of the six protocols was chosen to simulate as a part of a custom-compiled protocol stack. TFTP is the simplest among the six, thus it is easier to build, simulate and troubleshoot. Hence it was chosen. To simulate the new protocol the entire protocol stack must be simulated. To do this, a network must be built. Sothe network shown in Figure2has a TA and GS nodes running the new lication Layer protocol. Also, it has four new icons on the top, which are needed to simulate any application/protocol in OPNET Modeler. These icons have a multi-layer structured code written in Proto-C, the programming language in OPNET. The user can use the GUI to configure the network quickly. Figure 3: Sample (Top Level View.) The _Def and Prof_Def icons define the applications supported in the network and the profile of application supported on the nodes, while the Tasks icon defines the custom applications which are not a part of the standard packagee in OPNET Modeler. A generic server was used as the base node model. It was chosen becausee its node-model resembled Figure 2 the most, andalso because it is likely that the future architectures of the TA and GS will include real servers. Figure 4 shows the proposed DAU prototype in the red rimmed figure. This DAU not only generates packets but can be connected using an Ethernet cable to other DAUs or a switch. This is a result of having a real Ethernet MAC and physical layers. Also, the black rimmed figure is a node model of a server with a real and functional protocol stack. This serverr is replacing the queue in the first prototype mainly because it is a more realistic representation of a TA component than a simple queue. In addition, the dotted black rimmed figure shows that this server is currently running the TFTP application, which was built using the Tasks icon shown in Figure 3. Notably, for the purpose of testing the operation of the new protocol, TFTP, a modified g connection was used instead of an aeronautical channel. This later choice avoids the need to modify the MAC layer which is beyond the scope of this paper, but will be addressed in the near future.

7 Figure 4: TA Node Model. RESULTS, ANALYSIS AND DISCUSSION To verify the operation of the developed protocol, TFTP, the developed prototype shown in Figure 4 was simulated with TFTP as the only supported application layer protocol running at the server. Figure 5 shows the average throughput of the TA and GS. Figure 5: TFTP Throughput at TA and GS Transceivers.

8 This simulation and the proceeding one used Quite Room Scenario WLAN at 1.0 Watts, and to ensure that all packets generated at the TA will be received by the GS, both nodes were placed strategically and a trajectory was defined based on a trial bases until an optimum configuration was decided. Thus, Figure 6 shows that all packets created by TFTP at the application layer were encapsulated by the UDP layer and the other layers above and below shown in Figure 2. The same Figure also shows that those packets were received by the GS and destroyed at the application layer by TFTP. Figure 6: TFTP Packets Generationn and Disposal. After verifying the protocol s operation independently, it was joined by another two application layer protocols: FTP and HTTP. These protocols are TCP protocols and were chosen to ensure that both transport protocols, and the corresponding application layer protocols, work properly together. Consequently, Figure 7 was generated to show the throughput of both nodes.

9 Figure 7: TFTP+FTP+HTTP Throughput at TAA and GS Transceivers. Then, by observing Figure 8, it is clear that both transport protocols are functioning properly.

10 Figure 8: TFTP+FTP+HTTPP Packets Generation and Disposal. CONCLUSIONN ModelingiNET during this development stage is of great importance. This can be done with network simulators which provide easy, fast, and costt effective solutions.however accurately modeling network traffic in inet requires network models which represent the various stages and processes that information packets go through in their lifecycle.. Thus, this work presented a way of simulating an inet prototype with a functional protocol stack similar to the TA s providedd in the inet standards. We implemented acustom protocol, TFTP, as an addition to the available protocols in the OPNET Modeler s standard suit. Simulations have been performed to show that both the standard protocol suit and the new protocol function well simultaneously. ACKNOWLEDGEMENTS The authors appreciate the support of the inet project, SRC, and the DoD TRMC center which funded this effort.

11 REFERENCES 1. inet Telemetry System Architecture CTEIP; Version 1.0, OPNET Modeler Documentation OPNET Corporation; Zhang, Tianyin; Jaber, Nur, Aeronautical Channel Simulation in Simulators for incorporation into OPNET, , 46 th Annual International TelemeteringConference (ITC/USA), SanDiego, CA, October, 2010.

AERONAUTICAL CHANNEL SIMULATION IN NETWORK SIMULATORS FOR INCORPORATION INTO OPNET

AERONAUTICAL CHANNEL SIMULATION IN NETWORK SIMULATORS FOR INCORPORATION INTO OPNET AERONAUTICAL CHANNEL SIMULATION IN NETWORK SIMULATORS FOR INCORPORATION INTO OPNET Author: Tianyin Zhang and Nur Jaber Advisor: Dr. Richard Dean Morgan State University ABSTRACT This paper discusses channel

More information

KillTest ᦝ䬺 䬽䭶䭱䮱䮍䭪䎃䎃䎃ᦝ䬺 䬽䭼䯃䮚䮀 㗴 㓸 NZZV ]]] QORRZKYZ PV ٶ瀂䐘މ悹伥濴瀦濮瀃瀆ݕ 濴瀦

KillTest ᦝ䬺 䬽䭶䭱䮱䮍䭪䎃䎃䎃ᦝ䬺 䬽䭼䯃䮚䮀 㗴 㓸 NZZV ]]] QORRZKYZ PV ٶ瀂䐘މ悹伥濴瀦濮瀃瀆ݕ 濴瀦 KillTest Exam : 100-101 Title : CCNA Interconnecting Cisco Networking Devices 1 (ICND1) Version : Demo 1 / 15 1.Which three statements are true about the operation of a full-duplex Ethernet network? (Choose

More information

ACL Rule Configuration on the WAP371

ACL Rule Configuration on the WAP371 Article ID: 5089 ACL Rule Configuration on the WAP371 Objective A network access control list (ACL) is an optional layer of security that acts as a firewall for controlling traffic in and out of a subnet.

More information

QoS Performance Management in Mixed Wireless Networks

QoS Performance Management in Mixed Wireless Networks QoS Performance Management in Mixed Wireless Networks Dr. Yacob Astatke Department of Electrical and Computer Engineering Morgan State University Dr. Richard Dean Faculty Advisor ABSTRACT This paper presents

More information

UDP Based Wireless Telemetry Network and Data Acquisition System for Rotary Application

UDP Based Wireless Telemetry Network and Data Acquisition System for Rotary Application UDP Based Wireless Telemetry Network and Data Acquisition System for Rotary Application Item Type text; Proceedings Authors Imay, Murat; Cranley, Nikki; Atman, Ozgur Publisher International Foundation

More information

One Approach for Transitioning the inet Standards into the IRIG 106 Telemetry Standards. Carl Reinwald AIR FORCE TEST CENTER EDWARDS AFB, CA

One Approach for Transitioning the inet Standards into the IRIG 106 Telemetry Standards. Carl Reinwald AIR FORCE TEST CENTER EDWARDS AFB, CA 412TW-PA-15310 One Approach for Transitioning the inet Standards into the IRIG 106 Telemetry Standards 4 1 2 T W Carl Reinwald AIR FORCE TEST CENTER EDWARDS AFB, CA June 16, 2016 DISTRIBUTION A. Approved

More information

Chapter 2. Communicating Over The Network. CCNA1-1 Chapter 2

Chapter 2. Communicating Over The Network. CCNA1-1 Chapter 2 Chapter 2 Communicating Over The Network CCNA1-1 Chapter 2 Communicating Over the Network The Platform for Communications CCNA1-2 Chapter 2 Elements of Communication People communicate in many different

More information

EXAM Interconnecting Cisco Networking Devices Part 1 (ICND1) v3. For More Information:

EXAM Interconnecting Cisco Networking Devices Part 1 (ICND1) v3. For More Information: Page No 1 Cisco 100-105 EXAM Interconnecting Cisco Networking Devices Part 1 (ICND1) v3 Product: Demo For More Information: 100-105-dumps-questions Page No 2 Question: 1 Which three statements are true

More information

TCP/IP and the OSI Model

TCP/IP and the OSI Model TCP/IP BASICS TCP/IP and the OSI Model TCP/IP BASICS The network protocol of the Internet Composed of six main protocols IP Internet Protocol UDP User Datagram Protocol TCP Transmission Control Protocol

More information

Chapter 2. Communicating Over The Network

Chapter 2. Communicating Over The Network Chapter 2 Communicating Over The Network CCNA1-1 Chapter 2 Note for Instructors These presentations are the result of a collaboration among the instructors at St. Clair College in Windsor, Ontario. Thanks

More information

Cisco Interconnecting Cisco Networking Devices Part 1.

Cisco Interconnecting Cisco Networking Devices Part 1. Cisco 100-105 Interconnecting Cisco Networking Devices Part 1 http://killexams.com/pass4sure/exam-detail/100-105 Question: 323 Refer to the exhibit. SwitchA receives the frame with the addressing shown.

More information

Lecture-4. TCP/IP-Overview:

Lecture-4. TCP/IP-Overview: Lecture-4 TCP/IP-Overview: The history goes back to ARPANET a research network sponsored by DoD US Govt. It eventually connected hundreds of universities and govt installations, using leased telephone

More information

E&CE 358: Tutorial 1. Instructor: Sherman (Xuemin) Shen TA: Miao Wang

E&CE 358: Tutorial 1. Instructor: Sherman (Xuemin) Shen TA: Miao Wang E&CE 358: Tutorial 1 Instructor: Sherman (Xuemin) Shen TA: Miao Wang Email: m59wang@uwaterloo.ca 1 About Tutorials TA: Miao Wang Office: EIT 3133; Tutorials: Th 4:30 5:20 pm Topics Supplementary knowledge

More information

Network Architecture Models

Network Architecture Models School of Business Eastern Illinois University Network Architecture Models (September 8, 2009) Abdou Illia, Fall 2009 Learning Objectives 2 Discuss the OSI reference Model Discuss the Internet Model Compare

More information

TELEMETRY DATA DISTRIBUTION UTILIZING A MULTICAST IP NETWORK

TELEMETRY DATA DISTRIBUTION UTILIZING A MULTICAST IP NETWORK TELEMETRY DATA DISTRIBUTION UTILIZING A MULTICAST IP NETWORK Item Type text; Proceedings Authors DeLong, Brian Publisher International Foundation for Telemetering Journal International Telemetering Conference

More information

MiPDF.COM. 1. Convert the decimal number 231 into its binary equivalent. Select the correct answer from the list below.

MiPDF.COM. 1. Convert the decimal number 231 into its binary equivalent. Select the correct answer from the list below. CCNA1 v6.0 Pretest Exam Answers 2017 (100%) MiPDF.COM 1. Convert the decimal number 231 into its binary equivalent. Select the correct answer from the list below. 11110010 11011011 11110110 11100111* 11100101

More information

Chapter 2 - Part 1. The TCP/IP Protocol: The Language of the Internet

Chapter 2 - Part 1. The TCP/IP Protocol: The Language of the Internet Chapter 2 - Part 1 The TCP/IP Protocol: The Language of the Internet Protocols A protocol is a language or set of rules that two or more computers use to communicate 2 Protocol Analogy: Phone Call Parties

More information

ONE APPROACH FOR TRANSITIONING THE INET STANDARDS INTO THE IRIG 106 TELEMETRY STANDARDS

ONE APPROACH FOR TRANSITIONING THE INET STANDARDS INTO THE IRIG 106 TELEMETRY STANDARDS ONE PPROCH FOR TRNSITIONING THE INET STNDRDS INTO THE IRIG 106 TELEMETRY STNDRDS Carl Reinwald Senior Principal Engineer CSC, Santa Maria, California Prepared by CSC for JT3, Contract F42650-01-C-7218

More information

Network Reference Models

Network Reference Models Network Reference Models LECTURE (2) Network Reference Models A framework (guideline) for network implementation and troubleshooting. Divides complex functions into simpler components. Importance of reference

More information

General Important Protocols for Examination of IA Examination 2018

General Important Protocols for Examination of IA Examination 2018 Protocol General Important Protocols for Examination of IA Examination 2018 DNS - Domain Name System - translates network address (such as IP addresses) into terms understood by humans (such as Domain

More information

ET4254 Communications and Networking 1

ET4254 Communications and Networking 1 Topic 9 Internet Protocols Aims:- basic protocol functions internetworking principles connectionless internetworking IP IPv6 IPSec 1 Protocol Functions have a small set of functions that form basis of

More information

CS-435 spring semester Network Technology & Programming Laboratory. Stefanos Papadakis & Manolis Spanakis

CS-435 spring semester Network Technology & Programming Laboratory. Stefanos Papadakis & Manolis Spanakis CS-435 spring semester 206 Network Technology & Programming Laboratory University of Crete Computer Science Department Stefanos Papadakis & Manolis Spanakis CS-435 Lecture #2 preview: Data Communications

More information

LAN Based Radio Synchronization

LAN Based Radio Synchronization LAN Based Radio Synchronization Introduction The latest generation of Spectralink IP-DECT base stations supports to use Local Area Network (LAN) for synchronization of the DECT radios when running software

More information

Review of Important Networking Concepts

Review of Important Networking Concepts Review of Important Networking Concepts Review: ed communication architecture The TCP/IP protocol suite 1 Networking Concepts Protocol Architecture Protocol s Encapsulation Network Abstractions 2 1 Sending

More information

Router 6000 R17 Training Programs. Catalog of Course Descriptions

Router 6000 R17 Training Programs. Catalog of Course Descriptions Router 6000 R7 Training Programs Catalog of Course Descriptions Catalog of Course Descriptions INTRODUCTION... 3 IP NETWORKING... 4 IP OVERVIEW & FUNDAMENTALS... 8 IP ROUTING OVERVIEW & FUNDAMENTALS...0

More information

2. A collection of interconnected networks is called an internetwork. 3. Each machine is connected to a central hub with a point-to-point connection.

2. A collection of interconnected networks is called an internetwork. 3. Each machine is connected to a central hub with a point-to-point connection. نموذج أسئلة اختبار النهائي عام 2017 الفصل الدراسي الثاني لمقرر شبكات الحاسب CHOSE 1. channel spectrum divided into frequency bands "FDMA" 2. A collection of interconnected networks is called an internetwork

More information

Use of the TCP/IP Protocols and the OSI Model in Packet Tracer

Use of the TCP/IP Protocols and the OSI Model in Packet Tracer Communication Networks [Netw501] Spring 2018 Tutorial 3 Packet Tracer Activity 3 Use of the TCP/IP Protocols and the OSI Model in Packet Tracer Introduction: In Packet Tracer simulation mode, detailed

More information

TSIN02 - Internetworking

TSIN02 - Internetworking TSIN02 - Internetworking Literature: Lecture 4: Transport Layer Forouzan: ch 11-12 Transport layer responsibilities UDP TCP 2004 Image Coding Group, Linköpings Universitet 2 Transport layer in OSI model

More information

Lab 1: Packet Sniffing and Wireshark

Lab 1: Packet Sniffing and Wireshark Lab 1: Packet Sniffing and Wireshark Fengwei Zhang Wayne State University Course: Cyber Security Practice 1 Packet Sniffer Packet sniffer is a basic tool for observing network packet exchanges in a computer

More information

TCP/IP Protocol Suite and IP Addressing

TCP/IP Protocol Suite and IP Addressing TCP/IP Protocol Suite and IP Addressing CCNA 1 v3 Module 9 10/11/2005 NESCOT CATC 1 Introduction to TCP/IP U.S. DoD created the TCP/IP model. Provides reliable data transmission to any destination under

More information

The Application of a Distributed Computing Architecture to a Large Telemetry Ground Station

The Application of a Distributed Computing Architecture to a Large Telemetry Ground Station The Application of a Distributed Computing Architecture to a Large Telemetry Ground Station Item Type text; Proceedings Authors Buell, Robert K. Publisher International Foundation for Telemetering Journal

More information

Interconnecting Networks with TCP/IP. 2000, Cisco Systems, Inc. 8-1

Interconnecting Networks with TCP/IP. 2000, Cisco Systems, Inc. 8-1 Interconnecting Networks with TCP/IP 2000, Cisco Systems, Inc. 8-1 Objectives Upon completion of this chapter you will be able to perform the following tasks: Identify the IP protocol stack, its protocol

More information

Concept Questions Demonstrate your knowledge of these concepts by answering the following questions in the space that is provided.

Concept Questions Demonstrate your knowledge of these concepts by answering the following questions in the space that is provided. 223 Chapter 19 Inter mediate TCP The Transmission Control Protocol/Internet Protocol (TCP/IP) suite of protocols was developed as part of the research that the Defense Advanced Research Projects Agency

More information

International Journal of Scientific Research and Modern Education (IJSRME) ISSN (Online): ( Volume I, Issue I,

International Journal of Scientific Research and Modern Education (IJSRME) ISSN (Online): (  Volume I, Issue I, EFFECTIVE LEARNING WITH USAGE OF SIMULATORS A CASE OF NCTUNS SIMULATOR IN COMPUTER NETWORKS Subrahmanya Bhat* & Dr. K. R. Kamath** * Department of Computer Application, Srinivas Institute of Management

More information

CHAPTER 4 SIMULATION TOOL OPNET MODELER

CHAPTER 4 SIMULATION TOOL OPNET MODELER CHAPTER 4 SIMULATION TOOL OPNET MODELER Problems can be effectively solved through, by running a computer simulation program since that would be more time efficient than actually doing the calculations

More information

Wireless Networks (CSC-7602) Lecture 1 (27 Aug 2007)

Wireless Networks (CSC-7602) Lecture 1 (27 Aug 2007) Wireless Networks (CSC-7602) Lecture 1 (27 Aug 2007) Seung-Jong Park (Jay) http://www.csc.lsu.edu/~sjpark 1 Handouts Class information Schedule (check online frequently) 2 1 Goals Principles on Wireless

More information

Internetworking Concepts Overview. 2000, Cisco Systems, Inc. 2-1

Internetworking Concepts Overview. 2000, Cisco Systems, Inc. 2-1 Internetworking Concepts Overview 2000, Cisco Systems, Inc. 2-1 2000, Cisco Systems, Inc. www.cisco.com ICND v1.0a 2-2 Objectives On completion of this chapter, you will be able to perform the following

More information

TSIN02 - Internetworking

TSIN02 - Internetworking Lecture 4: Transport Layer Literature: Forouzan: ch 11-12 2004 Image Coding Group, Linköpings Universitet Lecture 4: Outline Transport layer responsibilities UDP TCP 2 Transport layer in OSI model Figure

More information

OPTIMISING NETWORKED DATA ACQUISITION FOR SMALLER CONFIGURATIONS

OPTIMISING NETWORKED DATA ACQUISITION FOR SMALLER CONFIGURATIONS OPTIMISING NETWORKED DATA ACQUISITION FOR SMALLER CONFIGURATIONS DAVE BUCKLEY ACRA BUSINESS UNIT, CURTISS-WRIGHT CONTROLS AVIONICS & ELECTRONICS ABSTRACT Network switches are a critical component in any

More information

OPNET Editors and Features

OPNET Editors and Features OPNET Steven Gordon Sirindhorn International Institute of Technology Thammasat University June 2010 Contents OPNET Menus Nodes and Links Communication Running Multiple OPNET Commonly used editors: 1. Project

More information

Application Guide. Stacking XGS / XGS HP / XGS / XGS HP

Application Guide. Stacking XGS / XGS HP / XGS / XGS HP Application Guide Stacking XGS3700-24 / XGS3700-24HP / XGS3700-48 / XGS3700-48HP Index 1. Purpose of this Document.... 2 2. Scenario One: Stack two Switches... 3 2.1 Topology... 3 2.2 Application Scenario...

More information

Module 5 Local Area Networks

Module 5 Local Area Networks Module 5 Local Area Networks Lesson 15 LAN Topologies, Access Mechanisms And Media 5.1.1 INTRODUCTION Microelectronics brought a great revolution in computer technology. While the processing power of the

More information

Ruckus MediaFlex 2811 Wi-Fi 1-Port b/g Wireless Multimedia Router

Ruckus MediaFlex 2811 Wi-Fi 1-Port b/g Wireless Multimedia Router Product Name: Manufacturer: - Model Number: 901-2811-UK01 (901-2811-UK01) 802.11g Multimedia Smart Wi-Fi Router and Adapter offers The First Managed Smart Wi-Fi 802.11g System for Picture-Perfect Distribution

More information

Securing Wireless LAN Controllers (WLCs)

Securing Wireless LAN Controllers (WLCs) Securing Wireless LAN Controllers (WLCs) Document ID: 109669 Contents Introduction Prerequisites Requirements Components Used Conventions Traffic Handling in WLCs Controlling Traffic Controlling Management

More information

Overview of TCP/IP Overview of TCP/IP protocol: TCP/IP architectural models TCP protocol layers.

Overview of TCP/IP Overview of TCP/IP protocol: TCP/IP architectural models TCP protocol layers. Overview of TCP/IP 3 Overview of TCP/IP protocol: TCP/IP architectural models TCP protocol layers. 4 2 5 6 3 7 8 4 9 10 5 11 12 6 13 14 7 15 16 8 17 18 9 19 20 10 21 Why TCP/IP? Packet based Provides decentralized

More information

ATEN KVM over IP Matrix System Implementation Guide

ATEN KVM over IP Matrix System Implementation Guide ATEN KVM over IP Matrix System Implementation Guide Optimizing Your Network for the KVM over IP Matrix System KVM over IP Extenders with the CCKM KE Matrix Management Software CONTENTS 1. Introduction

More information

Chapter 3: Network Protocols and Communications

Chapter 3: Network Protocols and Communications Chapter 3: Network Protocols and Communications Introduction to Networks Intro to Networks v5 Message Delivery Options IPv4 Unicast One-to-One Multicast One-to-Many Broadcast One-to-All IPv6 Unicast One-to-One

More information

06/02/ Local & Metropolitan Area Networks 0. INTRODUCTION. 1. History and Future of TCP/IP ACOE322

06/02/ Local & Metropolitan Area Networks 0. INTRODUCTION. 1. History and Future of TCP/IP ACOE322 1 Local & Metropolitan Area Networks ACOE322 Lecture 5 TCP/IP Protocol suite and IP addressing 1 0. INTRODUCTION We shall cover in this topic: 1. The relation of TCP/IP with internet and OSI model 2. Internet

More information

Communicating over the Network

Communicating over the Network Communicating over the Network Network Fundamentals Chapter 2 Version 4.0 1 Network Structure The elements of communication 3 common elements of communication Message source people/electronic devices need

More information

Protocol Layers & Wireshark TDTS11:COMPUTER NETWORKS AND INTERNET PROTOCOLS

Protocol Layers & Wireshark TDTS11:COMPUTER NETWORKS AND INTERNET PROTOCOLS Protocol Layers & Wireshark TDTS11:COMPUTER NETWORKS AND INTERNET PROTOCOLS Mail seban649@student.liu.se Protocol Hi Hi Got the time? 2:00 time TCP connection request TCP connection response Whats

More information

( A ) 1. WAP is a (A) protocol (B) hardware (C) software (D) network architecture

( A ) 1. WAP is a (A) protocol (B) hardware (C) software (D) network architecture CS 742 Computer Communication Networks Final Exam - Name: Fall 2003 Part 1: (75 points - 3 points for each problem) ( A ) 1. WAP is a (A) protocol (B) hardware (C) software (D) network architecture ( C

More information

Networks Fall This exam consists of 10 problems on the following 13 pages.

Networks Fall This exam consists of 10 problems on the following 13 pages. CSCI 466 Final Networks Fall 2011 Name: This exam consists of 10 problems on the following 13 pages. You may use your two- sided hand- written 8 ½ x 11 note sheet during the exam and a calculator. No other

More information

Automatic Format Generation Techniques For Network Data Acquisition Systems

Automatic Format Generation Techniques For Network Data Acquisition Systems Automatic Format Generation Techniques For Network Data Acquisition Systems Benjamin Kupferschmidt Technical Manager - TTCWare Teletronics Technology Corporation Eric Pesciotta Director of Systems Software

More information

Chapter 2 Communicating Over the Network

Chapter 2 Communicating Over the Network Chapter 2 Communicating Over the Network Elements of Communication Communicating the Messages Continuous stream of bits 00101010100101010101010101010101010 I have to wait Single communications (e.g. video,

More information

Chapter Topics. The History of the Internet. Chapter 7: Computer Networks, the Internet, and the World Wide Web

Chapter Topics. The History of the Internet. Chapter 7: Computer Networks, the Internet, and the World Wide Web Chapter Topics Chapter 7: Computer Networks, the Internet, and the World Wide Web CS10051: Intro. to Computer Science Kent State University History of the Internet History of the World Wide Web Internet

More information

Layer 4: UDP, TCP, and others. based on Chapter 9 of CompTIA Network+ Exam Guide, 4th ed., Mike Meyers

Layer 4: UDP, TCP, and others. based on Chapter 9 of CompTIA Network+ Exam Guide, 4th ed., Mike Meyers Layer 4: UDP, TCP, and others based on Chapter 9 of CompTIA Network+ Exam Guide, 4th ed., Mike Meyers Concepts application set transport set High-level, "Application Set" protocols deal only with how handled

More information

System Programming. Introduction to computer networks

System Programming. Introduction to computer networks Content : by Dr. B. Boufama School of Computer Science University of Windsor Instructor: Dr. A. Habed adlane@cs.uwindsor.ca http://cs.uwindsor.ca/ adlane/60-256 Content Content 1 Introduction to Computer

More information

Deploying Cisco Wireless Enterprise Networks

Deploying Cisco Wireless Enterprise Networks 300-365 Deploying Cisco Wireless Enterprise Networks NWExam.com SUCCESS GUIDE TO CISCO CERTIFICATION Exam Summary Syllabus Questions Table of Contents Introduction to 300-365 Exam on Deploying Cisco Wireless

More information

Data Flow and Remote Control in the Telemetry Network System

Data Flow and Remote Control in the Telemetry Network System Data Flow and Remote Control in the Telemetry Network System Item Type text; Proceedings Authors Laird, Daniel T.; Morgan, Jon Publisher International Foundation for Telemetering Journal International

More information

IP - The Internet Protocol. Based on the slides of Dr. Jorg Liebeherr, University of Virginia

IP - The Internet Protocol. Based on the slides of Dr. Jorg Liebeherr, University of Virginia IP - The Internet Protocol Based on the slides of Dr. Jorg Liebeherr, University of Virginia Orientation IP (Internet Protocol) is a Network Layer Protocol. IP: The waist of the hourglass IP is the waist

More information

Data and Computer Communications. Chapter 2 Protocol Architecture, TCP/IP, and Internet-Based Applications

Data and Computer Communications. Chapter 2 Protocol Architecture, TCP/IP, and Internet-Based Applications Data and Computer Communications Chapter 2 Protocol Architecture, TCP/IP, and Internet-Based s 1 Need For Protocol Architecture data exchange can involve complex procedures better if task broken into subtasks

More information

TSIN02 - Internetworking

TSIN02 - Internetworking Lecture 4: Transport Layer Literature: Forouzan: ch 11-12 2004 Image Coding Group, Linköpings Universitet Lecture 4: Outline Transport layer responsibilities UDP TCP 2 Transport layer in OSI model Figure

More information

TamoSoft Throughput Test

TamoSoft Throughput Test TAKE CONTROL IT'S YOUR SECURITY TAMOSOFT df TamoSoft Throughput Test Help Documentation Version 1.0 Copyright 2011-2016 TamoSoft Contents Contents... 2 Introduction... 3 Overview... 3 System Requirements...

More information

Layering in Networked computing. OSI Model TCP/IP Model Protocols at each layer

Layering in Networked computing. OSI Model TCP/IP Model Protocols at each layer Layering in Networked computing OSI Model TCP/IP Model Protocols at each layer Learning outcomes Understand the need of layering in Networked computing Understand the OSI model and the tcp/ip model Understand

More information

DATA COMMUNICATION AND NETWORKS

DATA COMMUNICATION AND NETWORKS DATA COMMUNICATION AND NETWORKS A/L Guide TERAN SUBASINGHE Data Communication What is data communication? Data Communication is a process of exchanging data or information between two or more devices along

More information

MODERNIZATION OF AUTOMATIC SURFACE WEATHER OBSERVING SYSTEMS AND NETWORKS TO UTILIZE TCP/IP TECHNOLOGY

MODERNIZATION OF AUTOMATIC SURFACE WEATHER OBSERVING SYSTEMS AND NETWORKS TO UTILIZE TCP/IP TECHNOLOGY MODERNIZATION OF AUTOMATIC SURFACE WEATHER OBSERVING SYSTEMS AND NETWORKS TO UTILIZE TCP/IP TECHNOLOGY Olli Ojanperä, Hannu Heikkinen and Hannu M. Heikkinen Vaisala Oyj, P.O.Box 26, FIN-00421 Helsinki,

More information

Comparison Between Ipv4 And Ipv6 Using Opnet Simulator

Comparison Between Ipv4 And Ipv6 Using Opnet Simulator IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 04, Issue 08 (August. 2014), V4 PP 44-50 www.iosrjen.org Comparison Between Ipv4 And Ipv6 Using Opnet Simulator Ghaida

More information

Part VI. Appendixes. Appendix A OSI Model and Internet Protocols Appendix B About the CD

Part VI. Appendixes. Appendix A OSI Model and Internet Protocols Appendix B About the CD Part VI Appendixes Appendix A OSI Model and Internet Protocols Appendix B About the CD OSI Model and Internet Protocols APPENDIX A In this appendix, you will Learn about the OSI model Review the network

More information

ET4254 Communications and Networking 1

ET4254 Communications and Networking 1 Topic 2 Aims:- Communications System Model and Concepts Protocols and Architecture Analog and Digital Signal Concepts Frequency Spectrum and Bandwidth 1 A Communications Model 2 Communications Tasks Transmission

More information

5105: BHARATHIDASAN ENGINEERING COLLEGE NATTARMPALLI UNIT I FUNDAMENTALS AND LINK LAYER PART A

5105: BHARATHIDASAN ENGINEERING COLLEGE NATTARMPALLI UNIT I FUNDAMENTALS AND LINK LAYER PART A 5105: BHARATHIDASAN ENGINEERING COLLEGE NATTARMPALLI 635 854. NAME OF THE STAFF : R.ANBARASAN DESIGNATION & DEPARTMENT : AP/CSE SUBJECT CODE : CS 6551 SUBJECT NAME : COMPUTER NETWORKS UNIT I FUNDAMENTALS

More information

AN ETHERNET BASED AIRBORNE DATA ACQUISITION SYSTEM

AN ETHERNET BASED AIRBORNE DATA ACQUISITION SYSTEM AN ETHERNET BASED AIRBORNE DATA ACQUISITION SYSTEM Item Type text; Proceedings Authors Dai, Jiwang; DeSelms, Thomas; Grozalis, Edward Publisher International Foundation for Telemetering Journal International

More information

TCP/IP protocol suite

TCP/IP protocol suite TCP/IP protocol suite The TCP/IP protocol suite was developed prior to the OSI model. Therefore, the layers in the TCP/IP protocol suite do not match exactly with those in the OSI model. The original TCP/IP

More information

The Performance of an g/Wi-Fi Network Whilst Streaming Voice Content

The Performance of an g/Wi-Fi Network Whilst Streaming Voice Content The Performance of an 802.11g/Wi-Fi Network Whilst Streaming Voice Content P. O. Umenne, and Odhiambo Marcel O. Abstract A simple network model is developed in OPNET to study the performance of the Wi-Fi

More information

COMS Introduction to Computers. Networking

COMS Introduction to Computers. Networking COMS 1001 Introduction to Computers Networking What's Ahead Networking layers Network Speeds Protocols, sockets, client/server Routing, DNS, Ethernet, LANs, wireless What is a Network? Loose definition:

More information

CNPE Communications and Networks Lab Book: Data Transmission Over Digital Networks

CNPE Communications and Networks Lab Book: Data Transmission Over Digital Networks Lab Book: Data Transmission Over Digital Networks Contents Data Transmission Over Digital Networks... 3 Lab Objectives... 3 Lab Resources... 3 Task 1 Build the Home Network... 3 Task 2 Configure IP Addresses...

More information

Introduction to Wireshark

Introduction to Wireshark Introduction to Wireshark CS3C03/SE4C03 Jason Jaskolka Department of Computing and Software Faculty of Engineering McMaster University Hamilton, Ontario, Canada jaskolj@mcmaster.ca Winter 2013 Jason Jaskolka

More information

Interconnecting Cisco Networking Devices Part1 ( ICND1) Exam.

Interconnecting Cisco Networking Devices Part1 ( ICND1) Exam. Cisco 640-822 Interconnecting Cisco Networking Devices Part1 ( ICND1) Exam TYPE: DEMO http://www.examskey.com/640-822.html Examskey Cisco 640-822 exam demo product is here for you to test quality of the

More information

Computer Networks Fundamental.

Computer Networks Fundamental. Computer Networks Fundamental Arash Habibi Lashkari Ph.D. Candidate of UTM University Kuala Lumpur, Malaysia All Rights Reserved 2010, 1 Resource Materials Search http://www.cisco.com See the resources

More information

JT4100P LTE Outdoor CPE Administrator User Manual V1.0

JT4100P LTE Outdoor CPE Administrator User Manual V1.0 JT4100P LTE Outdoor CPE Administrator User Manual V1.0 Page 1 PLEASE READ THESE SAFETY PRECAUTIONS! RF Energy Health Hazard The radio equipment described in this guide uses radio frequency transmitters.

More information

Cisco 1: Networking Fundamentals

Cisco 1: Networking Fundamentals Western Technical College 10150110 Cisco 1: Networking Fundamentals Course Outcome Summary Course Information Description Career Cluster Instructional Level Total Credits 3.00 Total Hours 90.00 This course

More information

Course 6. Internetworking Routing 1/33

Course 6. Internetworking Routing 1/33 Course 6 Internetworking Routing 1/33 Routing The main function of the network layer is routing packets from the source machine to the destination machine. Along the way, at least one intermediate node

More information

Switching Networks (Fall 2010) EE 586 Communication and. August 27, Lecture 2. (modified by Cheung for EE586; based on K&R original) 1-1

Switching Networks (Fall 2010) EE 586 Communication and. August 27, Lecture 2. (modified by Cheung for EE586; based on K&R original) 1-1 EE 586 Communication and Switching Networks (Fall 2010) Lecture 2 August 27, 2010 (modified by Cheung for EE586; based on K&R original) 1-1 Announcements Read Chapter 1 First homework is due 9/3 In Blackboard

More information

THE ARCHITECTURE OF AIRCRAFT INSTRUMENTATION NETWORKS

THE ARCHITECTURE OF AIRCRAFT INSTRUMENTATION NETWORKS THE ARCHITECTURE OF AIRCRAFT INSTRUMENTATION NETWORKS 1 John Roach VP Network Products Division Teletronics Technology Corporation Newtown, PA USA ABSTRACT The development of network-based data acquisition

More information

LANCOM Techpaper IEEE n Indoor Performance

LANCOM Techpaper IEEE n Indoor Performance Introduction The standard IEEE 802.11n features a number of new mechanisms which significantly increase available bandwidths. The former wireless LAN standards based on 802.11a/g enable physical gross

More information

Operating Systems. 16. Networking. Paul Krzyzanowski. Rutgers University. Spring /6/ Paul Krzyzanowski

Operating Systems. 16. Networking. Paul Krzyzanowski. Rutgers University. Spring /6/ Paul Krzyzanowski Operating Systems 16. Networking Paul Krzyzanowski Rutgers University Spring 2015 1 Local Area Network (LAN) LAN = communications network Small area (building, set of buildings) Same, sometimes shared,

More information

Streaming Video and Throughput Uplink and Downlink

Streaming Video and Throughput Uplink and Downlink Streaming Video and Throughput Uplink and Downlink IPTV IPTV - Digital TV delivered using technologies used for computer network. Internet Protocols (HTTP, RTP, RTSP, IGMP) Copyright 2017 Cambium Networks,

More information

What s a protocol? What s a protocol? A closer look at network structure: What s the Internet? What s the Internet? What s the Internet?

What s a protocol? What s a protocol? A closer look at network structure: What s the Internet? What s the Internet? What s the Internet? What s the Internet? PC server laptop cellular handheld access points wired s connected computing devices: hosts = end systems running apps communication s fiber, copper, radio transmission rate = bandwidth

More information

Technical Document. What You Need to Know About Ethernet Audio

Technical Document. What You Need to Know About Ethernet Audio Technical Document What You Need to Know About Ethernet Audio Overview Designing and implementing an IP-Audio Network can be a daunting task. The purpose of this paper is to help make some of these decisions

More information

CHAPTER 2: NETWORKS AND THE INTERNET

CHAPTER 2: NETWORKS AND THE INTERNET CHAPTER 2: NETWORKS AND THE INTERNET Multiple Choice 1. What type of cable do most networks use? A. Net cable B. Category 3 cable C. Phone cable D. Category 5 cable The answer is D 2. The connector used

More information

Telemetry Research at ITTC

Telemetry Research at ITTC Telemetry Research at ITTC Prof. Erik Perrins Associate Professor Information & Telecommunication Technology Center and Department of Electrical Engineering & Computer Science The University of Kansas

More information

Packet Tracer - Investigating the TCP/IP and OSI Models in Action (Instructor Version Optional Packet Tracer)

Packet Tracer - Investigating the TCP/IP and OSI Models in Action (Instructor Version Optional Packet Tracer) (Instructor Version Optional Packet Tracer) Instructor Note: Red font color or gray highlights indicate text that appears in the instructor copy only. Optional activities are designed to enhance understanding

More information

Network+ Guide to Networks 6 th Edition. Chapter 4 Introduction to TCP/IP Protocols

Network+ Guide to Networks 6 th Edition. Chapter 4 Introduction to TCP/IP Protocols Network+ Guide to Networks 6 th Edition Chapter 4 Introduction to TCP/IP Protocols Objectives Identify and explain the functions of the core TCP/IP protocols Explain the TCP/IP model and how it corresponds

More information

Sirindhorn International Institute of Technology Thammasat University

Sirindhorn International Institute of Technology Thammasat University Name.............................. ID............... Section...... Seat No...... Thammasat University Final Exam: Semester, 205 Course Title: Introduction to Data Communications Instructor: Steven Gordon

More information

Computer Communication & Networks / Data Communication & Computer Networks Week # 03

Computer Communication & Networks / Data Communication & Computer Networks Week # 03 Computer Communication & Networks / Data Communication & Computer Networks Week # 03 M.Nadeem Akhtar CS & IT Department The University of Lahore Email: nadeem.akhtar@cs.uol.edu.pk URL-https://sites.google.com/site/nadeemuolcsccn/home

More information

CCNA Exploration Network Fundamentals

CCNA Exploration Network Fundamentals CCNA Exploration 4.0 1. Network Fundamentals The goal of this course is to introduce you to fundamental networking concepts and technologies. These online course materials will assist you in developing

More information

Vanguard Managed Solutions

Vanguard Managed Solutions Vanguard Managed Solutions Vanguard Applications Ware IP and LAN Feature Protocols Traffic Monitor Notice 2004 Vanguard Managed Solutions, LLC 575 West Street Mansfield, Massachusetts 02048 (508) 261-4000

More information

Interconnecting Networks with TCP/IP

Interconnecting Networks with TCP/IP Chapter 8 Interconnecting s with TCP/IP 1999, Cisco Systems, Inc. 8-1 Introduction to TCP/IP Internet TCP/IP Early protocol suite Universal 1999, Cisco Systems, Inc. www.cisco.com ICND 8-2 TCP/IP Protocol

More information

Network Fundamentals Chapter 2 Modified by Tony Chen 05/20/2008

Network Fundamentals Chapter 2 Modified by Tony Chen 05/20/2008 Communicating Over the Network Network Fundamentals Chapter 2 Modified by Tony Chen 05/20/2008 ITE I Chapter 6 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 1 Objectives Drippy Sweet Pancakes

More information

Networking. Bin Li Assistant Professor Dept. of Electrical, Computer and Biomedical Engineering University of Rhode Island

Networking. Bin Li Assistant Professor Dept. of Electrical, Computer and Biomedical Engineering University of Rhode Island Networking Bin Li Assistant Professor Dept. of Electrical, Computer and Biomedical Engineering University of Rhode Island Why is Networking Needed? To enhance many devices Cars communicating to reduce

More information

Guide to Networking Essentials, 6 th Edition. Chapter 6: Network Reference Models and Standards

Guide to Networking Essentials, 6 th Edition. Chapter 6: Network Reference Models and Standards Guide to Networking Essentials, 6 th Edition Chapter 6: Network Reference Models and Standards Objectives Explain the OSI reference model layers and their relationship to hardware and software Explain

More information