Computer Science, asked by shahzadrickey626, 3 months ago

What is multithreading and how thread synchronization occurred in distributed computing?​

Answers

Answered by Anonymous
2

\huge\boxed{\fcolorbox{orange}{pink}{❥ ᴀɴsᴡᴇʀ}}

In computer science, synchronization refers to one of two distinct but related concepts: synchronization of processes, and synchronization of data. Process synchronization refers to the idea that multiple processes are to join up or handshake at a certain point, in order to reach an agreement or commit to a certain sequence of action. Data synchronization refers to the idea of keeping multiple copies of a dataset in coherence with one another, or to maintain data integrity. Process synchronization primitives are commonly used to implement data synchronization.

Answered by Kaaliaatma
0

Answer:

In computer architecture, multithreading is the ability of a central processing unit (CPU) (or a single core in a multi-core processor) to provide multiple threads of execution concurrently, supported by the operating system. This approach differs from multiprocessing.

Similar questions