Arrays

The values are initially stored in a primary data type variable. The downside is that a variable can only hold one value at a time. As a result, if you want to store several values, you’ll need to declare multiple variables. Two or three values can be stored or accessed using an extra variable. Consider […]

Classification of Computers

These days, various types of computer technology are available. Each sort of computer has varied functionality and data processing capabilities, as well as different output results. However, each computer’s methodologies or approaches, as well as its size, capacity, attributes, and data handling, may differ. The computers can be classified into three categories: 1. On the […]

Generations Of Computers

Each new generation of computer has brought considerable improvements in computing speed and power. Learn about the five generations of computers, as well as the significant technological advancements that have led to the computer technology we use today. The history of computer development is a topic in computer science that is frequently used to refer […]

Cloud Computing

What are the various trust models

A Generalized Trust Model At the bottom, we identify three major factors which influence the trustworthiness of a resource site. An inference module is required to aggregate these factors. Followings are some existing inference or aggregation methods. An intra-site fuzzy inference procedure is called to assess defense capability and direct reputation. Defense capability is decided […]

Explain HDFS Concepts in detail Cloud Computing

Explain HDFS Concepts in detail

Blocks A disk has a block size, which is the minimum amount of data that it can read or write. Filesystem blocks are typically a few kilobytes in size, while disk blocks are normally 512 bytes. HDFS has the concept of a block, but it is a much larger unit—64 MB by default. File0sin HDFS […]

Cloud Computing

Explain MapReduce Model in detail

The model is based on two distinct steps for an application: Map: An initial ingestion and transformation step, in which individual input records can be processed in parallel. Reduce: An aggregation or summarization step, in which all associated records must be processed together by a single entity. The core concept of MapReduce in Hadoop is […]

Cloud Computing

What is The Globus Toolkit Architecture

The Globus Toolkit is an open middleware library for the grid computing communities. These open source software libraries support many operational grids and their applications on an international basis. The toolkit addresses common problems and issues related to grid resource discovery, management, communication, security, fault detection, and portability. The software itself provides a variety of […]

Cloud Computing

Cloud Service models

There were three different cloud service models based on subscription based services 1. Infrastructure as a service( IaaS) 2. Platform as a Service (Paas) 3. Software as a Service (Saas) These three models allow users to access services over the internet, relying entirely on infrastructure of cloud service providers.

Explain HDFS Concepts in detail Cloud Computing

Define Hybrid Cloud

A hybrid cloud is built with both public and private clouds; Private clouds can also support a hybrid cloud model by supplementing local infrastructure with computing capacity from an external public cloud. For example, the research compute cloud (RC2) is a private cloud built by IBM.

Explain HDFS Concepts in detail Cloud Computing Uncategorized

Define Private Cloud

It is built within the domain of intranet owned by a single organization. It is client owned and managed and is access is limited to owning clients and their partners. Private clouds give local users a flexible and agile private infrastructure to run service workloads within their administrative domain. A private cloud s supposed to […]