You are on page 1of 8

Network Design of Asia Pacific College Using

Routing Information Protocol v2


DATA COMMUNICATIONS

Baylon, Charles Nickson M.


Ditano, Hannia O.
Labuson, Napoleon C.
Mustary, Mohammad Darwin T.
Yucoco, Jemima Faith R.

cmbaylon@student.apc.edu.ph​, ​hoditano@student.apc.edu.ph, nclabuson@student.apc.edu.ph,


mtmustary@student.apc.edu.ph​,​ ​jryucoco@student.apc.edu.ph
School of Engineering
Asia Pacific College
3 Humabon Place, Magallanes, Makati City, Philippines

Abstract – ​Routing Information Protocol version 2 adjacent routers at the address 224.0.0.9, as opposed to
(RIPv2) is one of the most common and easiest routing RIPv1 which uses broadcast.
protocols to configure. ​This paper discusses the steps
taken to implement this protocol to create a network In addition, RIPv2 automatically summarizes networks
design for Asia Pacific College. The group utilized a at major network boundaries by default. When automatic
hybrid topology and used a class B network with a summarization has been disabled, RIPv2 no longer
main network address of 172.16.0.0/16. summarizes networks to their classful address ate
boundary routers. RIP v2 also allows more information
Key words: RIPv2, VLSM, Subnet Mask carried in RIP update packets, such as support for Route
summarization, Classless interdomain routing (CIDR),
I. INTRODUCTION Variable-length subnet masks (VLSMs), Autonomous
systems and the use of redistribution, and Multicast
Routing Information Protocol (RIP) is a classic address 224.0.0.9 for RIP advertisements.
distance vector Interior Gateway Protocol (IGP) designed
to interchange network topology information within an II. BACKGROUND OF THE STUDY
autonomous system (AS) of a small network. According
to Netgear, this works with a router running RIP sends the A. Star-Ring Topology
contents of its routing table to each of its adjacent routers
every 30 seconds. When a route is removed from the
routing table, it is flagged as unusable by the receiving
routers after 180 seconds, and removed from their tables
after an additional 120 seconds [1]. The maximum
number of hops allowed for RIP is 15. This hop limit,
however, also limits the size of networks that RIP can
support. In 1993, Routing Information Protocol version 2
(RIPv2) was developed due to the deficiencies of the
original RIP and standardized in 1998. RIPv2 is actually
an enhancement of RIPv1's features and extensions rather
than an entirely new protocol [2]. Fig. 1 Star-Ring Topology

Moreover, RIPv2 has the ability to carry subnet A star-ring topology is a hybrid topology that combines
information. It multicasts the entire routing table to all the star and ring configurations. ​This topology was
designed as a reliable and practical topology. In star-ring ● Network IP addressing through empty subnet
topology, the computers are connected to a central filling
component as in a star network. These components, ● Greater efficiency than fixed-length subnet
however, are wired to form a ring network. Moreover, masks (FLSM)
only one cable connects each node to central ring hub ● Streamlined routing, where a router functions
called MAU (Multistation Access Unit). The hub only with a VLSM sequence, versus a full IP
provides two basic functions. First, it checks if the node is address
answering. The hub creates a bypass so that the loop is
not interrupted and the network does not collapse in case C. Subnetting
of a node failure. Lastly, it provides a bridge to other
rings and supports interconnection of several ring This is the process wherein it divides a single network
topologies. into multiple networks. It is done by converting host's
bits into network's bits. It can also be done by three (3)
The star-ring topology is physically a star but data are ways: Requirement of network, Requirement of hosts,
logically transmitted from one node to the other in a and Cisco/ Notation [5].
circle. When it comes to actual implementation, Star-ring
topology is often built using twisted pairs, both shielded Advantages of Subnetting:
and unshielded. [6] ● Reduced network traffic
● Optimized network management
B. Variable Length Subnet Mask ● Simplified network management

Variable Length Subnet Mask is also known as a The following are the steps in subnetting:
classless Internet Protocol (IP) address.This is defined as Step 1:​ Determine the number of subnets needed
a numerical masking sequence, or IP address subset, Step 2:​ Determine the number of bits you can borrow
based on overall network requirements. A VLSM allows a For Class B addresses, you have 16 host ID bits, but you
network administrator to use long masks for networks must have a minimum of two host bits; therefore, you can
with few hosts and short masks for networks with borrow 14 bits.
multiple hosts. A VLSM is used with a VLSM router and Step 3: Determine the number of bits you must borrow to
must have routing protocol support. Also, VLSMs are get needed number of subnets
used by a variety of network systems and services, Step 4: Turning On Borrowed Bits and Determining
including IS-IS, BGP, EIGRP, and OSPF [3]. Decimal Value
Step 5:​ Determining New Subnet Mask
VLSM provides many benefits for real networks, Step 6:​ Finding Host/Subnet Variable
mainly related to how you allocate and use your IP Step 7:​ Determining Range of Addresses
address space. Because a mask defines the size of the
subnet, VLSM allows engineers to better match the need D. Classless Inter-Domain Routing
for addresses with the size of the subnet. This flexibility
reduces the number of wasted IP addresses in each subnet. Classless Inter-Domain Routing is developed to slow
By wasting fewer addresses, more space remains to the exhaustion of IP addresses. It is based on assigning IP
allocate more subnets. addresses on criteria other than octet boundaries. CIDR
addressing method allows the use of a prefix to
VLSM can be helpful for both public and private IP designated the number of network bits in the mask. The
addresses, but the benefits are more dramatic with public prefix can be longer than the default subnet mask or it can
networks. With public networks, the address savings help be shorter than the default mask [5].
engineers avoid having to obtain another registered IP
network number from regional IP address assignment E. Route Summarization
authorities. With private networks, as defined in RFC
1918, running out of addresses is not as big a negative, Route Summarization is also known as route
because you can always grab another private network aggregation or supernetting. It allows many IP subnets to
from RFC 1918 if you run out [4]. be advertised as one whereas it reduces the number of
entries in the router's routing table. Also, this
The following are the key features of the VLSM: summarizes a group of subnets. With that, count the
● Simple network configuration number of bits that are common to all of the networks you
want to advertise. Then, use the prefix that identifies the variety of electrical interfaces when used with the
number of common bits [5]. appropriate transition cable. Two cables are required to
support the two ports on the WIC. Each port on a WIC is
a different physical interface and can support different
III. METHODOLOGY protocols such as Point-to-Point protocol (PPP) or Frame
Relay and Data Terminal Equipment/Data
The first thing to do in creating the design is to Communications Equipment (DTE/DCE).
determine the required number of routers and hosts for Server​: Generic Server-PT
the network. The next step is to organize the routers. The
group chose to categorize them by department for easier Computer IP Addresses (All Departments)
determination of network priority. One of the most
important parts of the process is subnetting the network,
where the IP Address must be identified based on the total
number of required hosts, and for this project, a class B
network with a main network address of 172.16.0.0/16
was used. Once this is done, setting up the network
topology can now take place. The star-ring topology was
utilized for redundancy purposes, where there is a central
router (for the star portion) in which all the department
routers are directly connected to it, including the servers.
The ring portion connects the department routers to their
immediate neighboring routers, resulting in numerous
alternative paths for the information to travel in case a
router fails.

A. Group Assignment

The table Computer IP Addresses (All


Departments) is the table in which all the departments’
computer IP Addresses and Subnets are listed for the
network simulation. They are assigned through each
The table above is the group’s assignment. computer’s interface inside their OS within the Cisco
Providing us the router names, as well as its Packet Tracer Logical Simulation. All the computer’s
corresponding number of hosts, and hostname of the IPV4 Addresses were manually assigned.
routers.
ISP IP Addresses
B. Network Setup Process

Network Devices Specifications:

Switch​: 2960 24TT


Router​: 2811 The table above shows the IP Address, Default
Module used​: WIC-2T; The dual-serial port WAN Gateway and Subnet Mask of the ISP Servers.
interface cards (WICs) feature Cisco`s new, compact,
high-density Smart Serial connector to support a wide
C. Subnetted Networks

Subnetting per department

The table above is the requirements of our


Group’s assignment for subnetting and routing using the
RIPv2 routing method.

Assigned IP Address Routers

The table above shows the list of IP addresses


and Subnet Masks (Custom). It was used for subnetting
the network of each department​.
D. Final Configuration

The figure above displays a sample code used in


configuring each router to connect with neighboring
routers. Basically, the code of the RIPv2 routing is
entered in the router’s CLI or Command Line Interface
tab.

General Code:

hostname(config)# router rip


hostname(config-router)# version 2
hostname(config-router)# network <network ip>
hostname(config-router)#
end

The following routing configuration was used in


the routers: SoE, SoM, SoMA, SoCIT, SHS, Graduate
Program, Admin, and Management, along with their
extended routers.

Running Configuration:
IV. RESULTS AND DISCUSSION

A. Network Setup Diagram

The figure above is the final network topology or


network setup diagram. It shows the 8 main departments
of the school which consists of: SoE, SoM, SoMA,
SoCIT, Senior High School, Graduate Program, Admin,
and Management Department. All are interconnected
through the router of the IT Resource Office (ITRO), and
each router, except for ISP1 and ISP2, are connected to its
immediate neighboring routers. ​Each department consists
of a main router which distributes to other routers in the
sub-department using switches.

As mentioned earlier, the network topology used


in this project is the star-ring topology, where the ITRO
serves as the central router, but also offers alternative
pathways for information to travel. Notice that the ISP1
and ISP2 servers are not part of the ring topology, but are V. CONCLUSION
only directly connected to the ITRO. This allows the
ITRO to manage and control the internet access of the Upon thoroughly checking each router’s and
whole network. Having this hybrid topology is PC’s connection via ping, the network design proved to
advantageous as redundancy is one of the most important be a success as every device can communicate with each
considerations in creating a network. other. The hybrid topology also proved to be useful as the
maximum number of metric hops any router will take is 4.
B. Central Router IP Routes
Moreover, RIPv2 is a classless routing protocol
whereas it always advertises the subnet mask in their
routing updates.

RIPv2 supports simple text authentication and


multicast router announcements. It also supports classless
networks and variable length subnet masks, as the subnet
mask is included in the routing updates. Aside from that,
RIPv2 provides fast convergence which only indicates
that it exhibits efficient coexistence of telephone, video
and data communication within a single network. It can
also support snapshot routing which makes it ideal for
dial networks. Snapshot routing permits a single router
interface to connect and contact other router during active
periods or when the line protocol is in up state. In this
way, the router contacts all configured locations during
active periods to get the different remote routes from
other locations. Furthermore, it uses hold-downs, split
horizons, and poison reverse updates in order to attempt
to reduce the possibility of a loop in the network. [7][8]

REFERENCES

[1] ​Kb.netgear.com. (2018). What is a Routing Information


Protocol (RIP) and how does it work with my managed switch? |
Answer | NETGEAR Support. [online] Available at:
https://kb.netgear.com/21661/What-is-a-Routing-Information-Pr
otocol-RIP-and-how-does-it-work-with-my-managed-switch
[Accessed 31 Dec. 2018].
[2] ​Community.cisco.com. (2018). RIPv2 (Routing Information
Protocol). [online] Available at:
https://community.cisco.com/t5/networking-documents/ripv2-ro
uting-information-protocol/ta-p/3117425 [Accessed 31 Dec.
2018].
[3] ​Techopedia.com. (2018). What is Variable Length Subnet
Mask (VLSM)? - Definition from Techopedia. [online]
Available at:
https://www.techopedia.com/definition/25932/variable-length-su
bnet-mask-vlsm [Accessed 31 Dec. 2018].
The figure above shows all the routes, through [4] ​Odom, W. (2018). Variable-Length Subnet Masks >
the show ip route command, that are connected to the Foundation Topics. [online] Ciscopress.com. Available at:
ITRO, which serves as the central router. We can see that http://www.ciscopress.com/articles/article.asp?p=2731924
aside from the 11 directly connected devices, the ITRO [Accessed 31 Dec. 2018].
router has learned of all the other devices in the network [5] ​Slideshare.net. (2018). Ip address and subnetting. [online]
via RIPv2 protocol represented by the letter R. Available at:
https://www.slideshare.net/mobile/tousifirshad/ip-address-and-s
ubnetting [Accessed 31 Dec. 2018].
[6] "BATCOS", Athena.zcu.cz, 2018. [Online]. Available:
https://www.athena.zcu.cz/batcos/demo_en/c02m01en/c02m01u
02s04en/text.htm. [Accessed: 31- Dec- 2018].
[7] ​Rip V2", ​Sqa.org.uk,​ 2018. [Online]. Available:
https://www.sqa.org.uk/e-learning/NetInf104CD/page_40.htm.
[Accessed: 31- Dec- 2018].
[8] Configuring Snapshot Routing; Cisco Systems, Inc., 170
West Tasman Drive, San Jose, CA 95134-1706 USA Available:
https://www.cisco.com/c/en/us/td/docs/ios/dial/configuration/gui
de/15-mt/dia_15_mt_book/dia_cfg_snapshot_rtg.pdf [Accessed:
02-Jan-2019].

You might also like