SlideShare a Scribd company logo
1 of 6
INTRODUCTION
1
Chapter 1: INTRODUCTION
1.1 Introduction
RAIN technology originated in a research project at the California Institute of Technology
(Caltech), in collaboration with NASA's Jet Propulsion Laboratory and the Defense Advanced
Research Projects Agency (DARPA). The name of the original research project was RAIN, which
stands for Reliable Array of Independent Nodes. The main purpose of the RAIN project was to identify
key software building blocks for creating reliable distributed applications using off-the-shelf hardware.
The focus of the research was on high-performance, fault-tolerant and portable clustering technology
for space-borne computing. Led by Caltech professor Shuki Bruck, the RAIN research team in 1998
formed a company called Rainfinity. Rainfinity, located in Mountain View, Calif., is already shipping
its first commercial software package derived from the RAIN technology, and company officials plan
to release several other Internet-oriented applications. The RAIN project was started four years ago at
Caltech to create an alternative to the expensive, special-purpose computer systems used in space
missions. The Caltech Researchers wanted to put together a highly reliable and available computer
system by distributing processing across many low-cost commercial hardware. To tie these components
together, the researchers created RAIN software, which has three components:
1. A component that stores data across distributed processors and retrieves it even if some of the
processors fail.
2. A communications component that creates a redundant network between multiple processors
and supports a single, uniform way of connecting to any of the processors.
3. A computing component that automatically recovers and restarts applications if a processor
fails.
INTRODUCTION
2
Figure 1.1 RAIN Software Architecture
Myrinet switches provide the high speed cluster message passing network for passing messages
between compute nodes and for I/O. The Myrinet switches have a few counters that can be accessed
from an ethernet connection to the switch. These counters can be accessed to monitor the health of the
connections, cables, etc. The following information refers to the 16-port, the clos-64 switches, and the
Myrinet2000 switches.
ServerNet is a switched fabric communications link primarily used in proprietary computers
made by Tandem Computers, Compaq, and HP. Its features include good scalability, clean fault
containment, error detection and failover.
The ServerNet architecture specification defines a connection between nodes, either processor or
high performance I/O nodes such as storage devices. Tandem Computers developed the original
ServerNet architecture and protocols for use in its own proprietary computer systems starting in 1992,
and released the first ServerNet systems in 1995.
Early attempts to license the technology and interface chips to other companies failed, due in part
to a disconnect between the culture of selling complete hardware / software / middleware computer
systems and that needed for selling and supporting chips and licensing technology.
A follow-on development effort ported the Virtual Interface Architecture to ServerNet with PCI
interface boards connecting personal computers. Infiniband directly inherited many ServerNet features.
After 25 years, systems still ship today based on the ServerNet architecture.
INTRODUCTION
3
ORIGIN
1. Rain Technology developed by the California Institute of technology, in collaboration with
NASA’s Jet Propulsion laboratory and the DARPA.
2. The name of the original research project was RAIN, which stands for Reliable Array of
Independent Nodes.
3. The RAIN research team in 1998 formed a company called Rainfinity.
FEATURES OF RAIN
1. Communication.
i) Bundled interface.
ii) Link monitoring.
iii) Fault-tolerant interconnects topologies.
 The Problem
o A Naïve Approach
o Diameters Construction dc=2
2. Data Storage.
2. Group Membership.
o Token Mechanism.
o Aggressive Failure Detection.
o Conservative Failure Detection.
o Uniqueness of Tokens.
o 911 Mechanisms
o Token Regeneration
o Dynamic Scalability
o Link Failures and Transient Failures
1.1 Communication
As the network is frequently a single point of failure, RAIN provides fault tolerance in the
network through the following mechanisms:
INTRODUCTION
4
i) Bundled interfaces: Nodes are permitted to have multiple interface cards. This not only
adds fault tolerance to the network, but also gives improved bandwidth.
ii) Link monitoring: To correctly use multiple paths between nodes in the presence of
faults, we have developed a link state monitoring protocol that provides a consistent
history of the link state at each endpoint.
iii) Fault-tolerant interconnects topologies: Network partitioning is always a problem
when a cluster of computers must act as a whole. We have designed network topologies
that are resistant to partitioning as network elements fail.
The Problem


We look at the following problem: Given n switches of degree ds connected in a ring, what is the
best way to connect n compute nodes of degree dc to the switches to minimize the possibility of
partitioning the compute nodes when switch failure occur? Figure3 illustrates the problem.

Figure 1.2 The problem
A Naïve Approach:
At a first glance, Figure 4a may seem a solution to our problem. In this construction we simply
connect the compute nodes to the nearest switches in regular fashion. If we use this approach, we are
relying entirely on fault tolerance in the switching network.
A ring is 1-fault-tolerant for connectivity, so we can lose one switch without upset. A second
switch failure can partition the switches and thus the compute nodes, as in figure 4b. this prompts the
study of whether we can use the multiple connections of the compute nodes to make the compute
INTRODUCTION
5
nodes more resistant to partitioning. In other word, we want a construction where the connectivity of
the nodes is maintained even after the switch network has become partitioned.
Figure 1.3 A naïve approach d=2, notice that is easily portioned into two parts
Figure 1.4 Diameter construction for n odd nodes, for even nodes
1.2 Data Storage
Fault tolerance in data storage over multiple disks is achieved through redundant storage
schemes. Novel error-correcting codes have been developed for this purpose. These are array codes that
encode and decode using simple XOR operations. Traditional RAID codes generally allow mirroring or
parity as options. Array codes exhibit optimality in the storage requirements as well as in the number of
update operations needed. Although some of the original motivations for these codes come from
traditional RAID systems, these schemes apply equally well to partitioning data over disks on distinct
nodes or even partitioning data over remote geographic locations.
INTRODUCTION
6
1.3 Group Membership
Tolerating faults in an asynchronous distributed system is a challenging task. Reliable group
Membership service ensures that processes in a group maintain a consistent view of the global
membership. In order for a distributed application to work correctly in the presence of faults, a certain
level of problems in an asynchronous distributed system such as consensus, group membership,
commit and atomic broadcast that have been extensively studied by researchers. In the RAIN system,
the group membership protocol is the critical building block.
It is a difficult task especially when change in membership occurs, either due to failures or
voluntary joins and withdrawals. In fact under the classical asynchronous environment, the group
membership problem has been proven impossible to solve in the presence of any failures. The
underlying reason for the impossibility is that according to the classical definition of asynchronous
environment, processes in the system share no common clock and there is no bound on the message
delay. Under this definition it is impossible to implement a reliable fault detector, for no fault detector
can distinguish between a crashed mode and a very slow mode. Since the establishment of this
theoretic result researchers have been striving to circumvent this impossibility. Theorists have modified
the specification while practitioners have built a number of real systems that achieve a level of
reliability in their particular environment. The unification of the token regeneration request and the join
request facilitates the treatment of the link failures in the aggressive failure detection protocol. Using
the example in figure (b), node B has been removed from the membership because of the failure
between A and B. node B does not receive the token for a while and it enters the STARVING mode
and sends out a 911 message to node C. node C notices that node B is not a part of the membership and
therefore treats the 911 as a join request. The ring is changed to ABCD and node B joins the
membership.

More Related Content

What's hot

| IJMER | ISSN: 2249–6645 | www.ijmer.com | Vol. 4 | Iss. 4 | April 2014 ...
    | IJMER | ISSN: 2249–6645 | www.ijmer.com | Vol. 4 | Iss. 4 | April 2014 ...    | IJMER | ISSN: 2249–6645 | www.ijmer.com | Vol. 4 | Iss. 4 | April 2014 ...
| IJMER | ISSN: 2249–6645 | www.ijmer.com | Vol. 4 | Iss. 4 | April 2014 ...IJMER
 
Understanding tcp=ip
Understanding tcp=ipUnderstanding tcp=ip
Understanding tcp=ipIlaya Raja
 
Emmanuel impraim computer networks
Emmanuel impraim computer networksEmmanuel impraim computer networks
Emmanuel impraim computer networksEmmanuelImpraim1
 
Introduction to Networks_v0.2
Introduction to Networks_v0.2Introduction to Networks_v0.2
Introduction to Networks_v0.2Sohail Gohir
 
Network Monitoring in the age of the Cloud
Network Monitoring in the age of the CloudNetwork Monitoring in the age of the Cloud
Network Monitoring in the age of the CloudAugusto Ciuffoletti
 
Zigbee Based Wireless Sensor Networks for Smart Campus
Zigbee Based Wireless Sensor Networks for Smart CampusZigbee Based Wireless Sensor Networks for Smart Campus
Zigbee Based Wireless Sensor Networks for Smart CampusIJMER
 
640 802-study-guide-sample
640 802-study-guide-sample640 802-study-guide-sample
640 802-study-guide-samplerickybcool
 
The Overview of Discovery and Reconciliation of LTE Network
The Overview of Discovery and Reconciliation of LTE NetworkThe Overview of Discovery and Reconciliation of LTE Network
The Overview of Discovery and Reconciliation of LTE NetworkIRJET Journal
 
Chapter 2. vantage understanding sensor placement in networks
Chapter 2. vantage  understanding sensor placement in networksChapter 2. vantage  understanding sensor placement in networks
Chapter 2. vantage understanding sensor placement in networksPhu Nguyen
 
Cisco ccna certification knowledge to pass the exam
Cisco ccna certification knowledge to pass the examCisco ccna certification knowledge to pass the exam
Cisco ccna certification knowledge to pass the examle_dung762
 

What's hot (19)

Ccna day1
Ccna day1Ccna day1
Ccna day1
 
| IJMER | ISSN: 2249–6645 | www.ijmer.com | Vol. 4 | Iss. 4 | April 2014 ...
    | IJMER | ISSN: 2249–6645 | www.ijmer.com | Vol. 4 | Iss. 4 | April 2014 ...    | IJMER | ISSN: 2249–6645 | www.ijmer.com | Vol. 4 | Iss. 4 | April 2014 ...
| IJMER | ISSN: 2249–6645 | www.ijmer.com | Vol. 4 | Iss. 4 | April 2014 ...
 
Wp simoneau osi_model
Wp simoneau osi_modelWp simoneau osi_model
Wp simoneau osi_model
 
Understanding tcp=ip
Understanding tcp=ipUnderstanding tcp=ip
Understanding tcp=ip
 
Emmanuel impraim computer networks
Emmanuel impraim computer networksEmmanuel impraim computer networks
Emmanuel impraim computer networks
 
Introduction to Networks_v0.2
Introduction to Networks_v0.2Introduction to Networks_v0.2
Introduction to Networks_v0.2
 
Mini Project- Implementation & Evaluation Of Wireless La Ns
Mini Project- Implementation & Evaluation Of Wireless La NsMini Project- Implementation & Evaluation Of Wireless La Ns
Mini Project- Implementation & Evaluation Of Wireless La Ns
 
Trabalho berckley
Trabalho berckleyTrabalho berckley
Trabalho berckley
 
Network Monitoring in the age of the Cloud
Network Monitoring in the age of the CloudNetwork Monitoring in the age of the Cloud
Network Monitoring in the age of the Cloud
 
Zigbee Based Wireless Sensor Networks for Smart Campus
Zigbee Based Wireless Sensor Networks for Smart CampusZigbee Based Wireless Sensor Networks for Smart Campus
Zigbee Based Wireless Sensor Networks for Smart Campus
 
Computer networks chapter1.
Computer networks chapter1.Computer networks chapter1.
Computer networks chapter1.
 
640 802-study-guide-sample
640 802-study-guide-sample640 802-study-guide-sample
640 802-study-guide-sample
 
1757 1761
1757 17611757 1761
1757 1761
 
Learn basics of ip addressing
Learn basics of  ip addressingLearn basics of  ip addressing
Learn basics of ip addressing
 
3DD 1e 31 Luglio Apertura
3DD 1e 31 Luglio Apertura3DD 1e 31 Luglio Apertura
3DD 1e 31 Luglio Apertura
 
The Overview of Discovery and Reconciliation of LTE Network
The Overview of Discovery and Reconciliation of LTE NetworkThe Overview of Discovery and Reconciliation of LTE Network
The Overview of Discovery and Reconciliation of LTE Network
 
Chapter 2. vantage understanding sensor placement in networks
Chapter 2. vantage  understanding sensor placement in networksChapter 2. vantage  understanding sensor placement in networks
Chapter 2. vantage understanding sensor placement in networks
 
Mod 2 end copy
Mod 2 end copyMod 2 end copy
Mod 2 end copy
 
Cisco ccna certification knowledge to pass the exam
Cisco ccna certification knowledge to pass the examCisco ccna certification knowledge to pass the exam
Cisco ccna certification knowledge to pass the exam
 

Similar to indroduction of rain technology

Rain Technology.pptx
Rain Technology.pptxRain Technology.pptx
Rain Technology.pptxGaneshHS6
 
Rain technology
Rain technologyRain technology
Rain technologykavuuu26
 
Rain Technlogy by sumit kumar
Rain Technlogy by sumit kumarRain Technlogy by sumit kumar
Rain Technlogy by sumit kumarSumit Kumar
 
Liturature servey of rain technlogy by narayan dudhe
Liturature servey of rain technlogy by narayan dudheLiturature servey of rain technlogy by narayan dudhe
Liturature servey of rain technlogy by narayan dudhenarayan dudhe
 
Ccnapresentation 13020219098042-phpapp02 (1)
Ccnapresentation 13020219098042-phpapp02 (1)Ccnapresentation 13020219098042-phpapp02 (1)
Ccnapresentation 13020219098042-phpapp02 (1)ateeq85905
 
Ccna presentation{complete]
Ccna presentation{complete]Ccna presentation{complete]
Ccna presentation{complete]Avijit Nath
 
Controller Placement Problem resiliency evaluation in SDN-based architectures
Controller Placement Problem resiliency evaluation in SDN-based architecturesController Placement Problem resiliency evaluation in SDN-based architectures
Controller Placement Problem resiliency evaluation in SDN-based architecturesIJCNCJournal
 
Controller Placement Problem Resiliency Evaluation in SDN-based Architectures
Controller Placement Problem Resiliency Evaluation in SDN-based ArchitecturesController Placement Problem Resiliency Evaluation in SDN-based Architectures
Controller Placement Problem Resiliency Evaluation in SDN-based ArchitecturesIJCNCJournal
 
Nt1310 Unit 3 Data Analysis Essay
Nt1310 Unit 3 Data Analysis EssayNt1310 Unit 3 Data Analysis Essay
Nt1310 Unit 3 Data Analysis EssayAntoinette Williams
 
The Abstracted Network for Industrial Internet
The Abstracted Network for Industrial InternetThe Abstracted Network for Industrial Internet
The Abstracted Network for Industrial InternetMeshDynamics
 
Multi port network ethernet performance improvement techniques
Multi port network ethernet performance improvement techniquesMulti port network ethernet performance improvement techniques
Multi port network ethernet performance improvement techniquesIJARIIT
 
Cloud Camp Milan 2K9 Telecom Italia: Where P2P?
Cloud Camp Milan 2K9 Telecom Italia: Where P2P?Cloud Camp Milan 2K9 Telecom Italia: Where P2P?
Cloud Camp Milan 2K9 Telecom Italia: Where P2P?Gabriele Bozzi
 
CloudCamp Milan 2009: Telecom Italia
CloudCamp Milan 2009: Telecom ItaliaCloudCamp Milan 2009: Telecom Italia
CloudCamp Milan 2009: Telecom ItaliaGabriele Bozzi
 

Similar to indroduction of rain technology (20)

Rain Technology.pptx
Rain Technology.pptxRain Technology.pptx
Rain Technology.pptx
 
Rain technology
Rain technologyRain technology
Rain technology
 
Rain technology
Rain  technologyRain  technology
Rain technology
 
Rain Technlogy by sumit kumar
Rain Technlogy by sumit kumarRain Technlogy by sumit kumar
Rain Technlogy by sumit kumar
 
Rain technology
Rain technologyRain technology
Rain technology
 
rain technology
rain technologyrain technology
rain technology
 
Rain technology seminar
Rain technology seminar Rain technology seminar
Rain technology seminar
 
Liturature servey of rain technlogy by narayan dudhe
Liturature servey of rain technlogy by narayan dudheLiturature servey of rain technlogy by narayan dudhe
Liturature servey of rain technlogy by narayan dudhe
 
Ccnapresentation 13020219098042-phpapp02 (1)
Ccnapresentation 13020219098042-phpapp02 (1)Ccnapresentation 13020219098042-phpapp02 (1)
Ccnapresentation 13020219098042-phpapp02 (1)
 
ccna presentation
ccna presentationccna presentation
ccna presentation
 
Ccna presentation{complete]
Ccna presentation{complete]Ccna presentation{complete]
Ccna presentation{complete]
 
Controller Placement Problem resiliency evaluation in SDN-based architectures
Controller Placement Problem resiliency evaluation in SDN-based architecturesController Placement Problem resiliency evaluation in SDN-based architectures
Controller Placement Problem resiliency evaluation in SDN-based architectures
 
Controller Placement Problem Resiliency Evaluation in SDN-based Architectures
Controller Placement Problem Resiliency Evaluation in SDN-based ArchitecturesController Placement Problem Resiliency Evaluation in SDN-based Architectures
Controller Placement Problem Resiliency Evaluation in SDN-based Architectures
 
Final_Report
Final_ReportFinal_Report
Final_Report
 
Nt1310 Unit 3 Data Analysis Essay
Nt1310 Unit 3 Data Analysis EssayNt1310 Unit 3 Data Analysis Essay
Nt1310 Unit 3 Data Analysis Essay
 
The Abstracted Network for Industrial Internet
The Abstracted Network for Industrial InternetThe Abstracted Network for Industrial Internet
The Abstracted Network for Industrial Internet
 
Multi port network ethernet performance improvement techniques
Multi port network ethernet performance improvement techniquesMulti port network ethernet performance improvement techniques
Multi port network ethernet performance improvement techniques
 
Cloud Camp Milan 2K9 Telecom Italia: Where P2P?
Cloud Camp Milan 2K9 Telecom Italia: Where P2P?Cloud Camp Milan 2K9 Telecom Italia: Where P2P?
Cloud Camp Milan 2K9 Telecom Italia: Where P2P?
 
CloudCamp Milan 2009: Telecom Italia
CloudCamp Milan 2009: Telecom ItaliaCloudCamp Milan 2009: Telecom Italia
CloudCamp Milan 2009: Telecom Italia
 
Kumar ppts
Kumar pptsKumar ppts
Kumar ppts
 

More from narayan dudhe

Seminar report on google Advertising
Seminar report on  google AdvertisingSeminar report on  google Advertising
Seminar report on google Advertisingnarayan dudhe
 
Acknowledgement of seminar report by narayan dudhe
Acknowledgement of seminar report by narayan dudheAcknowledgement of seminar report by narayan dudhe
Acknowledgement of seminar report by narayan dudhenarayan dudhe
 
References of rain technology
References of rain technologyReferences of rain technology
References of rain technologynarayan dudhe
 
Certificate page of Seminar topics by narayan dudhe
Certificate page of Seminar topics by narayan dudheCertificate page of Seminar topics by narayan dudhe
Certificate page of Seminar topics by narayan dudhenarayan dudhe
 
List of abbreviation
List of abbreviationList of abbreviation
List of abbreviationnarayan dudhe
 
Conclusion for rain technology
Conclusion for rain technologyConclusion for rain technology
Conclusion for rain technologynarayan dudhe
 
Toc 1 | gate | Theory of computation
Toc 1 | gate | Theory of computationToc 1 | gate | Theory of computation
Toc 1 | gate | Theory of computationnarayan dudhe
 
Data warehouse in social networks
Data warehouse in social networksData warehouse in social networks
Data warehouse in social networksnarayan dudhe
 
Marathon Testing Tool
Marathon Testing ToolMarathon Testing Tool
Marathon Testing Toolnarayan dudhe
 
TensorFlow Technology
TensorFlow TechnologyTensorFlow Technology
TensorFlow Technologynarayan dudhe
 
Grampanchayat Sultawanwadi First Review
 Grampanchayat Sultawanwadi First Review Grampanchayat Sultawanwadi First Review
Grampanchayat Sultawanwadi First Reviewnarayan dudhe
 

More from narayan dudhe (12)

Seminar report on google Advertising
Seminar report on  google AdvertisingSeminar report on  google Advertising
Seminar report on google Advertising
 
Acknowledgement of seminar report by narayan dudhe
Acknowledgement of seminar report by narayan dudheAcknowledgement of seminar report by narayan dudhe
Acknowledgement of seminar report by narayan dudhe
 
References of rain technology
References of rain technologyReferences of rain technology
References of rain technology
 
Certificate page of Seminar topics by narayan dudhe
Certificate page of Seminar topics by narayan dudheCertificate page of Seminar topics by narayan dudhe
Certificate page of Seminar topics by narayan dudhe
 
List of abbreviation
List of abbreviationList of abbreviation
List of abbreviation
 
Conclusion for rain technology
Conclusion for rain technologyConclusion for rain technology
Conclusion for rain technology
 
rain technology
rain technology rain technology
rain technology
 
Toc 1 | gate | Theory of computation
Toc 1 | gate | Theory of computationToc 1 | gate | Theory of computation
Toc 1 | gate | Theory of computation
 
Data warehouse in social networks
Data warehouse in social networksData warehouse in social networks
Data warehouse in social networks
 
Marathon Testing Tool
Marathon Testing ToolMarathon Testing Tool
Marathon Testing Tool
 
TensorFlow Technology
TensorFlow TechnologyTensorFlow Technology
TensorFlow Technology
 
Grampanchayat Sultawanwadi First Review
 Grampanchayat Sultawanwadi First Review Grampanchayat Sultawanwadi First Review
Grampanchayat Sultawanwadi First Review
 

Recently uploaded

Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfakmcokerachita
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 

Recently uploaded (20)

Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdf
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 

indroduction of rain technology

  • 1. INTRODUCTION 1 Chapter 1: INTRODUCTION 1.1 Introduction RAIN technology originated in a research project at the California Institute of Technology (Caltech), in collaboration with NASA's Jet Propulsion Laboratory and the Defense Advanced Research Projects Agency (DARPA). The name of the original research project was RAIN, which stands for Reliable Array of Independent Nodes. The main purpose of the RAIN project was to identify key software building blocks for creating reliable distributed applications using off-the-shelf hardware. The focus of the research was on high-performance, fault-tolerant and portable clustering technology for space-borne computing. Led by Caltech professor Shuki Bruck, the RAIN research team in 1998 formed a company called Rainfinity. Rainfinity, located in Mountain View, Calif., is already shipping its first commercial software package derived from the RAIN technology, and company officials plan to release several other Internet-oriented applications. The RAIN project was started four years ago at Caltech to create an alternative to the expensive, special-purpose computer systems used in space missions. The Caltech Researchers wanted to put together a highly reliable and available computer system by distributing processing across many low-cost commercial hardware. To tie these components together, the researchers created RAIN software, which has three components: 1. A component that stores data across distributed processors and retrieves it even if some of the processors fail. 2. A communications component that creates a redundant network between multiple processors and supports a single, uniform way of connecting to any of the processors. 3. A computing component that automatically recovers and restarts applications if a processor fails.
  • 2. INTRODUCTION 2 Figure 1.1 RAIN Software Architecture Myrinet switches provide the high speed cluster message passing network for passing messages between compute nodes and for I/O. The Myrinet switches have a few counters that can be accessed from an ethernet connection to the switch. These counters can be accessed to monitor the health of the connections, cables, etc. The following information refers to the 16-port, the clos-64 switches, and the Myrinet2000 switches. ServerNet is a switched fabric communications link primarily used in proprietary computers made by Tandem Computers, Compaq, and HP. Its features include good scalability, clean fault containment, error detection and failover. The ServerNet architecture specification defines a connection between nodes, either processor or high performance I/O nodes such as storage devices. Tandem Computers developed the original ServerNet architecture and protocols for use in its own proprietary computer systems starting in 1992, and released the first ServerNet systems in 1995. Early attempts to license the technology and interface chips to other companies failed, due in part to a disconnect between the culture of selling complete hardware / software / middleware computer systems and that needed for selling and supporting chips and licensing technology. A follow-on development effort ported the Virtual Interface Architecture to ServerNet with PCI interface boards connecting personal computers. Infiniband directly inherited many ServerNet features. After 25 years, systems still ship today based on the ServerNet architecture.
  • 3. INTRODUCTION 3 ORIGIN 1. Rain Technology developed by the California Institute of technology, in collaboration with NASA’s Jet Propulsion laboratory and the DARPA. 2. The name of the original research project was RAIN, which stands for Reliable Array of Independent Nodes. 3. The RAIN research team in 1998 formed a company called Rainfinity. FEATURES OF RAIN 1. Communication. i) Bundled interface. ii) Link monitoring. iii) Fault-tolerant interconnects topologies.  The Problem o A Naïve Approach o Diameters Construction dc=2 2. Data Storage. 2. Group Membership. o Token Mechanism. o Aggressive Failure Detection. o Conservative Failure Detection. o Uniqueness of Tokens. o 911 Mechanisms o Token Regeneration o Dynamic Scalability o Link Failures and Transient Failures 1.1 Communication As the network is frequently a single point of failure, RAIN provides fault tolerance in the network through the following mechanisms:
  • 4. INTRODUCTION 4 i) Bundled interfaces: Nodes are permitted to have multiple interface cards. This not only adds fault tolerance to the network, but also gives improved bandwidth. ii) Link monitoring: To correctly use multiple paths between nodes in the presence of faults, we have developed a link state monitoring protocol that provides a consistent history of the link state at each endpoint. iii) Fault-tolerant interconnects topologies: Network partitioning is always a problem when a cluster of computers must act as a whole. We have designed network topologies that are resistant to partitioning as network elements fail. The Problem   We look at the following problem: Given n switches of degree ds connected in a ring, what is the best way to connect n compute nodes of degree dc to the switches to minimize the possibility of partitioning the compute nodes when switch failure occur? Figure3 illustrates the problem.  Figure 1.2 The problem A Naïve Approach: At a first glance, Figure 4a may seem a solution to our problem. In this construction we simply connect the compute nodes to the nearest switches in regular fashion. If we use this approach, we are relying entirely on fault tolerance in the switching network. A ring is 1-fault-tolerant for connectivity, so we can lose one switch without upset. A second switch failure can partition the switches and thus the compute nodes, as in figure 4b. this prompts the study of whether we can use the multiple connections of the compute nodes to make the compute
  • 5. INTRODUCTION 5 nodes more resistant to partitioning. In other word, we want a construction where the connectivity of the nodes is maintained even after the switch network has become partitioned. Figure 1.3 A naïve approach d=2, notice that is easily portioned into two parts Figure 1.4 Diameter construction for n odd nodes, for even nodes 1.2 Data Storage Fault tolerance in data storage over multiple disks is achieved through redundant storage schemes. Novel error-correcting codes have been developed for this purpose. These are array codes that encode and decode using simple XOR operations. Traditional RAID codes generally allow mirroring or parity as options. Array codes exhibit optimality in the storage requirements as well as in the number of update operations needed. Although some of the original motivations for these codes come from traditional RAID systems, these schemes apply equally well to partitioning data over disks on distinct nodes or even partitioning data over remote geographic locations.
  • 6. INTRODUCTION 6 1.3 Group Membership Tolerating faults in an asynchronous distributed system is a challenging task. Reliable group Membership service ensures that processes in a group maintain a consistent view of the global membership. In order for a distributed application to work correctly in the presence of faults, a certain level of problems in an asynchronous distributed system such as consensus, group membership, commit and atomic broadcast that have been extensively studied by researchers. In the RAIN system, the group membership protocol is the critical building block. It is a difficult task especially when change in membership occurs, either due to failures or voluntary joins and withdrawals. In fact under the classical asynchronous environment, the group membership problem has been proven impossible to solve in the presence of any failures. The underlying reason for the impossibility is that according to the classical definition of asynchronous environment, processes in the system share no common clock and there is no bound on the message delay. Under this definition it is impossible to implement a reliable fault detector, for no fault detector can distinguish between a crashed mode and a very slow mode. Since the establishment of this theoretic result researchers have been striving to circumvent this impossibility. Theorists have modified the specification while practitioners have built a number of real systems that achieve a level of reliability in their particular environment. The unification of the token regeneration request and the join request facilitates the treatment of the link failures in the aggressive failure detection protocol. Using the example in figure (b), node B has been removed from the membership because of the failure between A and B. node B does not receive the token for a while and it enters the STARVING mode and sends out a 911 message to node C. node C notices that node B is not a part of the membership and therefore treats the 911 as a join request. The ring is changed to ABCD and node B joins the membership.