System Bus Design Last Updated : 02 Apr, 2023 Comments Improve Suggest changes Like Article Like Report Definition: The electrically conducting path along which data is transmitted inside any digital electronic device. A Computer bus consists of a set of parallel conductors, which may be conventional wires, copper tracks on a PRINTED CIRCUIT BOARD, or microscopic aluminum trails on the surface of a silicon chip. Each wire carries just one bit, so the number of wires determines the most significant data WORD the bus can transmit: a bus with eight wires can carry only 8-bit data words and hence defines the device as an 8-bit device. The bus is a communication channel.The characteristic of the bus is shared transmission media.The limitation of a bus is only one transmission at a time.A bus used to communicate between the major components of a computer is called a System bus. Computer: System bus contains 3 categories of lines used to provide the communication between the CPU, memory and IO named as: 1. Address lines (AL) 2. Data lines (DL) 3. Control lines (CL) 1. Address Lines: Used to carry the address to memory and IO.Unidirectional.Based on the width of an address bus we can determine the capacity of a main memory Example: 2. Data Lines: Used to carry the binary data between the CPU, memory and IO.Bidirectional.Based on the width of a data bus we can determine the word length of a CPU.Based on the word length we can determine the performance of a CPU. Example: 3. Control Lines: Used to carry the control signals and timing signalsControl signals indicate the type of operation.Timing Signals are used to synchronize the memory and IO operations with a CPU clock.Typical Control Lines may include Memory Read/Write, IO Read/Write, Bus Request/Grant, etc. Comment More infoAdvertise with us Next Article System Bus Design D deepak Follow Improve Article Tags : Computer Organization and Architecture Similar Reads Common Bus System We shall study the common bus system of a very basic computer in this article. A basic computer has 8 registers, memory unit and a control unit. The diagram of the common bus system is as shown below. Connections: The outputs of all the registers except the OUTR (output register) are connected to th 2 min read Issues in Computer Design Computer Design is the structure in which components relate to each other. The designer deals with a particular level of system at a time and there are different types of issues at different levels. At each level, the designer is concerned with the structure and function. The structure is the skelet 3 min read Characteristics of Computer System A computer is a fast electronic device that processes raw data, performs arithmetic and logical operations, and produces output. Nowadays, the computer has become a part of our life and can be used in most fields. In a computer, there are various characteristics of computer systems depending on thei 4 min read System Analysis | System Design In the areas of science, information technology, and knowledge, the difficulty of systems is of much importance. As systems became more complicated, the traditional method of problem-solving became inefficient. System analysis is to examine a business problem, identify its objectives and requirement 6 min read 100 Days of System Design - A Complete MindMap "Are you looking for the best way to learn system design in just 100 days? ""Do you want to effectively prepare for System Design Interviews and master the key concepts and techniques? "If so, you're in the right place. This comprehensive guide is designed to take you through a structured 100-day pl 10 min read System Design Tutorial System Design is the process of designing the architecture, components, and interfaces for a system so that it meets the end-user requirements. This specifically designed System Design tutorial will help you to learn and master System Design concepts in the most efficient way from basics to advanced 4 min read What is Systems Design - Learn System Design System Design is the process of defining the architecture, components, modules, interfaces, and data for a system to satisfy specified requirements. It involves translating user requirements into a detailed blueprint that guides the implementation phase. The goal is to create a well-organized and ef 11 min read Getting Started with System Design System design is the process of designing the architecture and components of a software system to meet specific business requirements. The process involves defining the system's architecture, components, modules, and interfaces, and identifying the technologies and tools that will be used to impleme 9 min read 7 Best System Design Books [2025] Have you thought about how companies are building and handling complex and large-size applications with millions and millions of users, like Instagram and Gmail? The answer to this is system design. You can simply understand this as the process of identifying the requirements of organizations and en 10 min read Like