One-based indexing is a system where the first element of a sequence is assigned the index '1', as opposed to '0' in zero-based indexing. This indexing method is commonly used in languages like MATLAB and Fortran, aligning more naturally with human counting and mathematical notation.