Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is Race-around problem? How can you rectify it?

Answer Posted / amit

A race condition is an undesirable situation that occurs
when a device or system attempts to perform two or more
operations at the same time, but because of the nature of
the device or system, the operations must be done in the
proper sequence in order to be done correctly.
In computer memory or storage, a race condition may occur
if commands to read and write a large amount of data are
received at almost the same instant, and the machine
attempts to overwrite some or all of the old data while
that old data is still being read. The result may be one or
more of the following: a computer crash, an "illegal
operation," notification and shutdown of the program,
errors reading the old data, or errors writing the new
data. This can be prevented by serialization of memory or
storage access, such that if read and write commands are
received close together, the read command is executed and
completed first, by default.

In a network, a race condition may occur if two users
attempt to access an available channel at the same instant,
and neither computer receives notification that the channel
is occupied before the system grants access. Statistically,
this sort of coincidence is most likely to occur in
networks having long lag times, such as those that use
geostationary satellites. To prevent such a race condition
from developing, a priority scheme must be devised. For
example, the subscriber whose username begins with the
earlier letter of the alphabet (or the lower numeral) may
get priority by default when two subscribers attempt to
access the system within a prescribed increment of time.
Hackers can take advantage of race-condition
vulnerabilities to gain unauthorized access to networks.

Race conditions occasionally occur in logic gates when
certain inputs come into conflict. Because the gate output
state takes a finite, nonzero amount of time to react to
any change in input states, sensitive circuits or devices
following the gate may be fooled by the state of the
output, and thereby caused to not operate properly.

Is This Answer Correct ?    37 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how to design a software ic using vhdl?

1145


What is 74ls244?

1031


what is the difference between delegation and containership?

3831


State the different types of flip flop?

1017


Number of nodes in Binary tree with height 3:

1148


What is a transistor?

1206


differnce between ups and inverters. Series and parallel batteries connections of ups.

1877


what is call flow!

2333


Which is the fastest logic ?

1092


Explain the design 8421 to 2421 binary code converter?

1074


What are the disadvantages of the harmonics present in the inverter system?

1318


Why is the grid in a cro provided with a hole in it?

1089


what must be the kind of test on innovatronix

3121


What are the applications of op-amps?

1091


1. What is leakage current? 2. Transistor VI characters? Explain. 3. What is dc load line? 4. Differential amplifier circuit. 5. Recursive interrupts. 6. Diagram case microcontroller and Eprom 7. Use of grey code? 8. Design counter from 1 to 11. 9. Characteristic impedence?Z0 value of probe used in lab. 10. 3 input TTL logic. 11. What is Pseudo random sequence? Why it is called so? 12. What is stack? 13. Different types of voltage regulation?

2244