ScholarQuill logoScholarQuillUniversity Notes
  • Notes
  • Past Papers
  • Blogs
  • Todo
Login
ScholarQuill logoScholarQuillUniversity Notes
Login
NotesPast PapersBlogsTodo
More
SubjectsDiscussionCGPA CalculatorGPA CalculatorStudent PortalCourse Outline
About
About usPrivacy PolicyReportContact
Notes
Past Papers
Blogs
Todo
Analytics
    Current Subject
    🧩
    Cyber Security
    ITEC3125
    Progress0 / 39 topics
    Topics
    1. Introduction: Fundamental Concepts of Security2. Types of Attacks3. Social Engineering Attacks4. Classification Traits of Malwares5. Circulation6. Infection7. Concealment8. Payload Capabilities9. Web Application Attacks: SQL Injection10. Web Application Attacks: Cross Site Scripting11. Security Management & Cryptography12. Client Side Attacks: Cookies13. Client Side Attacks: DoS14. Client Side Attacks: Man in the Middle15. Client Side Attacks: Replay16. Developing Security Policy17. Deploy and Manage Security Settings18. Security Through Design19. Security Through Anti Malware20. Fundamentals of Cryptography21. OSI Reference Model22. AES23. Standard Network Devices24. Network Security Hardware25. Firewalls26. Types of Firewalls27. Spam Filters28. Virtual Private Networks29. Intrusion Detection and Prevention Study30. DNS31. Network Security: Network Address Translation (NAT)32. Network Access Control (NAC)33. Network Protocols34. TCP/IP35. Wireless Network Security: Wireless Network Attacks36. Wireless Network Security: Types of Attacks37. Mobile Devices Security38. Cloud Security Challenges and Solution39. IoT Security Challenges
    ITEC3125›Standard Network Devices
    Cyber SecurityTopic 23 of 39

    Standard Network Devices

    8 minread
    1,337words
    Intermediatelevel

    Standard Network Devices

    Network devices are hardware components that help facilitate communication and data transfer across computer networks. Each device has a specific role in enabling the efficient functioning of a network, whether it's for routing traffic, managing network access, or enhancing security. Understanding the various types of network devices is essential for designing, configuring, and maintaining secure and reliable networks.

    Here’s an overview of the standard network devices and their roles in a network:


    1. Router

    • Function: A router is a network device that connects multiple networks (e.g., local area networks [LANs] to wide area networks [WANs], or different LANs), and routes data packets between them.

    • Key Features:

      • Determines the best path for data to travel across the network (using routing tables and protocols like OSPF, BGP).
      • Operates at the Network Layer (Layer 3) of the OSI model.
      • Routes packets based on IP addresses.
      • Can provide NAT (Network Address Translation) to allow multiple devices within a private network to share a single public IP address.
      • Often provides firewall functions and VPN support for secure connections between networks.
    • Use Case: Connecting a home or office network to the internet, connecting multiple branch offices, or connecting remote locations via VPN.


    2. Switch

    • Function: A network switch connects multiple devices (computers, printers, servers, etc.) within the same local area network (LAN). It receives data packets and forwards them to the appropriate destination device based on MAC addresses.

    • Key Features:

      • Operates at the Data Link Layer (Layer 2) of the OSI model, but Layer 3 switches can also function at the Network Layer to route packets.
      • Switches create a MAC address table to map device MAC addresses to specific ports.
      • Unlike a hub, a switch only forwards data to the specific device (port) that needs it, reducing network collisions.
      • VLAN (Virtual Local Area Network) support allows segmentation of a physical network into multiple logical networks.
    • Use Case: Connecting multiple devices within a corporate network, segmenting network traffic, or ensuring efficient communication between devices in a LAN.


    3. Hub

    • Function: A hub is a basic network device used to connect multiple devices in a LAN, but it is less efficient than a switch. It broadcasts all incoming data to all connected devices, which can lead to collisions and network congestion.

    • Key Features:

      • Operates at the Physical Layer (Layer 1) of the OSI model.
      • Forwards data to all connected devices, regardless of the destination, leading to inefficiency.
      • No intelligent data management—it cannot determine which device needs the data.
    • Use Case: Hubs are rarely used in modern networks due to inefficiency but may be found in legacy systems or very small networks where performance is not critical.


    4. Access Point (AP)

    • Function: An access point provides wireless connectivity to a wired network. It allows Wi-Fi-enabled devices (laptops, smartphones, tablets) to connect to a wired network via wireless communication.

    • Key Features:

      • Operates at the Data Link Layer (Layer 2).
      • Converts wired network signals to wireless signals and vice versa, typically using Wi-Fi standards (802.11a/b/g/n/ac/ax).
      • May offer additional features such as PoE (Power over Ethernet), WPA3 security for encrypted connections, and multi-band support (2.4 GHz and 5 GHz).
      • Often works with wireless controllers in larger deployments to manage a group of access points.
    • Use Case: Extending a network’s reach for mobile devices or providing wireless coverage in a building, such as in offices, homes, or public spaces.


    5. Firewall

    • Function: A firewall is a security device or software that monitors and controls incoming and outgoing network traffic based on predefined security rules. Its main function is to protect a network from unauthorized access while permitting legitimate communication.

    • Key Features:

      • Can operate as hardware (physical device) or software (application running on a server).
      • Operates at multiple layers, often Layer 3 (Network Layer) and Layer 4 (Transport Layer), filtering traffic based on IP addresses, ports, and protocols.
      • Advanced firewalls also provide deep packet inspection (DPI), intrusion detection/prevention systems (IDS/IPS), and support for VPNs.
      • Can be configured to allow, deny, or log network traffic based on policies.
    • Use Case: Protecting corporate networks, securing the perimeter of home networks, or managing security between internal and external network environments.


    6. Modem

    • Function: A modem (modulator-demodulator) is a device that converts digital data from a computer into an analog signal for transmission over phone lines, cable systems, or satellite links, and vice versa.

    • Key Features:

      • Converts digital data from a computer or router into analog signals for transmission, and converts analog signals back to digital data.
      • Operates at the Physical Layer (Layer 1) of the OSI model.
      • Can provide high-speed internet access over technologies like DSL, cable, or fiber-optic networks.
    • Use Case: Providing internet access to homes and businesses via DSL, cable, or fiber-optic broadband connections.


    7. Bridge

    • Function: A network bridge connects and filters traffic between two or more network segments at the Data Link Layer (Layer 2), typically reducing network traffic or extending network coverage.

    • Key Features:

      • Can filter traffic between two segments to reduce collisions.
      • Operates using MAC addresses to determine whether data should be forwarded or discarded.
      • Can help in creating collision domains, improving network performance by segmenting traffic into smaller parts.
    • Use Case: Connecting two LAN segments together or improving performance by segmenting network traffic in larger or heavily used networks.


    8. Gateway

    • Function: A gateway acts as a "gate" between two different types of networks or communication protocols. It can operate at various layers of the OSI model but typically operates at Layer 7 (Application Layer) to handle more complex communications between networks using different protocols.

    • Key Features:

      • Provides protocol conversion between different network protocols or architectures (e.g., from IP-based protocols to a non-IP-based network).
      • Often used to connect different network environments, such as connecting a corporate network to the internet or a private network to a public network.
    • Use Case: Connecting a company's internal network to external services (such as email or web services), or providing interconnectivity between different types of networks (e.g., connecting a VoIP system with a PSTN system).


    9. Load Balancer

    • Function: A load balancer distributes network or application traffic across multiple servers to ensure high availability and reliability. It prevents any single server from becoming overwhelmed and helps optimize the performance of applications.

    • Key Features:

      • Distributes client requests across multiple servers, ensuring no single server is overloaded.
      • Can provide failover (automatic rerouting of traffic to other servers if one fails) and scalability for high-traffic applications.
      • Operates at both Layer 4 (Transport Layer) and Layer 7 (Application Layer) for load balancing based on IP addresses, ports, or application-level data.
    • Use Case: Ensuring continuous availability and load distribution for web servers, database servers, or any system handling high volumes of requests.


    10. Network Interface Card (NIC)

    • Function: A network interface card (NIC) is a hardware component that allows a computer or device to connect to a network, either via a wired connection (Ethernet) or wirelessly (Wi-Fi).

    • Key Features:

      • Provides a physical connection to a network, often via Ethernet cables or wireless technologies.
      • Has a unique MAC address for identifying devices on a network.
      • Operates at the Data Link Layer (Layer 2).
    • Use Case: Every device (computer, server, printer, etc.) that needs to connect to a network has a NIC, either built into the device or as an external card.


    Summary Table of Network Devices

    Device Function OSI Layer Common Use
    Router Routes data between networks, manages IP addressing Layer 3 (Network) Connecting LANs to WANs, Internet access
    Switch Connects devices within a LAN, forwards data based on MAC addresses Layer 2 (Data Link) LAN connectivity, traffic segmentation
    Hub Connects devices in a LAN, broadcasts data to all ports Layer 1 (Physical) Legacy networks, small networks
    Access Point Provides wireless access to a network Layer 2 (Data Link) Extending network coverage with
    Previous topic 22
    AES
    Next topic 24
    Network Security Hardware

    Past Papers

    Open this section to load past papers

    Click on Show Past Papers to see past papers.
    On This Page
      Reading Stats
      Est. reading time8 min
      Word count1,337
      Code examples0
      DifficultyIntermediate