Fundamental of Network
1. Network Devices
- Router: A device that forwards data packets between different networks, directing traffic based on IP addresses.
- Switch: A device that connects devices within the same network (local area network, LAN) and directs data traffic using MAC addresses.
- Hub: A basic networking device that connects multiple computers in a LAN, but it doesn't filter traffic like a switch (less intelligent than a switch).
- Bridge: A device that connects two or more separate network segments, making them act as a single network.
- Modem: A device that converts digital data from a computer into an analog signal for transmission over phone lines (and vice versa), allowing access to the internet.
- Access Point (AP): A device that allows wireless devices to connect to a wired network by converting wired data signals into wireless signals.
- Firewall: A security device that monitors and controls incoming and outgoing network traffic based on predetermined security rules.
1. Personal Area Network (PAN)
- Description: A small network used for personal devices, typically within a very short range (a few meters).
- Devices: Smartphones, laptops, tablets, Bluetooth devices, and other personal devices.
- Range: Typically covers up to 10 meters (33 feet).
- Technologies Used: Bluetooth, infrared (IR), USB connections.
- Use Case: Connecting personal devices like a phone to a laptop, or syncing data between a smartwatch and a phone.
2. Local Area Network (LAN)
- Description: A network that covers a small geographical area, such as a single building or campus. It connects computers and devices within a limited area.
- Devices: Computers, printers, servers, switches, and routers within a small area.
- Range: Typically up to a few kilometers, but generally limited to one building or a small group of buildings.
- Technologies Used: Ethernet (wired), Wi-Fi (wireless), switches, hubs.
- Use Case: Office buildings, schools, and homes connecting multiple devices like computers, printers, and access points.
3. Wide Area Network (WAN)
- Description: A network that spans a large geographical area, often across cities, countries, or even continents. WANs are used to connect LANs over long distances.
- Devices: Routers, switches, modems, and long-distance communication links (fiber, satellite).
- Range: Can cover cities, countries, or global distances.
- Technologies Used: Leased lines, fiber optics, satellite connections, MPLS (Multiprotocol Label Switching), internet.
- Use Case: Connecting multiple branch offices of a company across different locations, or internet connections.
4. Metropolitan Area Network (MAN)
- Description: A network that covers a larger geographic area than a LAN but is smaller than a WAN. Typically spans across a city or a large campus.
- Devices: Routers, switches, fiber optic cables.
- Range: Typically covers up to 100 kilometers (62 miles).
- Technologies Used: Fiber optics, Ethernet, and sometimes wireless technologies.
- Use Case: City-wide Wi-Fi networks, large university or corporate campuses, connecting several buildings within a city.
5. Campus Area Network (CAN)
- Description: A network that connects networks across a limited geographic area such as a university campus or a business campus. It is larger than a LAN but smaller than a MAN.
- Devices: Routers, switches, servers, access points.
- Range: Typically spans a campus or a group of buildings.
- Technologies Used: Ethernet, fiber optics, wireless technologies.
- Use Case: University or corporate campuses providing network access across various departments and facilities.
6. Global Area Network (GAN)
- Description: A network that covers a large geographic area, sometimes connecting several WANs, and can span the globe.
- Devices: Satellite communication, fiber optic links, high-speed routers, switches.
- Range: Global.
- Technologies Used: Satellite links, Internet backbone, fiber optics.
- Use Case: Global telecommunications networks, multinational companies' networks, and the internet.
7. Storage Area Network (SAN)
- Description: A specialized, high-performance network designed to provide access to consolidated data storage, often used in data centers.
- Devices: Servers, storage devices (e.g., hard drives, SSDs), switches, routers.
- Range: Typically used within a data center or within a specific area.
- Technologies Used: Fibre Channel, iSCSI, FCoE (Fibre Channel over Ethernet).
- Use Case: Data centers and enterprise IT infrastructures where data storage needs are shared between many servers.
8. Virtual Private Network (VPN)
- Description: A secure and encrypted connection over the internet or a private network, often used by remote users to access a network securely.
- Devices: Remote devices (laptops, smartphones) and VPN servers.
- Range: Any geographical area as long as there is internet access.
- Technologies Used: PPTP, L2TP, IPsec, OpenVPN, SSL/TLS.
- Use Case: Remote workers accessing a corporate network, secure internet browsing, private communication over the public internet.
9. Content Delivery Network (CDN)
- Description: A network of servers that deliver content, such as videos, websites, or files, to users based on their geographic location to improve access speed.
- Devices: Edge servers, content servers, caching systems.
- Range: Global, with strategically placed servers worldwide.
- Technologies Used: Caching, load balancing, DNS redirection.
- Use Case: Streaming video services (Netflix, YouTube), cloud-based content distribution (Amazon Web Services, Akamai).
10. Peer-to-Peer Network (P2P)
- Description: A decentralized network where devices (peers) share resources directly without relying on a central server. Each peer can act as both a client and a server.
- Devices: Personal computers, smartphones, or other networked devices.
- Range: Typically limited to local connections or small networks.
- Technologies Used: P2P protocols, BitTorrent, file-sharing apps.
- Use Case: File sharing, gaming networks, decentralized communication.
2. Transmission Media
- Cables: Physical media for data transmission, including:
- Ethernet Cables (Copper): Used for wired LAN connections (Cat5e, Cat6 cables).
- Fiber Optic Cables: Used for high-speed, long-distance data transmission with light signals.
- Wireless Media: Radio waves, infrared, and other electromagnetic signals used for wireless communication (Wi-Fi, Bluetooth, 4G/5G, etc.).
3. Network Interface Cards (NICs)
- These are hardware components installed in computers or other devices that allow them to connect to the network (either via wired Ethernet or wirelessly).
4. IP Addressing
- IP Address: A unique numerical identifier assigned to each device on a network to facilitate communication (IPv4 or IPv6).
- Subnet Mask: A value used to divide an IP address into network and host portions, helping determine the network's size.
- Gateway: The node (often a router) that connects a local network to external networks, such as the internet.
5. Protocols
- Transmission Control Protocol (TCP): Ensures reliable, ordered, and error-checked delivery of data between devices on a network.
- Internet Protocol (IP): Defines addressing and routing methods for delivering packets across networks.
- Hypertext Transfer Protocol (HTTP/HTTPS): Used for transmitting web pages over the internet.
- File Transfer Protocol (FTP): Used for transferring files between computers on a network.
- Simple Mail Transfer Protocol (SMTP): Used for sending emails.
- Dynamic Host Configuration Protocol (DHCP): Automatically assigns IP addresses to devices on the network.
6. Routing and Switching
- Routing: The process of determining the best path for data to travel across networks from source to destination.
- Switching: The process of directing data packets within the same network based on MAC addresses.
- Routing Table: A table used by routers to determine the best route for data packets.
7. Network Topology
- Refers to the physical or logical arrangement of devices in a network. Common topologies include:
- Bus Topology: All devices are connected to a single central cable.
- Star Topology: All devices are connected to a central device like a switch or hub.
- Ring Topology: Devices are connected in a circular manner.
- Mesh Topology: Every device is connected to every other device.
- Hybrid Topology: A combination of two or more different topologies.
8. Network Security Components
- Encryption: The process of converting data into a secure format to prevent unauthorized access.
- Antivirus and Anti-malware: Software designed to detect and remove malicious software from the network.
- VPN (Virtual Private Network): A secure, encrypted connection that allows remote users to access a network safely over the internet.
- Intrusion Detection Systems (IDS)/Intrusion Prevention Systems (IPS): Devices or software that monitor network traffic for suspicious activity and respond to potential threats.
9. Network Management Tools
- Network Monitoring: Tools to monitor the health and performance of the network, identifying any issues such as downtime, slow speeds, or unusual traffic patterns.
- Configuration Management: Tools for configuring and managing network devices, ensuring they are optimized and secure.
- Bandwidth Management: Tools to allocate and control network bandwidth for different devices or services.
10. Cloud Services and Virtualization
- Cloud Networking: Involves using cloud-based services to host network infrastructure and enable remote access.
- Virtual LANs (VLANs): Logical groupings of network devices within a physical network that behave as if they are on separate networks.
- Software-Defined Networking (SDN): A modern architecture that allows more flexible and programmable network management by decoupling the control plane from the data plane.
Comments
Post a Comment