Run-time dynamic linking and load-time dynamic linking

Whenever loading programs into memory, what is the dissimilarity occurs between run-time dynamic linking and load-time dynamic linking?

E

Expert

Verified

In load-time dynamic linking: Load component to be loaded is read into memory. Any reference to a goal external module causes that module to be loaded and the orientations are updated to a relative address from the start base address of the application module.

In run-time dynamic loading: A number of the linking is postponed till actual reference throughout execution. Then the correct module is linked and loaded.

   Related Questions in Operating System

©TutorsGlobe All rights reserved 2022-2023.