Master and slave

Please explain what is meant by master and slave.
Thank you.

According to the SystemC standard that was used as the basis for much of the UVM terminology:

A master initiates activity by issuing requests and optionally waits for responses. A slave passively waits for requests and optionally returns responses.

You might want to review How TLM Works | Advanced UVM