Computer Networking Fundamentals: Protocols and Security
Unit 1: Basics and Topology
Computer Network
A computer network is a system of interconnected devices that communicate and share data using communication protocols.
Basic Terms
- Node: Any device connected in a network.
- Protocol: Rules for communication (e.g., TCP/IP, HTTP).
- IP Address: Unique number assigned to each device.
- DNS: Converts domain names into IP addresses.
- Firewall: Protects the network from unauthorized access.
Types of Networks
- PAN: Connects personal devices within a short range.
- LAN: Small area
Office Management and Accounting Exam Questions
Very High Frequency Questions
- Define office in one sentence.
- Explain the role of an office assistant.
- Explain the functions of an office assistant.
- Define office resources.
- Explain the types of office resources.
- Write the importance of office resources (5 short points).
- Write the meaning of accounting.
- What is the double-entry bookkeeping system?
- Define the double-entry system and explain its features (5 short points).
- Define a joint-stock company.
- List five differences between government and business accounting
Database Management Systems: Core Concepts and SQL
E.F. Codd’s 12 Rules for RDBMS
E.F. Codd, a pioneer in the field of relational databases, defined 12 rules (numbered 0 to 12) to determine whether a Database Management System (DBMS) can be considered a truly Relational Database Management System (RDBMS).
The 12 Rules Breakdown
- Rule 0: The Foundation Rule: A system must use its relational facilities exclusively to manage the database.
- Rule 1: The Information Rule: All information must be represented as values in tables (rows and columns).
- Rule 2: Guaranteed
Essential Computer Science and Networking Concepts
1. What is the Internet?
The Internet is a global network of networks that connects millions of private, public, academic, business, and government networks. It uses the standard Internet Protocol Suite (TCP/IP) to link devices worldwide and share data.
2. Understanding Network Protocols
A protocol is a set of formal rules that govern how data is transmitted and processed over a network. Five common protocols include:
- HTTP (Hypertext Transfer Protocol): Used for transferring web pages over the internet.
Digital Business Fundamentals: Models, Strategies, and Systems
Drivers of Digital Business
Digital business is driven by multiple forces that push organizations to adopt digital technologies:
- Market Forces: Increasing competition and globalization, demand for better customer experience, and the need for faster product delivery.
- Technology Forces: Advancements in AI, Cloud, Blockchain, and Data Analytics; increased internet penetration; and mobile platforms enabling new business models.
- Economic Forces: Need for cost reduction and efficiency, economies of scale
Implementing Stacks, Queues, and Linked Lists in C
Stack Implementation
typedef struct Node {
int value;
struct Node* next;
} *pNode;
typedef struct Stack {
pNode top;
int len;
} *pStack;
pStack createStack() {
pStack pS = (pStack)malloc(sizeof(struct Stack));
if (pS) {
pS->top = NULL;
pS->len = 0;
}
return pS;
}
int isEmpty(pStack pS) {
if (pS->top && pS->len) return 0;
return 1;
}
int push(pStack pS, int c) {
pNode p = (pNode)malloc(sizeof(struct Node));
if (p) {
p-& Read More
Essential Electrical Engineering Exam Questions and Answers
Essential Electrical Engineering Exam Q&A
Here are detailed answers in English for all questions (exam-ready) 📘✍️
Q1. Difference Between AC and DC Supply
AC (Alternating Current) Supply: Alternating current is the type of electrical supply in which the magnitude and direction of current change periodically with time. The waveform of AC is usually sinusoidal. AC is used for power transmission because it can be easily stepped up or stepped down using transformers.
Characteristics of AC
- Direction
Dielectric Polarization, Semiconductors, and Superconductivity
Explain the concept of polarisation in dielectrics. Illustrate and discuss the different types with
diagrams and formulas.The Concept of Polarisation
In a dielectric material, polarization is defined as the process of creating or inducing electric dipoles using an external electric field.
When an external electric field is applied, it interacts with the dielectric in two primary ways:
1 Distortion
The field distorts the internal charge distribution, producing an induced dipole moment in each molecule.
Human Development, Sleep Cycles, and Behavioral Psychology
Prenatal Development Stages
Prenatal development occurs in three stages: germinal, embryonic, and fetal. The germinal stage involves fertilization and implantation. The embryonic stage involves organ development, and the fetal stage involves growth and maturation. Teratogens are harmful environmental agents, such as drugs and alcohol, that can damage the developing fetus. For example, alcohol use during pregnancy can cause Fetal Alcohol Syndrome, which leads to physical abnormalities and cognitive
Read MoreEssential Chemistry Concepts and Practice Questions
Essential Chemistry Practice Questions
- Define Allotropy: The property of some chemical elements to exist in two or more different forms in the same physical state is called allotropy. These forms are called allotropes.
- Name the allotropes of phosphorus: The common allotropes are white phosphorus, red phosphorus, and black phosphorus.
- What is a catalyst? A substance that increases the rate of a chemical reaction without itself undergoing any permanent chemical change.
- Application of heterogeneous catalysis:
