Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 8

Programa de Ingeniería de Sistemas - Asignatura

Peripheral-Processor Interface
Santiago Patiño Hernández
Programa de Ingeniería de Sistemas - Asignatura

Interface

 An interface is the port (physical


circuit) through which signals are
sent or received from one system
or subsystems to others. There is
no universal interface, but there
are different standards (For
example the USB interface) that
establish specific technical
specifications (common
characteristics), so that
interconnection is only possible
using the same interface at origin
and destination.
Programa de Ingeniería de Sistemas - Asignatura

Peripheral.

 In computer science, peripheral is the generic


denomination to designate the device or
auxiliary and independent device connected to
the central processing unit of a computer.

 Peripherals are the units or hardware devices


through which the computer communicates
with the outside, and also the systems that
store or store the information, serving as
auxiliary memory of the main memory.
Programa de Ingeniería de Sistemas - Asignatura

 It is considered peripheral to the set of


devices that without belonging to the
fundamental nucleus of the computer,
formed by the central processing unit
(CPU) and the central memory, allow
input / output operations
complementary to the data process
that performs the CPU. These three
basic units in a computer, CPU, -Addresses, to select the
central memory and the input / output address of the data or the
subsystem, are communicated with peripheral to which you want to
each other by three buses or access.
communication channels: -Control, basically to select the
operation to be performed on
the data (mainly reading, writing
or modification).
-Data, where the data circulates.
Programa de Ingeniería de Sistemas - Asignatura

Communication with Peripherals

 Communication with peripherals.


Computers communicate with peripherals
through communication protocols. These
protocols allow standardization in the
industry for the development of peripherals
for these machines.
 Communication protocols are processes
through which the CPU can communicate
with peripherals.
Programa de Ingeniería de Sistemas - Asignatura

Forms of Communication.

There are two forms of communication of Parallel Communication:


computers with their peripherals:
- Transfer more than one bit of data
 -Serial communication
in the same time.
 -Parallel Communication
- N-bits are transmitted at the
Serial communication.
same instant in time by n -
- Occurs in those peripheral devices that cables.
can not handle more than one bit of data at
a given time. - It is very fast but requires many
- It requires cable and it is very slow. cables and is used over short
distances.
- Example: Modems Example: Input and output devices,
DMA controllers.
Programa de Ingeniería de Sistemas - Asignatura

Connection in series and parallel.

 The Serial port is used to connect slow peripherals such as


the modem and the mouse.The data is transmitted
successively only in one data line. The connections are
made with plugs from NINE TO TWENTY-FIVE pins. The
máximum is four serial ports on a PC.
 The Parallel port has a higher data transfer speed (300
KB/sec) tan the serial port, in which devices that supply or
need a lot of data are connected quickly, such as the
printer, external disk drives, scanners.
Programa de Ingeniería de Sistemas - Asignatura

Bibliography

 https://es.wikipedia.org/wiki/Interfaz_(electr%C3%B3nica)#Controlador_de_p
erif%C3%A9rico
 https://es.wikipedia.org/wiki/Perif%C3%A9rico_(inform%C3%A1tica)#Perif
%C3%A9ricos_de_entrada/salida

You might also like