sağlama toplami

listen to the pronunciation of sağlama toplami
Турецкий язык - Английский Язык
checksum
a digit or character, derived by applying a suitable algorithm to some data, used to check whether errors have occurred in transmission, storage or data entry
A value that is computed and that depends on the contents of a set of data Checksums are stored or transmitted with the data The checksum is used to detect if the data has been altered during transmission or when being stored and retrieved Receiving programs recompute the checksum to compare with the checksum sent or stored with the data Checksums may be more than one digit They are not always the result of addition but may be the result of one or more computations involving addition, subtraction, multiplication, or division
A calculated value used to test data for the presence of errors that can occur when data is transmitted or when it is written to disk
a digit representing the sum of the digits in an instance of digital data; used to check whether errors have occurred in transmission or storage
A method of providing information for error detection, usually calculated by summing a set of values The checksum is usually appended to the end of the data that it is calculated from so that they can be compared For example, Xmodem, a popular file-transfer protocol, uses a 1-byte checksum calculated by adding all the ASCII values for all 128 data bytes and ignoring any numeric overflow The checksum is added to the end of the Xmodem data packet This type of checksum does not always detect all errors In later versions of the Xmodem protocol, cyclical redundancy check (CRC) is used instead for more rigorous error control (Ref: Dyson, Dictionary of Networking)
A value which is the result of adding specific binary values A checksum is often used to verify the integrity of a sequence of binary numbers
Used in error detection, a checksum is a computation done on the message and transmitted with the message; similar to using parity bits
A number that represents a larger group of numbers in order to check for errors in data transmission It is commonly used when downloading a program, as well as in error control protocols The checksum is the result of a mathematical equation, such as adding all the numbers in a block together (although it is usually more complex than that)
The integer result of a 16-bit cyclic redundancy computation on the the bytes of a logical record segment, excluding the checksum result itself and any bytes (e g , the logical record trailing length) that follow it It is used to verify possible physical recording errors in the logical record segment
A value created by adding up bits in a packet The resultant value is computed at the sender and receiver of data Mismatches will cause error-recovery routines to be followed
A value calculated from items of data that may be used to verify that the data has not been altered
A block check character that is formed by taking the sum of the binary data transmitted
A checksum is a calculation applied to bits in transit before transmission, and then transmitted with the data The receiving device repeats the calculation on the received bits If the result is the same as the received checksum, then it is effectively certain that what is received is exactly the same as what was sent
A method of detecting errors in a data packet, by summing the value of each byte and transmitting that sum along with the packet The receiver performs the same operations, and if the sum matches, the packet is accepted CRCs are a better method, as checksums are prone to accepting packets which are in fact erroneous
Cyclic Redundancy Check (CRC), a computed value that is compared with stored data to tell if a file has been corrupted during transfer
A number computed by glomming together all the characters from an entire file in a special mathematical way If you are afraid that a file is going to change, perhaps getting messed up by being transmitted across noisy lines, you can calculate a checksum before and after transmitting it If you get the same checksum, the file probably did'nt change
The result of the use of a mathematical equation, used for error checking purposes, on data that is transmitted over a communications link
Numeric value used to verify the integrity of a block of data The value is computed using a checksum procedure A crypto checksum incorporates secret information in the checksum procedure so that it can't be reproduced by third parties that don't know the secret information
A numerical value that produces a predetermined constant when added to the sum of a specified group of bytes Used in summation checks