answersLogoWhite

0


Best Answer

In static channel allocation voice channels(definite set of frequencies) is allocated to each cell.

But in dynamic channel allocation channels are provided at the time of request, a request is send to the base station which then sends a request to mobile switching center(MSC) asking for the set of frequencies to be used.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is static and dynamic channel allocation?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Differentiate between static allocation and dynamic allocation?

BS Anwer- static allocation is when something is moved to a location permanantally and dynamic allocation is when something is moved temporarily, but will move again.


What is the opposite of dynamic allocation?

The opposite of dynamic is static.


What are the two methods of representing a binary tree?

Two method of representing a binary tree is Static allocation, and Dynamic allocation


What is difference in static and dynamic storage allocation?

Static storage allocation is when a program dedicates an amount of memory for its use at the start of the program. Dynamic storage allocation is when a program only takes storage as it needs it.


What are types of memory allocation?

There are two types of memory allocations. 1. Static memory allocation 2. Dynamic memory allocation


Compare and contrast dynamic memory allocation and the allocation of files in secondary storage?

Static Memory Allocation: Allocating the total memory requirements that a data structure might need all at once without regard for the actual amount needed at execution time. Dynamic Memory Allocation: The opposite strategy of static memory allocation - Dynamic Memory Allocation, involves allocating memory as-needed.


At what time the memory is allocated for variable in c and c?

Static memory allocation occurs at compile time where as dynamic memory allocation occurs at run time.


Is Montresor dynamic or static?

Montresor is a static character in Edgar Allan Poe's "The Cask of Amontillado." His vengeful and manipulative nature remains consistent throughout the story, with no significant internal change or development.


Does comcast have static or dynamic ip's?

Dynamic unless you pay extra for a static.


Types of Internet static and dynamic - explain this?

Static: Not Moving Dynamic: Moving


Difference between dynamic and static memory allocation?

Static memory allocation is memory allocated on the "stack" and cannot be resized after the initial allocation, while dynamic memory allocation is memory allocated in the "heap", and can be dynamically expanded and shrunk as necessary.


Difference between dynamic and static memory?

dynamic is the study of motin,while static is at rest it means that the memory which is used at motin time as by usic calloc,mallaoc,free function ,on the other hand static is the memory which only used at compile time or at the time of work in during progrmming,static memory has drawback ,the drawback is that in this memory ware unable to use the excess memory as we allocate already to cover or improvre this type of problem we use dynamic memory allocation.