How do I restart network services?

Source: http://theos.in/desktop-linux/tip-that-matters/how-do-i-restart-linux-network-service/

RedHat Linux command to reload or restart network (login as root user):

service network restart

OR

/etc/init.d/network restart

To start Linux network service:

service network start

To stop Linux network service:

service network stop