Podcast
Questions and Answers
What is a network?
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?
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?
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?
What is a WLAN?
What is the purpose of a Wireless Access Point?
What is the purpose of a Wireless Access Point?
What is a characteristic of a LAN?
What is a characteristic of a LAN?
What is used to connect devices to a LAN?
What is used to connect devices to a LAN?
What can a WLAN be attached to?
What can a WLAN be attached to?
What device is required for a LAN to communicate with another LAN or the Internet?
What device is required for a LAN to communicate with another LAN or the Internet?
What type of network is formed when interconnected networks span across wide geographical locations?
What type of network is formed when interconnected networks span across wide geographical locations?
What is the primary function of a switch in a LAN?
What is the primary function of a switch in a LAN?
What component is required for each computer/device in a LAN?
What component is required for each computer/device in a LAN?
What type of device is a Wireless AP?
What type of device is a Wireless AP?
What is the purpose of a File Server in a LAN?
What is the purpose of a File Server in a LAN?
What is the difference between a LAN and a WAN?
What is the difference between a LAN and a WAN?
What is the role of a Router in a network?
What is the role of a Router in a network?
What is the primary function of a network cable in a LAN?
What is the primary function of a network cable in a LAN?
What is the purpose of a MAC address in a LAN?
What is the purpose of a MAC address in a LAN?
Where is a MAC address typically located?
Where is a MAC address typically located?
How can you find your device's MAC address?
How can you find your device's MAC address?
What is the main difference between MAC addresses and IP addresses?
What is the main difference between MAC addresses and IP addresses?
What is the primary function of an IP address?
What is the primary function of an IP address?
What is the default port number for the HTTP protocol?
What is the default port number for the HTTP protocol?
What is the primary function of a network firewall?
What is the primary function of a network firewall?
What type of firewall uses a set of individual instructions to control actions?
What type of firewall uses a set of individual instructions to control actions?
What happens when a rule is matched in a packet filtering firewall?
What happens when a rule is matched in a packet filtering firewall?
What is the default port number for the FTP protocol?
What is the default port number for the FTP protocol?
What is the primary function of a packet filtering firewall?
What is the primary function of a packet filtering firewall?
What is the default port number for the DNS protocol?
What is the default port number for the DNS protocol?
What happens when the 'Prompt' action is taken in a packet filtering firewall?
What happens when the 'Prompt' action is taken in a packet filtering firewall?
What is the primary function of an Intrusion Detection System (IDS)?
What is the primary function of an Intrusion Detection System (IDS)?
What is the main difference between an IDS and an IPS?
What is the main difference between an IDS and an IPS?
What happens when an IPS detects an attack?
What happens when an IPS detects an attack?
How does an IDS typically receive network traffic?
How does an IDS typically receive network traffic?
What is the typical placement of an IPS in a network?
What is the typical placement of an IPS in a network?
What is the primary goal of an IPS?
What is the primary goal of an IPS?
Flashcards are hidden until you start studying
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.