Вы находитесь на странице: 1из 10

International Journal of Advanced Engineering Research and Science (IJAERS) [Vol-3, Issue-9, Sept- 2016]

https://dx.doi.org/10.22161/ijaers ISSN: 2349-6495(P) | 2456-1908(O)

Analysis of Methodologies of Data Networks


LAN
Morocho Roman Rodrigo Fernando1, Loja Mora Nancy Magaly2, Contento Segarra
Maria Jose3
1, 2
Technical University of Machala, Teaching Researcher, Machala, Ecuador
3
Technical University of Machala, Student Researcher, Machala, Ecuador

Abstract— Currently companies offering the service There are a number of methodologies for implementing a
implementation of data networks have seen the need to network such as: Top Down, CISCO, INEI, and James
apply any methodology, the same that can be adapted to McCabe, which are intended to guide a working group
the needs of both the client and the organization and also through phases or stages defined.
allow direct all processes in the development of the With the use of these methodologies have been able to
project. significantly improve the processes of analysis, design
However, the use and application of these methodologies and implementation of a network, particularly a network
aims to reduce failures due to incorrect implementation of of LAN type (Local Area Network), in addition to
the network, it is important to stress that these fulfilling main goals such as sharing information and
methodologies provide excellent results as long as the resources such as hardware and software. It should be
indicated adoption and meet customer needs. noted that the implementation of methodologies is not
That is why the need to analyze the techniques used to completely eliminated the problems, but if the probability
implement a network, specifically a network (Local Area of reducing failures in implementing a network is
Network) LAN type arises; for which an analytical, increased, and with them to improve the efficiency of this.
bibliographical and documentary study, to obtain The problem that arises is the need to know which
pertinent and relevant information within the framework methodologies mostly used in the implementation of a
of the research was conducted. In addition to the use of network both globally and in local companies, in addition
criteria for the evaluation of the methodology. to demonstrate the benefits granted their application, are
As a result, it has been possible to demonstrate that the for which a detailed analysis of each of the methodologies
CISCO methodology is the most widely used thanks to its presented earlier analysis will be performed.
easy adaptation and implementation projects; plus, it Because of this problem and based on reviews in different
provides a wealth of information and support to users, academic research articles that defined the main
thereby allowing correct application of its processes. characteristics of the various methodologies, it proceeds
Keywords— Analysis, Benefits, CISCO, Methodology to make the following assumptions:
Network, Network Data, Network LAN. H1: methodologies network represent benefits in the
implementation of a LAN.
I. INTRODUCTION H2: The CISCO methodology is most often used to
In recent years it has seen a growth in data traffic due to implement a LAN.
the popularity of internet, to the point that today has The objective pursued in this research is to analyze
reached far exceed the data traffic. In the context of network methodologies, by applying techniques of data
telecommunications networks, this leads to a predictable collection and evaluation criteria, identifying this form
change in the technological paradigm that will support which is most suitable in the process of implementing a
future networks; thus requiring the implementation of network.
methodologies to develop data networks, which have high
bearing capacity for intercommunication. II. THEORETICAL FUNDAMENTS
The design of a network, can become a very complicated A. Data Networks
process depending on the strategy used for A data network or also known as computer network or
implementation is therefore necessary to consider the computer network is a system of computers
application of methods, techniques and methodologies, to interconnected via a physical medium that allows you to
ensure project success and allow proper operation of the send or receive information.
same. The non-application of a methodology increases the A data network is "a set of nodes and receivers emitting
odds of problems. information connected by links which allow the

www.ijaers.com Page | 52
International Journal of Advanced Engineering Research and Science (IJAERS) [Vol-3, Issue-9, Sept- 2016]
https://dx.doi.org/10.22161/ijaers ISSN: 2349-6495(P) | 2456-1908(O)
transmission of information of unidirectional, The local area networks better known as LANs "are
bidirectional or multidirectional way." [1] privately owned networks that are in a single building or a
Then a simple model or design of a communication campus a few kilometers long" [4], it computers or
system is presented devices involved in the network are interconnected small
distance and delimited in a particular area such as: office,
home, building, etc. These networks are considered as
blocks to implement larger networks.
3) CAN (Campus Area Network)
This is a set of LANs that are geographically within an
area or field set such as a university, industry, etc.
4) MAN (Metropolian Area Network)
The Metropolitan Area Network or MAN, "refers to the
interconnection within the geographical boundaries of a
city or town"[5], due to the extension of the network
Fig. 1: Simplified communication model [2] becomes difficult to install the equipment therefore not
Source: the source is part of the source system consists of sufficient to implement LAN networks, which is why the
a computer that initially created the information to be MAN networks consist of a set of LANs or CANs are
transmitted. Example: computer, phone, etc. implemented.
Transmitter: You can not directly transmit the information 5) WAN (Wide Area Network)
generated by the source, for this there is the transmitter It is a "technology physical network that is able to cover
through which passes and information signals becomes (a long distances" [6], includes several LANs
modem converts digital signals or set of bits generated by interconnected at such distances or continents, are
the computer into analog signals) that they can be sent via implemented by very large companies to provide better
a transfer medium. quality services at its plaintiffs.
Transmission system: the transmission system is the C. OSI Reference Model
medium that transmits from the source to the destination, Because network equipment developed by different
and can range from a simple wiring to a very complex manufacturers, caused a complex communication
network. between them, which was necessary to be subject to a
Receiver: The receiver performs the opposite function of standard. That is why the International Organization for
the transmitter. Receives information or information Standardization (ISO) developed the OSI reference
system signals converts them to signals that are model, released in 1984.
acceptable by the destination signaling equipment (a The reference model for Open Systems Interconnection
modem converts analog signals to digital or set of bits). (OSI), "addresses the problem of data communications
Destination: is the team that finally receives the and computer networks by dividing it into levels" [4],
information from the receiver. most network vendors relate their products to this model,
B. Classification of Data Networks further estimated as the best tool to send and receive data
There are several classifications of computer networks, through a network. Here it is presented and described
either depending on the scope, topology, connection type, each of the layers.
directionality, functional relationship, among others. TABLE I: THE LAYERS OF THE OSI MODEL
In this case the classification of data networks described Nº Layer Description
as the scope or geographic coverage, these PAN (Personal It provides access to the medium
Area Network), LAN (Local Area Network), CAN 7 Application OSI for users as well as
(Campus Area Network), MAN (Metropolitan Area distributed information services.
Network) and WAN (Wide Area Network). It facilitates application processes
1) PAN (Personal Area Network) 6 Presentation freedom in respect to different
The Personal Area Network, uses "transmission data representation.
technologies short range and usually are designed to serve Control of communication
one person, hence its name" [3], are small networks between applications, provides,
5 Session
where devices are very close to each other and users manages and closes connections
allowing a simple and quick contact, for example, the between cooperating applications.
printer and computer. Transfers data between endpoints
2) LAN (Local Area Network) 4 Transport fully and clearly provides the
origin-destination control and

www.ijaers.com Page | 53
International Journal of Advanced Engineering Research and Science (IJAERS) [Vol-3, Issue-9, Sept- 2016]
https://dx.doi.org/10.22161/ijaers ISSN: 2349-6495(P) | 2456-1908(O)
error recovery flow. needs before creating the logical and physical design. Its
Is independent of the higher levels main objectives are to obtain the customer's needs clearly
in relation to transmission and a priority in the design and divide the project into
switching techniques manipulated modules.
3 Network
to link systems, it is responsible The top-down methodology is divided into four phases
for establishing, maintaining and for network design. These are:
closing connections. Requirements analysis: this phase is to obtain, analyze
Its objective is to provide reliable and understand customer needs, technical and business
transmission of electromagnetic objectives for creating or improving the network. This
and electrical signals from the involves: Analysis of business objectives and constraints,
2 Datalink physical level, it performs determine the existing network and determination of
synchronization, flow and error network traffic.
control by sending block Logical Design: This phase network topology is created,
containing bits of messages. the routing layer and appointment, selection of
It is responsible for binary interconnection devices, routing protocols and finally
transmission through a physical designated security tactics and network management.
1 Physical Physical design: devices and technologies proposed in the
medium, involved transmitting
and receiving equipment, etc. logic for the creation or improvement of the network
D. Importance of Network Methodology according to business requirements requested design are
Networking experts are able to create a number of selected.
networks that can range from very simple to a very high Testing, optimization and documentation: the last phase
level of complexity using their own judgment or includes the selection and application of methods and
reasoning design, despite this to be in circumstances assessment tools or tests for which it is recommended:
where there have been problems in such networks, they tests application response time, performance, availability
are not in the capacity or easy understanding to address and regression. Optimizing network design, such as: the
and resolve this problem with the same approach in which use of bandwidth, network performance QoS, reducing
they were created. serialization delay. Documentation labor employed in the
Modification, renovation or improvement of a network is design of the network.
often become very complex due to the design plan with Then the cycle network design and implementation is as
confusing or worse thoughts even if no methodology was follows:
applied to create the network, therefore, should not be Análisis de
surprised if it is a network not It ensures easy requerimientos
understanding or diagnostic troubleshooting.
This is why it is considered important to consider the
Monitoreo y
application of a systematic and orderly methodology to Optimización
Diseño Lógico
anticipate any problems.
E. Methodologies Data Networks
To select a methodology for designing a data network
does not involve life cycle that applies each of them, one
should consider that this propose a structured and planned Pruebas, optimiz
Implementación
ación y
able to improve or redesign the same design. y pruebas
Documentación
In this paper four methodologies that can be used to Fig. 2: Cycle Network Design and Implementation
develop information network projects described, then 2) CISCO
presented each of them: The company manufacture, sale and maintenance of
1) Top-Down Network Design network equipment, CISCO, presents a methodology for
According to Priscilla Oppenheimer [7] TOP-DOWN is a designing data networks. This methodology is based on
design methodology data network, as its name implies, the life cycle PPDIOO (prepare, plan, design, implement,
begins in the upper layers of the OSI reference model operate and optimize).
before moving to the lower, ie, it is focusing on According to Cisco, the focus of this life cycle defines the
applications, and data transport sessions before selecting "minimum set of activities needed, by technology and by
media involved in the lower layers. level of network complexity, to help customers deploy
TOP-DOWN is an iterative methodology, which is based and successfully operate Cisco technologies" [8], that is
primarily on gathering information or meet customer to say is a method that allows the development or design

www.ijaers.com Page | 54
International Journal of Advanced Engineering Research and Science (IJAERS) [Vol-3, Issue-9, Sept- 2016]
https://dx.doi.org/10.22161/ijaers ISSN: 2349-6495(P)
2349 | 2456-1908(O)
of a data network according to business requirements so Optimization: This phase can detect errors that were
that customers can increase productivity and efficiency overlooked
ooked which must be corrected, in the case of
through proper implementation of cisco equipment. finding a large number of errors is necessary to redesign
the network. It is important to evaluate the network
concurrently with the aim of improving their performance
Prepare
and services.
3) National Institute of Statistics
Statis and Informatics
Optimize Plan (Instituto Nacional de Estadística e Informática
INEI)
The National Institute of Statistics and Informatics (in
spanish INEI), proposes a methodological framework for
implementing information network projects, this consists
Operate Design of four phases: Organization, Development,
Implementation and Evaluation.

Implement
Organization

Fig. 3: Cisco Lifecycle network – PPDIOO [8]


According to Cisco Services [9], it describes each of these
phases involved in the life cycle PPDIOO:
Preparation: As the top-down
down methodology begins with Evaluation Development
the collection and analysis of business requirements to
provide an efficient solution that meets customer needs
and be competitive in the market. This phase is mainly
based on the study of business that implement or modify a
Implementation
network design to consider development techniques as
well as technologies to ensure network support.
Fig. 4:: INEI lifecycle
Planning: After the preparation phase, the analysis of the
Then the phases are detailed, according INEI [10]:
environment or area where the network will be
Organization: This stage consists of the following tasks:
implemented is done, available resources both technical,
tech
economic and human resources in order to determine
TABLE II: STAGES OF THE ORGANIZATION [10]
whether these aspects are suitable for the implementation
Organization
of network system raised. In itself, this phase takes the
Stage Definition
plan to be implemented for the development of the
This activity is to define the
network, this plan includes the resources used, activities,
objective and feasibility of the
time and budget estimate concerning the project. Modeling
project, develop the schedule of
Design: the creation of a specific and complete design is Project
activities and resources to carry out
important for reducing costs, delays and conflicts in the
the development.
implementation of the network. Such a design must be
An analysis of environment where
based on technical
echnical requirements and business goals,
information network will be
certifying a reliable, secure network, high performance
implemented, so must have the
and scalability.
Implementation: the implementation or the network itself, Modeling of cooperation of business owners is
the Institution performed. In this part the coherence
is developed based on the composition of the devices
between the project objectives with
according to the design, this should provide services
the strategic plan of technology and
without hindering the current network, without altering
information systems is sought.
the availability or performance of it.
Operation: This phase is related to the IT budget of An analysis of environment where
companies (known as IT) and operation of the network, information network will be
which is considered important to optimize network implemented, so must have the
Modeling
performance using different techniques such as cooperation of business owners is
Requirement
management and proactive network monitoring to reduce performed. In this part the coherence
interruptions and increase capacity, security, availability between the project objectives with
and reliability. the strategic plan of technology and

www.ijaers.com Page | 55
International Journal of Advanced Engineering Research and Science (IJAERS) [Vol-3, Issue-9, Sept- 2016]
https://dx.doi.org/10.22161/ijaers ISSN: 2349-6495(P) | 2456-1908(O)
information systems is sought. work areas is based.

Development: this should use the following steps: Evaluation: This stage includes the following processes:
TABLE III: STAGES OF DEVELOPMENT [10] TABLE V: STAGES OF EVALUATION [10]
Development Evaluation
Stage Definition Stage Definition
A solid organization able to plan, This part based allocation of functions
coordinate and direct the network for members of the project
Modeling of the Modeling of
project to be implemented is stable. organization, such as people who will
Organization the
This means: commission the project, be in charge of the service
Organization
technical and user groups. installation, hardware and software,
The requirements of the working staff training, etc.
environment so it is important to Modeling of It is to form teams and new methods
Modeling
consider the use of systems for the Institution for the performance of these devices.
Requirement
distribution or network configuration Due to the implementation of the
in the work area are determined. network and the new structure of the
Modeling work areas they can arise
This part describes in detail the Requirement requirements that were overlooked
Modeling equipment, devices, methods and during the project and which must be
Technology technologies that will make up the addressed.
network and which should be The modification of equipment and
Modeling
documented. forms of work can lead to the
Technology
It refers to the design and selection of new tools.
documentation of network New technologies and requirements
Construction architecture, this involves: Plan Construction arising from the restructuring of the
hardware and software installation, work areas is based.
training and personnel training.
4) James McCabe
Implementation: This stage involved the following James McCabe proposes a methodology for designing
instructions: data networks, the same consists of two phases containing
TABLE IV: STAGES OF IMPLEMENTATION [10] various processes that lead to the development of the
Implementation project. These two phases are Requirements Analysis and
Stage Definition Design.
This part based allocation of functions Requirements
for members of the project analysis
Modeling of
organization, such as people who will
the
be in charge of the service
Organization
installation, hardware and software,
staff training, etc.
Logic design Physical design
Modeling of It is to form teams and new methods
the Institution for the performance of these devices.
Fig. 5: Network Lifecycle James McCabe
Due to the implementation of the
According to James McCabe [11], then describes each of
network and the new structure of the
the phases:
Modeling work areas they can arise
Requirements analysis: the first phase is responsible for
Requirement requirements that were overlooked
meeting the needs, requirements and business objectives.
during the project and which must be
It also poses the following processes: application maps,
addressed.
descriptions flows, simple and compound.
The modification of equipment and
Modeling a) Maps Application:
forms of work can lead to the
Technology For each of the applications or services should be
selection of new tools.
considered the respective location and the area of use of
New technologies and requirements
Construction these applications.
arising from the restructuring of the
b) Flow:

www.ijaers.com Page | 56
International Journal of Advanced Engineering Research and Science (IJAERS) [Vol-3, Issue-9, Sept- 2016]
https://dx.doi.org/10.22161/ijaers ISSN: 2349-6495(P) | 2456-1908(O)
Descriptions of network performance, is constructed from the Internal Revenue Service (SRI, 2016) Web
sequentially from the bottom up. portal. These are:
There are two types of flows that are simple and TABLE VI: COMPANIES IMPLEMENTING DATA
compound. Simple flow: in this part of the source and NETWORKS LAN KIND IN THE CITY OF MACHALA
destination network capacity, delay and reliability is Companies

detailed. Compound flow: This flow is a combination Name Address
between simple and compound and therefore specified: Infotecsa
1 Rocafuerte y Vela.
origin and destination, sum of the capacities that comprise Computación
the minimum time delay, minimum specification of 2 Datos PC Rocafuerte y Vela.
reliability. 3 Red Access Santa Rosa y Boyacá.
Design: This phase consists of the logical design and Arizaga entre Juan Montalvo y 9
physical design of the network. 4 PuntoNet
de Mayo.
a) Logical Design: 5 Distrited Av. Bolívar entre Junín y Tarquí.
To make the logical network design takes into account the Sucre entre Páez y Juan
objectives of the network, the requirements specification, 6 Telnet
Montalvo.
flows and the budget estimate. 7 Telecom Sucre y Santa Rosa.
It should be diagnosed technologies that integrate the
Machala Net Av. Ferroviaria (Urbanización
network such as: cost, reliability, speed, etc. and from this 8
S.A. las Acacias).
the respective selection. Apply connection components,
Buenavista entre 8va norte y
methods of administration and network security. There 9 Sistel
Marcel Laniado.
must be a contingency plan considering possible risks
10 CompuTech Rocafuerte entre Tarquí y Colón.
within the development.
b) Physical Design:
Additionally it took into account the criterion of
This section evaluates and selects the wiring to be used, is
independent professionals in the area.
located each of the computers or network devices,
2) Definition of indicators
network design and routing flow is used.
a) Evaluation indicators
The indicators were considered for the analysis,
III. METHODOLOGY
evaluation and selection methodology data network, as
This research work is analytical, bibliographical and
the author Rafael Menendez raises Barzanallana Asensio
documentary. The same that allowed the analysis and
[12] are:
interpretation of the bibliographic information obtained
TABLE VII: EVALUATION INDICATORS [12]
from various sources such as articles, books and
Evaluation
magazines based on the problems presented.
Indicator Definition
As for the analysis of methodologies for implementing a
Capacity of the methodology is to
network, according to the author Rafael Menendez
engage the changes occurring, just as
Barzanallana Asensio [12] states that, to build, analyze or
Adaptability with the objectives regardless of the
choose a methodology should take into account certain
type of network you want to
criteria which must be focused on compliance the
implement.
objectives of both the company and the customer, also in
This indicator establishes the ability
benefits such as reduced costs, time and improved
Scope of the methodology to cover the life
network performance, among others.
cycle of the entire project.
It is therefore important to use these criteria to thereby
avoid problems or risks in implementing the data Progressive and regressive
network, and in turn determine the methodology most Traceability monitoring all phases of the lifecycle
widely used network in this process. of the implementation of a network.
These methodologies provide excellent results as long as It indicates the ability to possess
the indicated and one that meets the needs of Security methodologies for the protection of
organizations and is optimal according to the information on network traffic.
requirements requested by the customer is taken. Assesses whether the methodology
1) Selecting a pilot study area Tests is able to detect and correct network
The study area where this research was published were all errors.
active companies engaged in the implementation of Check whether it has complied with
Accuracy
networks in the city of Machala. Business data were taken the specifications expected by the

www.ijaers.com Page | 57
International Journal of Advanced Engineering Research and Science (IJAERS) [Vol-3, Issue-9, Sept- 2016]
https://dx.doi.org/10.22161/ijaers ISSN: 2349-6495(P)
2349 | 2456-1908(O)
user and the client company. Finally, to evaluate the hypothesis methodology data
It determines whether the network with the highest score resulting from the sum of
methodology can still operate the established indicators was considered.
Operability
according to user-oriented
oriented dynamic
environment. V. RESULTS
Specification of the processes By collecting information based on surveys of companies
co
Documentation performed at each stage of the active dedicate to the implementation of data networks in
methodology, and its leaders. the city of Machala, we could determine the method most
It is the level of commitment that the commonly used in designing data networks LAN type.
Usability user must apply to take full In the process of research, the study population was 10
advantage of the methodology. companies, of which 90% said sai that if they use
Capacity of the methodology to methodologies for implementing a data network, only one
Stability support changes that occur in any company does not employ methodologies because
form. through this process empirically based on their
Reduced costs, increased revenues experiences in this activity.
Profitability and profits due to the application of 90%
the methodology.

b) Implementation of the evaluation criteria


To quantify the indicators in each of the methodologies
LAN data network type, a Likert scale was carried out
with the purpose of knowing the benefits that its
10%
application in the development of a project. Yes No
Then the scales of assessment presented:
TABLE VIII: LIKERT SCALE Fig. 6:: Companies using methodologies
methodol
Evaluation criteria The 90% of companies equivalent to 9 full use
Value Definition methodologies for network implementation, while 10%
1 Very Deficient say the opposite.
2 Deficient Then the evaluation results of the design methodologies
3 Regular for network data is presented. The table presents the
4 Good abbreviations used to identify
entify each of the companies is
5 Excellent shown.

TABLE IX: COMPANIES AND ABBREVIATIONS


IV. MATERIALS AND METHODS
To evaluate the hypothesis in this research the following Companies and abbreviations
procedure was developed. the area or case study Abbreviation Definition
companies in the city of Machala implementing LAN data C1 Infotecsa Computación
networks type, in order to obtain design methodologies C2 Datos PC
most used by the companies and then evaluate each of C3 Red Access
these networks was considered. C4 PuntoNet
To obtain the information necessary and relevant to C5 Distrited
research a plan for data collection, which consisted of the C6 Telnet
design of questionnaires and interviews with engineers C7 Telecom
and technical managers, who were applied the C8 Machala Net S.A.
questionnaire designed executed. In the questionnaires a C9 Sistel
series of questions based on the methodologies of data
networks used by companies established, these questions
assessment methodologies were established according to
the selection criteria for proposed methodology Rafael
Menendez Barzanallana Asensio indicators were
instituted evaluation to estimate the benefits that represent
the use off methodologies and which mostly applies.

www.ijaers.com Page | 58
International Journal of Advanced Engineering Research and Science (IJAERS) [Vol-3, Issue-9, Sept- 2016]
https://dx.doi.org/10.22161/ijaers ISSN: 2349-6495(P)
2349 | 2456-1908(O)
0% 0% 0% Scope 5,0
Traceability 5,0
Security 4,0
Tests 4,0
100% Accuracy 4,0
Operability 4,0
Top down Cisco INEI James McCABE Documentation 5,0
Usability 4,0
Fig. 7:: Methodologies for implementing a data
Stability 5,0
network
One can see that all companies that apply methodologies Profitability 3,0
for implementing a network, use the CISCO, because it is
the best known and is a standard, plus multiple facilities To make a comparison between both methodologies
offered in the availability of information and training for evaluated the following statistical graph is presented.
implementation of this activity.
TABLE X: CISCO INDICATORS EVALUATED ON
METHODOLOGY
CISCO
Metric /
C C C C C C C C C Tot
Indicator
1 2 3 4 5 6 7 8 9 al
Adaptability 5 5 5 5 5 5 5 5 5 5,0
Scope 5 5 5 5 5 5 4 5 5 4,9
Traceability 5 5 5 5 5 5 5 5 5 5,0
Security 4 5 5 5 5 5 5 5 4 4,8
Fig. 8:: Comparative between the methodology CISCO
Tests 4 5 4 5 5 5 4 5 4 4,6
AND TOP-DOWN
TOP
Accuracy 4 4 5 4 4 5 4 5 5 4,4
According to the indicators evaluated and according to
Operability 5 4 4 5 5 3 4 4 5 4,3 the score obtained can state the following:
Documentatio Both CISCO as the TOP-DOWN DOWN methodology can be
5 5 5 5 5 5 5 5 5 5,0
n adapted quickly to any changes occurring, both network
Usability 5 3 4 4 4 5 5 5 5 4,4 design and implementation, likewise with the objectives
o
Stability 5 5 5 5 5 5 5 5 5 5,0 of the company and the customer who requires this
Profitability 3 3 4 4 5 4 5 4 4 4,0 service. These methodologies are able to integrate into
any project regardless of its size, it should be emphasized
that this methodology can be applied not only within a
According to expert opinion indicates that among the
LAN, but also various types
typ of data networks. Allow
methodologies: TOP-DOWN,
DOWN, CISCO, INEI and James
monitoring or control activities carried out in the course
McCabe the best known and implemented in the
of development ensuring that the network to be
environment are methodologies TOP-DOWNTOP and
implemented successfully meets the requirements of
CISCO, since the other two are not applied because of the
business that have been requested.
small content that exists in research sources and in turn
Between the two methodologies can be seen that one of
little knowledge on the part of individuals who develop
the aspects that can be obtained through its application is
design projects data networks.
the facility that offers companies to implement security
From this the result obtained from the evaluation of the
measures, although there is little difference between the
TOP-DOWN,
DOWN, which was considered methodology is
two, but it is remarkable the advantage offered in the
presented.
design of data networks, also testing for verification of
TABLE XI: CISCO INDICATORS EVALUATED ON
network performance data and more accurate approach to
METHODOLOGY
customer needs. With regard to documentation and again,
Metric / TOP-
let out in detail each of the stages and responsible life
Indicator DOWN
cycle that involves the implementation of the network.
Adaptability 5,0 The CISCO is a methodology that unlike the TOP- TOP
DOWN provides users with training and information

www.ijaers.com Page | 59
International Journal of Advanced Engineering Research and Science (IJAERS) [Vol-3, Issue-9, Sept- 2016]
https://dx.doi.org/10.22161/ijaers ISSN: 2349-6495(P)
2349 | 2456-1908(O)
regarding not only about its methodology is one of the approved, considering of great importance to network
most applied worldwide, but also about their products and design methodologies for obtaining benefits ben within
metrics in general. implementation projects. It would be important to future
With regardrd to profitability indicator you can show that cover other data networks in this way to make
the use of these methodologies allows reducing costs and comparisons and see how the methodology adapts
increasing profits as their primary focus is to try to define depending on the size and type of data network.
the lows activities required, both technology and the
complexity of the network. VII. CONCLUSIONS
• The use of a methodology for network design
VI. DISCUSSION largely benefit the implementation and success you
By the results of research in the various entities that will have.
implement communication networks or data in the city of • It can show that use of methodologies especially the
Machala, you can justify the importance of applying CISCO methodology are made because it is the best
design methodologies networking implementation known and standard, plus multiple facilities offered
projects based on their own opinions expressed
expr experts in the availability of information and training for the
working in this field. implementation of this activity.
All entities that make use of these methodologies apply • In most companies prefer choose to use this
CISCO, validating the second hypothesis that this methodology because it allows them to adapt
methodology is the most widely used due to the quickly to any changes occurring, both network
characteristics and advantages of and therefore can be design and implementation, likewise with the
given precedence
dence over others when design a network. objectives of the company and the customer It
requires this service.
94% • All companies determined that the CISCO
100% methodology was one of the improvements that they
95% 89% used it as not only allowed them to work in the
design of a LAN, but also other types of data
90%
networks.
85% • In addition, the use of CISCO methodology provides
80% a cost-cutting
cutting a large increase in profits as it focuses
CISCO TOP-DOWN
DOWN on defining the minimum activities required both
technology and the complexity of the network.
Fig. 9:: Total percentage according to the assessment • Through the results observed which is the most used
indicators. and in turn the most used by companies in the city of
The CISCO methodology meets 94% according to the Machala tool.
assessment indicators, not far is the percentage of TOP-
TOP
DOWN which is 89%, therefore,
herefore, can ensure that the use REFERENCES
of any of these, is very favorable since certify [1] C. Pérez y S. de los Cobos Silva, «Diseño óptimo de
effectiveness in developing networks and multiple redes y enrutamiento de computadoras: Caso
benefits such as adaptability, scope, traceability, safety, Práctico,» Revista de Matemática: Teoría y
testing, accuracy, operability, documentation, usability, Aplicaciones, 2009.
stability and profitability. [2] W. Stallings, Comunicaciones y Redes de
The manager of PC data (respondent company dedicated Computadoras, Séptima edición ed., Madrid:
to the implementation of data networks in the city of PEARSON EDUCACIÓN, 2004.
Machala), supports positive change that arises by
[3] G. M. Bogdan Ciubotaru, Advanced Network
applying a network because of its benefits as improved
Programming - Principles and Techniques, Springer,
stability and networkk security, return on investment and
2013.
increase the value of the network in project management
[4] J. Arora, S. Pal y R. Bhatt, «Computer «Comput
and marketing strategies that will enable the company to
Communication Networks: Use of Modern
deliver solutions according to time and within budget.
Information Technologies for Information Retrieval
That is why through the information obtained based
& Dissemination».
companies engaged in the implementation of data
networks in the city of Machala, criteria for professionals [5] T. Andrew, Redes de computadoras, Cuarta edición
in this field and according to studies the hypothesis is

www.ijaers.com Page | 60
International Journal of Advanced Engineering Research and Science (IJAERS) [Vol-3, Issue-9, Sept- 2016]
https://dx.doi.org/10.22161/ijaers ISSN: 2349-6495(P) | 2456-1908(O)
ed., México: PEARSON EDUCACIÓN, 2003.
[6] D. B. Peterson Larry, Computer Networks a systems
approach, San Francisco: Elsevier, Inc, 2007.
[7] P. Oppenheimer, Top-Down Design, Tercera edición
ed., USA: Cisco Systems, 2011.
[8] Cisco, «An Introduction to the Cisco Lifecycle
Servicies Approach,» 2008.
[9] Cisco, «El mundo está Cambiando ¿Está su Red
Lista?,» 2006.
[10] INEI, « Instituto Nacional de Estadística e
Informática,» [En línea]. Available:
https://www.inei.gob.pe/.
[11] J. McCabe, Practical computer network analysis and
design, San Francisco, 1997.
[12] E. Menéndez Nava, «Modelo de evaluación para
metolodías de desarrollo de software,» Academia,
vol. I, nº 1, pp. 1-50, 2006.

www.ijaers.com Page | 61

Вам также может понравиться