I believe that the answer you are looking for is a Web Server.
Answer:
A swap is: an algorithm exchanging two values stored in variables
Explanation:
I just did it and got it right
Answer:
<u>IRET(Interrupt return) </u>
This instruction is used in x-86 intel cpu architecture.
The IRET instruction provides for a long return to the program or procedure interrupted. IRET and IRETD these two instructions have the same meaning.
Each interrupt procedure has an IRET instruction stating that the routine ends. The execution of the instruction pops up the IP address from the stack and continues to run the primary program.