18. Differentiate between:
to(a) Filament and fibre
Answers
Answer:
As nouns the difference between fiber and filament
is that fiber is (countable) a single elongated piece of a given material, roughly round in cross-section, often twisted with other fibers to form thread while filament is a fine thread or wire.
Answer:
Threads cans be implemented either in the kernel, in user space, or the two can be mixed. Fibers are basically threads implemented in user space. ... Fibers are user space threads whose scheduling is handled in user space by one or more kernel threads under a single process.
Explanation:
Threads cans be implemented either in the kernel, in user space, or the two can be mixed. Fibers are basically threads implemented in user space. ... Fibers are user space threads whose scheduling is handled in user space by one or more kernel threads under a single process.