Answer:
Threads will terminate
Explanation:
Each process are assigned there own memory and resources, Process is also called Application such as Chrome, Word etc. Process can have one or many threads. each thread shares the memory and resources of its process.
Once the process terminates and its free its memory and resources, Which means all of its threads automatically terminated as they share the memory and resources of process.
Thread can only resides within process resources.
The correct answer is MAC (Media Access Control).
<h3>What is MAC?</h3>
The Media Access Control (MAC) protocol is a data link layer protocol that defines the process by which local area network (LAN) devices interface with upper network layer protocols, such as the Internet Protocol (IP).
The MAC protocol is responsible for controlling access to the shared communication medium of the LAN and for providing a reliable link between devices on the LAN. It does this by defining a set of rules and procedures for how devices on the LAN can detect and avoid collisions when transmitting data, as well as for how they can recover from errors that may occur during transmission.
The MAC protocol is typically implemented in hardware, such as in the network interface controller (NIC) of a computer, and is an essential part of the LAN communication process.
To Know More About MAC, Check Out
brainly.com/question/29388563
#SPJ1