MODES OF TRANSFER.pptx

1,385 views 11 slides May 01, 2023
Slide 1
Slide 1 of 11
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11

About This Presentation

MODES OF TRANSFERMODES OF TRANSFERMODES OF TRANSFERMODES OF TRANSFERMODES OF TRANSFERMODES OF TRANSFERMODES OF TRANSFERMODES OF TRANSFERMODES OF TRANSFERMODES OF TRANSFERMODES OF TRANSFERMODES OF TRANSFERMODES OF TRANSFERMODES OF TRANSFERMODES OF TRANSFERMODES OF TRANSFERMODES OF TRANSFERMODES OF TR...


Slide Content

MODES OF TRANSFER -J.MOWLIDHARAN DHAKSHANAMOORTHY K.M.RADHU DHARSAN M.SHRISANJAY

MODES OF TRANSFER Data transfer between the central computer and I/0 devices may be handled in a variety of modes. Some modes use the CPU as an intermediate path; others transfer the data directly to and from the memory unit. Data transfer to and from peripherals may be handled in one of three possible modes: 1. Programmed I/0 2. Interrupt-initiated I/0 3. Direct memory access (DMA)

PROGRAMMED I/o Programmed I/0 operations are the result of I/0 instructions written in a computer program. Data transfer is initiated by an instruction in the program, usually from a CPU register and peripheral. The CPU must monitor the interface to see when a transfer can be made. It is up to the programmed instructions executed in the CPU to keep close tabs on the interface unit and the I/0 device.

INTERRUPT INITIATED I/O In the programmed 1/0 method, the CPU stays in a program loop until the 110 unit indicates it is ready for data transfer . This time-consuming process keeps the processor busy and can be avoided by using anan interrupt facility and special commands to inform the interface to issue an interrupt request signal when the data are available from the device. The interface watches the device while the CPU pauses the task it is processing and branches to a service program to process the 110 transfer, and then returns to normal.

PRIORITY INTERRUPT Priority interrupt is a mechanism in computer architecture that allows high-priority devices to interrupt the CPU and take control of the system when they need immediate attention. The CPU suspends its current operation and services the interrupt from the high-priority device\ The daisy-chaining method involves connecting all the devices that can request an interrupt in a serial manner. This configuration is governed by the priority of the devices. The device with the highest priority is placed first followed by the second highest priority device and so on.

DIRECT MEMORY ACCESS Direct memory access (DMA) is a method that allows an input/output (I/O) device to send or receive data directly to or from the main memory, bypassing the CPU to speed up memory operations.

THANK YOU đŸ˜‡