Podcast
Questions and Answers
What is a network?
What is a network?
What is a LAN?
What is a LAN?
What is the role of a switch in a LAN?
What is the role of a switch in a LAN?
What is a WLAN?
What is a WLAN?
Signup and view all the answers
What is the purpose of a Wireless Access Point?
What is the purpose of a Wireless Access Point?
Signup and view all the answers
What is a characteristic of a LAN?
What is a characteristic of a LAN?
Signup and view all the answers
What is used to connect devices to a LAN?
What is used to connect devices to a LAN?
Signup and view all the answers
What can a WLAN be attached to?
What can a WLAN be attached to?
Signup and view all the answers
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?
Signup and view all the answers
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?
Signup and view all the answers
What is the primary function of a switch in a LAN?
What is the primary function of a switch in a LAN?
Signup and view all the answers
What component is required for each computer/device in a LAN?
What component is required for each computer/device in a LAN?
Signup and view all the answers
What type of device is a Wireless AP?
What type of device is a Wireless AP?
Signup and view all the answers
What is the purpose of a File Server in a LAN?
What is the purpose of a File Server in a LAN?
Signup and view all the answers
What is the difference between a LAN and a WAN?
What is the difference between a LAN and a WAN?
Signup and view all the answers
What is the role of a Router in a network?
What is the role of a Router in a network?
Signup and view all the answers
What is the primary function of a network cable in a LAN?
What is the primary function of a network cable in a LAN?
Signup and view all the answers
What is the purpose of a MAC address in a LAN?
What is the purpose of a MAC address in a LAN?
Signup and view all the answers
Where is a MAC address typically located?
Where is a MAC address typically located?
Signup and view all the answers
How can you find your device's MAC address?
How can you find your device's MAC address?
Signup and view all the answers
What is the main difference between MAC addresses and IP addresses?
What is the main difference between MAC addresses and IP addresses?
Signup and view all the answers
What is the primary function of an IP address?
What is the primary function of an IP address?
Signup and view all the answers
What is the default port number for the HTTP protocol?
What is the default port number for the HTTP protocol?
Signup and view all the answers
What is the primary function of a network firewall?
What is the primary function of a network firewall?
Signup and view all the answers
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?
Signup and view all the answers
What happens when a rule is matched in a packet filtering firewall?
What happens when a rule is matched in a packet filtering firewall?
Signup and view all the answers
What is the default port number for the FTP protocol?
What is the default port number for the FTP protocol?
Signup and view all the answers
What is the primary function of a packet filtering firewall?
What is the primary function of a packet filtering firewall?
Signup and view all the answers
What is the default port number for the DNS protocol?
What is the default port number for the DNS protocol?
Signup and view all the answers
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?
Signup and view all the answers
What is the primary function of an Intrusion Detection System (IDS)?
What is the primary function of an Intrusion Detection System (IDS)?
Signup and view all the answers
What is the main difference between an IDS and an IPS?
What is the main difference between an IDS and an IPS?
Signup and view all the answers
What happens when an IPS detects an attack?
What happens when an IPS detects an attack?
Signup and view all the answers
How does an IDS typically receive network traffic?
How does an IDS typically receive network traffic?
Signup and view all the answers
What is the typical placement of an IPS in a network?
What is the typical placement of an IPS in a network?
Signup and view all the answers
What is the primary goal of an IPS?
What is the primary goal of an IPS?
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.
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.