Feedforward Neural network is different from Recurrent Neural networks.
Feedforward Neural network was the first and simplest type of Artificial Neuron network devised.
Feedforward Neural network has no cycles or loops, the information moves in only one direction, forward, from the input layers, through the hidden layers (if any) and to the output layers.
Feedforward Neural network implements Forward propagation