Question

In: Computer Science

You have been tasked with reconfiguring the network for your company, which has grown considerably over...

You have been tasked with reconfiguring the network for your company, which has grown considerably over the past year. You have used only static routing in the past, but you do not wish to spend the administrative time required to maintain the routing tables now that the network has grown. You have recently experienced numerous inaccuracies in the routing table caused by entries you made when in a hurry.

Criteria for the reconfiguration includes the following:

  • You would like to automate the entry and updating of routing information, but you are concerned about excessive memory and processor utilization if you implement dynamic routing protocols.
  • You also wish to minimize the use of network bandwidth.
  • You prefer that the most efficient use of bandwidth be made so that packets will travel to their destination over the truly shortest path, rather than just the path with the lowest number of hops.
  • You have heard that routing loops can be a problem and wish to avoid them. However, you are concerned that if a link goes down, there should be redundancy so that traffic will go through.

In 2-4 page summary, complete the following

  • How can you accomplish your objectives?
  • What routing protocols and protocol features will you use to do so?
  • Provide detailed examples.

Please provide answers to the questions in bold and please don't copy or spinbot from the other posts.

Solutions

Expert Solution

ANSWER:

Answer- Depending upon the brand of equipment used for routing devices and depending upon the selection of protocols to be routed, the link-state routing protocols NLSP (for IPX) or OSPF (for IP) or the hybrid routing protocol EIGRP could be used to meet all of the criteria specified as important to this client. The best choice of protocols, equipment permitting, would probably the proprietary Cisco protocol, EIGRP. If the routers on this client’s network were not all Cisco, though, that would be impossible, as EIGRP is only useable on Cisco equipment. If only Cisco equipment is available, EIGRP becomes the best choice because of its support of IP, AppleTalk, and the IPX protocols. If EIGRP cannot be used, the second best choice, if the IPX protocol were the only protocol present on the network, would be NLSP.  If, instead, the TCP/IP protocol were being used, then the OSPF routing protocol would be the second best choice of a routing protocol. The use of OSPF, along with the features of the Spanning Tree Algorithm, part of the Spanning Tree Protocol, can be used to avoid routing loops.

  • The transition from a static routing protocol to a dynamic routing protocol can be a process fraught with difficulty or it can be a process made easy by the selection of an appropriate routing protocol.
  • An appropriate routing protocol is one that will be compatible with your network, will be easy to implement/maintain, and will suit the network needs of your particular situation.
  • Depending upon the brand of equipment used for routing devices and depending upon the selection of protocols to be routed, the link-state routing protocols NLSP (for IPX)

1)Routing Protocols-

a)Choosing a Routing Protocol – Routing protocols are used only to collect data about current network status and contribute to the selection of the best path.

i)Classifications of Routing Protocols-

(1)Static versus dynamic

(2)Single-path versus multi-path

(3)Flat versus hierarchical

(4)Host-intelligent versus router-intelligent

(5)Intra-domain versus inter-domain

b)In this scenario it is evident that a change from a static routing protocol to a dynamic routing protocol needs to be made.

a)Types of Dynamic Routing Protocols-

i)Link-State Routing Protocols (LS) - This type of routing protocol requires each router to maintain at least a partial map of the network. When a network link changes state (up to down, or vice versa), a notification, called a link state advertisement (LSA) is flooded throughout the network. All the routers note the change, and re-compute their routes accordingly. This method is more reliable, easier to debug and less bandwidth-intensive than Distance-Vector. It is also more complex and more compute- and memory-intensive.

The only limitation of link state routing protocols is the complexity of maintaining these complicated protocols, which scale well to large network applications. Link state routing algorithms are also known as Dijkstra Shortest Path algorithms. The following are a few examples of this type of routing protocols.

(1)OSPF

(2)IS-IS

(3)NLSP- The NetWare Link Services Protocol (NLSP) provides link state routing for Internetwork Packet Exchange networks (IPX). It is a protocol for information exchange among routers geared to the needs of large IPX networks.

  • Route Summarization-The benefits of summarization are derived through efficient resource utilization. Since multiple addresses can be summarized as a single routing entry, the number of Link State Packets (Lisps) can be reduced, thus minimizing the amount of bandwidth required for routing updates.
  • Distance-Vector Routing Protocols (DV) - This type of routing protocol requires that each router simply inform its neighbors of its routing table. For each network path, the receiving routers pick the neighbor advertising the lowest cost, then add this entry into its routing table for re-advertisement.
  • Distance vector routing protocols are usually limited to small networks consisting of fewer than 100 routers. In order to avoid routing loops, distance vector routing protocols use such techniques as “counting to infinity,” “split horizon,” “[reverse] route poisoning,” and “hold-downs.”
  • Distance vector routing algorithms are also known as Bellman-Ford routing algorithms and Ford-Fulkerson routing algorithms. The following are a few examples of this type of protocol.

(1)RIP

(2)RIP-2

(3)RTMP

(4)IGRP

(5)Hello Routing Protocol

(6)EGP

  • Balanced Hybrid/Balanced Routing Protocols - balanced hybrid routing protocols have some of the best features of both distance-vector routing protocols and link-state routing protocols.
  • An example of one protocol of this type follows.
  • EIGRP- Enhanced Interior Gateway Routing Protocol-
  • Uses the same route metrics as IGRP (see IGRP above).
  • it has a fast convergence time and a low network overhead
  • is easier to configure and less CPU-intensive than OSPF
  • EIGRP…uses distance-vector and link-state information when calculating routes using the DUAL algorithm…convergence is much faster than with IGRP
  • also offers the benefits of supporting multiple protocols and limiting unnecessary network traffic between routers
  • accommodates very large and heterogeneous networks
  • is only supported by Cisco routers
  • uses the same vector information as IGRP
  • EIGRP employs four key technologies, including neighbor discovery/recovery, Reliable Transport Protocol (RTP), Diffusion Update Algorithm (DUAL) finite-state machine, and a modular architecture that enable support for new protocols to be easily added to an existing network ​

1)Selection Criteria

a)Minimize the use of network bandwidth

i)No periodic updates – Only the link state protocols meet the selection criteria of not sending out periodic updates, but instead only multicasting changes when they are necessary.

ii)Routing protocols that do not send out periodic updates make better use of available bandwidth than do those which must send full updates every few seconds.

b)Packets should use the shortest path, rather than just the path with the lowest number of “hops.”

i)Intelligent route “metrics”

ii)Shortest Path First – Dijstra Algorithm

iii)Distance-Vector (DS) routing protocols only consider the number of hops (or routers) between source and destination.

iv)Link-state routing protocols more intelligently calculate the best route based upon several metrics (depending upon the link-state routing protocol chosen).

c)Avoid routing loops – most routing protocols suffer from the tendency to create routing loops. Several techniques exist with link-state and hybrid routing protocols to avoid routing loops.

i)Spanning Tree Algorithm – used by the Spanning Tree Protocol to prevent routing loops.

ii)Spanning Tree Protocol - Spanning-Tree Protocol is a link management protocol that provides path redundancy while preventing undesirable loops in the network. For an Ethernet network to function properly, only one active path can exist between two stations.

d)Automatic selection of alternate routes if critical links go “down.”

i)Spanning Tree Protocol

(1)Redundancy – “…To provide path redundancy, Spanning-Tree Protocol defines a tree that spans all switches in an extended network. Spanning-Tree Protocol forces certain redundant data paths into a standby (blocked) state…” (Cisco Systems, 2003).

(2)Fault Tolerance – “…. If one network segment in the Spanning-Tree Protocol becomes unreachable, or if Spanning-Tree Protocol costs change, the spanning-tree algorithm reconfigures the spanning-tree topology and reestablishes the link by activating the standby path…” (Cisco Systems, 2003).

2)Matching Protocols are:

a)OSPF

b)EIGRP

c)NLSP


Related Solutions

You have been tasked with reconfiguring the network for your company, which has grown considerably over...
You have been tasked with reconfiguring the network for your company, which has grown considerably over the past year. You have used only static routing in the past, but you do not wish to spend the administrative time required to maintain the routing tables now that the network has grown. You have recently experienced numerous inaccuracies in the routing table caused by entries you made when in a hurry. Criteria for the reconfiguration includes the following: You would like to...
Strategic Management - As an international manager for your company, you have been tasked by your...
Strategic Management - As an international manager for your company, you have been tasked by your boss with determining whether or not to expand your company’s products abroad and the possibility of manufacturing and/or outsourcing your products as well. Please apply what you have learned in this course and discuss the following: a. What factors do you think you should consider about your organization and its ability to expand abroad? b. What are the various modes of entry that you...
As the Financial Controller of your company, you have been tasked to present a proposal to...
As the Financial Controller of your company, you have been tasked to present a proposal to the Board of Directors of your company for consideration.   Your proposal must address the following; a.      The negative impact of the COVID 19 pandemic on the operations of hospitality firms, justifying why your firm needs a stimulus package from the government?   Your arguments should be situated within the hospitality industry in Ghana. And again with your understanding of lessons on capital structure, which other...
As a Human Resources manager for a mid-sized company in your area, you have been tasked...
As a Human Resources manager for a mid-sized company in your area, you have been tasked with purchasing the best group health insurance for your organization. Analyze at least two (2) lifestyle choices relative to the effect(s) that these choices could have on the organization’s premiums. Support your rationale with two (2) health economic examples. Debate It: Take a position that the full implementation of the Affordable Care Act in 2014 will or will not create a market failure for...
You work for a chemical company and have been tasked with synthesizing acetylsalicylic acid. Currently, your...
You work for a chemical company and have been tasked with synthesizing acetylsalicylic acid. Currently, your R&D group can achieve a 62% yield for acetylsalicylic acid using salicylic acid and acetic anhydride. Your R&D group has been sent 2.84 U.S. tons of salicylic acid and 209 gallons of acetic anhydride. How much acetylsalicylic acid (in kg) can actually be produced by your group? 1 kg = 2.205 lbs 1 gal = 3.79L Write answer to four significant figures.
You are the HR manager for a new company and you have been tasked with developing...
You are the HR manager for a new company and you have been tasked with developing a concise employee manual for your new middle managers. This manual must help the managers understand certain HR initiatives so that they can recruit, select, and manager their staff effectively. The manual will consist of explaining and providing guidelines for best practices in the areas below. Explain the importance of a job description and briefly describe the necessary components Describe an effective recruiting process...
This problem has been solved! See the answer Your supervisors at A&L Engineering have tasked you...
This problem has been solved! See the answer Your supervisors at A&L Engineering have tasked you with evaluating the durability of three common materials used in the design of cell phone cases. For each material type, you have been asked to determine the force of impact of a phone dropped from a set height above the ground. Using the mass of each case and the collision time, determine the force of impact on each case material and determine which case...
Consider that you/your group works for the University and you have been tasked with improving the...
Consider that you/your group works for the University and you have been tasked with improving the 5-year graduation rate. In the Analyze phase of your Lean Six Sigma project, you decide to investigate potential causes for “why students do not graduate on-time.” To do this, you plan to use 5 whys/why-why analysis in conjunction with a cause-and-effect diagram. Then, you will collect data about the most significant potential causes of your problem and create a Pareto chart to determine the...
You have just started work at an aircraft engineering company and have been tasked with a...
You have just started work at an aircraft engineering company and have been tasked with a complex engine change on the aircraft. What kind on negative reactions could this cause in you? And what could you do to reduce these negative reactions?
You have been tasked by your upper management team to give a presentation to your peers...
You have been tasked by your upper management team to give a presentation to your peers on heath disparities and inequalities. In this assignment, you will create a PowerPoint presentation to evaluate the impact of commonly accepted business principles used to create an equitable healthcare system. Your presentation should include discussion on the following topics: definitions and examples, ethical differences between an inequality and an inequity, populations involved, ways to reduce or eliminate health inequalities, and business principles and ethical...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT