CSF Year 1 Semester 1: Networking Basics and Security
36 Questions
4 Views

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

What is a network?

  • A type of internet connection
  • A type of cybersecurity threat
  • A type of computer
  • A set of technologies used to connect computers together (correct)
  • What is a LAN?

  • A type of WAN
  • A network that spans a small geographic area (correct)
  • A type of internet connection
  • A type of wireless network
  • What is the role of a switch in a LAN?

  • To provide connection points for computers and devices (correct)
  • To provide power to devices
  • To connect devices wirelessly
  • To connect devices to the internet
  • What is a WLAN?

    <p>A wireless network that allows devices to connect together</p> Signup and view all the answers

    What is the purpose of a Wireless Access Point?

    <p>To connect devices wirelessly</p> Signup and view all the answers

    What is a characteristic of a LAN?

    <p>It spans a small geographic area</p> Signup and view all the answers

    What is used to connect devices to a LAN?

    <p>Cables</p> Signup and view all the answers

    What can a WLAN be attached to?

    <p>A LAN</p> Signup and view all the answers

    What device is required for a LAN to communicate with another LAN or the Internet?

    <p>Router</p> Signup and view all the answers

    What type of network is formed when interconnected networks span across wide geographical locations?

    <p>Wide Area Network (WAN)</p> Signup and view all the answers

    What is the primary function of a switch in a LAN?

    <p>To interconnect devices in a LAN</p> Signup and view all the answers

    What component is required for each computer/device in a LAN?

    <p>Network Adapter or NIC</p> Signup and view all the answers

    What type of device is a Wireless AP?

    <p>Wireless networking device</p> Signup and view all the answers

    What is the purpose of a File Server in a LAN?

    <p>To store and manage files</p> Signup and view all the answers

    What is the difference between a LAN and a WAN?

    <p>LAN is local, WAN is wide-area</p> Signup and view all the answers

    What is the role of a Router in a network?

    <p>To connect a LAN to a WAN or the Internet</p> Signup and view all the answers

    What is the primary function of a network cable in a LAN?

    <p>To connect devices to a switch</p> Signup and view all the answers

    What is the purpose of a MAC address in a LAN?

    <p>To allow devices to communicate with each other</p> Signup and view all the answers

    Where is a MAC address typically located?

    <p>On the device's NIC</p> Signup and view all the answers

    How can you find your device's MAC address?

    <p>By typing 'ipconfig /all' at the command prompt</p> Signup and view all the answers

    What is the main difference between MAC addresses and IP addresses?

    <p>MAC addresses are used for LAN communication, while IP addresses are used for internet communication</p> Signup and view all the answers

    What is the primary function of an IP address?

    <p>To identify devices connected to the internet</p> Signup and view all the answers

    What is the default port number for the HTTP protocol?

    <p>80</p> Signup and view all the answers

    What is the primary function of a network firewall?

    <p>To prevent unauthorized access to the private network</p> Signup and view all the answers

    What type of firewall uses a set of individual instructions to control actions?

    <p>Packet filtering firewall</p> Signup and view all the answers

    What happens when a rule is matched in a packet filtering firewall?

    <p>No further rules will be evaluated</p> Signup and view all the answers

    What is the default port number for the FTP protocol?

    <p>21</p> Signup and view all the answers

    What is the primary function of a packet filtering firewall?

    <p>To control incoming and outgoing network traffic</p> Signup and view all the answers

    What is the default port number for the DNS protocol?

    <p>53</p> Signup and view all the answers

    What happens when the 'Prompt' action is taken in a packet filtering firewall?

    <p>The user is asked what action to take</p> Signup and view all the answers

    What is the primary function of an Intrusion Detection System (IDS)?

    <p>To monitor the network for possible security threats</p> Signup and view all the answers

    What is the main difference between an IDS and an IPS?

    <p>IDS detects intrusions, while IPS prevents intrusions</p> Signup and view all the answers

    What happens when an IPS detects an attack?

    <p>It gives commands to a firewall to block the attacker's IP address</p> Signup and view all the answers

    How does an IDS typically receive network traffic?

    <p>Through a network tap or mirrored port</p> Signup and view all the answers

    What is the typical placement of an IPS in a network?

    <p>Between the firewall and the rest of the network</p> Signup and view all the answers

    What is the primary goal of an IPS?

    <p>To block malicious traffic from entering the network</p> Signup and view all the answers

    Study Notes

    Networking Basics

    • A network is a set of technologies used to connect computers together, allowing them to communicate and share resources.
    • A typical network is a Local Area Network (LAN) that spans a small geographic area such as a home, a floor within a building, or a single building or multiple buildings in a campus.

    Types of Computer Networks

    • A LAN uses a network device (e.g., switch) to provide connection points for computers and devices using cables.
    • A Wireless LAN (WLAN) allows devices to connect together using a Wireless Access Point, forming a larger LAN.
    • A Wide Area Network (WAN) connects LANs over a wide geographical area, requiring a networking device called a Router.

    Networking Hardware Components

    • In a typical LAN, the networking hardware components are:
      • A network device (interconnecting device), typically a switch.
      • A network adapter or network interface controller (NIC) for each computer/device.
      • Network cables to connect the computers/devices to the switch.

    MAC Addressing

    • Each device has a MAC address (media access control address) that allows devices to communicate within a LAN.
    • MAC addresses are physical hardware addresses burnt-in to the NIC.
    • You can find your device's MAC address by typing the command ipconfig /all at the command prompt.

    IP Addressing

    • IP addresses identify each device connected to the Internet.
    • Examples of well-known ports:
      • HTTP port number: 80.
      • FTP port number: 21.
      • Secure Shell port number: 22.
      • Telnet port number: 23.
      • DNS port number: 53.
      • HTTPS port number: 443.

    Network Security Tools

    • A network firewall is a system designed to prevent unauthorized access from entering the private network by filtering information from the Internet.

    Network Firewall

    • A Packet filtering firewall uses a set of individual instructions to control actions (Rule-based firewall):
      • Allow (let packet pass through).
      • Deny (drop packet).
      • Prompt (ask what action to take).
    • Rules are evaluated from top down, and once a rule is matched, no further rules will be evaluated.

    IDS and IPS

    • Intrusion Detection System (IDS):
      • Monitors network for possible dangerous activity, including malicious acts and violations of security protocols.
      • Alerts the administrator when a problem is detected, but doesn't necessarily take any other action.
    • Intrusion Prevention System (IPS):
      • Begins with intrusion detection, but can go one step further and act to stop ongoing and future attacks.
      • Can reject data packets or give commands to a firewall for action when an attack is detected.

    Studying That Suits You

    Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

    Quiz Team

    Description

    Test your understanding of networking basics, network security tools, and network domain attacks. Covers topics such as MAC addressing, IP addressing, firewalls, and intrusion detection systems.

    More Like This

    Computer Networks and Cybersecurity
    18 questions
    IT Security Threats and Vulnerabilities
    16 questions
    Computer Security Risks
    11 questions
    Computer Network Security Technologies
    16 questions
    Use Quizgecko on...
    Browser
    Browser