It is preferable and convenient to go for linear searching in a case where you want to perform a single search in an unordered list which contains only a few elements. But, you cannot use linear searching in the case of the larger number of elements as it becomes complex (in such cases, only binary searching or such can be preferred).