Computer Science, asked by AbhilashaM2429, 10 months ago

Difference between gdt and ldt in tabular form

Answers

Answered by Anonymous
15

Answer:

The main differences between GDT and LDT is: 1) GDT have only one copy in system while LDT can have many, 2) GDT may not changed during execution which LDT often changes when task switches, 3) entry of LDT is save in GDT. Entries in GDT and LDT have the same structure.

i hope it's help to you

Answered by barmansuraj489
0

Concept introduction:

The GDT includes global segments, whereas the LDT contains memory segments that are private to a given programme. The current LDT can be switched automatically on particular machine events in x86 processors, however the GDT cannot be switched automatically.

Explanation:

We have to answer the following question.

A question has been given to us.

The main differences between GDT and LDT is: 1) GDT have only one copy in system while LDT can have many, 2) GDT may not changed during execution which LDT often changes when task switches, 3) entry of LDT is save in GDT. Entries in GDT and LDT have the same structure.

Final answer:

Hence, the final answer of the question is The following are the primary distinctions between GDT and LDT: 1) GDT has only one copy in the system, although LDT can have several copies; 2) GDT may not modify during operation, whereas LDT often modifies when a job transitions; and 3) LDT entry is saved in GDT. GDT and LDT entries have the same structure.

#SPJ2

Similar questions