answersLogoWhite

0


Best Answer

As for Segmentation in Computer Architecture logic, it's a meaningful unit of information eg procedures, large data structures etc. In segmentation every segment is in its own logical memory. # it has higher hit ratio # meaningful protection of segments # simplified sharing of code via dynamic linking # dynamic data structures OR Segmentation is one of the most common ways to achieve memory-protection; another common one is paging. Segmentation means that a part or parts of the memory will be sealed off from the currently running process computing, through the use of hardware-register. If the data that is about to be read or written to be outside the permitted address-space of that process, a segmentation-fault will result. Segmentation is a memory-management scheme that supports this user view of memory. A logical address space is actually a collection of segments. Each segment has a name and a length. The address specifies both the segment name and the offset within the segment. The user therefore specifies each address by 2 parameter: a segment name and an offset.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

13y ago

Both "segmentation" and "fragmentation" are applied to several significantly different processes in computers.

When a computer is "defragging" ( defragmentation ), it moves files/programs to different places on the hardrive to make the computer and programs run faster

k as for Segmentation in Computer Architecture logic,

its meaningful unit of information eg procedures,large data structures etc. In segmentation every segment is in its own logical memory.

  1. it has higher hit ratio
  2. meaningful protection of segments
  3. simplified sharing of code via dynamic linking
  4. dynamic data structures

OR

Segmentation is one of the most common ways to achieve memory-protection; another common one is paging. Segmentation means that a part or parts of the memory will be sealed off from the currently running process computing, through the use of hardware-register. If the data that is about to be read or written to be outside the permitted address-space of that process, a segmentation-fault will result.

Segmentation is a memory-management scheme that supports this user view of memory. A logical address space is actually a collection of segments. Each segment has a name and a length. The address specifies both the segment name and the offset within the segment. The user therefore specifies each address by 2 parameter: a segment name and an offset.

As for Segmentation in Computer Architecture logic, it's a meaningful unit of information eg procedures, large data structures etc. In segmentation every segment is in its own logical memory.

  1. it has higher hit ratio
  2. meaningful protection of segments
  3. simplified sharing of code via dynamic linking
  4. dynamic data structures

OR

Segmentation is one of the most common ways to achieve memory-protection; another common one is paging. Segmentation means that a part or parts of the memory will be sealed off from the currently running process computing, through the use of hardware-register. If the data that is about to be read or written to be outside the permitted address-space of that process, a segmentation-fault will result.

Segmentation is a memory-management scheme that supports this user view of memory. A logical address space is actually a collection of segments. Each segment has a name and a length. The address specifies both the segment name and the offset within the segment. The user therefore specifies each address by 2 parameter: a segment name and an offset.

In TCP/IP networking,

some point-to-point interfaces allow larger packets than other interfaces.

When the originating computer has a lot of data to transmit, it breaks it up into packets in a process called "segmentation".

The gateway between one interface and another performs a very similar process called "fragmentation" if necessary to break large packets up into small packets that will fit on the destination interface.

Typically those smaller packets continue hopping from one host to the next until they reach their destination, which performs "reassembly" to recover the original large packet and then pass it up the stack.

In computer networking, "segmentation" is the process of breaking up a large communications segment into smaller segments.

All the machines connected to the same continuous wire are part of the same segment.

Modern networks typically connect machines using a "network switch" or "network router", which is an active, intelligent device that forwards packets from one segment to another.

To reduce costs, older networks typically connected dozens of desktop computers to a single segment using passive hubs and repeaters.

The "segmentation" of an older network by physically replacing the passive hubs with network switches breaks up the large segment into many small segments, each segment with only 2 devices on it (one desktop computer and one switch).

Such segmentation improves performance by reducing the size of the collision domain.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Difference between segmentation and fragmentation
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the solution to internal fragmentation?

segmentation


What is the difference between cluster and segmentation?

see zyxo.wordpress.com/2010/07/17/the-difference-between-segmentation-and-clustering/ for a neat explanation.


What is the difference between metamerism and segmentation?

not sure


What is the difference between habitat change and habitat fragmentation?

The difference between habitat and habitat fragmentation is that habitat is area where an organism lives and habitat fragmentation is altration of small areas withen a large region, creating a patchwork of altered and original habitats.


What is Difference between habitat loss habitat degradation and habitat fragmentation?

great loss, great degradation, and great fragmentation.


What is the major difference between a hookworm Nematoda and an earthworm Annelid?

body segmentation


What is the difference between market research and market segmentation?

Market research helps you "identify" your market. Segmentation lets you "segment" your identified market into more refined groups. In short market research is more broad and segmentation is more refined.


What is the difference between the binary fission and fragmentation in asexual reproductgion?

Fragmentation occurs in multi cellular organisms with simple body organisation.eg.Spirogyra Fission occurs in uni cellular organism. eg.amoeba


Difference between market segmentation and consumer profiling?

Segmentation is often used in conjunction with customer profiling, but there are areas of difference. For instance, profiles are not suitable for identifying certain population segments: people with disabilities are usually split between multiple neighbourhood profiles. Likewise gender segmentation is rarely associated with neighbourhood. For other factors such as age and ethnicity, composite profiles can only support broad generalities.


The difference between expert classification and image segmentation?

image segmentation refers to clustering or grouping of homogeneous pixels into various groups while classification is next hierarchy which labell those clustered pixels as different classes..


What are the disadvantages of memory segmentation in 8086?

disadvantages of memory segmentation


What is the difference between internal and external fragmentation in OS?

Internal Fragmentation is the area in a region or a page that is not used by the job occupying that region or page. This space is unavailable for use by the system until that job is finished and the page or region is released.