- at start of transmission no need to worry about establishing a route;
- ability to send data packets over any route means transmission
can be more reliable; - completion of transmission can sometimes be subject to delays
because packets may have to be received over different routes
and must always be re-assembled into correct sequence
Computer Buses A computer system consists of different devices.CPU must be able to communicate with all devices. The devices are connected together by a communications channel called bus. A bus consists of a set of communication lines or wires. It is used to move a large amount of bits in the form of electrical pulses from one unit to another. The bus is used to connect the following units: Central Processing Unit Control Unit Arithmetic and Logic Unit Main Memory ( RAM, ROM) Input / Output Devices Bus is a common path to transfer data and commands between CPU, memory and input / output devices.It is also used to send or receive data from secondary storage.The capacity of a bus depends on the number of data lines in it.A bus with 16 lines can carry 16 bits or 2 bytes at a time. A bus with 32 lines can carry 32 bits or 4 bytes at a time . Types Of Buses Different types of buses are as follows: 1. Data Bus 2.Addres...
Comments
Post a Comment