What is Master and Slave in Jenkins
A slave in Jenkins is an extra computer that Jenkins connects to.
If the Jenkins server needs more computing power we can connect more computers to the Jenkins server either through SSH or RSH
And these computers we connect to Jenkins server are called as Slaves and then Jenkins server is called as Master
Good Reference: https://blog.knoldus.com/setting-up-master-slave-machines-using-jenkins/