- Teacher: ketere emmanuel
Hekima kwa Wote.gnomio.com
-
Welcome to Hekima Kwa Wote School
Hekima kwa Wote School is a registered TVET institution in Kenya, committed to providing quality technical, vocational, and entrepreneurial training to youth and adult learners. The institute aligns with Kenya’s national development goals under Vision 2030 and the TVET Act 2013, equipping students with relevant skills for employability, innovation, and self-reliance.
Links of interest:
(You can edit or remove this text)
Available courses
Network Topologies 🕸️
Network topology describes the physical or logical arrangement of devices within a network. It determines how devices are connected and how data flows between them.
-
Bus Topology: All devices are connected to a single central cable, or "bus." Data travels along the cable, and each device checks to see if the data is for them. This is a simple and inexpensive setup but a break in the main cable can take the entire network down.
-
Star Topology: Each device is individually connected to a central device, such as a switch or hub. This is the most common topology used today. It's reliable because if one connection fails, only that single device is affected. However, if the central hub fails, the entire network goes down.
-
Ring Topology: Devices are connected in a circular fashion, with each device linked to exactly two others. Data flows in a single direction around the ring. This setup can be efficient, but a failure in one link can disrupt the entire network.
-
Mesh Topology: Every device is interconnected with every other device. This creates a highly redundant and reliable network, as there is no single point of failure and data can take multiple paths to its destination. However, it's expensive and complex to implement due to the large number of connections required.
Key Networking Protocols 🚦
Protocols are the backbone of networking. They define how data is formatted and transmitted. The TCP/IP model is the most widely used protocol suite.
-
TCP/IP (Transmission Control Protocol/Internet Protocol): This is the foundational protocol suite of the Internet.
-
IP (Internet Protocol): Responsible for addressing and routing data packets so they can travel across networks and arrive at the correct destination. Think of it as the postal service for the internet.
-
TCP (Transmission Control Protocol): Works with IP to ensure the reliable delivery of data. It checks for errors and makes sure all packets arrive in the correct order.
-
-
HTTP/HTTPS (Hypertext Transfer Protocol/Secure): These protocols are the foundation of the World Wide Web. They define how web browsers and servers communicate. HTTPS is the secure version, using encryption (TLS/SSL) to protect data like passwords and credit card information.
-
DNS (Domain Name System): The internet's "phonebook." It translates human-friendly domain names (like www.google.com) into the numerical IP addresses that computers use to locate each other.
-
DHCP (Dynamic Host Configuration Protocol): Automatically assigns a unique IP address to each device on a network, so you don't have to manually configure it.
- Teacher: ketere emmanuel