Data Transmission and Network Interconnection
Data Transmission Methods
According to Transmission:
Series: All signals are transmitted via a single line of data sequentially.
Parallel: Transmitting a group of bits simultaneously, one for each line of the canal.
According to Transmitted Signal:
Analog and Digital, Baseband or Broadband: (modulated signal)
Exploitation of Data Systems:
Simplex: It has clearly defined the roles of issuer and receiver, and the transmission is unidirectional.
Half Duplex: The communication may be bidirectional but not simultaneously.
Read MoreSurvey of Management Information Systems: A Comprehensive Overview
Survey of Management Information Systems
1. Defining an Office
An office is an organization embedded within a larger entity, serving specific functions and purposes. It processes and reports information according to objectives set by the larger organization.
2. What is Office Automation?
Office automation is the use of computers in the office to support information workers.
3. Integration Levels of the Office
Integration Intranivel (Horizontal)
Applications should not be a single toolset.
Integration Between
Read MoreIntroduction to Computer Networks
1. Local Area Networks (LAN)
A set of physical and logical elements that provide interconnection between devices in a private and restricted area.
Features:
- Geographical restriction
- Relatively high transmission speed
- Private network
- Low error rate and high transmission reliability
Types of LANs:
Peer-to-Peer Networks:
Computers share resources like disks and printers, with all devices having equal functionalities.
Client-Server Networks:
A centralized structure where a privileged computer (server) provides
Read MoreParallel Computer Architectures and Optimization Techniques
Parallel Computer Architectures
Instruction and Data Streams
SISD (Single Instruction Single Data): The classical von Neumann architecture, where a single data stream is processed by one instruction stream (uniprocessor).
SIMD (Single Instruction Multiple Data): Each instruction is executed on a different set of data by different processors. This is commonly used in array processing and vector processors.
MISD (Multiple Instructions Single Data): A theoretical concept where multiple processing units
Read MoreNetwork Topologies and Signal Concepts
Network Topologies
Star Topology
All devices are connected to a central hub or router. This central node acts as a communication point for all other nodes.
- Typically, the central node is a hub or switch.
- Allows for quick communication between all nodes.
- If the central node fails, the entire network is disconnected.
Extended Star Topology
Used when more connections are needed than a single star topology can provide.
- Similar to the star topology, but each node connected to the central node can also act as
Operating Systems: Memory Management, File Systems, and Process Control
Q) Explain Why Logging Metadata Updates Ensures Recovery of a File System After a File System Crashes.
Logging metadata updates ensures recovery of a file system after a crash because it provides a record of all the changes that were in progress at the time of the crash. Here’s a more detailed explanation:
Consistency & Atomicity
When metadata updates are logged, the system ensures that all operations related to these updates are completed as an atomic transaction. This means either all changes