|
Definition
The Idea Of Direct Memory Access By providing circuitry to generate addresses
and memory control signals independently of the processor we see that it is possible
to improve performance considerably. All that is necessary is to provide a signal
to tell the processor to remove itself from the bus so there is no contention
on the memory control, address, or data lines. This
is the entire concept behind direct memory access (DMA). To complete our picture,
it is important to note that there are actually several ways that DMA can be done.
In particular, there are three common choices:- burst
mode DMA :- In burst mode the DMA controller transfers an entire block of
data without interruption. During the time of the transfer, the DMA controller
retains complete control of the processor's bus. Cycle
Stealing :- If it is desirable to let the processor do some processing while
the DMA controller transfers data cycle stealing can be used. In this case, the
DMA controller will periodically request use of the bus until all of its data
are transferred. This slows down the processor and the DMA transfer. Transparent
DMA :- It is possible for the DMA controller to monitor the internal status
of the processor. In those cases where the processor does not need bus access
(internal data moves and such) the DMA controller uses the bus. This slows down
the DMA transfer, but not the processor. The
proper transfer mode to use is determined by the system requirements. Burst
Mode DMA Burst mode DMA is a typical way of handling bulk data
transfers (like the idea we described for our video controller). The other modes
operates in a similar fashion. For a burst mode transfer:- 1)
The processor loads the DMA controller with the start address of the destination
in memory and the number of words to transfer. 2)
When the device delivering or requesting data is ready, the DMA controller is
signaled. In turn, the controller signals the processor that a DMA transfer
is pending. 3) The processor acknowledges the
request, finishes its current instruction, and then floats the address, control,
and data buses. 4) The DMA controller now provides
address and control signals to memory while the device requesting the transfer
supplies or receives the data. 5) Once the
transfer is complete, the DMA signals the processsor to resume its normal operation.
The
signaling of the 8088 processor is done through the hold and holda lines. When
the DMA controller wants the bus, it signals the processor by raising hold. After
the processor completes the current instruction, it tri-states the data, address,
and control lines, and raises hold acknowledge (holda). Once the DMA controller
sees holda, it knows it is free to use the bus.
You may also like this : Self Defending Networks, Semantic Web, Computer Intelligence Application, Cooperative Linux, Longhorn, Mesh Radio, Parallel Virtual Machine, Linux Virtual Server, Location Independent Naming, PHANToM, Multiprotocol Label Switching, Next Generation Secure Computing Base, NGSCB, Reconfigurable computing, Sky X Technology, Smart Client Application Development using .NET, Spawning Networks, SPCS, Speed protocol processors, Strata flash Memory, Swarm Intelligence, The Callpaper Concept, IP spoofing, Internet Access via Cable TV Network, Face Recognition Technology, FireWire, Param 10000, The Deep Web, Virtual Campus, VoiceXML, Wireless USB, Refactoring, On-line Analytical Processing (OLAP), Pivot Vector Space Approach in Audio-Video Mixing, MPEG-7, Adding Intelligence to Internet, Silverlight,DNA chips, Remote Administration Trojan's, Thermography, AJAX , Alternative Models Of Computation, Amorphous Computing and Swarm Intelligence, Windows DNA, Laptop Computer, Intelligent Software Agents, Self-Managing Computing, Hurd, Intel Centrino Mobile Technology, Computer Seminars Reports and PPT
|
Labels : Software Engineering Seminar Topics, General Seminar Topics for Computer Science(CSE), Advanced Seminar Topics Computer Science(CSE), Computer Science(CSE) Seminar Topics Full Reports Presentations, Computer Science(CSE) IEEE Seminar Topics, Computer Science(CSE) Seminar Topics with Abstract, Computer Science(CSE) Seminar Topics 2011|2010|2012|2009, Computer Science(CSE) Paper Presentations 2011, Computer Science(CSE),IT and MCA Seminar Topics|Reports|PPT|PDF, MCA Seminar Topics Latest, Latest MCA Seminar Topics 2012|2011|2010|2009, MCA Seminar Topics Free Download, MCA Seminar Topics with Abstract, MCA Seminar Topics 2009|2010|2011|2012, Advanced MCA Seminar Topics
<<back |