SlideShare ist ein Scribd-Unternehmen logo
1 von 5
Downloaden Sie, um offline zu lesen
Volume 4, No. 10, Sep-Oct 2013

ISSN No. 0976-5697

International Journal of Advanced Research in Computer Science
RESEARCH PAPER
Available Online at www.ijarcs.info

Simulation and Performance Comparison of Different Expansions of Star Network
Using Opnet
Aman Jain*

Shubham Verma

Student
Electronics & Communication Engineering
Dronacharya College of Engineering
Gurgaon, India
93amanjain@gmail.com

Student
Computer Science & Engineering
Dronacharya College of Engineering
Gurgaon, India
vermashubham36@gmail.com

Nikhil Singla

Ravi Ahuja

Student Computer Science & Engineering
Dronacharya College of Engineering
Gurgaon, India
nikhilsngl@gmail.com

Student
Electronics & Computer Engineering
Dronacharya College of Engineering
Gurgaon, India

Abstract: In this paper our main emphasis is to understand the concept how a particular network is designed and how data in form of packets can
be transferred from one place to another. Here we have explained different topologies for a particular network and special emphasis is on star
topology and also designing of their modified forms such as double star and tri star network using Opnet (optical network simulator).
Keywords: Topology, Opnet, Expansion, Network

I.

INTRODUCTION

Network is an interconnected group which can be of
people or company or thing which can share some
meaningful information with one another. Devices
connected to form a network are known as nodes and
interconnections between such devices which can be wired
or wireless is known as links. With the help of such
networks data sharing and resource sharing is very easy.
This type of network is better than client server network in
terms of simplicity and cost. We have different network
arrangements like LAN, WAN, MAN, CAN, and HAN.
LAN (Local Area Network) is one where different
computers within a network are in same building and we can
easily transfer the data between them. WAN (Wide Area
Network) where computers are at far places and linked
together using radio waves or via telephone lines. [1, 3]
CAN (Campus Area Network) are one which can be
available in a limited area such as within a school campus.
MAN(Metropolitan area network) is the network which is
designed for metropolitan cities and last but not the least is
HAN(Home area network) is the network is inside one’s
home which can be easily connected to different digital
devices.
II.

CLASSIFICATION BASED ON
PARAMETERS

We can classify a network on the basis of topology,
protocol and architecture each.
A.

Topology:
This basically defines how nodes are arranged within a
particular network along with the media which is known as
Physical Topology whereas the way in which the data can
© 2010, IJARCS All Rights Reserved

access the medium and can transmit packets is known as
Logical Topology. Now why there is a need for topology
in order to design
efficient protocols,
solve
Internetworking problems such as routing, resource
reservation, administration , Creation of accurate model for
Simulation and
Deriving estimates for Topological
parameters.
B.

Protocols:
This defines common set of rules and signals that are
used by computers on the network for communication.
C.

Architecture:
They can be classified as peer to peer network, clientserver network or cloud based network. Now these will be
explained one by one as follows. When no of computers are
interconnected, but there is no privileged position for any
computer such a network is known as a peer-to-peer
network. [4] In such a network, each and every computer
is able to communicate with all the other computers in the
same network, but generally individually they can store
their own files and runs their own applications. Another
type of network can be a client-server network, where
one or more than one servers can easily perform various
critical functions(such as user authentication , data storage,
performing other operations related to databases and client
relationship management ) on behalf of other
clients
available on the network . [2] Now, both these networks
explained above i.e. peer-to-peer and client-server networks
actually depend on a shared Internet connection in order to
access different external resources. Third important network
can be cloud-based network where an organization use to
pay to a third-party vendor for hosting data, various other
applications and resources on different
servers and
management of such resources is possible through a web.

196
Ravi Ahuja et al, International Journal of Advanced Research in Computer Science, 4 (10), Sept–Oct, 2013, 196-200

III.

TYPES OF TOPOLOGIES

The possible topologies can be Bus, Ring, Star, Star
wired Ring, Star wired Bus, and Hub /Tree topology.
A.

Bus Topology:
In any bus network, all stations are attached via single
cable. When a particular station sends any message, it will
broadcast down on the cable in both directions.
[5]Terminators at the end of the cable will help in
preventing the signal from reflecting back to the sender. All
stations on the cable will constantly monitor for messages
meant for them. When a station detects any message meant
for it, it will read the message from the cable and the other
stations will ignore it. Since all stations are sharing the same
cable, some form of control is needed to make sure which
station will transmit when; otherwise there will be a
collision.

In such network, each station is generally connected
through a point-to-point link to a central point which is
known as hub, multi port repeater, or concentrator. This
central point can be “passive”, “active”, or “intelligent”. [7]
Passive hub can simply connect the arms of a star and no
signal regeneration is performed. This active hub is similar
to a passive hub, only difference is that it can regenerate
signals. [10] Intelligent hubs can not only regenerate signals
but they can also perform activities like intelligent path
selection and network management.
D.

Hub/Tree Topology:
In hub or tree network, the wires which are used to
connect different nodes are collapsed into a central unit,
called hub. It does not perform switching function. It also
has no of repeaters connected that can retransmit all the
signals from nodes to all other nodes in the same way.
[8]Here access control is very difficult in order to determine
the time slot for each node. Another problem with
multipoint can be signal balancing. When two devices are
exchanging data over a link, the signal strength of the
transmitter has be adjusted. [9]If strength is low, after
attenuation, it might not meet the minimum signal strength
requirement of the transmitter and minimum signal to noise
ratio and if strength is very high, it can also overload the
circuit for the transmitter that can result in harmonics and
other spurious signals.

Figure1. Bus Topology
B.

Ring Topology:

Figure4. Tree Topology

Figure2. Ring Topology

E.

Star Wired Ring Network:

Ring network have no of nodes that are joined by pointto-point connection in order to form a closed loop or ring.
[6]The transmitted signal will regenerate at each node. It is
one of the shared-access networks and has the capability of
broadcasting messages. It also needs some form of access
control for determining which node will transmit when.
C.

Star Topology:

Figure5. Star wired Ring Topology

Figure3. Star Topology
© 2010, IJARCS All Rights Reserved

This network is basically a combination of star and ring
topology which can perform operations for both the
topologies.
197
Ravi Ahuja et al, International Journal of Advanced Research in Computer Science, 4 (10), Sept–Oct, 2013, 196-200

F. Star Wired Bus Topology

We created a 5 node star network with
3C_SSII_1100_3300_4s_ae52_e48_ge3 switch as the centre
node and Sm_Int_wkstn as the periphery node with link 10
Base T. Then we have connected this network to the
network created in scenario 1 through <Cisco 2514>.
C.

Expansion 2(Tri Star Topology):

Figure 6. Star wired Bus Topology

This network is basically a combination of star and bus
topology which can perform operations for both the
topologies.
IV.
A.

DESIGNING OF STAR NETWORKS USING
OPNET
Original Network (Star Topology):

Figure9. Tri Star topology

We have created another 5 node star network with
3C_SSII_1100_3300_4s_ae52_e48_ge3 switch as the centre
node and Sm_Int_wkstn as the periphery node with link 10
Base T. Then we connect this network to the network
created in expansion 1 through two <Cisco 2514>. One is to
the network with 50 nodes and another with 5 nodes that is
created in expansion 1.
D.

Expansion 3(Tri-Star with Mesh Topology):

Figure7. Star network using opnet

Firstly, we created a 50 node star network with
3C_SSII_1100_3300_4s_ae52_e48_ge3 switch as the centre
node and Sm_Int_wkstn as the periphery node with link 10
Base T. Then we select Sm_Int_server as the 51th periphery
nodes and put besides to it Sm_Profile_Config and
Sm_Application_Config besides to it.
B.

Expansion 1(Double Star Topology):

Figure10. Three star topology combination with Mesh

Figure8. Double star topology
© 2010, IJARCS All Rights Reserved

We created a full mesh network with 5 nodes
Sm_Int_wkstn and link 10 Base T. Then we connect it to the
50 nodes star network.
198
Ravi Ahuja et al, International Journal of Advanced Research in Computer Science, 4 (10), Sept–Oct, 2013, 196-200

V.

SIMULATION RESULTS

Figure14. Fourth Network Result

.

VI.
Figure11. First Network Result

In each network we choose Delay (sec) as a global
parameter for the graphs. Then we run simulation and obtain
the following results

COMPARING DIFFERENT NETWORK
PARAMETER AT VARIOUS NODES

For nodes, we take Ethernet Load (Bits/sec) as a
parameter for comparing the results in different expansions.
We select node 51, 9, 55, 62 for comparing the results in
different expansions.

Figure15. Node 9
Figure12. Second Network Result

Figure13. Third Network Result
© 2010, IJARCS All Rights Reserved

Figure16. Node 55
199
Ravi Ahuja et al, International Journal of Advanced Research in Computer Science, 4 (10), Sept–Oct, 2013, 196-200

VIII.

REFERENCES

[1].

[2].

S. Milgram. The small world phenomenon. Psychology Today, 1(61), 2000.

[3].

M. E. J. Newman. The structure and function of complex
networks. SIAM Review, 45:167–256, 2003.

[4].

A. Ng, A. Zheng, and M. I. Jordan. Link analysis, eigenvectors, and stability. In Proceedings of the International Joint
Conference on Artificial Intelligence, 2004.

[5].

C. Papadimitriou. Computational aspects of organization
theory. In Lecture Notes in Computer Science. SpringerVerlag, 2005.

[6].

C. Papadimitriu and E. Servan-Schreiber. The origins of the
deadline: Optimizing communication in organizations. In
Complexity in Economics, 2006.

[7].

M. P. H. Stumpf, C. Wiuf, and R. M. May. Subnets of scalefree networks are not scale-free: Sampling properties of
networks. Proceedings of the National Academy of Sciences,
102(12):4221–4224, 2007.

[8].

B. Taskar, E. Segal, and D. Koller. Probabilistic
classification and clustering in relational data. In
Proceedings of the Inter-national Joint Conference on
Artificial Intelligence, 2007.

[9].

Figure17. Node 51

F. Lorrain and H. C. White. Structural equivalence of individuals in social networks. Journal of Mathematical Sociology, 1:49–80, 1995.

X. Wang, N. Mohanty, and A. McCallum. Group and topic
discovery from relations and text. In Workshop on Link Discovery: Issues, Approaches and Applications, in conjunction with the 10th International ACM SIGKDD Conference,
2009.

[10].

S. Wasserman and K. Faust. Social Network Analysis: Methods and Applications. Cambridge University Press, 2010.

Figure18. Node 62

VII.

FUTURE SCOPE

We can find results at other nodes in different stages
and can also enhance the network by combining more
networks in different topologies to get better results.

© 2010, IJARCS All Rights Reserved

200

Weitere ähnliche Inhalte

Was ist angesagt?

Network topologies
Network topologiesNetwork topologies
Network topologiesJem Mercado
 
Network topology and devices
Network topology and devicesNetwork topology and devices
Network topology and devicesKunal Bhansali
 
Network using topologies
Network using topologiesNetwork using topologies
Network using topologiesJaveria600
 
785101092study material xii_ip
785101092study material xii_ip785101092study material xii_ip
785101092study material xii_ipgitesh_nagar
 
Networkingtopology 131208065823-phpapp02
Networkingtopology 131208065823-phpapp02Networkingtopology 131208065823-phpapp02
Networkingtopology 131208065823-phpapp02imtiaz hussain
 
1 introduction-to-computer-networking
1 introduction-to-computer-networking1 introduction-to-computer-networking
1 introduction-to-computer-networkingBesar Limani
 
Network Topology
Network TopologyNetwork Topology
Network TopologyMd Saylab
 
EBCD: A ROUTING ALGORITHM BASED ON BEE COLONY FOR ENERGY CONSUMPTION REDUCTIO...
EBCD: A ROUTING ALGORITHM BASED ON BEE COLONY FOR ENERGY CONSUMPTION REDUCTIO...EBCD: A ROUTING ALGORITHM BASED ON BEE COLONY FOR ENERGY CONSUMPTION REDUCTIO...
EBCD: A ROUTING ALGORITHM BASED ON BEE COLONY FOR ENERGY CONSUMPTION REDUCTIO...ijasuc
 
Network topology
Network topologyNetwork topology
Network topologylekshmik
 
Osi model and tcpip model.
Osi model and tcpip model.Osi model and tcpip model.
Osi model and tcpip model.kona paul
 
Classification of Computer Networks
Classification of Computer NetworksClassification of Computer Networks
Classification of Computer NetworksShohanaakterKakon
 
Design and Implementation of Multistage Interconnection Networks for SoC Netw...
Design and Implementation of Multistage Interconnection Networks for SoC Netw...Design and Implementation of Multistage Interconnection Networks for SoC Netw...
Design and Implementation of Multistage Interconnection Networks for SoC Netw...IJCSEIT Journal
 
Different types of network topologies
Different types of network topologiesDifferent types of network topologies
Different types of network topologieskona paul
 
FASE DE PLANEACION (INGLES)
FASE DE PLANEACION (INGLES)FASE DE PLANEACION (INGLES)
FASE DE PLANEACION (INGLES)andreseams
 

Was ist angesagt? (20)

Network topologies
Network topologiesNetwork topologies
Network topologies
 
Network topology and devices
Network topology and devicesNetwork topology and devices
Network topology and devices
 
Network topology
Network topologyNetwork topology
Network topology
 
Network using topologies
Network using topologiesNetwork using topologies
Network using topologies
 
785101092study material xii_ip
785101092study material xii_ip785101092study material xii_ip
785101092study material xii_ip
 
Networkingtopology 131208065823-phpapp02
Networkingtopology 131208065823-phpapp02Networkingtopology 131208065823-phpapp02
Networkingtopology 131208065823-phpapp02
 
1 introduction-to-computer-networking
1 introduction-to-computer-networking1 introduction-to-computer-networking
1 introduction-to-computer-networking
 
Topology
TopologyTopology
Topology
 
Network Topology
Network TopologyNetwork Topology
Network Topology
 
EBCD: A ROUTING ALGORITHM BASED ON BEE COLONY FOR ENERGY CONSUMPTION REDUCTIO...
EBCD: A ROUTING ALGORITHM BASED ON BEE COLONY FOR ENERGY CONSUMPTION REDUCTIO...EBCD: A ROUTING ALGORITHM BASED ON BEE COLONY FOR ENERGY CONSUMPTION REDUCTIO...
EBCD: A ROUTING ALGORITHM BASED ON BEE COLONY FOR ENERGY CONSUMPTION REDUCTIO...
 
Network topology
Network topologyNetwork topology
Network topology
 
Osi model and tcpip model.
Osi model and tcpip model.Osi model and tcpip model.
Osi model and tcpip model.
 
Classification of Computer Networks
Classification of Computer NetworksClassification of Computer Networks
Classification of Computer Networks
 
Design and Implementation of Multistage Interconnection Networks for SoC Netw...
Design and Implementation of Multistage Interconnection Networks for SoC Netw...Design and Implementation of Multistage Interconnection Networks for SoC Netw...
Design and Implementation of Multistage Interconnection Networks for SoC Netw...
 
Network topologies
Network topologiesNetwork topologies
Network topologies
 
Different types of network topologies
Different types of network topologiesDifferent types of network topologies
Different types of network topologies
 
FASE DE PLANEACION (INGLES)
FASE DE PLANEACION (INGLES)FASE DE PLANEACION (INGLES)
FASE DE PLANEACION (INGLES)
 
Topology
TopologyTopology
Topology
 
Data communication
Data communicationData communication
Data communication
 
Types of topology
Types of topologyTypes of topology
Types of topology
 

Ähnlich wie Rp 4 published

Overview of data communication and networking
Overview of data communication and networkingOverview of data communication and networking
Overview of data communication and networkingSisir Ghosh
 
Chapter 8 the role of networking in manufacturing
Chapter 8   the role of networking in manufacturingChapter 8   the role of networking in manufacturing
Chapter 8 the role of networking in manufacturingN. A. Sutisna
 
Data communications Class notes
Data communications  Class notesData communications  Class notes
Data communications Class notesDr.YNM
 
Computer Network Topology By Team_Empowerment Ensemble (Dept . of Sociology)
Computer Network Topology By Team_Empowerment Ensemble (Dept . of Sociology)Computer Network Topology By Team_Empowerment Ensemble (Dept . of Sociology)
Computer Network Topology By Team_Empowerment Ensemble (Dept . of Sociology)Suman Mia
 
Networking &amp; tele communication
Networking &amp; tele communicationNetworking &amp; tele communication
Networking &amp; tele communicationRahul Tanwar
 
Computer networks 1
Computer networks 1Computer networks 1
Computer networks 1Vijaya Babu
 
What is network architecture (full)
What is network architecture (full)What is network architecture (full)
What is network architecture (full)Sorcia D'Arceuil
 
Computer Network By Pawan Thakur HOD CS & IT VIM BHOPAL
Computer Network By Pawan Thakur HOD CS & IT VIM BHOPALComputer Network By Pawan Thakur HOD CS & IT VIM BHOPAL
Computer Network By Pawan Thakur HOD CS & IT VIM BHOPALGovt. P.G. College Dharamshala
 
Assignment E-Commerce By IHTISHAM AHMAD.docx
Assignment E-Commerce By IHTISHAM AHMAD.docxAssignment E-Commerce By IHTISHAM AHMAD.docx
Assignment E-Commerce By IHTISHAM AHMAD.docxIhtishamAhmad20
 
Computer Network
Computer NetworkComputer Network
Computer NetworkCma Mohd
 
La3 Computer Network
La3 Computer NetworkLa3 Computer Network
La3 Computer NetworkCma Mohd
 
Computer Networking.
Computer Networking.Computer Networking.
Computer Networking.mvenkat2016
 
What is network architecture
What is network architecture What is network architecture
What is network architecture Sorcia D'Arceuil
 
Computer Network Topology By Team_ Paramount (Dept. English)
Computer Network Topology By Team_ Paramount (Dept. English)Computer Network Topology By Team_ Paramount (Dept. English)
Computer Network Topology By Team_ Paramount (Dept. English)Suman Mia
 
NETWORK AND DATABASE CONCEPTS UNIT 1 CHAPTER 2 MRS.SOWMYA JYOTHI
NETWORK AND DATABASE CONCEPTS UNIT 1 CHAPTER 2 MRS.SOWMYA JYOTHINETWORK AND DATABASE CONCEPTS UNIT 1 CHAPTER 2 MRS.SOWMYA JYOTHI
NETWORK AND DATABASE CONCEPTS UNIT 1 CHAPTER 2 MRS.SOWMYA JYOTHISowmya Jyothi
 

Ähnlich wie Rp 4 published (20)

Chapter 1.ppt
Chapter 1.pptChapter 1.ppt
Chapter 1.ppt
 
CN QNAs.pdf
CN QNAs.pdfCN QNAs.pdf
CN QNAs.pdf
 
Overview of data communication and networking
Overview of data communication and networkingOverview of data communication and networking
Overview of data communication and networking
 
Chapter 8 the role of networking in manufacturing
Chapter 8   the role of networking in manufacturingChapter 8   the role of networking in manufacturing
Chapter 8 the role of networking in manufacturing
 
Data communications Class notes
Data communications  Class notesData communications  Class notes
Data communications Class notes
 
Unit 1.pdf
Unit 1.pdfUnit 1.pdf
Unit 1.pdf
 
Computer Network Topology By Team_Empowerment Ensemble (Dept . of Sociology)
Computer Network Topology By Team_Empowerment Ensemble (Dept . of Sociology)Computer Network Topology By Team_Empowerment Ensemble (Dept . of Sociology)
Computer Network Topology By Team_Empowerment Ensemble (Dept . of Sociology)
 
Networking &amp; tele communication
Networking &amp; tele communicationNetworking &amp; tele communication
Networking &amp; tele communication
 
Computer networks 1
Computer networks 1Computer networks 1
Computer networks 1
 
Osi(1)
Osi(1)Osi(1)
Osi(1)
 
What is network architecture (full)
What is network architecture (full)What is network architecture (full)
What is network architecture (full)
 
Computer Network By Pawan Thakur HOD CS & IT VIM BHOPAL
Computer Network By Pawan Thakur HOD CS & IT VIM BHOPALComputer Network By Pawan Thakur HOD CS & IT VIM BHOPAL
Computer Network By Pawan Thakur HOD CS & IT VIM BHOPAL
 
Assignment E-Commerce By IHTISHAM AHMAD.docx
Assignment E-Commerce By IHTISHAM AHMAD.docxAssignment E-Commerce By IHTISHAM AHMAD.docx
Assignment E-Commerce By IHTISHAM AHMAD.docx
 
Computer Network
Computer NetworkComputer Network
Computer Network
 
La3 Computer Network
La3 Computer NetworkLa3 Computer Network
La3 Computer Network
 
Computer Networking.
Computer Networking.Computer Networking.
Computer Networking.
 
What is network architecture
What is network architecture What is network architecture
What is network architecture
 
Computer Network Topology By Team_ Paramount (Dept. English)
Computer Network Topology By Team_ Paramount (Dept. English)Computer Network Topology By Team_ Paramount (Dept. English)
Computer Network Topology By Team_ Paramount (Dept. English)
 
lab_1_NW.pptx
lab_1_NW.pptxlab_1_NW.pptx
lab_1_NW.pptx
 
NETWORK AND DATABASE CONCEPTS UNIT 1 CHAPTER 2 MRS.SOWMYA JYOTHI
NETWORK AND DATABASE CONCEPTS UNIT 1 CHAPTER 2 MRS.SOWMYA JYOTHINETWORK AND DATABASE CONCEPTS UNIT 1 CHAPTER 2 MRS.SOWMYA JYOTHI
NETWORK AND DATABASE CONCEPTS UNIT 1 CHAPTER 2 MRS.SOWMYA JYOTHI
 

Kürzlich hochgeladen

04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 

Kürzlich hochgeladen (20)

04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 

Rp 4 published

  • 1. Volume 4, No. 10, Sep-Oct 2013 ISSN No. 0976-5697 International Journal of Advanced Research in Computer Science RESEARCH PAPER Available Online at www.ijarcs.info Simulation and Performance Comparison of Different Expansions of Star Network Using Opnet Aman Jain* Shubham Verma Student Electronics & Communication Engineering Dronacharya College of Engineering Gurgaon, India 93amanjain@gmail.com Student Computer Science & Engineering Dronacharya College of Engineering Gurgaon, India vermashubham36@gmail.com Nikhil Singla Ravi Ahuja Student Computer Science & Engineering Dronacharya College of Engineering Gurgaon, India nikhilsngl@gmail.com Student Electronics & Computer Engineering Dronacharya College of Engineering Gurgaon, India Abstract: In this paper our main emphasis is to understand the concept how a particular network is designed and how data in form of packets can be transferred from one place to another. Here we have explained different topologies for a particular network and special emphasis is on star topology and also designing of their modified forms such as double star and tri star network using Opnet (optical network simulator). Keywords: Topology, Opnet, Expansion, Network I. INTRODUCTION Network is an interconnected group which can be of people or company or thing which can share some meaningful information with one another. Devices connected to form a network are known as nodes and interconnections between such devices which can be wired or wireless is known as links. With the help of such networks data sharing and resource sharing is very easy. This type of network is better than client server network in terms of simplicity and cost. We have different network arrangements like LAN, WAN, MAN, CAN, and HAN. LAN (Local Area Network) is one where different computers within a network are in same building and we can easily transfer the data between them. WAN (Wide Area Network) where computers are at far places and linked together using radio waves or via telephone lines. [1, 3] CAN (Campus Area Network) are one which can be available in a limited area such as within a school campus. MAN(Metropolitan area network) is the network which is designed for metropolitan cities and last but not the least is HAN(Home area network) is the network is inside one’s home which can be easily connected to different digital devices. II. CLASSIFICATION BASED ON PARAMETERS We can classify a network on the basis of topology, protocol and architecture each. A. Topology: This basically defines how nodes are arranged within a particular network along with the media which is known as Physical Topology whereas the way in which the data can © 2010, IJARCS All Rights Reserved access the medium and can transmit packets is known as Logical Topology. Now why there is a need for topology in order to design efficient protocols, solve Internetworking problems such as routing, resource reservation, administration , Creation of accurate model for Simulation and Deriving estimates for Topological parameters. B. Protocols: This defines common set of rules and signals that are used by computers on the network for communication. C. Architecture: They can be classified as peer to peer network, clientserver network or cloud based network. Now these will be explained one by one as follows. When no of computers are interconnected, but there is no privileged position for any computer such a network is known as a peer-to-peer network. [4] In such a network, each and every computer is able to communicate with all the other computers in the same network, but generally individually they can store their own files and runs their own applications. Another type of network can be a client-server network, where one or more than one servers can easily perform various critical functions(such as user authentication , data storage, performing other operations related to databases and client relationship management ) on behalf of other clients available on the network . [2] Now, both these networks explained above i.e. peer-to-peer and client-server networks actually depend on a shared Internet connection in order to access different external resources. Third important network can be cloud-based network where an organization use to pay to a third-party vendor for hosting data, various other applications and resources on different servers and management of such resources is possible through a web. 196
  • 2. Ravi Ahuja et al, International Journal of Advanced Research in Computer Science, 4 (10), Sept–Oct, 2013, 196-200 III. TYPES OF TOPOLOGIES The possible topologies can be Bus, Ring, Star, Star wired Ring, Star wired Bus, and Hub /Tree topology. A. Bus Topology: In any bus network, all stations are attached via single cable. When a particular station sends any message, it will broadcast down on the cable in both directions. [5]Terminators at the end of the cable will help in preventing the signal from reflecting back to the sender. All stations on the cable will constantly monitor for messages meant for them. When a station detects any message meant for it, it will read the message from the cable and the other stations will ignore it. Since all stations are sharing the same cable, some form of control is needed to make sure which station will transmit when; otherwise there will be a collision. In such network, each station is generally connected through a point-to-point link to a central point which is known as hub, multi port repeater, or concentrator. This central point can be “passive”, “active”, or “intelligent”. [7] Passive hub can simply connect the arms of a star and no signal regeneration is performed. This active hub is similar to a passive hub, only difference is that it can regenerate signals. [10] Intelligent hubs can not only regenerate signals but they can also perform activities like intelligent path selection and network management. D. Hub/Tree Topology: In hub or tree network, the wires which are used to connect different nodes are collapsed into a central unit, called hub. It does not perform switching function. It also has no of repeaters connected that can retransmit all the signals from nodes to all other nodes in the same way. [8]Here access control is very difficult in order to determine the time slot for each node. Another problem with multipoint can be signal balancing. When two devices are exchanging data over a link, the signal strength of the transmitter has be adjusted. [9]If strength is low, after attenuation, it might not meet the minimum signal strength requirement of the transmitter and minimum signal to noise ratio and if strength is very high, it can also overload the circuit for the transmitter that can result in harmonics and other spurious signals. Figure1. Bus Topology B. Ring Topology: Figure4. Tree Topology Figure2. Ring Topology E. Star Wired Ring Network: Ring network have no of nodes that are joined by pointto-point connection in order to form a closed loop or ring. [6]The transmitted signal will regenerate at each node. It is one of the shared-access networks and has the capability of broadcasting messages. It also needs some form of access control for determining which node will transmit when. C. Star Topology: Figure5. Star wired Ring Topology Figure3. Star Topology © 2010, IJARCS All Rights Reserved This network is basically a combination of star and ring topology which can perform operations for both the topologies. 197
  • 3. Ravi Ahuja et al, International Journal of Advanced Research in Computer Science, 4 (10), Sept–Oct, 2013, 196-200 F. Star Wired Bus Topology We created a 5 node star network with 3C_SSII_1100_3300_4s_ae52_e48_ge3 switch as the centre node and Sm_Int_wkstn as the periphery node with link 10 Base T. Then we have connected this network to the network created in scenario 1 through <Cisco 2514>. C. Expansion 2(Tri Star Topology): Figure 6. Star wired Bus Topology This network is basically a combination of star and bus topology which can perform operations for both the topologies. IV. A. DESIGNING OF STAR NETWORKS USING OPNET Original Network (Star Topology): Figure9. Tri Star topology We have created another 5 node star network with 3C_SSII_1100_3300_4s_ae52_e48_ge3 switch as the centre node and Sm_Int_wkstn as the periphery node with link 10 Base T. Then we connect this network to the network created in expansion 1 through two <Cisco 2514>. One is to the network with 50 nodes and another with 5 nodes that is created in expansion 1. D. Expansion 3(Tri-Star with Mesh Topology): Figure7. Star network using opnet Firstly, we created a 50 node star network with 3C_SSII_1100_3300_4s_ae52_e48_ge3 switch as the centre node and Sm_Int_wkstn as the periphery node with link 10 Base T. Then we select Sm_Int_server as the 51th periphery nodes and put besides to it Sm_Profile_Config and Sm_Application_Config besides to it. B. Expansion 1(Double Star Topology): Figure10. Three star topology combination with Mesh Figure8. Double star topology © 2010, IJARCS All Rights Reserved We created a full mesh network with 5 nodes Sm_Int_wkstn and link 10 Base T. Then we connect it to the 50 nodes star network. 198
  • 4. Ravi Ahuja et al, International Journal of Advanced Research in Computer Science, 4 (10), Sept–Oct, 2013, 196-200 V. SIMULATION RESULTS Figure14. Fourth Network Result . VI. Figure11. First Network Result In each network we choose Delay (sec) as a global parameter for the graphs. Then we run simulation and obtain the following results COMPARING DIFFERENT NETWORK PARAMETER AT VARIOUS NODES For nodes, we take Ethernet Load (Bits/sec) as a parameter for comparing the results in different expansions. We select node 51, 9, 55, 62 for comparing the results in different expansions. Figure15. Node 9 Figure12. Second Network Result Figure13. Third Network Result © 2010, IJARCS All Rights Reserved Figure16. Node 55 199
  • 5. Ravi Ahuja et al, International Journal of Advanced Research in Computer Science, 4 (10), Sept–Oct, 2013, 196-200 VIII. REFERENCES [1]. [2]. S. Milgram. The small world phenomenon. Psychology Today, 1(61), 2000. [3]. M. E. J. Newman. The structure and function of complex networks. SIAM Review, 45:167–256, 2003. [4]. A. Ng, A. Zheng, and M. I. Jordan. Link analysis, eigenvectors, and stability. In Proceedings of the International Joint Conference on Artificial Intelligence, 2004. [5]. C. Papadimitriou. Computational aspects of organization theory. In Lecture Notes in Computer Science. SpringerVerlag, 2005. [6]. C. Papadimitriu and E. Servan-Schreiber. The origins of the deadline: Optimizing communication in organizations. In Complexity in Economics, 2006. [7]. M. P. H. Stumpf, C. Wiuf, and R. M. May. Subnets of scalefree networks are not scale-free: Sampling properties of networks. Proceedings of the National Academy of Sciences, 102(12):4221–4224, 2007. [8]. B. Taskar, E. Segal, and D. Koller. Probabilistic classification and clustering in relational data. In Proceedings of the Inter-national Joint Conference on Artificial Intelligence, 2007. [9]. Figure17. Node 51 F. Lorrain and H. C. White. Structural equivalence of individuals in social networks. Journal of Mathematical Sociology, 1:49–80, 1995. X. Wang, N. Mohanty, and A. McCallum. Group and topic discovery from relations and text. In Workshop on Link Discovery: Issues, Approaches and Applications, in conjunction with the 10th International ACM SIGKDD Conference, 2009. [10]. S. Wasserman and K. Faust. Social Network Analysis: Methods and Applications. Cambridge University Press, 2010. Figure18. Node 62 VII. FUTURE SCOPE We can find results at other nodes in different stages and can also enhance the network by combining more networks in different topologies to get better results. © 2010, IJARCS All Rights Reserved 200