An error-detecting code inserted as a field in a block of data to be transmitted, is known as
-
frame check sequence
-
error detecting code
-
checksum
-
flow control
A
Correct answer
Explanation
Frame Check Sequence (FCS) is the error-detecting code added to data frames at the data link layer. It uses mechanisms like CRC (Cyclic Redundancy Check) to detect transmission errors. Checksum is a specific type of error-detecting code, but FCS is the broader, more accurate term for the field in network frames. Flow control is a separate function for managing data transmission rates, not error detection.