SlideShare a Scribd company logo
1 of 7
Download to read offline
http://www.iaeme.com/IJMET/index.asp 62 editor@iaeme.com
International Journal of Mechanical Engineering and Technology (IJMET)
Volume 10, Issue 01, January 2019, pp. 62–68, Article ID: IJMET_10_01_006
Available online at http://www.iaeme.com/ijmet/issues.asp?JType=IJMET&VType=10&IType=1
ISSN Print: 0976-6340 and ISSN Online: 0976-6359
© IAEME Publication Scopus Indexed
ORDER MANAGEMENT SYSTEM WITH
ENTERPRISE SERVICE BUS IN
TELECOMMUNICATION INDUSTRY
Michael Simon and Abba Suganda Girsang
Computer Science Department, BINUS Graduate Program-Master of Computer Science,
Bina Nusantara University, Jakarta, Indonesia
ABSTRACT
Communication is something that is in the need of every people in the world, and
as the customers to the telecommunication industries are expecting a good service
from the corresponding company. This matter is what drive the telecommunication
industries to upgrade their ser-vices to accommodate the orders of the customers.
Thus, Service Oriented Architecture (SOA) with the Enterprise Service Bus (ESB) is
the solution for the problem, because it is able to be flexible and follows the ever
changing business process and needs of the customers. With the micro services, the
system will be able to be modified partly on what needs to be added or fixed, it does
not require the service to be re-built from scratch. The implementation of the new
system based on ESB is a new approach that can be considered for ordering system,
the implementation in this case is able to meet the management’s expectation of
success rate.
Key words: Enterprise Service Bus, Service Oriented Architecture, Microservices,
Order Management System, Telecommunication.
Cite this Article: Michael Simon and Abba Suganda Girsang, Order Management
System with Enterprise Service Bus in Telecommunication Industry, International
Journal of Mechanical Engineering and Technology 10(1), 2019, pp. 62–68.
http://www.iaeme.com/IJMET/issues.asp?JType=IJMET&VType=10&IType=1
1. INTRODUCTION
All telecommunication companies in Indonesia are currently in very rapid growth, certainly
we do not deny the existence of competition between companies in any case, both in terms of
price, network quality, and also in terms of service quality to customers. Customers are
important aspects that are very necessary to be maintained and accommodated by
telecommunication companies. If the company is unable to maintain its customers by
providing the best service, then there is a certain possibility of customers will go to other
providers to get better services. In an effort to improve services from the side of order
management services for customers who are part of Customer Relationship Management
(CRM), the company strives to find new solutions that are certainly better, faster, and easier
Order Management System with Enterprise Service Bus in Telecommunication Industry
http://www.iaeme.com/IJMET/index.asp 63 editor@iaeme.com
to carry out maintenance and service modification when needed, of course these things will be
very helpful in all operational activities / business processes that exist.
At this time, the company that is used as a case study, their system that is being used is
old and difficult in terms of maintenance. This is because the existing system is still in java
code, resulting in the difficulty of the company in maintaining and changing functions /
modules in the system because it requires overall code replacement. In addition, because the
current system often experiences problems and constraints in terms of its operations, it
requires the operational team to change data directly from the database side, where such
actions are highly discouraged and certainly damage the integrity of existing data, and pose a
risk to data manipulation. In the current system, the performance in the order execution is
very bad, based on the results of observations and interviews with the user and operational
team, it is said that a lot of problems occur because the old system often has problems such as
stuck threads / stuck processes so sometimes it must be stopped forcibly by turning off the
process so that the data is not updated and must be manually re-placed, where events like this
occur every day due to so many transactions that occur at the same time. Based on the
information obtained, the occurrence of stuck orders is around 10% of all incoming orders
every day and the average daily order is around 10000 orders for each module, of which the
order involved and must be repaired is around 1000 orders for each module, of course it will
take a lot of time to fix it, be-cause you have to find out first the corrupted data / which must
be manually corrected. With limited human resources on the operation-al side, it will certainly
be very difficult for the operational team to be able to fulfill the Client's request to be able to
correct the entire order in a timely manner. In addition, it is said that the completion of a
running order can take a long time and the data can be seen in the database that is used to
record the time of the incoming order and the complete order, for the completion of the
existing order can vary from minutes to hours, as for example for only 1 (one) Block order it
can take about 1 to 2 hours or even more if there is an unidentified problem so it must be
traced first and the fastest completion time is around 10-30 minutes. Therefore a new system
solution is needed which can provide solutions to all the problems that exist today.
In this case, it is a project carried out between the vendor and the company as a client, in
the proposal and contract stage, it has been agreed that there are 5 (five) functions / modules
of the old system that will be moved to the new system, those functions between others are:
Block, Unblock, Suspend, Resume, and Prepaid to Postpaid Migration, which can be called
the Network and Billing Element Modification which of course as a whole is part of
Customer Relationship Management (CRM).
In this case study, the construction of a new system will be carried out by upscaling /
changing the functions of the ESB platform (Enterprise Service Bus) which was originally a
facility for storing services [1] that will be used in a business process to become a means of
orchestration in fulfilling the order management in the company, which will later be referred
to as IOM (Integrated Order Management). In the construction of this new system, the
architecture that will be used is SOA (Service Oriented Architecture) in which this
architecture allows for the construction of a system that allows developers to be able to create
a system that can be modified according to the functions desired by the client, of course to
provide convenience in business processes go hand in hand with increasing system flexibility
in responding to changes in service from clients [1], [2]. Of course by using this ESB, all
existing services can be modified according to the wishes, and if there is a change in the
backend side, only the service affected will need to be changed, there is no need to change all
existing code, this is due to the ESB feature that provides the possibility to be able to change
existing services according to company needs. What's more, because the services that will be
Michael Simon and Abba Suganda Girsang
http://www.iaeme.com/IJMET/index.asp 64 editor@iaeme.com
applied using the loosely coupled model, the entire system will consist of micro-services that
can be changed according to need [2].
1.1. Case Study Problem
The related problems in this case study are as follows :
 The duration of an order took a lot of time, can be hours which will impact the business cases
and also the business flows in the company, because the CRM division will be the most
impacted.
 The success rate of orders in the system are not as expected by the management team, it is
around 80~90% while the management expects 95~100% of success. The success rate also
implies the errors that had to be fixed by the operational team which possibly by manual
fixing.
 The system’s capability of processing the orders need to be improved, as the performance is
going down because the orders keep increasing.
2. RELATED WORKS
Previously, there are some researchers who are into the Ordering Management System
(OMS), that is the system that we are going to replace, they also researched that instead of
creating a whole system of OMS, it is better to create a system consisted of loosely coupled
microservices. It is because the whole process and data required of order processing may
change and will need another change from the system itself, so it is better to reuse services
that are available, in-stead of building the system from the scratch because it will need a lot of
time and resources. [3], [4]
To create the system that is consisted of microservices, it is best to create it using the SOA
Methodology, because SOA itself is an architecture of a system that allows the developers to
create a system of microservices. So, the services itself can be modified according to the
client needs, this surely gives easiness in the business process of the client and also raise the
flexibility of the system itself in accommodating the changing needs [1], [2], [5]. The
development of the system itself will be consisted of loosely coupled services that are
independent, as known as the microservices. The services that are created in 1 application
enables the services to be accessed internally or externally. [2]
A research stated that by using services / microservices that are actually web services, the
method of integration and communication will be using certain languages that are commonly
used, such as using XML (Extended Markup Language) that is ruled by a certain policy called
WSDL (Web Service Definition Language) which will define and rule the service to only
accept the parameters and data according to the rules stated in the WSDL. The messages will
also be enveloped by a wrap named SOAP (Simple Object Access Protocol) that is commonly
used as a standard format. Other than direct call of web services, there is also a method of
queueing messages which commonly called JMS (Java Messaging Service) this method will
allow the messages to be stored in a place and then will be dequeued / consumed overtime by
the time the messages inserted to the queue and usually this proses will be called
asynchronous process, while the direct calling of service will be called synchronous process.
It is also stated that the usage of SOA has been applied in telecommunication industry, but
only for the OSS (Operation Sup-port System) that is used to serve the customers and arrange
the activities for automatization of business process. And from the implementation, the usage
of web services is highly recommended for integration between systems. [5]
Order Management System with Enterprise Service Bus in Telecommunication Industry
http://www.iaeme.com/IJMET/index.asp 65 editor@iaeme.com
3. PROPOSED SYSTEM DESIGN
3.1. Proposed Architecture
The proposed system is based on Enterprise Service Bus with Weblogic as the Application
Server. The Architectural of the Infra-structure will be High Availability based, with a set of
servers, in this case will be using a total of 16 servers. The host server will be running Linux
Operating System. Figure 1 shows the system infrastructure that will be used.
Figure 1. New system infrastructure architecture.
3.2. Proposed System Flow
The proposed system will have separate services that will handle the task, there are core
service and also the supplementary services. The system itself is using the SOA which
composed by the micro-services stored in the ESB. The core services will work as the
orchestrator of the supplementary services. While the core services has the logic to orchestrate
the orders to hit various backends, the supplementary services are meant for transforming the
data and hitting / communicate and trade data to the backends which have various needs of
data and also various methods of communication.
The request will come from the front end with the data that is to be orchestrated. Then the
data will be sent to the core service, the core service will hit catalogue service which will
Michael Simon and Abba Suganda Girsang
http://www.iaeme.com/IJMET/index.asp 66 editor@iaeme.com
return a set list of backends that has to be hit by the data passed from the front end, the
catalogue service itself will provide the parameters to be passed. The catalogue service will
query data from the database and will return it as a sequences or work order. After receiving
the work orders, the core services then will transform the request to XML message which is
called runtime message that contains the data and work orders according to the sequences
provided by the catalogue service. The data then passed to the supplementary services in
sequence, so that the supplementary service will pass the data to the corresponding backends,
and receive the response. After that the response will be received by the core services and the
next set of data will be sent to the next supplementary services. This process will continue
until all of the work orders in the runtime message has been completed.
Figure 2. New system flow.
4. RESULTS AND DISCUSSIONS
The use of SOA and ESB has been widely used, it is being used in the telecommunication
industry, such as in the network implementation and in the ordering process [5]–[9]. It is also
being used in the supply chain management industry for a long time already [10]. The ESB
product itself not limited to 1 company and their performance varies on different conditions
[11]. Also, there are still some discussions about the best way of integration by using the Web
Service, either using SOAP or using the REST method, both of them have their own
advantage of use, but according to [12], it is said that REST has definite advantage over the
SOAP style. Currently, the design of the core service still need improvement, as the payload
being stored by the core service can be said that it is enough to cater the needs of
orchestration, but the concern is that the size of the payload will affect the memory of the
database.
The comparison of Success Rate between the legacy system based on Java code and the
new system in a 7 days time (previous and now) :
Order Management System with Enterprise Service Bus in Telecommunication Industry
http://www.iaeme.com/IJMET/index.asp 67 editor@iaeme.com
Table 1. Comparison of legacy and new system.
Legacy System
(Previously)
New System
(Now)
Success Errors Success Errors
Block 68.172 6.196 76.947 2.348
Unblock 66.806 6.802 74.592 1.983
Suspend 68.128 5.507 70.129 2.027
Resume 69.924 7.319 78.973 3.184
Migration 51.728 6.178 51.839 2.166
The Success Rate of the orders have raised to an acceptable level by the management
team. The errors that occurred in the new system are mostly caused by the surrounding, either
data issue or the network issue. As for the errors that are caused by the system itself have been
reduced.
5. CONCLUSIONS
The use of SOA and ESB in this case study can be possibly said being the best call to
accommodate the need of telecommunication industry, because SOA and ESB itself are able
to cater the ever-changing flow [4], [9] that is need to be done by the telecommunication,
because as we already know that the industry will always have new products and also change
their product configurations according to the customer needs and the competition between the
companies that move in the same line of business.
The use of ESB in ordering, for this case can be called success, while the rate of success
of the legacy system was 80~90%, the new system is able to fulfill the management’s
expectation of 95~100% of success rate. While there are still so many errors occurred, the
errors are mostly caused by the surrounding system and the errors caused by the ordering
system itself has been reduced to an acceptable number.
REFERENCES
[1] N. Karimi, Oldooz; Modiri, “Enterprise Integration using Service Oriented Architecture,”
Adv. Comput. An Int. J., vol. 2, no. 5, pp. 41–47, 2011.
[2] Suhardi, R. Doss, and P. Yustianto, “Service Engineering Based on Service Oriented
Architecture Methodology,” TELKOMNIKA (Telecommunication Comput. Electron.
Control., vol. 13, no. 4, p. 1466, 2015.
[3] M. Shetty, W. J. Shareef, K. Shetty, and S. Lohiya, “B2B Order Management System,”
Int. J. Comput. Sci. Inf. Technol., vol. 6, no. 2, pp. 1118–1122, 2015.
[4] J. Berlak and B. Deifel, “Designing Changeable Order Management Systems,” OOPSLA
Work. Eng. Complex Object Oriented Softw. Evol., pp. 1–13.
[5] J. W. Kim and K. J. Lim, “An approach to service-oriented architecture using web service
and BPM in the telecom-OSS domain,” Internet Res., vol. 17, no. 1, pp. 99–107, 2007.
[6] G. Branca and L. Atzori, “A survey of SOA technologies in NGN network architectures,”
IEEE Commun. Surv. Tutorials, vol. 14, no. 3, pp. 644–661, 2012.
[7] F. M. Álvaro et al., “Challenges of SOA adoption in the Telco domain for Latin American
researchers Desafíos de la adopción de SOA en el dominio Telco para los investigadores
Michael Simon and Abba Suganda Girsang
http://www.iaeme.com/IJMET/index.asp 68 editor@iaeme.com
latinoamericanos Desafios da adoção de SOA no domínio Telco para os pesquisadores
latino-americanos,” vol. 24, no. 39, pp. 9–19, 2015.
[8] Y. Yuan, B. Wang, L. Zhang, and J. Wu, “SOA-based telecom product management
system framework,” IFIP Int. Fed. Inf. Process., vol. 255, pp. 1251–1260, 2008.
[9] L. Weifeng, K. Jianchu, C. Wei, and L. Ran, “Integration and application platform of
service-oriented telecom businesses,” Proc. - ECUMN 2007 Fourth Eur. Conf. Univers.
Multiservice Networks, pp. 183–189, 2007.
[10] “The Order Fulfillment Process,” Int. J. Logist. Manag., vol. 14, no. 1, 2003.
[11] S. P. Ahuja, “Enterprise Service Bus: A Performance Evaluation,” Commun. Netw., vol.
03, no. 03, pp. 133–140, 2011.
[12] S. Kumari and S. K. Rath, “Performance comparison of SOAP and REST based Web
Services for Enterprise Application Integration,” in 2015 International Conference on
Advances in Computing, Communications and Informatics (ICACCI), 2015, pp. 1656–
1660.

More Related Content

What's hot

Restaurant billing application
Restaurant billing applicationRestaurant billing application
Restaurant billing applicationch samaram
 
IRJET- Online Studio Management System
IRJET- Online Studio Management SystemIRJET- Online Studio Management System
IRJET- Online Studio Management SystemIRJET Journal
 
Canteen management system Documentation
Canteen management system DocumentationCanteen management system Documentation
Canteen management system Documentationrimshailyas1
 
SRS For Online Store
SRS For Online StoreSRS For Online Store
SRS For Online StoreAhsan Rizwan
 
Canteen Automation System
Canteen Automation SystemCanteen Automation System
Canteen Automation SystemIRJET Journal
 
Super marketbillingsystemproject
Super marketbillingsystemprojectSuper marketbillingsystemproject
Super marketbillingsystemprojectVickey Mahant
 
Project report On MSM (Mobile Shop Management)
Project report On MSM (Mobile Shop Management)Project report On MSM (Mobile Shop Management)
Project report On MSM (Mobile Shop Management)Dinesh Jogdand
 
Online restaurant management system
Online restaurant management systemOnline restaurant management system
Online restaurant management systemAmal Jose
 

What's hot (12)

Home delivery restaurants
Home delivery restaurantsHome delivery restaurants
Home delivery restaurants
 
Resume
ResumeResume
Resume
 
Iqms at STRUGIS ERP
Iqms at STRUGIS ERPIqms at STRUGIS ERP
Iqms at STRUGIS ERP
 
Restaurant billing application
Restaurant billing applicationRestaurant billing application
Restaurant billing application
 
IRJET- Online Studio Management System
IRJET- Online Studio Management SystemIRJET- Online Studio Management System
IRJET- Online Studio Management System
 
Canteen management system Documentation
Canteen management system DocumentationCanteen management system Documentation
Canteen management system Documentation
 
SRS For Online Store
SRS For Online StoreSRS For Online Store
SRS For Online Store
 
Canteen Automation System
Canteen Automation SystemCanteen Automation System
Canteen Automation System
 
Super marketbillingsystemproject
Super marketbillingsystemprojectSuper marketbillingsystemproject
Super marketbillingsystemproject
 
Project report On MSM (Mobile Shop Management)
Project report On MSM (Mobile Shop Management)Project report On MSM (Mobile Shop Management)
Project report On MSM (Mobile Shop Management)
 
Onlineshopping
OnlineshoppingOnlineshopping
Onlineshopping
 
Online restaurant management system
Online restaurant management systemOnline restaurant management system
Online restaurant management system
 

Similar to Ijmet 10 01_006

Software Design ImplementationConnie FarrisColor.docx
Software Design ImplementationConnie FarrisColor.docxSoftware Design ImplementationConnie FarrisColor.docx
Software Design ImplementationConnie FarrisColor.docxrosemariebrayshaw
 
Men Salon management system project and ppt
Men Salon management system project and pptMen Salon management system project and ppt
Men Salon management system project and pptpavisubashsp
 
includes the followingBusiness Case InvestigationIdenti.docx
includes the followingBusiness Case InvestigationIdenti.docxincludes the followingBusiness Case InvestigationIdenti.docx
includes the followingBusiness Case InvestigationIdenti.docxannettsparrow
 
Sales and inventory management system project report
Sales and inventory management system project reportSales and inventory management system project report
Sales and inventory management system project reportFuckboy123
 
Skedule A System For Easy User Access
Skedule A System For Easy User AccessSkedule A System For Easy User Access
Skedule A System For Easy User AccessIRJET Journal
 
IRJET- Real Time Tracking Office Management System
IRJET-  	  Real Time Tracking Office Management SystemIRJET-  	  Real Time Tracking Office Management System
IRJET- Real Time Tracking Office Management SystemIRJET Journal
 
An Integrated Help Desk Support For Customer Services Over The World Wide Web...
An Integrated Help Desk Support For Customer Services Over The World Wide Web...An Integrated Help Desk Support For Customer Services Over The World Wide Web...
An Integrated Help Desk Support For Customer Services Over The World Wide Web...Jeff Nelson
 
Services Modeling based on SOA and BPM for Information System Flexibility Imp...
Services Modeling based on SOA and BPM for Information System Flexibility Imp...Services Modeling based on SOA and BPM for Information System Flexibility Imp...
Services Modeling based on SOA and BPM for Information System Flexibility Imp...IJECEIAES
 
TY BSc.IT Blackbook Main Report
TY BSc.IT  Blackbook  Main ReportTY BSc.IT  Blackbook  Main Report
TY BSc.IT Blackbook Main ReportAkashChauhan139
 
A Collaborative Framework for Managing Run-Time Changes in Enterprise Web Ser...
A Collaborative Framework for Managing Run-Time Changes in Enterprise Web Ser...A Collaborative Framework for Managing Run-Time Changes in Enterprise Web Ser...
A Collaborative Framework for Managing Run-Time Changes in Enterprise Web Ser...dannyijwest
 
A Collaborative Framework for Managing Run-Time Changes in Enterprise Web Ser...
A Collaborative Framework for Managing Run-Time Changes in Enterprise Web Ser...A Collaborative Framework for Managing Run-Time Changes in Enterprise Web Ser...
A Collaborative Framework for Managing Run-Time Changes in Enterprise Web Ser...dannyijwest
 
Information Intendance System on Cloud
Information Intendance System on CloudInformation Intendance System on Cloud
Information Intendance System on CloudIRJET Journal
 
Development Framework method (Agile project analysis)
Development Framework method (Agile project analysis)Development Framework method (Agile project analysis)
Development Framework method (Agile project analysis)MH Dip
 
Laundry_Management_System.ppt
Laundry_Management_System.pptLaundry_Management_System.ppt
Laundry_Management_System.pptSimpleVideo
 
IRJET - Leave Management System for AIKTC
IRJET - Leave Management System for AIKTCIRJET - Leave Management System for AIKTC
IRJET - Leave Management System for AIKTCIRJET Journal
 
IT Requirements (Stage 3)In addition to the functional requireme.docx
IT Requirements (Stage 3)In addition to the functional requireme.docxIT Requirements (Stage 3)In addition to the functional requireme.docx
IT Requirements (Stage 3)In addition to the functional requireme.docxpriestmanmable
 

Similar to Ijmet 10 01_006 (20)

Cloud Computing Project
Cloud Computing ProjectCloud Computing Project
Cloud Computing Project
 
Software Design ImplementationConnie FarrisColor.docx
Software Design ImplementationConnie FarrisColor.docxSoftware Design ImplementationConnie FarrisColor.docx
Software Design ImplementationConnie FarrisColor.docx
 
Ebusinesspa
EbusinesspaEbusinesspa
Ebusinesspa
 
Men Salon management system project and ppt
Men Salon management system project and pptMen Salon management system project and ppt
Men Salon management system project and ppt
 
Project (2)
Project (2)Project (2)
Project (2)
 
includes the followingBusiness Case InvestigationIdenti.docx
includes the followingBusiness Case InvestigationIdenti.docxincludes the followingBusiness Case InvestigationIdenti.docx
includes the followingBusiness Case InvestigationIdenti.docx
 
Sales and inventory management system project report
Sales and inventory management system project reportSales and inventory management system project report
Sales and inventory management system project report
 
Skedule A System For Easy User Access
Skedule A System For Easy User AccessSkedule A System For Easy User Access
Skedule A System For Easy User Access
 
IRJET- Real Time Tracking Office Management System
IRJET-  	  Real Time Tracking Office Management SystemIRJET-  	  Real Time Tracking Office Management System
IRJET- Real Time Tracking Office Management System
 
An Integrated Help Desk Support For Customer Services Over The World Wide Web...
An Integrated Help Desk Support For Customer Services Over The World Wide Web...An Integrated Help Desk Support For Customer Services Over The World Wide Web...
An Integrated Help Desk Support For Customer Services Over The World Wide Web...
 
Services Modeling based on SOA and BPM for Information System Flexibility Imp...
Services Modeling based on SOA and BPM for Information System Flexibility Imp...Services Modeling based on SOA and BPM for Information System Flexibility Imp...
Services Modeling based on SOA and BPM for Information System Flexibility Imp...
 
TY BSc.IT Blackbook Main Report
TY BSc.IT  Blackbook  Main ReportTY BSc.IT  Blackbook  Main Report
TY BSc.IT Blackbook Main Report
 
A Collaborative Framework for Managing Run-Time Changes in Enterprise Web Ser...
A Collaborative Framework for Managing Run-Time Changes in Enterprise Web Ser...A Collaborative Framework for Managing Run-Time Changes in Enterprise Web Ser...
A Collaborative Framework for Managing Run-Time Changes in Enterprise Web Ser...
 
A Collaborative Framework for Managing Run-Time Changes in Enterprise Web Ser...
A Collaborative Framework for Managing Run-Time Changes in Enterprise Web Ser...A Collaborative Framework for Managing Run-Time Changes in Enterprise Web Ser...
A Collaborative Framework for Managing Run-Time Changes in Enterprise Web Ser...
 
Information Intendance System on Cloud
Information Intendance System on CloudInformation Intendance System on Cloud
Information Intendance System on Cloud
 
Development Framework method (Agile project analysis)
Development Framework method (Agile project analysis)Development Framework method (Agile project analysis)
Development Framework method (Agile project analysis)
 
Hitech
HitechHitech
Hitech
 
Laundry_Management_System.ppt
Laundry_Management_System.pptLaundry_Management_System.ppt
Laundry_Management_System.ppt
 
IRJET - Leave Management System for AIKTC
IRJET - Leave Management System for AIKTCIRJET - Leave Management System for AIKTC
IRJET - Leave Management System for AIKTC
 
IT Requirements (Stage 3)In addition to the functional requireme.docx
IT Requirements (Stage 3)In addition to the functional requireme.docxIT Requirements (Stage 3)In addition to the functional requireme.docx
IT Requirements (Stage 3)In addition to the functional requireme.docx
 

More from IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

More from IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Recently uploaded

Introduction to Artificial Intelligence and History of AI
Introduction to Artificial Intelligence and History of AIIntroduction to Artificial Intelligence and History of AI
Introduction to Artificial Intelligence and History of AISheetal Jain
 
BURGER ORDERING SYSYTEM PROJECT REPORT..pdf
BURGER ORDERING SYSYTEM PROJECT REPORT..pdfBURGER ORDERING SYSYTEM PROJECT REPORT..pdf
BURGER ORDERING SYSYTEM PROJECT REPORT..pdfKamal Acharya
 
ONLINE VEHICLE RENTAL SYSTEM PROJECT REPORT.pdf
ONLINE VEHICLE RENTAL SYSTEM PROJECT REPORT.pdfONLINE VEHICLE RENTAL SYSTEM PROJECT REPORT.pdf
ONLINE VEHICLE RENTAL SYSTEM PROJECT REPORT.pdfKamal Acharya
 
Linux Systems Programming: Semaphores, Shared Memory, and Message Queues
Linux Systems Programming: Semaphores, Shared Memory, and Message QueuesLinux Systems Programming: Semaphores, Shared Memory, and Message Queues
Linux Systems Programming: Semaphores, Shared Memory, and Message QueuesRashidFaridChishti
 
Electrostatic field in a coaxial transmission line
Electrostatic field in a coaxial transmission lineElectrostatic field in a coaxial transmission line
Electrostatic field in a coaxial transmission lineJulioCesarSalazarHer1
 
Filters for Electromagnetic Compatibility Applications
Filters for Electromagnetic Compatibility ApplicationsFilters for Electromagnetic Compatibility Applications
Filters for Electromagnetic Compatibility ApplicationsMathias Magdowski
 
Circuit Breaker arc phenomenon.pdf engineering
Circuit Breaker arc phenomenon.pdf engineeringCircuit Breaker arc phenomenon.pdf engineering
Circuit Breaker arc phenomenon.pdf engineeringKanchhaTamang
 
Seismic Hazard Assessment Software in Python by Prof. Dr. Costas Sachpazis
Seismic Hazard Assessment Software in Python by Prof. Dr. Costas SachpazisSeismic Hazard Assessment Software in Python by Prof. Dr. Costas Sachpazis
Seismic Hazard Assessment Software in Python by Prof. Dr. Costas SachpazisDr.Costas Sachpazis
 
RESORT MANAGEMENT AND RESERVATION SYSTEM PROJECT REPORT.pdf
RESORT MANAGEMENT AND RESERVATION SYSTEM PROJECT REPORT.pdfRESORT MANAGEMENT AND RESERVATION SYSTEM PROJECT REPORT.pdf
RESORT MANAGEMENT AND RESERVATION SYSTEM PROJECT REPORT.pdfKamal Acharya
 
Complex plane, Modulus, Argument, Graphical representation of a complex numbe...
Complex plane, Modulus, Argument, Graphical representation of a complex numbe...Complex plane, Modulus, Argument, Graphical representation of a complex numbe...
Complex plane, Modulus, Argument, Graphical representation of a complex numbe...MohammadAliNayeem
 
Introduction to Heat Exchangers: Principle, Types and Applications
Introduction to Heat Exchangers: Principle, Types and ApplicationsIntroduction to Heat Exchangers: Principle, Types and Applications
Introduction to Heat Exchangers: Principle, Types and ApplicationsKineticEngineeringCo
 
Supermarket billing system project report..pdf
Supermarket billing system project report..pdfSupermarket billing system project report..pdf
Supermarket billing system project report..pdfKamal Acharya
 
Electrical shop management system project report.pdf
Electrical shop management system project report.pdfElectrical shop management system project report.pdf
Electrical shop management system project report.pdfKamal Acharya
 
Online book store management system project.pdf
Online book store management system project.pdfOnline book store management system project.pdf
Online book store management system project.pdfKamal Acharya
 
Involute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdf
Involute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdfInvolute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdf
Involute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdfJNTUA
 
Theory for How to calculation capacitor bank
Theory for How to calculation capacitor bankTheory for How to calculation capacitor bank
Theory for How to calculation capacitor banktawat puangthong
 
BRAKING SYSTEM IN INDIAN RAILWAY AutoCAD DRAWING
BRAKING SYSTEM IN INDIAN RAILWAY AutoCAD DRAWINGBRAKING SYSTEM IN INDIAN RAILWAY AutoCAD DRAWING
BRAKING SYSTEM IN INDIAN RAILWAY AutoCAD DRAWINGKOUSTAV SARKAR
 
Introduction to Machine Learning Unit-4 Notes for II-II Mechanical Engineering
Introduction to Machine Learning Unit-4 Notes for II-II Mechanical EngineeringIntroduction to Machine Learning Unit-4 Notes for II-II Mechanical Engineering
Introduction to Machine Learning Unit-4 Notes for II-II Mechanical EngineeringC Sai Kiran
 
ROAD CONSTRUCTION PRESENTATION.PPTX.pptx
ROAD CONSTRUCTION PRESENTATION.PPTX.pptxROAD CONSTRUCTION PRESENTATION.PPTX.pptx
ROAD CONSTRUCTION PRESENTATION.PPTX.pptxGagandeepKaur617299
 
Teachers record management system project report..pdf
Teachers record management system project report..pdfTeachers record management system project report..pdf
Teachers record management system project report..pdfKamal Acharya
 

Recently uploaded (20)

Introduction to Artificial Intelligence and History of AI
Introduction to Artificial Intelligence and History of AIIntroduction to Artificial Intelligence and History of AI
Introduction to Artificial Intelligence and History of AI
 
BURGER ORDERING SYSYTEM PROJECT REPORT..pdf
BURGER ORDERING SYSYTEM PROJECT REPORT..pdfBURGER ORDERING SYSYTEM PROJECT REPORT..pdf
BURGER ORDERING SYSYTEM PROJECT REPORT..pdf
 
ONLINE VEHICLE RENTAL SYSTEM PROJECT REPORT.pdf
ONLINE VEHICLE RENTAL SYSTEM PROJECT REPORT.pdfONLINE VEHICLE RENTAL SYSTEM PROJECT REPORT.pdf
ONLINE VEHICLE RENTAL SYSTEM PROJECT REPORT.pdf
 
Linux Systems Programming: Semaphores, Shared Memory, and Message Queues
Linux Systems Programming: Semaphores, Shared Memory, and Message QueuesLinux Systems Programming: Semaphores, Shared Memory, and Message Queues
Linux Systems Programming: Semaphores, Shared Memory, and Message Queues
 
Electrostatic field in a coaxial transmission line
Electrostatic field in a coaxial transmission lineElectrostatic field in a coaxial transmission line
Electrostatic field in a coaxial transmission line
 
Filters for Electromagnetic Compatibility Applications
Filters for Electromagnetic Compatibility ApplicationsFilters for Electromagnetic Compatibility Applications
Filters for Electromagnetic Compatibility Applications
 
Circuit Breaker arc phenomenon.pdf engineering
Circuit Breaker arc phenomenon.pdf engineeringCircuit Breaker arc phenomenon.pdf engineering
Circuit Breaker arc phenomenon.pdf engineering
 
Seismic Hazard Assessment Software in Python by Prof. Dr. Costas Sachpazis
Seismic Hazard Assessment Software in Python by Prof. Dr. Costas SachpazisSeismic Hazard Assessment Software in Python by Prof. Dr. Costas Sachpazis
Seismic Hazard Assessment Software in Python by Prof. Dr. Costas Sachpazis
 
RESORT MANAGEMENT AND RESERVATION SYSTEM PROJECT REPORT.pdf
RESORT MANAGEMENT AND RESERVATION SYSTEM PROJECT REPORT.pdfRESORT MANAGEMENT AND RESERVATION SYSTEM PROJECT REPORT.pdf
RESORT MANAGEMENT AND RESERVATION SYSTEM PROJECT REPORT.pdf
 
Complex plane, Modulus, Argument, Graphical representation of a complex numbe...
Complex plane, Modulus, Argument, Graphical representation of a complex numbe...Complex plane, Modulus, Argument, Graphical representation of a complex numbe...
Complex plane, Modulus, Argument, Graphical representation of a complex numbe...
 
Introduction to Heat Exchangers: Principle, Types and Applications
Introduction to Heat Exchangers: Principle, Types and ApplicationsIntroduction to Heat Exchangers: Principle, Types and Applications
Introduction to Heat Exchangers: Principle, Types and Applications
 
Supermarket billing system project report..pdf
Supermarket billing system project report..pdfSupermarket billing system project report..pdf
Supermarket billing system project report..pdf
 
Electrical shop management system project report.pdf
Electrical shop management system project report.pdfElectrical shop management system project report.pdf
Electrical shop management system project report.pdf
 
Online book store management system project.pdf
Online book store management system project.pdfOnline book store management system project.pdf
Online book store management system project.pdf
 
Involute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdf
Involute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdfInvolute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdf
Involute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdf
 
Theory for How to calculation capacitor bank
Theory for How to calculation capacitor bankTheory for How to calculation capacitor bank
Theory for How to calculation capacitor bank
 
BRAKING SYSTEM IN INDIAN RAILWAY AutoCAD DRAWING
BRAKING SYSTEM IN INDIAN RAILWAY AutoCAD DRAWINGBRAKING SYSTEM IN INDIAN RAILWAY AutoCAD DRAWING
BRAKING SYSTEM IN INDIAN RAILWAY AutoCAD DRAWING
 
Introduction to Machine Learning Unit-4 Notes for II-II Mechanical Engineering
Introduction to Machine Learning Unit-4 Notes for II-II Mechanical EngineeringIntroduction to Machine Learning Unit-4 Notes for II-II Mechanical Engineering
Introduction to Machine Learning Unit-4 Notes for II-II Mechanical Engineering
 
ROAD CONSTRUCTION PRESENTATION.PPTX.pptx
ROAD CONSTRUCTION PRESENTATION.PPTX.pptxROAD CONSTRUCTION PRESENTATION.PPTX.pptx
ROAD CONSTRUCTION PRESENTATION.PPTX.pptx
 
Teachers record management system project report..pdf
Teachers record management system project report..pdfTeachers record management system project report..pdf
Teachers record management system project report..pdf
 

Ijmet 10 01_006

  • 1. http://www.iaeme.com/IJMET/index.asp 62 editor@iaeme.com International Journal of Mechanical Engineering and Technology (IJMET) Volume 10, Issue 01, January 2019, pp. 62–68, Article ID: IJMET_10_01_006 Available online at http://www.iaeme.com/ijmet/issues.asp?JType=IJMET&VType=10&IType=1 ISSN Print: 0976-6340 and ISSN Online: 0976-6359 © IAEME Publication Scopus Indexed ORDER MANAGEMENT SYSTEM WITH ENTERPRISE SERVICE BUS IN TELECOMMUNICATION INDUSTRY Michael Simon and Abba Suganda Girsang Computer Science Department, BINUS Graduate Program-Master of Computer Science, Bina Nusantara University, Jakarta, Indonesia ABSTRACT Communication is something that is in the need of every people in the world, and as the customers to the telecommunication industries are expecting a good service from the corresponding company. This matter is what drive the telecommunication industries to upgrade their ser-vices to accommodate the orders of the customers. Thus, Service Oriented Architecture (SOA) with the Enterprise Service Bus (ESB) is the solution for the problem, because it is able to be flexible and follows the ever changing business process and needs of the customers. With the micro services, the system will be able to be modified partly on what needs to be added or fixed, it does not require the service to be re-built from scratch. The implementation of the new system based on ESB is a new approach that can be considered for ordering system, the implementation in this case is able to meet the management’s expectation of success rate. Key words: Enterprise Service Bus, Service Oriented Architecture, Microservices, Order Management System, Telecommunication. Cite this Article: Michael Simon and Abba Suganda Girsang, Order Management System with Enterprise Service Bus in Telecommunication Industry, International Journal of Mechanical Engineering and Technology 10(1), 2019, pp. 62–68. http://www.iaeme.com/IJMET/issues.asp?JType=IJMET&VType=10&IType=1 1. INTRODUCTION All telecommunication companies in Indonesia are currently in very rapid growth, certainly we do not deny the existence of competition between companies in any case, both in terms of price, network quality, and also in terms of service quality to customers. Customers are important aspects that are very necessary to be maintained and accommodated by telecommunication companies. If the company is unable to maintain its customers by providing the best service, then there is a certain possibility of customers will go to other providers to get better services. In an effort to improve services from the side of order management services for customers who are part of Customer Relationship Management (CRM), the company strives to find new solutions that are certainly better, faster, and easier
  • 2. Order Management System with Enterprise Service Bus in Telecommunication Industry http://www.iaeme.com/IJMET/index.asp 63 editor@iaeme.com to carry out maintenance and service modification when needed, of course these things will be very helpful in all operational activities / business processes that exist. At this time, the company that is used as a case study, their system that is being used is old and difficult in terms of maintenance. This is because the existing system is still in java code, resulting in the difficulty of the company in maintaining and changing functions / modules in the system because it requires overall code replacement. In addition, because the current system often experiences problems and constraints in terms of its operations, it requires the operational team to change data directly from the database side, where such actions are highly discouraged and certainly damage the integrity of existing data, and pose a risk to data manipulation. In the current system, the performance in the order execution is very bad, based on the results of observations and interviews with the user and operational team, it is said that a lot of problems occur because the old system often has problems such as stuck threads / stuck processes so sometimes it must be stopped forcibly by turning off the process so that the data is not updated and must be manually re-placed, where events like this occur every day due to so many transactions that occur at the same time. Based on the information obtained, the occurrence of stuck orders is around 10% of all incoming orders every day and the average daily order is around 10000 orders for each module, of which the order involved and must be repaired is around 1000 orders for each module, of course it will take a lot of time to fix it, be-cause you have to find out first the corrupted data / which must be manually corrected. With limited human resources on the operation-al side, it will certainly be very difficult for the operational team to be able to fulfill the Client's request to be able to correct the entire order in a timely manner. In addition, it is said that the completion of a running order can take a long time and the data can be seen in the database that is used to record the time of the incoming order and the complete order, for the completion of the existing order can vary from minutes to hours, as for example for only 1 (one) Block order it can take about 1 to 2 hours or even more if there is an unidentified problem so it must be traced first and the fastest completion time is around 10-30 minutes. Therefore a new system solution is needed which can provide solutions to all the problems that exist today. In this case, it is a project carried out between the vendor and the company as a client, in the proposal and contract stage, it has been agreed that there are 5 (five) functions / modules of the old system that will be moved to the new system, those functions between others are: Block, Unblock, Suspend, Resume, and Prepaid to Postpaid Migration, which can be called the Network and Billing Element Modification which of course as a whole is part of Customer Relationship Management (CRM). In this case study, the construction of a new system will be carried out by upscaling / changing the functions of the ESB platform (Enterprise Service Bus) which was originally a facility for storing services [1] that will be used in a business process to become a means of orchestration in fulfilling the order management in the company, which will later be referred to as IOM (Integrated Order Management). In the construction of this new system, the architecture that will be used is SOA (Service Oriented Architecture) in which this architecture allows for the construction of a system that allows developers to be able to create a system that can be modified according to the functions desired by the client, of course to provide convenience in business processes go hand in hand with increasing system flexibility in responding to changes in service from clients [1], [2]. Of course by using this ESB, all existing services can be modified according to the wishes, and if there is a change in the backend side, only the service affected will need to be changed, there is no need to change all existing code, this is due to the ESB feature that provides the possibility to be able to change existing services according to company needs. What's more, because the services that will be
  • 3. Michael Simon and Abba Suganda Girsang http://www.iaeme.com/IJMET/index.asp 64 editor@iaeme.com applied using the loosely coupled model, the entire system will consist of micro-services that can be changed according to need [2]. 1.1. Case Study Problem The related problems in this case study are as follows :  The duration of an order took a lot of time, can be hours which will impact the business cases and also the business flows in the company, because the CRM division will be the most impacted.  The success rate of orders in the system are not as expected by the management team, it is around 80~90% while the management expects 95~100% of success. The success rate also implies the errors that had to be fixed by the operational team which possibly by manual fixing.  The system’s capability of processing the orders need to be improved, as the performance is going down because the orders keep increasing. 2. RELATED WORKS Previously, there are some researchers who are into the Ordering Management System (OMS), that is the system that we are going to replace, they also researched that instead of creating a whole system of OMS, it is better to create a system consisted of loosely coupled microservices. It is because the whole process and data required of order processing may change and will need another change from the system itself, so it is better to reuse services that are available, in-stead of building the system from the scratch because it will need a lot of time and resources. [3], [4] To create the system that is consisted of microservices, it is best to create it using the SOA Methodology, because SOA itself is an architecture of a system that allows the developers to create a system of microservices. So, the services itself can be modified according to the client needs, this surely gives easiness in the business process of the client and also raise the flexibility of the system itself in accommodating the changing needs [1], [2], [5]. The development of the system itself will be consisted of loosely coupled services that are independent, as known as the microservices. The services that are created in 1 application enables the services to be accessed internally or externally. [2] A research stated that by using services / microservices that are actually web services, the method of integration and communication will be using certain languages that are commonly used, such as using XML (Extended Markup Language) that is ruled by a certain policy called WSDL (Web Service Definition Language) which will define and rule the service to only accept the parameters and data according to the rules stated in the WSDL. The messages will also be enveloped by a wrap named SOAP (Simple Object Access Protocol) that is commonly used as a standard format. Other than direct call of web services, there is also a method of queueing messages which commonly called JMS (Java Messaging Service) this method will allow the messages to be stored in a place and then will be dequeued / consumed overtime by the time the messages inserted to the queue and usually this proses will be called asynchronous process, while the direct calling of service will be called synchronous process. It is also stated that the usage of SOA has been applied in telecommunication industry, but only for the OSS (Operation Sup-port System) that is used to serve the customers and arrange the activities for automatization of business process. And from the implementation, the usage of web services is highly recommended for integration between systems. [5]
  • 4. Order Management System with Enterprise Service Bus in Telecommunication Industry http://www.iaeme.com/IJMET/index.asp 65 editor@iaeme.com 3. PROPOSED SYSTEM DESIGN 3.1. Proposed Architecture The proposed system is based on Enterprise Service Bus with Weblogic as the Application Server. The Architectural of the Infra-structure will be High Availability based, with a set of servers, in this case will be using a total of 16 servers. The host server will be running Linux Operating System. Figure 1 shows the system infrastructure that will be used. Figure 1. New system infrastructure architecture. 3.2. Proposed System Flow The proposed system will have separate services that will handle the task, there are core service and also the supplementary services. The system itself is using the SOA which composed by the micro-services stored in the ESB. The core services will work as the orchestrator of the supplementary services. While the core services has the logic to orchestrate the orders to hit various backends, the supplementary services are meant for transforming the data and hitting / communicate and trade data to the backends which have various needs of data and also various methods of communication. The request will come from the front end with the data that is to be orchestrated. Then the data will be sent to the core service, the core service will hit catalogue service which will
  • 5. Michael Simon and Abba Suganda Girsang http://www.iaeme.com/IJMET/index.asp 66 editor@iaeme.com return a set list of backends that has to be hit by the data passed from the front end, the catalogue service itself will provide the parameters to be passed. The catalogue service will query data from the database and will return it as a sequences or work order. After receiving the work orders, the core services then will transform the request to XML message which is called runtime message that contains the data and work orders according to the sequences provided by the catalogue service. The data then passed to the supplementary services in sequence, so that the supplementary service will pass the data to the corresponding backends, and receive the response. After that the response will be received by the core services and the next set of data will be sent to the next supplementary services. This process will continue until all of the work orders in the runtime message has been completed. Figure 2. New system flow. 4. RESULTS AND DISCUSSIONS The use of SOA and ESB has been widely used, it is being used in the telecommunication industry, such as in the network implementation and in the ordering process [5]–[9]. It is also being used in the supply chain management industry for a long time already [10]. The ESB product itself not limited to 1 company and their performance varies on different conditions [11]. Also, there are still some discussions about the best way of integration by using the Web Service, either using SOAP or using the REST method, both of them have their own advantage of use, but according to [12], it is said that REST has definite advantage over the SOAP style. Currently, the design of the core service still need improvement, as the payload being stored by the core service can be said that it is enough to cater the needs of orchestration, but the concern is that the size of the payload will affect the memory of the database. The comparison of Success Rate between the legacy system based on Java code and the new system in a 7 days time (previous and now) :
  • 6. Order Management System with Enterprise Service Bus in Telecommunication Industry http://www.iaeme.com/IJMET/index.asp 67 editor@iaeme.com Table 1. Comparison of legacy and new system. Legacy System (Previously) New System (Now) Success Errors Success Errors Block 68.172 6.196 76.947 2.348 Unblock 66.806 6.802 74.592 1.983 Suspend 68.128 5.507 70.129 2.027 Resume 69.924 7.319 78.973 3.184 Migration 51.728 6.178 51.839 2.166 The Success Rate of the orders have raised to an acceptable level by the management team. The errors that occurred in the new system are mostly caused by the surrounding, either data issue or the network issue. As for the errors that are caused by the system itself have been reduced. 5. CONCLUSIONS The use of SOA and ESB in this case study can be possibly said being the best call to accommodate the need of telecommunication industry, because SOA and ESB itself are able to cater the ever-changing flow [4], [9] that is need to be done by the telecommunication, because as we already know that the industry will always have new products and also change their product configurations according to the customer needs and the competition between the companies that move in the same line of business. The use of ESB in ordering, for this case can be called success, while the rate of success of the legacy system was 80~90%, the new system is able to fulfill the management’s expectation of 95~100% of success rate. While there are still so many errors occurred, the errors are mostly caused by the surrounding system and the errors caused by the ordering system itself has been reduced to an acceptable number. REFERENCES [1] N. Karimi, Oldooz; Modiri, “Enterprise Integration using Service Oriented Architecture,” Adv. Comput. An Int. J., vol. 2, no. 5, pp. 41–47, 2011. [2] Suhardi, R. Doss, and P. Yustianto, “Service Engineering Based on Service Oriented Architecture Methodology,” TELKOMNIKA (Telecommunication Comput. Electron. Control., vol. 13, no. 4, p. 1466, 2015. [3] M. Shetty, W. J. Shareef, K. Shetty, and S. Lohiya, “B2B Order Management System,” Int. J. Comput. Sci. Inf. Technol., vol. 6, no. 2, pp. 1118–1122, 2015. [4] J. Berlak and B. Deifel, “Designing Changeable Order Management Systems,” OOPSLA Work. Eng. Complex Object Oriented Softw. Evol., pp. 1–13. [5] J. W. Kim and K. J. Lim, “An approach to service-oriented architecture using web service and BPM in the telecom-OSS domain,” Internet Res., vol. 17, no. 1, pp. 99–107, 2007. [6] G. Branca and L. Atzori, “A survey of SOA technologies in NGN network architectures,” IEEE Commun. Surv. Tutorials, vol. 14, no. 3, pp. 644–661, 2012. [7] F. M. Álvaro et al., “Challenges of SOA adoption in the Telco domain for Latin American researchers Desafíos de la adopción de SOA en el dominio Telco para los investigadores
  • 7. Michael Simon and Abba Suganda Girsang http://www.iaeme.com/IJMET/index.asp 68 editor@iaeme.com latinoamericanos Desafios da adoção de SOA no domínio Telco para os pesquisadores latino-americanos,” vol. 24, no. 39, pp. 9–19, 2015. [8] Y. Yuan, B. Wang, L. Zhang, and J. Wu, “SOA-based telecom product management system framework,” IFIP Int. Fed. Inf. Process., vol. 255, pp. 1251–1260, 2008. [9] L. Weifeng, K. Jianchu, C. Wei, and L. Ran, “Integration and application platform of service-oriented telecom businesses,” Proc. - ECUMN 2007 Fourth Eur. Conf. Univers. Multiservice Networks, pp. 183–189, 2007. [10] “The Order Fulfillment Process,” Int. J. Logist. Manag., vol. 14, no. 1, 2003. [11] S. P. Ahuja, “Enterprise Service Bus: A Performance Evaluation,” Commun. Netw., vol. 03, no. 03, pp. 133–140, 2011. [12] S. Kumari and S. K. Rath, “Performance comparison of SOAP and REST based Web Services for Enterprise Application Integration,” in 2015 International Conference on Advances in Computing, Communications and Informatics (ICACCI), 2015, pp. 1656– 1660.