Jump to content

Network simulator: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
Line 5: Line 5:
Network simulators serve a variety of needs. Compared to the cost and time involved in setting up an entire [[test bed]] containing multiple networked [[computer]]s, [[router]]s and [[data link]]s, network simulators are relatively fast and inexpensive. They allow engineers to test scenarios that might be particularly difficult or expensive to [[emulate]] using real hardware- for instance, simulating the effects of a sudden burst in traffic or a [[Denial of Service|DoS]] attack on a network service. Networking simulators are particularly useful in allowing designers to test new networking [[communication protocol|protocols]] or changes to existing protocols in a controlled and reproducible environment.
Network simulators serve a variety of needs. Compared to the cost and time involved in setting up an entire [[test bed]] containing multiple networked [[computer]]s, [[router]]s and [[data link]]s, network simulators are relatively fast and inexpensive. They allow engineers to test scenarios that might be particularly difficult or expensive to [[emulate]] using real hardware- for instance, simulating the effects of a sudden burst in traffic or a [[Denial of Service|DoS]] attack on a network service. Networking simulators are particularly useful in allowing designers to test new networking [[communication protocol|protocols]] or changes to existing protocols in a controlled and reproducible environment.


Network simulators, as the name suggests are used by researchers to design various kinds of networks, simulate and then analyze the effect of various parameters on the network performance. A typical network simulator like [[NetSim]] encompasses a wide range of networking technologies and help the users to build complex networks from basic building blocks like variety of nodes and links. With the help of simulators one can design hierarchical networks using various types of nodes like computers, [[network hub|hubs]], [[network bridge|bridges]], routers, [[optical cross-connect]]s, multicast routers, mobile units, [[Media Access Unit|MSAUs]] etc.
Network simulators, as the name suggests are used by researchers to design various kinds of networks, simulate and then analyze the effect of various parameters on the network performance. A typical network simulator like [http://www.tetcos.com/ NetSim] encompasses a wide range of networking technologies and help the users to build complex networks from basic building blocks like variety of nodes and links. With the help of simulators one can design hierarchical networks using various types of nodes like computers, [[network hub|hubs]], [[network bridge|bridges]], routers, [[optical cross-connect]]s, multicast routers, mobile units, [[Media Access Unit|MSAUs]] etc.


==Types of network simulators==
==Types of network simulators==

Revision as of 07:29, 16 March 2008

A network simulator is a piece of software that predicts the behavior of a network, without an actual network being present.

Uses of network simulators

Network simulators serve a variety of needs. Compared to the cost and time involved in setting up an entire test bed containing multiple networked computers, routers and data links, network simulators are relatively fast and inexpensive. They allow engineers to test scenarios that might be particularly difficult or expensive to emulate using real hardware- for instance, simulating the effects of a sudden burst in traffic or a DoS attack on a network service. Networking simulators are particularly useful in allowing designers to test new networking protocols or changes to existing protocols in a controlled and reproducible environment.

Network simulators, as the name suggests are used by researchers to design various kinds of networks, simulate and then analyze the effect of various parameters on the network performance. A typical network simulator like NetSim encompasses a wide range of networking technologies and help the users to build complex networks from basic building blocks like variety of nodes and links. With the help of simulators one can design hierarchical networks using various types of nodes like computers, hubs, bridges, routers, optical cross-connects, multicast routers, mobile units, MSAUs etc.

Types of network simulators

Various types of Wide Area Network (WAN) technologies like TCP, ATM, IP etc and Local Area Network (LAN) technologies like Ethernet, token rings etc. can all be simulated with a typical simulator and the user can test, analyze various standard results apart from devising some novel protocol or strategy for routing etc.

There are a wide variety of network simulators, ranging from the very simple to the very complex. Minimally, a network simulator must enable a user to represent a network topology, specifying the nodes on the network, the links between those nodes and the traffic between the nodes. More complicated systems may allow the user to specify everything about the protocols used to handle network traffic. Graphical applications allow users to easily visualize the workings of their simulated environment. Text-based applications may provide a less intuitive interface, but may permit more advanced forms of customization. Others, such as GTNets, are programming-oriented, providing a programming framework that the user then customizes to create an application that simulates the networking environment to be tested.

See Also

Network simulation

Popular Simulators