Effects of Cluster Computing on Big data Analysis and Network Topology

[{“box”:0,”content”:”

n

Year : July 29, 2023 | Volume : 01 | Issue : 01 | Page : 32-39

n

n

n

n

n

n

By

n

    n t

    [foreach 286]n

    n

    Sanchi S. Achalkhamb, Krishna T. Madrewar

  1. [/foreach]

    n

n

n

    [foreach 286] [if 1175 not_equal=””]n t

  1. Student, Assistant Professor, Department of Electronics and telecommunication Engineering, Deogiri Institute of Engineering and Management studies College, Chhatrapati Sambhajinagar, Department of Electronics and telecommunication Engineering, Deogiri Institute of Engineering and Management studies College, Chhatrapati Sambhajinagar,, Maharashtra, Maharashtra, India, India
  2. n[/if 1175][/foreach]

n

n

Abstract

nThe rapid expansion of big data has posed substantial difficulties for conventional computing systems. As a result, cluster computing has grown to be a potent method for effective large data processing. Cluster computing involves multiple interconnected nodes functioning as a unified system, pooling together their processing, storage, and memory resources. These nodes are typically connected through high-speed networks such as Ethernet or InfiniBand, facilitating efficient data sharing and communication among them. Big data has made cluster computing frameworks like Apache Hadoop and Apache Spark very popular. These frameworks provide accessible tools and libraries that make creating and running parallel computing tasks on a cluster easier. Additionally, they have fault tolerance methods to ensure system resilience in the event of node failures, protecting data integrity and allowing computation to continue without interruption. By leveraging interconnected computers working in unison, cluster computing enables parallel processing, leading to faster and more scalable data analysis. This paper examines the effects of cluster computing on both big data analysis and network topology.

n

n

n

Keywords: big data analysis, cluster computing, network topology, computing systems, high- performance computing, high bandwidth

n[if 424 equals=”Regular Issue”][This article belongs to International Journal of Algorithms Design and Analysis Review(ijadar)]

n

[/if 424][if 424 equals=”Special Issue”][This article belongs to Special Issue under section in International Journal of Algorithms Design and Analysis Review(ijadar)][/if 424][if 424 equals=”Conference”]This article belongs to Conference [/if 424]

n

n

n

How to cite this article: Sanchi S. Achalkhamb, Krishna T. Madrewar Effects of Cluster Computing on Big data Analysis and Network Topology ijadar July 29, 2023; 01:32-39

n

How to cite this URL: Sanchi S. Achalkhamb, Krishna T. Madrewar Effects of Cluster Computing on Big data Analysis and Network Topology ijadar July 29, 2023 {cited July 29, 2023};01:32-39. Available from: https://journals.stmjournals.com/ijadar/article=July 29, 2023/view=0/

nn


nn

Full Text

n[if 992 equals=”Open Access”] [else] nvar fieldValue = “[user_role]”;nif (fieldValue == ‘indexingbodies’) {n document.write(”);n }nelse if (fieldValue == ‘administrator’) { document.write(”); }nelse if (fieldValue == ‘ijadar’) { document.write(”); }n else { document.write(‘ ‘); }n [/if 992] [if 379 not_equal=””]n

Browse Figures

n

n

[foreach 379]n

n[/foreach]n

nn

n

n[/if 379]n

n

References

n[if 1104 equals=””]n

1. Buyya R, Vecchiola C, Selvi ST. Mastering cloud computing: foundations and applications programming. Newnes; 2013 Apr 5.
2. Mayer-Schönberger V, Cukier K. Big data: A revolution that will transform how we live, work, and think. Houghton Mifflin Harcourt; 2013.
3. Medhi D, Ramasamy K. Network routing: algorithms, protocols, and architectures. Morgan Kaufmann; 2017 Sep 6.4. Ridge D, Becker D, Merkey P, Sterling T. Beowulf: harnessing the power of parallelism in a pile-of-PCs. In 1997 IEEE Aerospace Conference 1997 Feb 13 (Vol. 2, pp. 79–91). IEEE.
5. Lin J, Dyer C. Data-intensive text processing with MapReduce. Synthesis lectures on human language technologies. 2010 Apr 28;3(1):1–77.
6. Sa-Ngasoongsong A, Kunthong J, Sarangan V, Cai X, Bukkapatnam ST. A low-cost, portable, high-throughput wireless sensor system for phonocardiography applications. Sensors. 2012 Aug 7;12(8):10851–70.
7. Miller TC, Stirlen C, Nemeth E. satool-A System Administrator’s Cockpit, An Implementation. In LISA 1993 Nov 5.
8. Cluster computing market analysis-Industry size, share, research report, insights, covid-19 impact, statistics, trends, growth and forecast 2023-2030. MarkWide Research. 2023. Available from: https://markwideresearch.com/cluster-computing-market/
9. Saturn Cloud. Hadoop How to Unit Test FileSystem. 2023. Available from: https://saturncloud.io/blog/hadoop-how-to-unit-test-filesystem/
10. High Availability vs Fault Tolerance vs Disaster Recovery. NAKIVO Team. 2018. Available from: https://www.nakivo.com/blog/disaster-recovery-vs-high-availability-vs-fault-tolerance/
11. Mosley D. Network Topology Definitions-Designing Infrastructure Windows Server 2003. Windows Server Brain. 2023. Available from: https://www.serverbrain.org/designing-infrastructure-2003/network-topology-definitions.html.

nn[/if 1104][if 1104 not_equal=””]n

    [foreach 1102]n t

  1. [if 1106 equals=””], [/if 1106][if 1106 not_equal=””],[/if 1106]
  2. n[/foreach]

n[/if 1104]

nn


nn[if 1114 equals=”Yes”]n

n[/if 1114]

n

n

Regular Issue Subscription Review Article

n

n

n

n

n

n

n

n

n

n

n

n

n

n

n

n

n

n

n

n

n

n

n

n

n

n

Volume 01
Issue 01
Received June 21, 2023
Accepted June 30, 2023
Published July 29, 2023

n

n

n

[if 1190 not_equal=””]n

Editor

n

[foreach 1188]n

n[/foreach]

n[/if 1190] [if 1177 not_equal=””]n

Reviewer

n

[foreach 1176]n

n[/foreach]

n[/if 1177]

n

n

n

n function myFunction2() {n var x = document.getElementById(“browsefigure”);n if (x.style.display === “block”) {n x.style.display = “none”;n }n else { x.style.display = “Block”; }n }n document.querySelector(“.prevBtn”).addEventListener(“click”, () => {n changeSlides(-1);n });n document.querySelector(“.nextBtn”).addEventListener(“click”, () => {n changeSlides(1);n });n var slideIndex = 1;n showSlides(slideIndex);n function changeSlides(n) {n showSlides((slideIndex += n));n }n function currentSlide(n) {n showSlides((slideIndex = n));n }n function showSlides(n) {n var i;n var slides = document.getElementsByClassName(“Slide”);n var dots = document.getElementsByClassName(“Navdot”);n if (n > slides.length) { slideIndex = 1; }n if (n (item.style.display = “none”));n Array.from(dots).forEach(n item => (item.className = item.className.replace(” selected”, “”))n );n slides[slideIndex – 1].style.display = “block”;n dots[slideIndex – 1].className += ” selected”;n }n n function myfun() {n x = document.getElementById(“editor”);n y = document.getElementById(“down”);n z = document.getElementById(“up”);n if (x.style.display == “none”) {n x.style.display = “block”;n }n else {n x.style.display = “none”;n }n if (y.style.display == “none”) {n y.style.display = “block”;n }n else {n y.style.display = “none”;n }n if (z.style.display == “none”) {n z.style.display = “block”;n }n else {n z.style.display = “none”;n }n }n function myfun2() {n x = document.getElementById(“reviewer”);n y = document.getElementById(“down2”);n z = document.getElementById(“up2”);n if (x.style.display == “none”) {n x.style.display = “block”;n }n else {n x.style.display = “none”;n }n if (y.style.display == “none”) {n y.style.display = “block”;n }n else {n y.style.display = “none”;n }n if (z.style.display == “none”) {n z.style.display = “block”;n }n else {n z.style.display = “none”;n }n }n”}]