SlideShare une entreprise Scribd logo
1  sur  13
Télécharger pour lire hors ligne
Running head: INFORMATION SYSTEM INFRASTRUCTURE 1
Information System Infrastructure
An Assignment Submitted by
Name of Student
Name of Establishment
INFORMATION SYSTEM INFRASTRUCTURE 2
Abstract
This paper provides an analysis and recommendations on implementation of information
system for a car rental business. It is based on theoretical aspects of data management,
work of databases and business processes applied through the web interface. The main
objective of the paper is to provide two information systems possible for business
implementation, provide comparative analysis, suggest recommendations and give a set
of arguments on the most important aspects of information system structure in the scope
of functioning within the business environment.
INFORMATION SYSTEM INFRASTRUCTURE 3
TABLE OF CONTENTS
ABSTRACT…………………………………………………………………. 2
LIST OF FIGURES…………………………………………………………. 4
LIST OF TABLES…………………………………………………………… 5
CHAPTERS…………………………………………………………………. 6
I. INTRODUCTION………………………………………………… 6
II. ARCHITECTURE DIAGRAMS…………………………………. 7
III. COMPARISON OF ALTERNATIVES………………………….. 9
IV. DATA MODELLING DIAGRAM………………………………. 11
V. CONCLUSION…………………………………………………… 12
REFERENCES……………………………………………………………… 13
INFORMATION SYSTEM INFRASTRUCTURE 4
List of figures
Figure 1. First 3-tier client-server model for car rental management system. 7
Figure 2. Second 3-tier client-server model for car rental management
system………………………………………………………………………………….. 8
Figure 3. Data Modelling diagram for car rental information system………... 11
INFORMATION SYSTEM INFRASTRUCTURE 5
List of tables
Table 1. The comparison of two information systems for the car rental
business………………………………………………………………………………… 9
INFORMATION SYSTEM INFRASTRUCTURE 6
Information System Infrastructure
Current trends in usage of information systems for either small or big businesses
demonstrate that it is important part of equation, where knowledge multiplied by
technology brings incremental profit. The idea is of a competitive advantage across the
business environment. Hoffer, Ramesh and Topi indicate that “advantage goes to people
and organizations that collect, manage and interpret information effectively” (p. 3). It is
particularly important while dealing with the big amount of data required to be processed
without delays. In order to provide the broader view on the problem, we will analyze two
possible systems applicable for car rental business, assuming the potential expansion
through the markets and wide usage of online services.
Before conducting an analysis on potential development models for the business,
it is important to describe several critical factors influencing the business. First, the
business is at its forming stage and has not operated with complex information systems
before, using a home-built application for its needs. It means that the complete
outsourcing model would not fit here. Second, the business expanded from car
replacement structure to full rental structure since the operations spread to the airport and
centres of tourism. Therefore, the business is now concerned with architecture solutions
and internal communication between its parts (“Enterprise Architecture”, 2012). Third,
the essential part of the whole approach is to make the system easily accessible and to
drive excellent performance. This is also includes certain stages within the system
development aimed on marketing, which is possible through the social networking and
Web 2.0 tools. It means that the certain mechanisms within the system are intended to
operate via converting some abstract content into the actual presentation for dealing with
INFORMATION SYSTEM INFRASTRUCTURE 7
various ways of presenting the end data for users (“Web programming. Part I - XHTML”,
2012).
Architecture diagrams
The first solution for car rental system design is presented as a 3-tier client-server
model, focusing on the three parts titled as client, application server and database server
(“The Internet and Web Infrastructure”, 2012):
Figure 1. First 3-tier client-server model for car rental management system.
LEVEL 1: CLIENT
Client hardware
(computer, phone, other
input/output device
Third party hardware
(computer, phone, other
input/output device
LEVEL 2: APPLICATION SERVER
Requests processing
module
Payments processing
module
LEVEL 3: DATABASE SERVER
INFORMATION SYSTEM INFRASTRUCTURE 8
The above diagram provides a simple 3-tier processing system assigned as
centralized data storage. On the first level the customer can access either company
website or social network application, registering in a system and ordering a car. The
database administrator then receives a notification through the messaging system that
new order was received and processes it further. The output for the administrator is the
complete database with multiple keys needs being processed with a high accuracy. It does
not distribute each customer in a separate spreadsheet. However, the approach is more
flexible in terms of security since not requires encrypted connection.
The second diagram gives another perspective using the outsourcing software
module:
Figure 2. Second 3-tier client-server model for car rental management system
PC Station
1
PC Station
2
PC Station
3
Application server
(distributed
operations)
Database
order 1
Database
order 2
Database
order 3
INFORMATION SYSTEM INFRASTRUCTURE 9
In this model the outsourcing application installed on application server level,
allowing distribution of each order for a specified customer. As soon as the payment was
done, the account is archived. However, the problem is direct addressing and
interconnection between the application and user, which could present issues with
security protocols and wrong distribution of the orders.
Comparison of alternatives
Further research provides a comparative analysis of two information systems in a
table format, indicating advantages and disadvantages for selected models:
Table 1
The comparison of two information systems for the car rental business
Specification 1st model 2nd model Comments
Data processing Server and
terminal
processing,
Windows
operating
system
Distributed
processing,
Windows
operating
system
Second option is more user-
friendly, but has particular
risks on security level while
distributing data under
Windows applications.
Data
communication/networking
WAN,
Web-based
WAN,
Wireless,
Web-based
Advantage in wireless
networking, but still with
security risks and increased
costs.
INFORMATION SYSTEM INFRASTRUCTURE 10
Database management/data
storage
Centralized
storage
Distributed
storage
Outsourcing to the third party
brings additional costs which
is not effective for this system.
Security and Management https
protocol
https
protocol
Other options might be not
compatible with user systems
since it is required to operate
under multiple browsers and
Windows versions.
Flexibility and Scalability Distributed
computing
Both
Distributed
and Cloud
computing
Cloud computing might cause
additional security issues and
vulnerability testing.
CRM Functions Outsources
or locally
developed
applications
Outsources
or locally
developed
applications
The highest focus is on
applicability of social network
tools, but both systems are
capable of calculations.
Summarizing, the major restrictions for smooth operations are connected to
security specifications and preliminary defined access to the system worldwide, given
that the business is intended to be accessible across multiple geographies. The first model
is more security oriented, that is why user interface might not require long-term
authorization processes and late payments. The second one is more user friendly,
INFORMATION SYSTEM INFRASTRUCTURE 11
providing high speed of transactions but, to avoid security problems, might probably
bring long registration and authorization processes instead.
Data modelling diagram
The last part of this research provides the entity-relationships modelling diagram
applicable for both cases described above (“Database Systems”, 2012):
Figure 3. Data Modelling diagram for car rental information system
Reservation
Agreement ID
Payment ID
Rate ID
Car
Car ID
Rate ID
Mileage
Date_leaves
Time_leaves
Date_return
Time_return
Coll_damage
Pers_accident
Gas_amount
Rental
Agreement ID
Full name
Rate ID
Car ID
Date_leaves
Time_leaves
Mileage
Date_return
Time_return
Driver
Full name
Birth Date
License number
State of issue
Rate class
Rate ID
Customer
Full name
Birth Date
License number
State of issue
Deposit ID
Inspection
Coll_damage
Pers_accident
Extra charge
Coll_damage
Pers_accident
Gas_amount
Payment ID
Payment
Payment ID
Deposit ID
Agreement ID
has
M
M
1
1
has
1 1has
1
M
is
1 1
Consists of
1
M
has1 1
1
1
1
1
Consists of
INFORMATION SYSTEM INFRASTRUCTURE 12
Conclusion
This paper provided a short overview of the importance of information systems in
current business and focused on comparative analysis of two potential information
systems for the car rental business. Given the fact the business is expanding, the necessity
of system application is pretty high. The first model described under this research is more
focused on security, and the second brings the accessibility. The practical decision on
what system to select is mostly dependent on the costs. The second approach seems to be
more applicable for end users, but requires more investments for realization. Also, this
paper provided several examples for practical application of data modelling. Further
researches indicating additional data are possible as well.
INFORMATION SYSTEM INFRASTRUCTURE 13
References
Database Systems (2012). Poster session presented by Deakin University, School of
Information Systems.
Enterprise Architecture (2012). Poster session presented by Deakin University, School of
Information Systems.
Hoffer, J. A., Ramesh V. & Topi, H. (2010). Modern Database Management (Tenth ed.).
New Jersey: Prentice Hall.
The Internet and Web Infrastructure (2012). Poster session presented by Deakin
University, School of Information Systems.
Web programming. Part I – XHTML (2012). Poster session presented by Deakin
University, School of Information Systems.

Contenu connexe

Tendances

Exploring the Difference Between Information Technology and Information System
Exploring the Difference Between Information Technology and Information SystemExploring the Difference Between Information Technology and Information System
Exploring the Difference Between Information Technology and Information SystemLaguna State Polytechnic University
 
Introduction to Information System
Introduction to Information SystemIntroduction to Information System
Introduction to Information Systemshaylor_swift
 
operating support system
operating support systemoperating support system
operating support systemAqsa Nawab
 
Types Of Information Systems
Types Of Information SystemsTypes Of Information Systems
Types Of Information SystemsManuel Ardales
 
Management information system unit v
Management information system unit vManagement information system unit v
Management information system unit vpanibatla neeta
 
computer based information system
computer based information systemcomputer based information system
computer based information systemjandian
 
Management Information Systems (MIS) in Nepal (MoFALD) by Ekendra
Management Information Systems (MIS) in Nepal (MoFALD) by EkendraManagement Information Systems (MIS) in Nepal (MoFALD) by Ekendra
Management Information Systems (MIS) in Nepal (MoFALD) by EkendraEkendra Lamsal
 
Information Management unit 1 introduction
Information Management unit 1 introductionInformation Management unit 1 introduction
Information Management unit 1 introductionGanesha Pandian
 
Concepts and components of information system
Concepts  and components of information systemConcepts  and components of information system
Concepts and components of information systemRohit Kumar
 
Management Information System Types
Management Information System TypesManagement Information System Types
Management Information System TypesJunaid Ashraf
 
Types & Fundamentals of Information System
Types & Fundamentals of Information SystemTypes & Fundamentals of Information System
Types & Fundamentals of Information SystemAwais Mansoor Chohan
 
MIS practical file
MIS practical fileMIS practical file
MIS practical fileAnkit Dixit
 

Tendances (20)

Gr 12 Difference Between IT an Information Systems
Gr 12 Difference Between IT an Information SystemsGr 12 Difference Between IT an Information Systems
Gr 12 Difference Between IT an Information Systems
 
Information system
Information systemInformation system
Information system
 
Exploring the Difference Between Information Technology and Information System
Exploring the Difference Between Information Technology and Information SystemExploring the Difference Between Information Technology and Information System
Exploring the Difference Between Information Technology and Information System
 
Introduction to Information System
Introduction to Information SystemIntroduction to Information System
Introduction to Information System
 
operating support system
operating support systemoperating support system
operating support system
 
Information Systems
Information SystemsInformation Systems
Information Systems
 
Types Of Information Systems
Types Of Information SystemsTypes Of Information Systems
Types Of Information Systems
 
Management information system unit v
Management information system unit vManagement information system unit v
Management information system unit v
 
computer based information system
computer based information systemcomputer based information system
computer based information system
 
Management Information Systems (MIS) in Nepal (MoFALD) by Ekendra
Management Information Systems (MIS) in Nepal (MoFALD) by EkendraManagement Information Systems (MIS) in Nepal (MoFALD) by Ekendra
Management Information Systems (MIS) in Nepal (MoFALD) by Ekendra
 
Systems analysis and design lecture 1
Systems analysis and design lecture 1Systems analysis and design lecture 1
Systems analysis and design lecture 1
 
Information Management unit 1 introduction
Information Management unit 1 introductionInformation Management unit 1 introduction
Information Management unit 1 introduction
 
Concepts and components of information system
Concepts  and components of information systemConcepts  and components of information system
Concepts and components of information system
 
Cbis
CbisCbis
Cbis
 
Types Of Information System
Types Of Information SystemTypes Of Information System
Types Of Information System
 
Management Information System Types
Management Information System TypesManagement Information System Types
Management Information System Types
 
Types & Fundamentals of Information System
Types & Fundamentals of Information SystemTypes & Fundamentals of Information System
Types & Fundamentals of Information System
 
MIS practical file
MIS practical fileMIS practical file
MIS practical file
 
E- business how businesses use information systems
E- business how businesses use information systemsE- business how businesses use information systems
E- business how businesses use information systems
 
Mangement Information Systems
Mangement Information SystemsMangement Information Systems
Mangement Information Systems
 

En vedette

Management Information System PPT
Management Information System PPTManagement Information System PPT
Management Information System PPTrajeshrvth60
 
Database management system
Database management systemDatabase management system
Database management systemFaizan Shabbir
 
Information systems development methodologies
Information systems development methodologiesInformation systems development methodologies
Information systems development methodologiesFereshte Moghadam
 
McKesson Investor/Analyst Day (Part III: Information Solutions)
	 McKesson Investor/Analyst Day (Part III: Information Solutions)	 McKesson Investor/Analyst Day (Part III: Information Solutions)
McKesson Investor/Analyst Day (Part III: Information Solutions)finance2
 
Decision Support Systems
Decision Support SystemsDecision Support Systems
Decision Support SystemsShigem
 
decision support system
decision support systemdecision support system
decision support systemsayivc
 
Data base management system
Data base management systemData base management system
Data base management systemNavneet Jingar
 
Database management system
Database management systemDatabase management system
Database management systemRizwanHafeez
 
Decision Support System
Decision Support SystemDecision Support System
Decision Support Systemparamalways
 
Database management system presentation
Database management system presentationDatabase management system presentation
Database management system presentationsameerraaj
 
Decision Support System(DSS)
Decision Support System(DSS)Decision Support System(DSS)
Decision Support System(DSS)Sayantan Sur
 

En vedette (14)

Management Information System PPT
Management Information System PPTManagement Information System PPT
Management Information System PPT
 
Database management system
Database management systemDatabase management system
Database management system
 
Information systems development methodologies
Information systems development methodologiesInformation systems development methodologies
Information systems development methodologies
 
McKesson Investor/Analyst Day (Part III: Information Solutions)
	 McKesson Investor/Analyst Day (Part III: Information Solutions)	 McKesson Investor/Analyst Day (Part III: Information Solutions)
McKesson Investor/Analyst Day (Part III: Information Solutions)
 
Decision Support System
Decision Support SystemDecision Support System
Decision Support System
 
Decision Support Systems
Decision Support SystemsDecision Support Systems
Decision Support Systems
 
decision support system
decision support systemdecision support system
decision support system
 
Data base management system
Data base management systemData base management system
Data base management system
 
Database management system
Database management systemDatabase management system
Database management system
 
Decision Support System
Decision Support SystemDecision Support System
Decision Support System
 
Data Base Management System
Data Base Management SystemData Base Management System
Data Base Management System
 
Dbms slides
Dbms slidesDbms slides
Dbms slides
 
Database management system presentation
Database management system presentationDatabase management system presentation
Database management system presentation
 
Decision Support System(DSS)
Decision Support System(DSS)Decision Support System(DSS)
Decision Support System(DSS)
 

Similaire à Information system infrastructure

IRJET- In-House File Tracking System
IRJET-  	  In-House File Tracking SystemIRJET-  	  In-House File Tracking System
IRJET- In-House File Tracking SystemIRJET Journal
 
Developing Sales Information System Application using Prototyping Model
Developing Sales Information System Application using Prototyping ModelDeveloping Sales Information System Application using Prototyping Model
Developing Sales Information System Application using Prototyping ModelEditor IJCATR
 
Developing Sales Information System Application using Prototyping Model
Developing Sales Information System Application using Prototyping ModelDeveloping Sales Information System Application using Prototyping Model
Developing Sales Information System Application using Prototyping ModelEditor IJCATR
 
A Review Of Computerized Payroll System
A Review Of Computerized Payroll SystemA Review Of Computerized Payroll System
A Review Of Computerized Payroll SystemApril Knyff
 
Section 1 PROJECT INTRODUCTION .docx
Section 1  PROJECT INTRODUCTION                                  .docxSection 1  PROJECT INTRODUCTION                                  .docx
Section 1 PROJECT INTRODUCTION .docxrtodd280
 
Smart Data Server for Smart Shops
Smart Data Server for Smart ShopsSmart Data Server for Smart Shops
Smart Data Server for Smart ShopsIOSR Journals
 
Solving big data challenges for enterprise application
Solving big data challenges for enterprise applicationSolving big data challenges for enterprise application
Solving big data challenges for enterprise applicationTrieu Dao Minh
 
Bus 421 Research Paper
Bus 421 Research PaperBus 421 Research Paper
Bus 421 Research PaperCrystal Torres
 
An Analysis on Business Value of Cloud Computing
An Analysis on Business Value of Cloud ComputingAn Analysis on Business Value of Cloud Computing
An Analysis on Business Value of Cloud ComputingIOSR Journals
 
Multiagent multiobjective interaction game system for service provisoning veh...
Multiagent multiobjective interaction game system for service provisoning veh...Multiagent multiobjective interaction game system for service provisoning veh...
Multiagent multiobjective interaction game system for service provisoning veh...redpel dot com
 
Evaluation Of The Data Security Methods In Cloud Computing Environments
Evaluation Of The Data Security Methods In Cloud Computing EnvironmentsEvaluation Of The Data Security Methods In Cloud Computing Environments
Evaluation Of The Data Security Methods In Cloud Computing Environmentsijfcstjournal
 

Similaire à Information system infrastructure (20)

Cloud Storage and Security
Cloud Storage and SecurityCloud Storage and Security
Cloud Storage and Security
 
IRJET- In-House File Tracking System
IRJET-  	  In-House File Tracking SystemIRJET-  	  In-House File Tracking System
IRJET- In-House File Tracking System
 
The Roles and Challenges of Cloud Computing to Accounting System of Vietnames...
The Roles and Challenges of Cloud Computing to Accounting System of Vietnames...The Roles and Challenges of Cloud Computing to Accounting System of Vietnames...
The Roles and Challenges of Cloud Computing to Accounting System of Vietnames...
 
A Survey and Comparison of SDN Based Traffic Management Techniques
A Survey and Comparison of SDN Based Traffic Management TechniquesA Survey and Comparison of SDN Based Traffic Management Techniques
A Survey and Comparison of SDN Based Traffic Management Techniques
 
Developing Sales Information System Application using Prototyping Model
Developing Sales Information System Application using Prototyping ModelDeveloping Sales Information System Application using Prototyping Model
Developing Sales Information System Application using Prototyping Model
 
Developing Sales Information System Application using Prototyping Model
Developing Sales Information System Application using Prototyping ModelDeveloping Sales Information System Application using Prototyping Model
Developing Sales Information System Application using Prototyping Model
 
Project synopsis.
Project synopsis.Project synopsis.
Project synopsis.
 
A Review Of Computerized Payroll System
A Review Of Computerized Payroll SystemA Review Of Computerized Payroll System
A Review Of Computerized Payroll System
 
Section 1 PROJECT INTRODUCTION .docx
Section 1  PROJECT INTRODUCTION                                  .docxSection 1  PROJECT INTRODUCTION                                  .docx
Section 1 PROJECT INTRODUCTION .docx
 
Smart Data Server for Smart Shops
Smart Data Server for Smart ShopsSmart Data Server for Smart Shops
Smart Data Server for Smart Shops
 
B1802030511
B1802030511B1802030511
B1802030511
 
Blue book
Blue bookBlue book
Blue book
 
Solving big data challenges for enterprise application
Solving big data challenges for enterprise applicationSolving big data challenges for enterprise application
Solving big data challenges for enterprise application
 
Bus 421 Research Paper
Bus 421 Research PaperBus 421 Research Paper
Bus 421 Research Paper
 
An Analysis on Business Value of Cloud Computing
An Analysis on Business Value of Cloud ComputingAn Analysis on Business Value of Cloud Computing
An Analysis on Business Value of Cloud Computing
 
Car Rental System
Car Rental SystemCar Rental System
Car Rental System
 
Gk3311301136
Gk3311301136Gk3311301136
Gk3311301136
 
Multiagent multiobjective interaction game system for service provisoning veh...
Multiagent multiobjective interaction game system for service provisoning veh...Multiagent multiobjective interaction game system for service provisoning veh...
Multiagent multiobjective interaction game system for service provisoning veh...
 
Evaluation Of The Data Security Methods In Cloud Computing Environments
Evaluation Of The Data Security Methods In Cloud Computing EnvironmentsEvaluation Of The Data Security Methods In Cloud Computing Environments
Evaluation Of The Data Security Methods In Cloud Computing Environments
 
Strategic plan
Strategic planStrategic plan
Strategic plan
 

Plus de AssignmentPartner

The declaration of independence
The declaration of independenceThe declaration of independence
The declaration of independenceAssignmentPartner
 
Robert o’hara’s insurrection holding history
Robert o’hara’s insurrection holding historyRobert o’hara’s insurrection holding history
Robert o’hara’s insurrection holding historyAssignmentPartner
 
Organizational development and change
Organizational development and changeOrganizational development and change
Organizational development and changeAssignmentPartner
 
Islam vs christianity comparison of teachings
Islam vs christianity comparison of teachingsIslam vs christianity comparison of teachings
Islam vs christianity comparison of teachingsAssignmentPartner
 
1852 letter to the japanese emperor
1852 letter to the japanese emperor1852 letter to the japanese emperor
1852 letter to the japanese emperorAssignmentPartner
 
The target product of this research is soft drinks
The target product of this research is soft drinksThe target product of this research is soft drinks
The target product of this research is soft drinksAssignmentPartner
 

Plus de AssignmentPartner (9)

The declaration of independence
The declaration of independenceThe declaration of independence
The declaration of independence
 
Robert o’hara’s insurrection holding history
Robert o’hara’s insurrection holding historyRobert o’hara’s insurrection holding history
Robert o’hara’s insurrection holding history
 
Organizational development and change
Organizational development and changeOrganizational development and change
Organizational development and change
 
Management accounting
Management accountingManagement accounting
Management accounting
 
Islam vs christianity comparison of teachings
Islam vs christianity comparison of teachingsIslam vs christianity comparison of teachings
Islam vs christianity comparison of teachings
 
Construction logistics
Construction logisticsConstruction logistics
Construction logistics
 
1852 letter to the japanese emperor
1852 letter to the japanese emperor1852 letter to the japanese emperor
1852 letter to the japanese emperor
 
Case study
Case studyCase study
Case study
 
The target product of this research is soft drinks
The target product of this research is soft drinksThe target product of this research is soft drinks
The target product of this research is soft drinks
 

Dernier

1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docxPoojaSen20
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...Nguyen Thanh Tu Collection
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxVishalSingh1417
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Association for Project Management
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17Celine George
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and ModificationsMJDuyan
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.MaryamAhmad92
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfNirmal Dwivedi
 

Dernier (20)

1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 

Information system infrastructure

  • 1. Running head: INFORMATION SYSTEM INFRASTRUCTURE 1 Information System Infrastructure An Assignment Submitted by Name of Student Name of Establishment
  • 2. INFORMATION SYSTEM INFRASTRUCTURE 2 Abstract This paper provides an analysis and recommendations on implementation of information system for a car rental business. It is based on theoretical aspects of data management, work of databases and business processes applied through the web interface. The main objective of the paper is to provide two information systems possible for business implementation, provide comparative analysis, suggest recommendations and give a set of arguments on the most important aspects of information system structure in the scope of functioning within the business environment.
  • 3. INFORMATION SYSTEM INFRASTRUCTURE 3 TABLE OF CONTENTS ABSTRACT…………………………………………………………………. 2 LIST OF FIGURES…………………………………………………………. 4 LIST OF TABLES…………………………………………………………… 5 CHAPTERS…………………………………………………………………. 6 I. INTRODUCTION………………………………………………… 6 II. ARCHITECTURE DIAGRAMS…………………………………. 7 III. COMPARISON OF ALTERNATIVES………………………….. 9 IV. DATA MODELLING DIAGRAM………………………………. 11 V. CONCLUSION…………………………………………………… 12 REFERENCES……………………………………………………………… 13
  • 4. INFORMATION SYSTEM INFRASTRUCTURE 4 List of figures Figure 1. First 3-tier client-server model for car rental management system. 7 Figure 2. Second 3-tier client-server model for car rental management system………………………………………………………………………………….. 8 Figure 3. Data Modelling diagram for car rental information system………... 11
  • 5. INFORMATION SYSTEM INFRASTRUCTURE 5 List of tables Table 1. The comparison of two information systems for the car rental business………………………………………………………………………………… 9
  • 6. INFORMATION SYSTEM INFRASTRUCTURE 6 Information System Infrastructure Current trends in usage of information systems for either small or big businesses demonstrate that it is important part of equation, where knowledge multiplied by technology brings incremental profit. The idea is of a competitive advantage across the business environment. Hoffer, Ramesh and Topi indicate that “advantage goes to people and organizations that collect, manage and interpret information effectively” (p. 3). It is particularly important while dealing with the big amount of data required to be processed without delays. In order to provide the broader view on the problem, we will analyze two possible systems applicable for car rental business, assuming the potential expansion through the markets and wide usage of online services. Before conducting an analysis on potential development models for the business, it is important to describe several critical factors influencing the business. First, the business is at its forming stage and has not operated with complex information systems before, using a home-built application for its needs. It means that the complete outsourcing model would not fit here. Second, the business expanded from car replacement structure to full rental structure since the operations spread to the airport and centres of tourism. Therefore, the business is now concerned with architecture solutions and internal communication between its parts (“Enterprise Architecture”, 2012). Third, the essential part of the whole approach is to make the system easily accessible and to drive excellent performance. This is also includes certain stages within the system development aimed on marketing, which is possible through the social networking and Web 2.0 tools. It means that the certain mechanisms within the system are intended to operate via converting some abstract content into the actual presentation for dealing with
  • 7. INFORMATION SYSTEM INFRASTRUCTURE 7 various ways of presenting the end data for users (“Web programming. Part I - XHTML”, 2012). Architecture diagrams The first solution for car rental system design is presented as a 3-tier client-server model, focusing on the three parts titled as client, application server and database server (“The Internet and Web Infrastructure”, 2012): Figure 1. First 3-tier client-server model for car rental management system. LEVEL 1: CLIENT Client hardware (computer, phone, other input/output device Third party hardware (computer, phone, other input/output device LEVEL 2: APPLICATION SERVER Requests processing module Payments processing module LEVEL 3: DATABASE SERVER
  • 8. INFORMATION SYSTEM INFRASTRUCTURE 8 The above diagram provides a simple 3-tier processing system assigned as centralized data storage. On the first level the customer can access either company website or social network application, registering in a system and ordering a car. The database administrator then receives a notification through the messaging system that new order was received and processes it further. The output for the administrator is the complete database with multiple keys needs being processed with a high accuracy. It does not distribute each customer in a separate spreadsheet. However, the approach is more flexible in terms of security since not requires encrypted connection. The second diagram gives another perspective using the outsourcing software module: Figure 2. Second 3-tier client-server model for car rental management system PC Station 1 PC Station 2 PC Station 3 Application server (distributed operations) Database order 1 Database order 2 Database order 3
  • 9. INFORMATION SYSTEM INFRASTRUCTURE 9 In this model the outsourcing application installed on application server level, allowing distribution of each order for a specified customer. As soon as the payment was done, the account is archived. However, the problem is direct addressing and interconnection between the application and user, which could present issues with security protocols and wrong distribution of the orders. Comparison of alternatives Further research provides a comparative analysis of two information systems in a table format, indicating advantages and disadvantages for selected models: Table 1 The comparison of two information systems for the car rental business Specification 1st model 2nd model Comments Data processing Server and terminal processing, Windows operating system Distributed processing, Windows operating system Second option is more user- friendly, but has particular risks on security level while distributing data under Windows applications. Data communication/networking WAN, Web-based WAN, Wireless, Web-based Advantage in wireless networking, but still with security risks and increased costs.
  • 10. INFORMATION SYSTEM INFRASTRUCTURE 10 Database management/data storage Centralized storage Distributed storage Outsourcing to the third party brings additional costs which is not effective for this system. Security and Management https protocol https protocol Other options might be not compatible with user systems since it is required to operate under multiple browsers and Windows versions. Flexibility and Scalability Distributed computing Both Distributed and Cloud computing Cloud computing might cause additional security issues and vulnerability testing. CRM Functions Outsources or locally developed applications Outsources or locally developed applications The highest focus is on applicability of social network tools, but both systems are capable of calculations. Summarizing, the major restrictions for smooth operations are connected to security specifications and preliminary defined access to the system worldwide, given that the business is intended to be accessible across multiple geographies. The first model is more security oriented, that is why user interface might not require long-term authorization processes and late payments. The second one is more user friendly,
  • 11. INFORMATION SYSTEM INFRASTRUCTURE 11 providing high speed of transactions but, to avoid security problems, might probably bring long registration and authorization processes instead. Data modelling diagram The last part of this research provides the entity-relationships modelling diagram applicable for both cases described above (“Database Systems”, 2012): Figure 3. Data Modelling diagram for car rental information system Reservation Agreement ID Payment ID Rate ID Car Car ID Rate ID Mileage Date_leaves Time_leaves Date_return Time_return Coll_damage Pers_accident Gas_amount Rental Agreement ID Full name Rate ID Car ID Date_leaves Time_leaves Mileage Date_return Time_return Driver Full name Birth Date License number State of issue Rate class Rate ID Customer Full name Birth Date License number State of issue Deposit ID Inspection Coll_damage Pers_accident Extra charge Coll_damage Pers_accident Gas_amount Payment ID Payment Payment ID Deposit ID Agreement ID has M M 1 1 has 1 1has 1 M is 1 1 Consists of 1 M has1 1 1 1 1 1 Consists of
  • 12. INFORMATION SYSTEM INFRASTRUCTURE 12 Conclusion This paper provided a short overview of the importance of information systems in current business and focused on comparative analysis of two potential information systems for the car rental business. Given the fact the business is expanding, the necessity of system application is pretty high. The first model described under this research is more focused on security, and the second brings the accessibility. The practical decision on what system to select is mostly dependent on the costs. The second approach seems to be more applicable for end users, but requires more investments for realization. Also, this paper provided several examples for practical application of data modelling. Further researches indicating additional data are possible as well.
  • 13. INFORMATION SYSTEM INFRASTRUCTURE 13 References Database Systems (2012). Poster session presented by Deakin University, School of Information Systems. Enterprise Architecture (2012). Poster session presented by Deakin University, School of Information Systems. Hoffer, J. A., Ramesh V. & Topi, H. (2010). Modern Database Management (Tenth ed.). New Jersey: Prentice Hall. The Internet and Web Infrastructure (2012). Poster session presented by Deakin University, School of Information Systems. Web programming. Part I – XHTML (2012). Poster session presented by Deakin University, School of Information Systems.