Detailed Note on Network Basics
Detailed Note on Network Basics
Network Structures
. Server-Based Network:
○ Centralized servers control access to resources and data.
○ Users must log in to access network services.
○ Server reliability is critical for the network's functionality.
. Client/Server Network:
○ Combines roles of nodes (clients) and servers, where servers manage
access and data security.
○ Common in organizations for database and application access.
. Peer-to-Peer Network (P2P):
○ Nodes (computers) are equal and directly share resources.
○ Simple to set up but lacks centralized control.
Network Topologies
. Bus Topology:
○ Single cable connects all nodes; a terminator ends the cable.
○ Advantages: Simple and cost-effective.
○ Disadvantages: Prone to network crashes and limited scalability.
. Star Topology:
○ All nodes connect to a central hub.
○ Advantages: Easy to set up; a single cable failure doesn’t disrupt the
network.
○ Disadvantages: Hub failure brings the entire network down.
. Ring Topology:
○ Nodes are connected in a circular format using tokens for communication.
○ Advantages: Predictable data transmission time, no collisions.
○ Disadvantages: Slow and challenging to troubleshoot.
. Mesh Topology:
○ Every node connects to every other node.
○ Advantages: Highly reliable, no single point of failure.
○ Disadvantages: Expensive and complex to maintain.
Network Media
. Wire-Based Media:
○ Twisted-Pair Cabling (Cat5/Cat6): Common in LANs; supports speeds
from 1 Mbps to 1 Gbps.
○ Coaxial Cable: Shielded cable with up to 10 Mbps; nearly obsolete.
○ Fiber-Optic Cable: Uses light for data transmission, immune to
interference, and supports up to 100 Gbps.
. Wireless Media:
○ Uses radio waves for LANs and microwave signals for WANs.
○ Easy to set up but more challenging to secure compared to wired media.
Network Hardware
. Hubs:
○ Central point for a star topology; broadcasts data to all nodes, making it
slower and less secure.
. Switches:
○ Advanced replacement for hubs; sends data only to the intended recipient
node, improving speed and security.
. Bridges:
○ Connect multiple LANs based on MAC addresses, segmenting networks to
reduce traffic.
. Routers:
○ Connects multiple LANs and routes data based on IP addresses.
○ Essential for connecting internal networks to the Internet.
. Gateways:
○ Link networks using different protocols, such as converting coaxial signals
to twisted-pair.
Network Protocols
. TCP/IP:
○ The most widely used protocol suite, essential for Internet communication.
○ Defines packet structure, error correction, and collision handling.
. Other Protocols:
○ IPX/SPX: Used in older Novell NetWare systems.
○ NetBEUI: A simple protocol used in early Windows networks.
○ Token Ring: Often found in manufacturing and finance industries.