SlideShare a Scribd company logo
TELKOMNIKA, Vol.15, No.2, June 2017, pp. 869~876
ISSN: 1693-6930, accredited A by DIKTI, Decree No: 58/DIKTI/Kep/2013
DOI: 10.12928/TELKOMNIKA.v15i2.6134  869
Received February5, 2017; Revised April 21, 2017; Accepted May 6, 2017
Topology Design of Extended Torus and Ring for Low
Latency Network-on-Chip Architecture
Ng Yen Phing*
1
, M. N. Mohd Warip
2
, Phaklen Ehkan
3
, F. W. Zulkefli
4
, R Badlishah Ahmad
5
School of Computer and Communication Engineering, University Malaysia Perlis, Pauh Putra
Main Campus, 02600 Arau, Malaysia
*Corresponding author, e-mail: nyenphing@gmail.com
Abstract
In essence, Network-on-Chip (NoC) also known as on-chip interconnection network has been
proposed as a design solution to System-on-Chip (SoC). The routing algorithm, topology and switching
technique are significant because of the most influential effect on the overall performance of Network-on-
Chip (NoC). Designing of large scale topology alongside the support of deadlock free, low latency, high
throughput and low power consumption is notably challenging in particular with expanding network size.
This paper proposed an 8x8 XX-Torus and 64 nodes XX-Ring topology schemes for Network-on-Chip to
minimize the latency by decrease the node diameter from the source node to destination node.
Correspondingly, we compare in differences on the performance of mesh, full-mesh, torus and ring
topologies with XX-Torus and XX-Ring topologies in term of latency. Results show that XX-Ring
outperforms the conventional topologies in term of latency. XX-Ring decreases the average latency by
106.28%, 14.80%, 6.7 1%, 1.73%, 442.24% over the mesh, fully-mesh, torus, XX-torus, and Ring
topologies.
Keywords: network-on-chip, system-on-chip, torus topology, ring topology, network latency
Copyright © 2017 Universitas Ahmad Dahlan. All rights reserved.
1. Introduction
In Network-on-Chip (NoC), the term network topology [1] is used to refer to how the
node is interconnected each other. Accordingly, the key to designing a network is to select an
appropriate topology in which will determine the scalability, performance, fault tolerance
complexity and power consumption of a NoC. The cost and performance could be the
contributing factors in dictate a network topology. However, the performance of topology is
limited by the complexity of the chip, symmetry, number of nodes, diameter, the number of
edges, and the length of the interconnection. Additionally, the performance can be measured
based on the path diversity, throughput and latency. Symmetry plays an important role in
topology for load balancing and routing. Symmetry can be classified into two types includes
vertex-symmetry and edge-symmetric. Vertex-symmetry sharing the same path, therefore can
use the same direction to route to the same target node. In edge-symmetric the packet is using
different path to send packet, therefore load balancing can achieve by this symmetric.
In each topology consist of channel, C=(x,y). Where the channel connects from source
node, x, to the target node, y, with different width, wxy, frequency, fxy, and time required to send
packet. The router connection can be classified into direct or indirect network. In a direct
network, every node in the network is both terminal and switch. In this network, every node is
connected to fixed number of node. In addition, every router in direct network connects at least
one PE. The example of direct network is mesh, torus and ring topology. In an indirect network,
a node only can be either a switch or a terminal. The number of router in indirect network is
more compared to the number of IP cores and the router is only connected to others router. In
this network, some of the router does not attach with PE. The example of indirect network is tree
based topology. The simple topologies for general purpose application are mesh topology.
However, due to increase of network size, the performance of mesh topology has degraded.
Torus topology has reduced the diameter of mesh topology, but it increases the complexity and
bisection width.
 ISSN: 1693-6930
TELKOMNIKA Vol. 15, No. 2, June 2017 : 869 – 876
870
In Figure 1 illustrates the different topologies which are commonly used in Network-on-
Chip (NoC).
Figure 1. The example of topologies in Network-on-Chip (NoC)
In this paper, two new routing algorithms has proposed called XX-Torus and XX-Ring
topology to decrease the average latency of a network. The proposed topologies are based on
8X8 torus and 64 nodes ring topologies. In this paper, we analyze its architectures potential in
term of average latency and number of hop count. The number of hop count can reduce by
choosing the shortest path to send packet from source node to destination node. Based on the
experiment, XX-Ring topology has lower average latency and it is suitable for small and large
network. The rest of this paper is organized as follow. Section 2 describes the related work.
Section 3, architecture of mesh, fully mesh, torus, ring, XX-Torus, and XX-Ring are discussed
and present the number of hop count of all the topologies. Section 4 discussion of the result and
analysis, section 5 concludes the paper.
2. Related Work
Currently, the number of research institute focused on Network-on-Chip are increasing.
Most of the researchers focused their research on NoC topologies [2, 3], routing protocols [4],
architecture [5], power consumption [6, 7], throughput [8, 9] and latency [10].
Regarding [11] has proposed an RRCIES topology based on mesh topology. RRCIES
has reduced the average power consumption in Network-on-Chip (NoC). The proposed
topology reduced the power consumption by reduced the number of router in the topology. The
number of routers is reduced by let more core connect through one router. Usman Ali Gulzari,
Sheraz Anjum and Shahrukh Agha [12] proposed a cross by pass-mesh (CBP-Mesh)
architecture for on-chip communication. CBP-Mesh topology is the modification of mesh
topology by adding two cross by pass link to mesh topology. The average latency and number
of hop count are reduced. Besides that, CBP-mesh has better area utilization and power
consumption compare to mesh, torus, 2DDgl-Mesh, SD-Mesh, X-Mesh and C2-Mesh. Md.
Hasan Furhad and Jong-Myon Kim [13] proposed an extended diagonal mesh topology
(XDMesh) for network-on-chip architecture to reduce average latency and power consumption
and increase throughput by including diagonal link in the network. Pengfei Yang and Quan
Wang [14] proposed a topology name heterogeneous honeycomb-like network-on-chip
topology. The objective of this paper is to decrease the latency, power consumption, and area.
This paper shows that mesh and torus topology wasting resource and bandwidth when the
processing element demands less communication. So heterogeneous honeycomb-like topology
can solve the problem by using easy to expand and regular topology. Therefore, the
transmission road could work well with varied requirement of different processing element.
Arash Farhadi Beldachi, Simon Hollis and Jose L. Nunez-Yanez [15] proposed eXtended torus
Tree Torus Mesh Ring
SPINStarBus BFT
TELKOMNIKA ISSN: 1693-6930 
Topology Design of Extended Torus and Ring for Low Latency Network… (Ng Yen Phing)
871
(XTRANC) routing topology for NoC. This topology is modification of mesh topology by adding
additional link to reduce congestion. This paper achieves the objective of higher throughput and
lower latency compare to the mesh, inner torus and full-mesh.
3. Topologies
The performance of XX-Torus and XX-Ring are evaluating, include average latency and
the maximum number of hop count require to send a packet from source node to destination
node. The mesh, fully mesh, torus, xx-torus, ring, and xx-ring are discussed in section 3.1
and 3.2.
3.1. Mesh, Full-Mesh, Torus and XX-Torus Topologies
Currently, 2D mesh and torus topology are widely used by researchers due to accepted
wire cost and high bandwidth. The structure of mesh and torus topology is shown is Figure 2
and 3. The structure of torus topology is fundamentally similar to mesh topology except for the
edge of the router in torus topology is connected to another edge of the router. Both of these
topologies can be represented in m x n node where m and n are the number of node in x-axis
and y-axis respectively. The position of each node is identified by x and y dimension. Normally <
0, 0 > position is assign to the node on the left top corner. The x-dimension and y-dimension is
increasing when move towards right and bottom respectively. Tori have better path diversity and
load balancing. By using the formula of diameter, torus topology, (2[n/2]) has shorter diameter
compare to mesh topology, (2n-2). Bisection width of torus, 2n is larger than mesh, n. The
disadvantage of torus topology is with slightly higher latency because of higher hop count. A
large number of hop counts is required to reduce the number of path diversity. The weakness of
mesh and torus topology is found when the size of the network becomes larger and larger. The
lower latency and power consumption normally can achieve by apply on small size network that
makes the network bisection limited. The architecture of XX-Torus is the combination of fully
mesh and torus topologies.
Figure 2. Mesh and Full-Mesh Topologies
Table 1 shows the comparison of hop count between the mesh and fully-mesh topology.
Fully mesh shows the less hop count compare to mesh topologies. Besides hop count, fully
mesh has lower average latency.
R0 R1 R2 R3 R6 R7R5R4
R8 R9 R10 R11 R14 R15R13R12
R16 R17 R18 R19 R22 R23R21R20
R24 R25 R26 R27 R30 R31R29R28
R32 R33 R34 R35 R38 R39R37R36
R40 R41 R42 R43 R46 R47R45R44
R48 R49 R50 R51 R54 R55R53R52
R56 R57 R58 R59 R62 R63R61R60
R0 R1 R2 R3 R6 R7R5R4
R8 R9 R10 R11 R14 R15R13R12
R16 R17 R18 R19 R22 R23R21R20
R24 R25 R26 R27 R30 R31R29R28
R32 R33 R34 R35 R38 R39R37R36
R40 R41 R42 R43 R46 R47R45R44
R48 R49 R50 R51 R54 R55R53R52
R56 R57 R58 R59 R62 R63R61R60
 ISSN: 1693-6930
TELKOMNIKA Vol. 15, No. 2, June 2017 : 869 – 876
872
Table 1. Average Hop Count for Mesh and Fully-Mesh Topologies
Source
Node
Destination
Node
Path Number of Hop
Mesh Full-Mesh Mesh Fully-
Mesh
0 63 0→8→16→24→32→40→48
→56→57→58→59→60→61
→62→63
0→9→18→27→36→
45→54→63
14 7
5 35 5→3→21→29→37→36→35 5→13→21→28→35 6 4
10 52 10→18→26→34→42→
50→51→52
10→19→28→36→44→52 7 5
15 57 15→23→31→39→47→
55→63→62→61→60→59→5
8→57
15→22→29→36→43→50
→57
12 6
20 38 20→28→36→37→38 20→29→38 4 2
25 60 25→26→27→28→36→
44→52→60
25→34→43→52→60 7 4
Figure 3. Torus and XX-Torus Topologies
Table 2 shows the comparison of hop count between torus and XX-Torus topology. XX-
Torus has less hop count compare to torus topologies. Besides hop count, XX-Torus has lower
average latency.
Table 2. Average Hop Count for Torus and XX-Torus Topologies
Source
Node
Destination
Node
Path Number of Hop
Torus XX-Torus Torus XX-
Torus
0 63 0→56→63 0→56→63 2 2
5 35 5→3→21→29→37→36→35 5→13→21→28→35 6 4
10 52 10→2→3→4→60→52 10→3→4→60→52 5 4
15 57 15→7→63→56→57 15→7→63→56→57 4 4
20 38 20→28→36→37→38 20→29→38 4 2
25 60 25→26→27→28→36→
44→52→60
25→34→43→52→60 7 4
3.2. Ring and XX-Ring Topologies
Figure 4 shows a ring topology with 64 nodes. In this topology, the first node R0 are
connected with the last node R63. The decision to send the packet from source node to the
destination node depends on the shotest path routing algorithm.
R0 R1 R2 R3 R6 R7R5R4
R8 R9 R10 R11 R14 R15R13R12
R16 R17 R18 R19 R22 R23R21R20
R24 R25 R26 R27 R30 R31R29R28
R32 R33 R34 R35 R38 R39R37R36
R40 R41 R42 R43 R46 R47R45R44
R48 R49 R50 R51 R54 R55R53R52
R56 R57 R58 R59 R62 R63R61R60
R0 R1 R2 R3 R6 R7R5R4
R8 R9 R10 R11 R14 R15R13R12
R16 R17 R18 R19 R22 R23R21R20
R24 R25 R26 R27 R30 R31R29R28
R32 R33 R34 R35 R38 R39R37R36
R40 R41 R42 R43 R46 R47R45R44
R48 R49 R50 R51 R54 R55R53R52
R56 R57 R58 R59 R62 R63R61R60
TELKOMNIKA ISSN: 1693-6930 
Topology Design of Extended Torus and Ring for Low Latency Network… (Ng Yen Phing)
873
Figure 4. Ring Topology with 64 Nodes
Ring topology has a simple structure and efficient routing protocols. From Figure 4
shows that each PE in ring topology has exactly two neighbors. Low cost is needed to
implement ring topology and high throughput is produced. The drawback of ring topology are
high latency and fault tolerance may occur. When there is one link failure, the packet is still
sending by using another path, but the latency will be high. However, when there is two link
failure, the packet may fail to send to the target node. Therefore, 64 nodes XX-Ring topology
are proposed to solve the problem of high latency in the ring topology. The 64 node ring
topology are divided into 4 connected rings to reduce the total number of hop count to send the
packet from source node to destination node as shown in Figure 5 and 6.
Figure 5. XX-Ring Topology with 64 Nodes Figure 6. XX-Ring Topology with 64 Nodes
Display in NS-2 Simulator
Table 3 shows the comparison of hop count between the ring and XX-Ring topologies.
Ring topology shows almost double the hop count of XX-Ring topology. Besides hop count,
XXRing topology has lower average latency.
R0 R1 R2 R3 R4 R5 R6 R7 R8 R9 R10 R11 R12 R13 R14 R15 R16 R17 R18 R19 R20 R21 R22 R23 R24 R25 R26 R27
R28
R29
R30
R31
R32R33R57 R56 R55 R54 R53 R52 R51 R50 R49 R48 R47 R46 R45 R44 R43 R42 R41 R40 R39 R38 R37 R36 R35 R34R59 R58
R63
R62
R61
R60
R0 R1 R2 R3
R6
R7
R8R9R10R11
R13
R12
R16 R17 R18 R19 R20
R23R24R25R26R27
R31
R28
R32 R33 R34 R35 R36
R39R40R41R42R43
R47
R44
R48 R49 R50 R51 R52
R55R56R57R58R59
R63
R60
R5R14
R15 R4
R21
R22
R30
R29
R37
R38
R46
R45
R53
R54
R62
R61
 ISSN: 1693-6930
TELKOMNIKA Vol. 15, No. 2, June 2017 : 869 – 876
874
Table 3. Average Hop Count for Ring and XX-Ring Topologies
Source
Node
Destination
Node
Path Number of Hop
Ring XX-Ring Ring XX-
Ring
0 20 1→2→3→4→5→6→7→8→9→10
→11→12→13→14→15→16→17
→19→20
0→1→2→3→4→20 20 5
5 35 5→6→7→8→9→10→11→12→13
→14→15→16→17→18→19→20
→21→22→
23→24→25→26→27→28→29→3
0
5→21→37→36→35 30 4
10 52 10→9→8→7→6→5→4→3→2→1
→0→63→62→61→60→59→58→
57→56→55→54→53→52
10→2→18→34→50
→51→52
22 6
15 57 15→14→13→12→11→10→9→8
→7→6→5→4→3→2→1→0→63
→62→61→60→59→58→57
15→7→23→39→55
→56→57
22 6
20 38 20→21→22→23→24→25→26→2
7→28→29→30→
31→32→33→34→35→36→37→3
8
20→21→22→38 18 3
25 60 25→24→23→22→21→20→19→1
8→17→16→15→
14→13→12→11→10→9→8→7→
6→5→4→3→2→1→63→62→61
→60
25→26→27→28→44
→ 60
29 5
4. Results and Analysis
The proposed XX-Ring and XX-Torus topologies are compared with mesh, fully mesh,
torus and ring topology to analyze the average latency of 64 nodes network. Our experiment
used an NS-2 simulator to generate results. Latency is the time taken to send a packet from
source node to destination node.
1
Average Latency
N
i
PacketLatency
N



[1]
Where N is the total number of packet arrive at destination node and packet latency refer to the
latency of packet at the ith packet.
1
Average Number of Hop =
N
i
PacketHop
N


[2]
Where N is the total number of packet arrive at destination node and packet hop refer to the
number of hop count required to send the packet from source node to destination node. Table 4,
Figure 7 and 8 shows the result generate from the NS-2 simulator, the comparison is done by
comparing the average latency of proposed topologies with existing topologies.
Table 4. Average Latency (ms) of Different Topologies
Topology Average Latency (ms) of 4 X 4
Network
Average Latency (ms) of 8 X 8
Network
Mesh 472.277 570.764
Full-Mesh 263.196 317.646
Torus 442.181 295.267
XX-Torus 433.661 281.484
Ring 517.722 1500.33
XX-Ring 262.834 276.533
TELKOMNIKA ISSN: 1693-6930 
Topology Design of Extended Torus and Ring for Low Latency Network… (Ng Yen Phing)
875
From Figures 7 and 8, we can conclude that XX-Ring has better performance either in
small or large network in term of average latency compare to the mesh, fully mesh, torus and
xx-torus topologies. From the result, we observe that the number of hop count to sending a
packet is proportional to the average latency. After adding an extra link to mesh, torus and ring
topologies, the improvement of mesh and torus topology are not obvious as the ring topology.
Figure 7. Average Latency (ms) of Different 16 Nodes Topologies
Figure 8. Average Latency (ms) of Different 64 Nodes Topologies
4. Conclusion
In this paper, we have created a 64 nodes XX-Ring and 8x8 XX-Torus topologies to
enhance the performance and reduced the average latency of the Network-on-Chip (NoC). We
analyzed the performance of XX-Ring and XX-Torus in term of latency and number of hop
count. In additional, we compare the proposed topologies with existing topologies such as
mesh, fully-mesh, torus and ring topologies. The experiment analysis shows that the XX-Ring
decrease the average latency by 106.28%, 14.80%, 6.7 1%, 1.73%, 442.24% over the mesh,
fully mesh, torus, xx-torus and ring topologies.
References
[1] A Ben Achballah. A Survey of Network-On-Chip Tools. 2013; 4(9): 61–67.
[2] P Bahrebar, D Stroobandt. Hamiltonian Path Strategy for Deadlock-Free and Adaptive Routing in
Diametrical 2D Mesh NoCs. 2015 15th IEEE/ACM Int. Symp, Clust. Cloud Grid Comput. 2015; 1:
1209-1212.
[3] M Jun, WW Ro, E Chung. Exploiting Implementation Diversity and Partial Connection of Routers in
Application-Speci fi c Network-on-Chip Topology Synthesis. 2014; 63(6): 1433-1444.
[4] O Of. A Novel NoC Routing Design Methodology Based on Divide-Conquer Approach. 2015; 1346:
1329–1346.
[5] W Singh, S Deb. Energy Efficient and Congestion-Aware Router Design for Future NoCs. 2016.
 ISSN: 1693-6930
TELKOMNIKA Vol. 15, No. 2, June 2017 : 869 – 876
876
[6] K Swaminathan, G Lakshminarayanan, S Ko. A Novel Hybrid Topology for Network on Chip. 2014:
1–6.
[7] R Parikh, R Das, V Bertacco. Power-Aware NoCs through Routing and Topology Reconfiguration.
[8] J Xie, Z Liu, G Li, S Lin. Hybrid Connection-based Mesh Topology and Pseudo Adaptive Routing
Algorithm for Network on Chip. Hybrid Connection-based Mesh Topology. 2015; 6: 1997–2005.
[9] C Engineering. Energy, Throughput and Area Evaluation of Regular and Irregular Network on Chip.
Architectures. 2011; 2(5): 47–56.
[10] SS Bhople, MA Gaikwad. Design of Mesh and Torus Topologies for Network-On-Chip Application.
2013; 2(2): 76–82.
[11] J Fang. Research on Topology and Policy for Low Power Consumption of Network-on-Chip with
Multicore Processors, no. 61202076. 2015: 622–626.
[12] S Anjum, UA Gulzari, K Network-on-chip. Cross By Pass-Mesh Architecture for on-Chip
Communication Department of Electrical Engineering Department of Electrical Engineering
Department of Electrical Engineering. 2015.
[13] H Furhad, J Kim. An Extended Diagonal Mesh Topology for Network-on-Chip Architectures. 2015:
10(10): 197–210.
[14] P Yang, Q Wang. Heterogeneous Honeycomb-like NoC Topology and Routing based on
Communication Division. 2015: 8(1): 19–26.
[15] AF Beldachi, S Hollis, JL Nunez-yanez. Extended Torus routing algorithm for networks-on- chip : a
routing algorithm for dynamically reconfigurable networks-on-chip. 2014; 8: 148–162.

More Related Content

What's hot (19)

PDF
Bx4201493498
IJERA Editor
 
PDF
Multicast Routing Protocol with Group-Level Congestion Prediction and Perman...
IOSR Journals
 
PDF
ADAPTIVE AODV ROUTING PROTOCOL FOR MOBILE ADHOC NETWORKS
ijasuc
 
PDF
The Effect of Network Topology on Geographic Routing Performance in Localized...
IDES Editor
 
PDF
AN INVERTED LIST BASED APPROACH TO GENERATE OPTIMISED PATH IN DSR IN MANETS –...
Editor IJCATR
 
PDF
Aj25210213
IJERA Editor
 
PDF
Ijetcas14 488
Iasir Journals
 
PDF
IMPROVED EXTENDED XY ON-CHIP ROUTING IN DIAMETRICAL 2D MESH NOC
VLSICS Design
 
PDF
Improvement at Network Planning using Heuristic Algorithm to Minimize Cost of...
Yayah Zakaria
 
PDF
IEEE Wireless communication 2016 Title and Abstract
tsysglobalsolutions
 
PDF
Mitigating Link Failures & Implementing Security Mechanism in Multipath Flows...
Eswar Publications
 
PDF
Mobile elements scheduling for periodic sensor applications
ijwmn
 
PDF
Supporting efficient and scalable multicasting
ingenioustech
 
PDF
Contel.final
chenlahero
 
PDF
Bo mim orelay
Võ Đức Hiếu
 
PDF
Optimizing IP Networks for Uncertain Demands Using Outbound Traffic Constraints
EM Legacy
 
PDF
Determining the Optimum Number of Paths for Realization of Multi-path Routing...
TELKOMNIKA JOURNAL
 
PDF
Broadcast wormhole routed 3-d mesh
IJCNCJournal
 
PDF
1. 8481 1-pb
IAESIJEECS
 
Bx4201493498
IJERA Editor
 
Multicast Routing Protocol with Group-Level Congestion Prediction and Perman...
IOSR Journals
 
ADAPTIVE AODV ROUTING PROTOCOL FOR MOBILE ADHOC NETWORKS
ijasuc
 
The Effect of Network Topology on Geographic Routing Performance in Localized...
IDES Editor
 
AN INVERTED LIST BASED APPROACH TO GENERATE OPTIMISED PATH IN DSR IN MANETS –...
Editor IJCATR
 
Aj25210213
IJERA Editor
 
Ijetcas14 488
Iasir Journals
 
IMPROVED EXTENDED XY ON-CHIP ROUTING IN DIAMETRICAL 2D MESH NOC
VLSICS Design
 
Improvement at Network Planning using Heuristic Algorithm to Minimize Cost of...
Yayah Zakaria
 
IEEE Wireless communication 2016 Title and Abstract
tsysglobalsolutions
 
Mitigating Link Failures & Implementing Security Mechanism in Multipath Flows...
Eswar Publications
 
Mobile elements scheduling for periodic sensor applications
ijwmn
 
Supporting efficient and scalable multicasting
ingenioustech
 
Contel.final
chenlahero
 
Bo mim orelay
Võ Đức Hiếu
 
Optimizing IP Networks for Uncertain Demands Using Outbound Traffic Constraints
EM Legacy
 
Determining the Optimum Number of Paths for Realization of Multi-path Routing...
TELKOMNIKA JOURNAL
 
Broadcast wormhole routed 3-d mesh
IJCNCJournal
 
1. 8481 1-pb
IAESIJEECS
 

Similar to Topology Design of Extended Torus and Ring for Low Latency Network-on-Chip Architecture (20)

PDF
DIA-TORUS:A NOVEL TOPOLOGY FOR NETWORK ON CHIP DESIGN
IJCNCJournal
 
PDF
Nocs performance improvement using parallel transmission through wireless links
ijcsa
 
PDF
A Survey on Area Planning for Heterogeneous Networks
GiselleginaGloria
 
PDF
Analysis of Latency and Throughput of 2D Torus Topology using Modified XY Rou...
IDES Editor
 
PDF
Design and analysis of routing protocol for cognitive radio ad hoc networks i...
IJECEIAES
 
PDF
Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...
IJERA Editor
 
PDF
Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...
IJERA Editor
 
PDF
Ed33777782
IJERA Editor
 
PDF
Ed33777782
IJERA Editor
 
PDF
Gk2411581160
IJERA Editor
 
PDF
Optimize the Network Coding Paths to Enhance the Coding Protection in Wireles...
IJCNCJournal
 
PDF
Optimize the Network Coding Paths to Enhance the Coding Protection in Wireles...
IJCNCJournal
 
PDF
JCWAEED: JOINT CHANNEL ASSIGNMENT AND WEIGHTED AVERAGE EXPECTED END-TO-END DE...
csandit
 
PDF
C0351725
iosrjournals
 
PDF
M010226367
IOSR Journals
 
PDF
5 G Numerology
Aneesh Thomas
 
PDF
Further Investigation on OXLP: An Optimized Cross-Layers Protocol for Sensor ...
IJCSIS Research Publications
 
PDF
CPCRT: Crosslayered and Power Conserved Routing Topology for congestion Cont...
IOSR Journals
 
PDF
Comparative performance evaluation of routing algorithm and topology size for...
journalBEEI
 
PDF
Congestion Control in Manets Using Hybrid Routing Protocol
IOSR Journals
 
DIA-TORUS:A NOVEL TOPOLOGY FOR NETWORK ON CHIP DESIGN
IJCNCJournal
 
Nocs performance improvement using parallel transmission through wireless links
ijcsa
 
A Survey on Area Planning for Heterogeneous Networks
GiselleginaGloria
 
Analysis of Latency and Throughput of 2D Torus Topology using Modified XY Rou...
IDES Editor
 
Design and analysis of routing protocol for cognitive radio ad hoc networks i...
IJECEIAES
 
Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...
IJERA Editor
 
Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...
IJERA Editor
 
Ed33777782
IJERA Editor
 
Ed33777782
IJERA Editor
 
Gk2411581160
IJERA Editor
 
Optimize the Network Coding Paths to Enhance the Coding Protection in Wireles...
IJCNCJournal
 
Optimize the Network Coding Paths to Enhance the Coding Protection in Wireles...
IJCNCJournal
 
JCWAEED: JOINT CHANNEL ASSIGNMENT AND WEIGHTED AVERAGE EXPECTED END-TO-END DE...
csandit
 
C0351725
iosrjournals
 
M010226367
IOSR Journals
 
5 G Numerology
Aneesh Thomas
 
Further Investigation on OXLP: An Optimized Cross-Layers Protocol for Sensor ...
IJCSIS Research Publications
 
CPCRT: Crosslayered and Power Conserved Routing Topology for congestion Cont...
IOSR Journals
 
Comparative performance evaluation of routing algorithm and topology size for...
journalBEEI
 
Congestion Control in Manets Using Hybrid Routing Protocol
IOSR Journals
 
Ad

More from TELKOMNIKA JOURNAL (20)

PDF
Leveraging technology to improve tuberculosis patient adherence: a comprehens...
TELKOMNIKA JOURNAL
 
PDF
Adulterated beef detection with redundant gas sensor using optimized convolut...
TELKOMNIKA JOURNAL
 
PDF
A 6G THz MIMO antenna with high gain and wide bandwidth for high-speed wirele...
TELKOMNIKA JOURNAL
 
PDF
Jacobian approximation of the Sum-Alpha stopping criterion
TELKOMNIKA JOURNAL
 
PDF
Performance optimization of MIMO-NOMA systems in Nakagami-m fading environments
TELKOMNIKA JOURNAL
 
PDF
Enhanced microwave absorption in partition walls using rice husk biomass comp...
TELKOMNIKA JOURNAL
 
PDF
A multiband sub-6 THz patch antenna with high gain for IoT and 6G communication
TELKOMNIKA JOURNAL
 
PDF
Design and simulation of rectangular patch antenna arrays with high bandwidth...
TELKOMNIKA JOURNAL
 
PDF
A compact triband patch antenna design at terahertz frequencies
TELKOMNIKA JOURNAL
 
PDF
Optimized tri-band MIMO antenna design for 6G terahertz applications and futu...
TELKOMNIKA JOURNAL
 
PDF
Dual band antenna design for 4G/5G application and prediction of gain using m...
TELKOMNIKA JOURNAL
 
PDF
Design of the automation system for the chemical water treatment plant of the...
TELKOMNIKA JOURNAL
 
PDF
Human–robot collaboration with mixed reality for interactive and safe workspaces
TELKOMNIKA JOURNAL
 
PDF
Homogeneous transformation matrix for force-torque sensor orientation compens...
TELKOMNIKA JOURNAL
 
PDF
Temperature response analysis between PD and PI controls applied to infant in...
TELKOMNIKA JOURNAL
 
PDF
Imposing neural networks and PSO optimization in the quest for optimal ankle-...
TELKOMNIKA JOURNAL
 
PDF
Three-position gearshifts remote control for agricultural tractors
TELKOMNIKA JOURNAL
 
PDF
Analyzing the impact of sports activity intensity on muscle capacity through ...
TELKOMNIKA JOURNAL
 
PDF
Prototype of alternate wetting and drying rice cultivation using internet of ...
TELKOMNIKA JOURNAL
 
PDF
Enhancing spam detection using Harris Hawks optimization algorithm
TELKOMNIKA JOURNAL
 
Leveraging technology to improve tuberculosis patient adherence: a comprehens...
TELKOMNIKA JOURNAL
 
Adulterated beef detection with redundant gas sensor using optimized convolut...
TELKOMNIKA JOURNAL
 
A 6G THz MIMO antenna with high gain and wide bandwidth for high-speed wirele...
TELKOMNIKA JOURNAL
 
Jacobian approximation of the Sum-Alpha stopping criterion
TELKOMNIKA JOURNAL
 
Performance optimization of MIMO-NOMA systems in Nakagami-m fading environments
TELKOMNIKA JOURNAL
 
Enhanced microwave absorption in partition walls using rice husk biomass comp...
TELKOMNIKA JOURNAL
 
A multiband sub-6 THz patch antenna with high gain for IoT and 6G communication
TELKOMNIKA JOURNAL
 
Design and simulation of rectangular patch antenna arrays with high bandwidth...
TELKOMNIKA JOURNAL
 
A compact triband patch antenna design at terahertz frequencies
TELKOMNIKA JOURNAL
 
Optimized tri-band MIMO antenna design for 6G terahertz applications and futu...
TELKOMNIKA JOURNAL
 
Dual band antenna design for 4G/5G application and prediction of gain using m...
TELKOMNIKA JOURNAL
 
Design of the automation system for the chemical water treatment plant of the...
TELKOMNIKA JOURNAL
 
Human–robot collaboration with mixed reality for interactive and safe workspaces
TELKOMNIKA JOURNAL
 
Homogeneous transformation matrix for force-torque sensor orientation compens...
TELKOMNIKA JOURNAL
 
Temperature response analysis between PD and PI controls applied to infant in...
TELKOMNIKA JOURNAL
 
Imposing neural networks and PSO optimization in the quest for optimal ankle-...
TELKOMNIKA JOURNAL
 
Three-position gearshifts remote control for agricultural tractors
TELKOMNIKA JOURNAL
 
Analyzing the impact of sports activity intensity on muscle capacity through ...
TELKOMNIKA JOURNAL
 
Prototype of alternate wetting and drying rice cultivation using internet of ...
TELKOMNIKA JOURNAL
 
Enhancing spam detection using Harris Hawks optimization algorithm
TELKOMNIKA JOURNAL
 
Ad

Recently uploaded (20)

PDF
bs-en-12390-3 testing hardened concrete.pdf
ADVANCEDCONSTRUCTION
 
PPTX
Comparison of Flexible and Rigid Pavements in Bangladesh
Arifur Rahman
 
PPTX
Unit_I Functional Units, Instruction Sets.pptx
logaprakash9
 
PDF
Module - 5 Machine Learning-22ISE62.pdf
Dr. Shivashankar
 
PPTX
Computer network Computer network Computer network Computer network
Shrikant317689
 
PPTX
Introduction to File Transfer Protocol with commands in FTP
BeulahS2
 
PDF
Authentication Devices in Fog-mobile Edge Computing Environments through a Wi...
ijujournal
 
PDF
PROGRAMMING REQUESTS/RESPONSES WITH GREATFREE IN THE CLOUD ENVIRONMENT
samueljackson3773
 
PDF
Bayesian Learning - Naive Bayes Algorithm
Sharmila Chidaravalli
 
PPTX
ASBC application presentation template (ENG)_v3 (1).pptx
HassanMohammed730118
 
PPT
دراسة حاله لقرية تقع في جنوب غرب السودان
محمد قصص فتوتة
 
PDF
How to Buy Verified CashApp Accounts IN 2025
Buy Verified CashApp Accounts
 
PDF
Python Mini Project: Command-Line Quiz Game for School/College Students
MPREETHI7
 
PDF
LLC CM NCP1399 SIMPLIS MODEL MANUAL.PDF
ssuser1be9ce
 
PPTX
Explore USA’s Best Structural And Non Structural Steel Detailing
Silicon Engineering Consultants LLC
 
PDF
June 2025 Top 10 Sites -Electrical and Electronics Engineering: An Internatio...
elelijjournal653
 
PPTX
Bharatiya Antariksh Hackathon 2025 Idea Submission PPT.pptx
AsadShad4
 
PPTX
Bharatiya Antariksh Hackathon 2025 Idea Submission PPT.pptx
AsadShad4
 
PDF
Tesia Dobrydnia - An Avid Hiker And Backpacker
Tesia Dobrydnia
 
PPTX
CST413 KTU S7 CSE Machine Learning Neural Networks and Support Vector Machine...
resming1
 
bs-en-12390-3 testing hardened concrete.pdf
ADVANCEDCONSTRUCTION
 
Comparison of Flexible and Rigid Pavements in Bangladesh
Arifur Rahman
 
Unit_I Functional Units, Instruction Sets.pptx
logaprakash9
 
Module - 5 Machine Learning-22ISE62.pdf
Dr. Shivashankar
 
Computer network Computer network Computer network Computer network
Shrikant317689
 
Introduction to File Transfer Protocol with commands in FTP
BeulahS2
 
Authentication Devices in Fog-mobile Edge Computing Environments through a Wi...
ijujournal
 
PROGRAMMING REQUESTS/RESPONSES WITH GREATFREE IN THE CLOUD ENVIRONMENT
samueljackson3773
 
Bayesian Learning - Naive Bayes Algorithm
Sharmila Chidaravalli
 
ASBC application presentation template (ENG)_v3 (1).pptx
HassanMohammed730118
 
دراسة حاله لقرية تقع في جنوب غرب السودان
محمد قصص فتوتة
 
How to Buy Verified CashApp Accounts IN 2025
Buy Verified CashApp Accounts
 
Python Mini Project: Command-Line Quiz Game for School/College Students
MPREETHI7
 
LLC CM NCP1399 SIMPLIS MODEL MANUAL.PDF
ssuser1be9ce
 
Explore USA’s Best Structural And Non Structural Steel Detailing
Silicon Engineering Consultants LLC
 
June 2025 Top 10 Sites -Electrical and Electronics Engineering: An Internatio...
elelijjournal653
 
Bharatiya Antariksh Hackathon 2025 Idea Submission PPT.pptx
AsadShad4
 
Bharatiya Antariksh Hackathon 2025 Idea Submission PPT.pptx
AsadShad4
 
Tesia Dobrydnia - An Avid Hiker And Backpacker
Tesia Dobrydnia
 
CST413 KTU S7 CSE Machine Learning Neural Networks and Support Vector Machine...
resming1
 

Topology Design of Extended Torus and Ring for Low Latency Network-on-Chip Architecture

  • 1. TELKOMNIKA, Vol.15, No.2, June 2017, pp. 869~876 ISSN: 1693-6930, accredited A by DIKTI, Decree No: 58/DIKTI/Kep/2013 DOI: 10.12928/TELKOMNIKA.v15i2.6134  869 Received February5, 2017; Revised April 21, 2017; Accepted May 6, 2017 Topology Design of Extended Torus and Ring for Low Latency Network-on-Chip Architecture Ng Yen Phing* 1 , M. N. Mohd Warip 2 , Phaklen Ehkan 3 , F. W. Zulkefli 4 , R Badlishah Ahmad 5 School of Computer and Communication Engineering, University Malaysia Perlis, Pauh Putra Main Campus, 02600 Arau, Malaysia *Corresponding author, e-mail: [email protected] Abstract In essence, Network-on-Chip (NoC) also known as on-chip interconnection network has been proposed as a design solution to System-on-Chip (SoC). The routing algorithm, topology and switching technique are significant because of the most influential effect on the overall performance of Network-on- Chip (NoC). Designing of large scale topology alongside the support of deadlock free, low latency, high throughput and low power consumption is notably challenging in particular with expanding network size. This paper proposed an 8x8 XX-Torus and 64 nodes XX-Ring topology schemes for Network-on-Chip to minimize the latency by decrease the node diameter from the source node to destination node. Correspondingly, we compare in differences on the performance of mesh, full-mesh, torus and ring topologies with XX-Torus and XX-Ring topologies in term of latency. Results show that XX-Ring outperforms the conventional topologies in term of latency. XX-Ring decreases the average latency by 106.28%, 14.80%, 6.7 1%, 1.73%, 442.24% over the mesh, fully-mesh, torus, XX-torus, and Ring topologies. Keywords: network-on-chip, system-on-chip, torus topology, ring topology, network latency Copyright © 2017 Universitas Ahmad Dahlan. All rights reserved. 1. Introduction In Network-on-Chip (NoC), the term network topology [1] is used to refer to how the node is interconnected each other. Accordingly, the key to designing a network is to select an appropriate topology in which will determine the scalability, performance, fault tolerance complexity and power consumption of a NoC. The cost and performance could be the contributing factors in dictate a network topology. However, the performance of topology is limited by the complexity of the chip, symmetry, number of nodes, diameter, the number of edges, and the length of the interconnection. Additionally, the performance can be measured based on the path diversity, throughput and latency. Symmetry plays an important role in topology for load balancing and routing. Symmetry can be classified into two types includes vertex-symmetry and edge-symmetric. Vertex-symmetry sharing the same path, therefore can use the same direction to route to the same target node. In edge-symmetric the packet is using different path to send packet, therefore load balancing can achieve by this symmetric. In each topology consist of channel, C=(x,y). Where the channel connects from source node, x, to the target node, y, with different width, wxy, frequency, fxy, and time required to send packet. The router connection can be classified into direct or indirect network. In a direct network, every node in the network is both terminal and switch. In this network, every node is connected to fixed number of node. In addition, every router in direct network connects at least one PE. The example of direct network is mesh, torus and ring topology. In an indirect network, a node only can be either a switch or a terminal. The number of router in indirect network is more compared to the number of IP cores and the router is only connected to others router. In this network, some of the router does not attach with PE. The example of indirect network is tree based topology. The simple topologies for general purpose application are mesh topology. However, due to increase of network size, the performance of mesh topology has degraded. Torus topology has reduced the diameter of mesh topology, but it increases the complexity and bisection width.
  • 2.  ISSN: 1693-6930 TELKOMNIKA Vol. 15, No. 2, June 2017 : 869 – 876 870 In Figure 1 illustrates the different topologies which are commonly used in Network-on- Chip (NoC). Figure 1. The example of topologies in Network-on-Chip (NoC) In this paper, two new routing algorithms has proposed called XX-Torus and XX-Ring topology to decrease the average latency of a network. The proposed topologies are based on 8X8 torus and 64 nodes ring topologies. In this paper, we analyze its architectures potential in term of average latency and number of hop count. The number of hop count can reduce by choosing the shortest path to send packet from source node to destination node. Based on the experiment, XX-Ring topology has lower average latency and it is suitable for small and large network. The rest of this paper is organized as follow. Section 2 describes the related work. Section 3, architecture of mesh, fully mesh, torus, ring, XX-Torus, and XX-Ring are discussed and present the number of hop count of all the topologies. Section 4 discussion of the result and analysis, section 5 concludes the paper. 2. Related Work Currently, the number of research institute focused on Network-on-Chip are increasing. Most of the researchers focused their research on NoC topologies [2, 3], routing protocols [4], architecture [5], power consumption [6, 7], throughput [8, 9] and latency [10]. Regarding [11] has proposed an RRCIES topology based on mesh topology. RRCIES has reduced the average power consumption in Network-on-Chip (NoC). The proposed topology reduced the power consumption by reduced the number of router in the topology. The number of routers is reduced by let more core connect through one router. Usman Ali Gulzari, Sheraz Anjum and Shahrukh Agha [12] proposed a cross by pass-mesh (CBP-Mesh) architecture for on-chip communication. CBP-Mesh topology is the modification of mesh topology by adding two cross by pass link to mesh topology. The average latency and number of hop count are reduced. Besides that, CBP-mesh has better area utilization and power consumption compare to mesh, torus, 2DDgl-Mesh, SD-Mesh, X-Mesh and C2-Mesh. Md. Hasan Furhad and Jong-Myon Kim [13] proposed an extended diagonal mesh topology (XDMesh) for network-on-chip architecture to reduce average latency and power consumption and increase throughput by including diagonal link in the network. Pengfei Yang and Quan Wang [14] proposed a topology name heterogeneous honeycomb-like network-on-chip topology. The objective of this paper is to decrease the latency, power consumption, and area. This paper shows that mesh and torus topology wasting resource and bandwidth when the processing element demands less communication. So heterogeneous honeycomb-like topology can solve the problem by using easy to expand and regular topology. Therefore, the transmission road could work well with varied requirement of different processing element. Arash Farhadi Beldachi, Simon Hollis and Jose L. Nunez-Yanez [15] proposed eXtended torus Tree Torus Mesh Ring SPINStarBus BFT
  • 3. TELKOMNIKA ISSN: 1693-6930  Topology Design of Extended Torus and Ring for Low Latency Network… (Ng Yen Phing) 871 (XTRANC) routing topology for NoC. This topology is modification of mesh topology by adding additional link to reduce congestion. This paper achieves the objective of higher throughput and lower latency compare to the mesh, inner torus and full-mesh. 3. Topologies The performance of XX-Torus and XX-Ring are evaluating, include average latency and the maximum number of hop count require to send a packet from source node to destination node. The mesh, fully mesh, torus, xx-torus, ring, and xx-ring are discussed in section 3.1 and 3.2. 3.1. Mesh, Full-Mesh, Torus and XX-Torus Topologies Currently, 2D mesh and torus topology are widely used by researchers due to accepted wire cost and high bandwidth. The structure of mesh and torus topology is shown is Figure 2 and 3. The structure of torus topology is fundamentally similar to mesh topology except for the edge of the router in torus topology is connected to another edge of the router. Both of these topologies can be represented in m x n node where m and n are the number of node in x-axis and y-axis respectively. The position of each node is identified by x and y dimension. Normally < 0, 0 > position is assign to the node on the left top corner. The x-dimension and y-dimension is increasing when move towards right and bottom respectively. Tori have better path diversity and load balancing. By using the formula of diameter, torus topology, (2[n/2]) has shorter diameter compare to mesh topology, (2n-2). Bisection width of torus, 2n is larger than mesh, n. The disadvantage of torus topology is with slightly higher latency because of higher hop count. A large number of hop counts is required to reduce the number of path diversity. The weakness of mesh and torus topology is found when the size of the network becomes larger and larger. The lower latency and power consumption normally can achieve by apply on small size network that makes the network bisection limited. The architecture of XX-Torus is the combination of fully mesh and torus topologies. Figure 2. Mesh and Full-Mesh Topologies Table 1 shows the comparison of hop count between the mesh and fully-mesh topology. Fully mesh shows the less hop count compare to mesh topologies. Besides hop count, fully mesh has lower average latency. R0 R1 R2 R3 R6 R7R5R4 R8 R9 R10 R11 R14 R15R13R12 R16 R17 R18 R19 R22 R23R21R20 R24 R25 R26 R27 R30 R31R29R28 R32 R33 R34 R35 R38 R39R37R36 R40 R41 R42 R43 R46 R47R45R44 R48 R49 R50 R51 R54 R55R53R52 R56 R57 R58 R59 R62 R63R61R60 R0 R1 R2 R3 R6 R7R5R4 R8 R9 R10 R11 R14 R15R13R12 R16 R17 R18 R19 R22 R23R21R20 R24 R25 R26 R27 R30 R31R29R28 R32 R33 R34 R35 R38 R39R37R36 R40 R41 R42 R43 R46 R47R45R44 R48 R49 R50 R51 R54 R55R53R52 R56 R57 R58 R59 R62 R63R61R60
  • 4.  ISSN: 1693-6930 TELKOMNIKA Vol. 15, No. 2, June 2017 : 869 – 876 872 Table 1. Average Hop Count for Mesh and Fully-Mesh Topologies Source Node Destination Node Path Number of Hop Mesh Full-Mesh Mesh Fully- Mesh 0 63 0→8→16→24→32→40→48 →56→57→58→59→60→61 →62→63 0→9→18→27→36→ 45→54→63 14 7 5 35 5→3→21→29→37→36→35 5→13→21→28→35 6 4 10 52 10→18→26→34→42→ 50→51→52 10→19→28→36→44→52 7 5 15 57 15→23→31→39→47→ 55→63→62→61→60→59→5 8→57 15→22→29→36→43→50 →57 12 6 20 38 20→28→36→37→38 20→29→38 4 2 25 60 25→26→27→28→36→ 44→52→60 25→34→43→52→60 7 4 Figure 3. Torus and XX-Torus Topologies Table 2 shows the comparison of hop count between torus and XX-Torus topology. XX- Torus has less hop count compare to torus topologies. Besides hop count, XX-Torus has lower average latency. Table 2. Average Hop Count for Torus and XX-Torus Topologies Source Node Destination Node Path Number of Hop Torus XX-Torus Torus XX- Torus 0 63 0→56→63 0→56→63 2 2 5 35 5→3→21→29→37→36→35 5→13→21→28→35 6 4 10 52 10→2→3→4→60→52 10→3→4→60→52 5 4 15 57 15→7→63→56→57 15→7→63→56→57 4 4 20 38 20→28→36→37→38 20→29→38 4 2 25 60 25→26→27→28→36→ 44→52→60 25→34→43→52→60 7 4 3.2. Ring and XX-Ring Topologies Figure 4 shows a ring topology with 64 nodes. In this topology, the first node R0 are connected with the last node R63. The decision to send the packet from source node to the destination node depends on the shotest path routing algorithm. R0 R1 R2 R3 R6 R7R5R4 R8 R9 R10 R11 R14 R15R13R12 R16 R17 R18 R19 R22 R23R21R20 R24 R25 R26 R27 R30 R31R29R28 R32 R33 R34 R35 R38 R39R37R36 R40 R41 R42 R43 R46 R47R45R44 R48 R49 R50 R51 R54 R55R53R52 R56 R57 R58 R59 R62 R63R61R60 R0 R1 R2 R3 R6 R7R5R4 R8 R9 R10 R11 R14 R15R13R12 R16 R17 R18 R19 R22 R23R21R20 R24 R25 R26 R27 R30 R31R29R28 R32 R33 R34 R35 R38 R39R37R36 R40 R41 R42 R43 R46 R47R45R44 R48 R49 R50 R51 R54 R55R53R52 R56 R57 R58 R59 R62 R63R61R60
  • 5. TELKOMNIKA ISSN: 1693-6930  Topology Design of Extended Torus and Ring for Low Latency Network… (Ng Yen Phing) 873 Figure 4. Ring Topology with 64 Nodes Ring topology has a simple structure and efficient routing protocols. From Figure 4 shows that each PE in ring topology has exactly two neighbors. Low cost is needed to implement ring topology and high throughput is produced. The drawback of ring topology are high latency and fault tolerance may occur. When there is one link failure, the packet is still sending by using another path, but the latency will be high. However, when there is two link failure, the packet may fail to send to the target node. Therefore, 64 nodes XX-Ring topology are proposed to solve the problem of high latency in the ring topology. The 64 node ring topology are divided into 4 connected rings to reduce the total number of hop count to send the packet from source node to destination node as shown in Figure 5 and 6. Figure 5. XX-Ring Topology with 64 Nodes Figure 6. XX-Ring Topology with 64 Nodes Display in NS-2 Simulator Table 3 shows the comparison of hop count between the ring and XX-Ring topologies. Ring topology shows almost double the hop count of XX-Ring topology. Besides hop count, XXRing topology has lower average latency. R0 R1 R2 R3 R4 R5 R6 R7 R8 R9 R10 R11 R12 R13 R14 R15 R16 R17 R18 R19 R20 R21 R22 R23 R24 R25 R26 R27 R28 R29 R30 R31 R32R33R57 R56 R55 R54 R53 R52 R51 R50 R49 R48 R47 R46 R45 R44 R43 R42 R41 R40 R39 R38 R37 R36 R35 R34R59 R58 R63 R62 R61 R60 R0 R1 R2 R3 R6 R7 R8R9R10R11 R13 R12 R16 R17 R18 R19 R20 R23R24R25R26R27 R31 R28 R32 R33 R34 R35 R36 R39R40R41R42R43 R47 R44 R48 R49 R50 R51 R52 R55R56R57R58R59 R63 R60 R5R14 R15 R4 R21 R22 R30 R29 R37 R38 R46 R45 R53 R54 R62 R61
  • 6.  ISSN: 1693-6930 TELKOMNIKA Vol. 15, No. 2, June 2017 : 869 – 876 874 Table 3. Average Hop Count for Ring and XX-Ring Topologies Source Node Destination Node Path Number of Hop Ring XX-Ring Ring XX- Ring 0 20 1→2→3→4→5→6→7→8→9→10 →11→12→13→14→15→16→17 →19→20 0→1→2→3→4→20 20 5 5 35 5→6→7→8→9→10→11→12→13 →14→15→16→17→18→19→20 →21→22→ 23→24→25→26→27→28→29→3 0 5→21→37→36→35 30 4 10 52 10→9→8→7→6→5→4→3→2→1 →0→63→62→61→60→59→58→ 57→56→55→54→53→52 10→2→18→34→50 →51→52 22 6 15 57 15→14→13→12→11→10→9→8 →7→6→5→4→3→2→1→0→63 →62→61→60→59→58→57 15→7→23→39→55 →56→57 22 6 20 38 20→21→22→23→24→25→26→2 7→28→29→30→ 31→32→33→34→35→36→37→3 8 20→21→22→38 18 3 25 60 25→24→23→22→21→20→19→1 8→17→16→15→ 14→13→12→11→10→9→8→7→ 6→5→4→3→2→1→63→62→61 →60 25→26→27→28→44 → 60 29 5 4. Results and Analysis The proposed XX-Ring and XX-Torus topologies are compared with mesh, fully mesh, torus and ring topology to analyze the average latency of 64 nodes network. Our experiment used an NS-2 simulator to generate results. Latency is the time taken to send a packet from source node to destination node. 1 Average Latency N i PacketLatency N    [1] Where N is the total number of packet arrive at destination node and packet latency refer to the latency of packet at the ith packet. 1 Average Number of Hop = N i PacketHop N   [2] Where N is the total number of packet arrive at destination node and packet hop refer to the number of hop count required to send the packet from source node to destination node. Table 4, Figure 7 and 8 shows the result generate from the NS-2 simulator, the comparison is done by comparing the average latency of proposed topologies with existing topologies. Table 4. Average Latency (ms) of Different Topologies Topology Average Latency (ms) of 4 X 4 Network Average Latency (ms) of 8 X 8 Network Mesh 472.277 570.764 Full-Mesh 263.196 317.646 Torus 442.181 295.267 XX-Torus 433.661 281.484 Ring 517.722 1500.33 XX-Ring 262.834 276.533
  • 7. TELKOMNIKA ISSN: 1693-6930  Topology Design of Extended Torus and Ring for Low Latency Network… (Ng Yen Phing) 875 From Figures 7 and 8, we can conclude that XX-Ring has better performance either in small or large network in term of average latency compare to the mesh, fully mesh, torus and xx-torus topologies. From the result, we observe that the number of hop count to sending a packet is proportional to the average latency. After adding an extra link to mesh, torus and ring topologies, the improvement of mesh and torus topology are not obvious as the ring topology. Figure 7. Average Latency (ms) of Different 16 Nodes Topologies Figure 8. Average Latency (ms) of Different 64 Nodes Topologies 4. Conclusion In this paper, we have created a 64 nodes XX-Ring and 8x8 XX-Torus topologies to enhance the performance and reduced the average latency of the Network-on-Chip (NoC). We analyzed the performance of XX-Ring and XX-Torus in term of latency and number of hop count. In additional, we compare the proposed topologies with existing topologies such as mesh, fully-mesh, torus and ring topologies. The experiment analysis shows that the XX-Ring decrease the average latency by 106.28%, 14.80%, 6.7 1%, 1.73%, 442.24% over the mesh, fully mesh, torus, xx-torus and ring topologies. References [1] A Ben Achballah. A Survey of Network-On-Chip Tools. 2013; 4(9): 61–67. [2] P Bahrebar, D Stroobandt. Hamiltonian Path Strategy for Deadlock-Free and Adaptive Routing in Diametrical 2D Mesh NoCs. 2015 15th IEEE/ACM Int. Symp, Clust. Cloud Grid Comput. 2015; 1: 1209-1212. [3] M Jun, WW Ro, E Chung. Exploiting Implementation Diversity and Partial Connection of Routers in Application-Speci fi c Network-on-Chip Topology Synthesis. 2014; 63(6): 1433-1444. [4] O Of. A Novel NoC Routing Design Methodology Based on Divide-Conquer Approach. 2015; 1346: 1329–1346. [5] W Singh, S Deb. Energy Efficient and Congestion-Aware Router Design for Future NoCs. 2016.
  • 8.  ISSN: 1693-6930 TELKOMNIKA Vol. 15, No. 2, June 2017 : 869 – 876 876 [6] K Swaminathan, G Lakshminarayanan, S Ko. A Novel Hybrid Topology for Network on Chip. 2014: 1–6. [7] R Parikh, R Das, V Bertacco. Power-Aware NoCs through Routing and Topology Reconfiguration. [8] J Xie, Z Liu, G Li, S Lin. Hybrid Connection-based Mesh Topology and Pseudo Adaptive Routing Algorithm for Network on Chip. Hybrid Connection-based Mesh Topology. 2015; 6: 1997–2005. [9] C Engineering. Energy, Throughput and Area Evaluation of Regular and Irregular Network on Chip. Architectures. 2011; 2(5): 47–56. [10] SS Bhople, MA Gaikwad. Design of Mesh and Torus Topologies for Network-On-Chip Application. 2013; 2(2): 76–82. [11] J Fang. Research on Topology and Policy for Low Power Consumption of Network-on-Chip with Multicore Processors, no. 61202076. 2015: 622–626. [12] S Anjum, UA Gulzari, K Network-on-chip. Cross By Pass-Mesh Architecture for on-Chip Communication Department of Electrical Engineering Department of Electrical Engineering Department of Electrical Engineering. 2015. [13] H Furhad, J Kim. An Extended Diagonal Mesh Topology for Network-on-Chip Architectures. 2015: 10(10): 197–210. [14] P Yang, Q Wang. Heterogeneous Honeycomb-like NoC Topology and Routing based on Communication Division. 2015: 8(1): 19–26. [15] AF Beldachi, S Hollis, JL Nunez-yanez. Extended Torus routing algorithm for networks-on- chip : a routing algorithm for dynamically reconfigurable networks-on-chip. 2014; 8: 148–162.