Itsm CW2 2023 Wikis
Itsm CW2 2023 Wikis
Itsm CW2 2023 Wikis
Table of Contents
Relational Databases..............................................................................................................7
Advantages.........................................................................................................................8
Disadvantages.....................................................................................................................9
Recommended applications..............................................................................................10
NoSQL Databases................................................................................................................10
Advantages.......................................................................................................................11
Disadvantages...................................................................................................................13
Recommended applications..............................................................................................14
Wiki 3: MS Project...................................................................................................................17
1. Resource Conflict.............................................................................................................17
2. Final tracking...................................................................................................................18
Introduction..........................................................................................................................19
SWOT analysis.....................................................................................................................20
Discussion............................................................................................................................21
Conclusion............................................................................................................................23
References................................................................................................................................24
Wikis 4
of additional information. For example, better decision-making is one of the key advantages
must be quantifiable so that can be used by critical decision-makers. Some of the key
advantages of VOI are reducing uncertainties, increasing the accuracy of a decision, and
improving final results. In engineering information systems, the concept is used to assess to
make data-driven decisions as per the potential ROI (Return on Investment). Hence, it is
crucial to invest in engineering information systems (Zhang et al., 2021). VOI helps to create
a decision model based on different criteria such as the requirement of further research EVSI
(expected value of simple information), ENBS (Expected Net Benefits of Sampling), EVPPI
information (EVPI).
engineering information systems, let's assume a scenario. For example, assume that an
optimize its production process. Real-time data would be gathered using this system for
different stages of manufacturing. After gathering the information, the system will analyze it
and provide insights. Information on machine performance, usage of raw materials, and
product quality at last are given by the system (Viet, Behdani & Bloemhof, 2018). For
example, in the case of product quality analysis, the quality analysis of the dataset and the
factorial analysis of the product quality must be done in sequential stages as shown below in
Figure 2.
At first, the potential ROI from the system is to be calculated by the organization. For
the past, defective productions, and wastage of materials. The potential cost of such issues
can be compared with the cost savings and improved production efficiency brought by the
new system. Hence, the VOI of the new system can be calculated as per financial gains and
the decision to invest in it can be taken with an improved decision-making approach based on
data (Zhang et al., 2021). Moreover, the new system might reduce uncertainties as it produces
real-time data. Else, the organization might make decisions based on past data which might
outdated and incomplete data. Hence, better decisions are made by the decision-makers of the
manufacturing firm which are based on up-to-date and accurate information from the system.
This also helps in appropriate resource allocation and avoids errors that cost high.
However, its testing investment in wind tunnels could be done but the company is not very
sure about it. The VOI concept can be implemented to make this decision. Let, the
organization decides to invest $3 million in the testing. There could be different situations. At
first, assume $9 million is the project cost saving through the data-driven improvement in the
design. Though, in the second situation, this might not add any value or results in $0 cost
saving. To understand both the situation, the company gathers and analyses past data. This
yield that there is a 70% chance of valuable insight from the testing but a 30% chance of
Hence, the potential benefit is $6.3 million which outweighs the testing cost of $3 million by
Data management can be done with different paradigms and NoSQL and SQL or
relational databases are among the most common. For a long time, relational databases
through SQL are dominating data management. Though, the rise of big data and the need for
more flexible and scalable management solutions shift the focus to NoSQL databases (Khan
et al., 2023).
Relational Databases
The schemas in relational databases are predefined and those are organized in
structured tables. Structured Query Language or SQL is used to define, query, and manipulate
data using Data Definition Language (DDL), Data Query Language (DQL), and Data
Wikis 8
Manipulation Language (DML) respectively (Li & Gu, 2019). For example, Figure 4 is
showing a typic structure of a relational database with a SELECT statement which is a DQL.
Figure 4: Example of DQL and structure of a relational database with SQL parsing
Advantages
1. High data integrity and consistency: Data integrity is ensured by relational databases
through the concept of the ACID transaction (Atomicity, Consistency, Isolation, Durability).
For this, the consistency of data is also ensured even in the time of failure (Khan et al., 2023).
Wikis 9
(Source: Self)
2. Strong queries: SQL provides strong queries through DDL, DQL, and DML for querying
and manipulating data (Khine & Wang, 2019). For this, data are easy to retrieve and update.
4. Widely used by different organizations like IBM, Oracle, and Microsoft (Brooks, 2023).
The AICD transaction rule makes it one of the best applicable processes for banking financial
transactions.
Disadvantages
Management System) but it struggles with horizontal scalability (Khan et al., 2023).
2. Flexibility and rigidity: Only structured data with fixed schema is allowable in RDBMS
(Khan et al., 2023). The centralized architecture creates difficulties when changes are
required in the data structure and schema modification. For this performance become slow
Recommended applications
RDBMS are appropriate to use in financial systems due to the property of ACID
transactions. Especially, data integrity and data consistency are the two key advantages of
Relational Databases for which it is suitable for financial systems. Such applications are also
required in transactions for inventory management, supply chain management, and customer
relationship management. Actions like order processing and inventory management are also
required in e-commerce platforms. Hence, relational databases are also used in e-commerce
NoSQL Databases
NoSQL or Not-Only SQL supports different database designs which are departed
from the structured nature of relational databases. Structured, Unstructured, and Semi-
structured (SUSm) databases can be handled using No-SQL (Davoudian, Chen & Liu, 2018).
A non-relational database is the key feature of No-SQL but there are other important features
as given in Figure 6.
Wikis 11
Advantages
1. Highly scalable: Due to a lack of horizontal scalability, NoSQL can handle large amounts
2. Flexible: In NoSQL, there is no need to change the schema to change the data structures.
3. The maintenance cost of NoSQL is low and it can handle unstructured and semi-structured
4. Instead of ACID properties used in traditional RDBMS, NoSQL databases use the BASE
5. For consistency and handling huge data any two among CAP theorem are used (Khine &
Wang, 2019).
Partition
tolerent: Consistency:
Continued update for all
function in
network
partition
Availability: No
downtime
Disadvantages
1. Low data consistency: As any of the two among CAP can be selected and NoSQL
prioritizes AP selection, data consistency is often compromised. This might lead to potential
data conflicts.
2. Almost no standardization: APIs and query languages of different NoSQL databases are
not the same. For this, familiarity with databases is lost. Lack of well-defined schema, and
data structure are seen. This also creates security and privacy issues (Sicari, Rizzardi & Coen-
Porisini, 2022).
Wikis 14
3. Complex queries are not well supported in NoSQL and its ecosystem is immature in
respect to RDBMS. The key differences in the features of NoSQL and RDBMS are given
below.
Recommended applications
Figure 11 showed that NoSQL is mainly applied in the case of sensor data and large-
scale warehouse data. This real-time analysis can be provided better with NoSQL. It can
process huge data quickly. This is especially used in the case of unstructured and semi-
structured data where SQL cannot be used. That is why; NoSQL is used in Content
Wikis 15
Management Systems or CMS with a variety of content like texts, videos, and images.
Though, there most of the top ten databases are RDBMS in 2019 and 2020.
Besides that, NoSQL is used with big data to be processed quickly like in the IoT and social
media platforms. That is why; the development of NoSQL databases is increasing and such
All of the key comparisons between relational databases and NoSQL databases are
Scalability Only horizontal scalability (Khan et al., 2023) High (Guo & Onstein, 2020)
Data integrity and High (Khan et al., 2023) Eventual consistency as it can
Porisini, 2022).
Porisini, 2022)
Examples Best suited for financial systems due to ACID Suitable for content management,
chain, inventory management, and CRM. Top used in IoT and social media
Oracle are using it. SQL databases are some of NoSQL databases is increasing.
(Source: Self)
Wikis 17
Wiki 3: MS Project
1. Resource Conflict
The following images showed the resource conflicts in the Gantt chart of Web Page
Option.
(Source: Self)
Wikis 18
(Source: Self)
The resource conflict occurred here because the resource of the Senior Developer is
allocated to multiple tasks at the same time. Hence, the overallocation of senior developers is
2. Final tracking
All resource conflicts are removed through leveling and the Gantt charts before and
after leveling are provided. Before levelling the duration of the project was 135 days as
shown in Figure 14. Though, after leveling the tasks are rescheduled so that there is no
resource conflict. For this, the entire duration of the project became 165 days as shown in
Figure 15.
Wikis 19
(Source: Self)
The cost of the internet is not allocated which is almost $35 or £28. Hence, during the
entire project duration, almost $200 or £170 of the additional cost of the internet will be
required (Express.co.uk, 2023). Moreover, the additional cost of overtime to remove the
overallocation is not calculated. Only the average hourly rate of the project manager and
Introduction
established in 1972. This is a Government of India Enterprise which has over 1700
SWOT analysis
Strengths Weaknesses
Opportunities Threats
Increasing demand due to the growth of India Increasing competition from the private sector
port building, ship repairing, and others Economic recession due to pandemics like
Covid-19
(Source: Self)
Discussion
The current knowledge management system is not centralized in CSL. There is also a
lack of use efficient communication and adequate data analytics techniques to make data-
driven future decisions. Investment in innovation, technology, training, and skill development
Financial perspective: Increase income by 15% within the next year through innovation and
Customers’ perspective: Improve customer satisfaction by 10% within the next year by
ship repairing.
Internal process: Centralization of the knowledge management system within six months
Learning and growth: Invest 5% of the profit in employee training, and skill development
and profit.
Partnership with global companies is necessary, especially for training and skill
Conclusion
CSL can overcome the issues with knowledge and information management. Though,
it needs to invest in emerging technology and innovation for this. The SWOT analysis helps
to understand how it can use its strengths to overcome weaknesses and deal with threats and
grab future opportunities and achieve the strategies under a balanced scorecard.
Wikis 24
References
Brooks, C., (2023). What is SQL. Retrieved on 13th August 2023 from:
https://www.businessnewsdaily.com/5804-what-is-sql.html
Cochin Shipyard Limited (CSL), (2023). Home Page. Retrieved on 20th August 2023 from:
https://cochinshipyard.in/
CSL, (2021). Annual Report 2020-21. Retrieved on 19th August 2023 from:
https://cochinshipyard.in/uploads/anualreport/914bf0718b3dafcb9db88698dc9e9c55.p
df
Davoudian, A., Chen, L., & Liu, M. (2018). A survey on NoSQL stores. ACM Computing
https://www.researchgate.net/profile/Ali-Davoudian-2/publication/333863590_Helios
_An_Adaptive_and_Query_Workload-
driven_Partitioning_Framework_for_Distributed_Graph_Stores/links/
5d150eb892851cf440516bc1/Helios-An-Adaptive-and-Query-Workload-driven-
Partitioning-Framework-for-Distributed-Graph-Stores.pdf
style/science-technology/1746273/UK-broadband-price-shock-comparison-
Europe#:~:text=The%20broadband%20site%20gathered%20data,
%C2%A328.16)%20during%20this%20period.
Fenwick, E., Steuten, L., Knies, S., Ghabri, S., Basu, A., Murray, J. F., ... & Rothery, C.
Force. Value in Health, 23(2), 139-150. Retrieved on 20th August 2023 from:
https://www.sciencedirect.com/science/article/pii/S1098301520300279
Wikis 25
Guo, D., & Onstein, E. (2020). State-of-the-art geospatial information processing in NoSQL
Khan, W., Kumar, T., Zhang, C., Raj, K., Roy, A. M., & Luo, B. (2023). SQL and NoSQL
Systematic Literature Review. Big Data and Cognitive Computing, 7(2), 97.
Khine, P. P., & Wang, Z. (2019). A review of polyglot persistence in the big data
https://www.mdpi.com/2078-2489/10/4/141/pdf
Li, C., & Gu, J. (2019). An integration approach of hybrid databases based on SQL in cloud
https://onlinelibrary.wiley.com/doi/pdf/10.1002/spe.2666
Sicari, S., Rizzardi, A., & Coen-Porisini, A. (2022). Security&privacy issues and challenges
2023 from:
http://www.dicom.uninsubria.it/~sabrina.sicari/public/documents/2022_nosql.pdf
Upasani, S. M., Bhoi, R. R., Puri, P. P., Jaybhaye, A. A., Bhaladhare, P., & Solanki, R. K.
https://www.journal-aquaticscience.com/article_173872_4c903e6c46fb4316bcb3cc88
33b684be.pdf
Viet, N. Q., Behdani, B., & Bloemhof, J. (2018). The value of information in supply chain
decisions: A review of the literature and research agenda. Computers & Industrial
Wikis 26
https://library.wur.nl/WebQuery/wurpubs/fulltext/449530
Yao, L., Huang, H., & Chen, S. H. (2020). Product quality detection through manufacturing
process based on sequential patterns considering deep semantic learning and process
https://www.mdpi.com/2227-9717/8/7/751/pdf
Yarushkina, N., & Moiseev, V. (2019). Analytical review of data transformation for the task
Zhang, W. H., Lu, D. G., Qin, J., Thöns, S., & Faber, M. H. (2021). Value of information
Preservation and Resilience, 2(1), 16. Retrieved on 18th August 2023 from:
https://link.springer.com/article/10.1186/s43065-021-00027-0