Networking Fundementals Flashcards
(40 cards)
What is a computer network?
▪ Complex systems that enable communication and data exchange
between multiple devices
What is a client?
- Devices that request and use resources provided by servers e.g. a computer
What is a server?
- Powerful computers that provide resources or services to
clients
What is a switch?
- They connect multiple devices on a Local Area Network (LAN), allowing them to communicate with each other
What is a router?
- Devices that connect multiple networks together and
direct data traffic between them
What is a modem?
- Devices that modulate and demodulate signals, enabling
communication over cable or telephone lines
What is a network interface card? (NIC)
- Hardware components that allow computers to connect to a network
What is an access point?
- Devices that create a Wireless Local Area Network (WLAN) or a wireless connection point for devices on an existing
wired network
What is a firewall?
- Security systems that monitor and control incoming and
outgoing network traffic based on predetermined security
rules
What are 3 different types of firewall and how do they work?
▪ Packet-Filtering Firewalls - check packets against a set of filters
▪ Stateful Inspection Firewalls - monitor active
connections
▪ Proxy Firewalls - mask the network’s internal IP addresses
What is a LAN?
▪ Local Area Networks (LAN)
● Network that connects devices in a relatively small area, such as a
home, office, or a group of buildings
What is a WAN?
▪ Wide Area Networks (WAN)
● Span a large geographical area, often connecting LANs that are
miles apart
What is a MAN?
▪ Metropolitan Area Networks (MAN)
● Larger than LANs but smaller than WANs, they typically cover a
city or a town
What is a CAN?
▪ Campus Area Networks (CAN)
● Networks that cover a specific geographic area like a university
campus or a military base
What is a PAN?
▪ Personal Area Networks (PAN)
● PANs can be wired, like a connection between a computer and a
printer, or wireless, like Bluetooth networks
What is an ISP?
o Internet Service Providers (ISPs) provide services that enable individuals and
organizations to access the internet
What are the benefits of wired networks and where may they be used?
▪ The physical connection of cables ensures a stable and consistent data
transfer rate, minimizing the risk of data loss or signal interference
▪ This reliability makes wired networks particularly suitable for
environments that require high data transfer rates and secure
connections
● Corporate Offices
● Data Centers
● Critical Infrastructure
What are the benefits of wireless networks and where may they be used?
▪ Wi-Fi is the most common example of a wireless network, allowing
devices to connect to the network within a certain range of the router
▪ This freedom of movement is particularly beneficial in environments
where mobility is essential
● Homes
● Coffee Shops
● Airports
What is the TCP/IP, also known as the Internet Protocol Suite?
o Transmission Control Protocol/Internet Protocol (TCP/IP)
▪ Conceptual framework that defines how data should be packaged,
addressed, transmitted, routed, and received on the internet
What are the 4 layers of the TCP/IP and what happens at each of the layers? Explain in terms of opening a web page
● Application Layer
Communicates directly with the software to create the data request e.g. user types web address into search bar, computer creates web page request
● Transport Layer
Creates a set of rules for the connection to ensure the data stays in the correct order, without duplication and error-free. E.g. source device handshakes with destination device, receives acknowledgment of data sent after internet layer
● Internet Layer
Uses IP to ensure the data goes to the right location and returns to the right location e.g source MAC address and destination IP is bundled with the data into a frame
● Network Interface Layer
Physically sends/recieves the frame over the network via the ethernet switch.
e.g. sends the frame to the ethernet switch which then sends the frame to the router, router then sends request to youtube
Process then happens in reverse.
Name the 2 main types of protocols in the transport layer?
▪ Transmission Control Protocol (TCP)
● Which provides reliable, connection
oriented communication
▪ User Datagram Protocol (UDP)
● Which provides connectionless, best-effort
communication
What is an IP address?
▪ Internet Protocol (IP) addresses
● Unique identifier assigned to each device connected to a network that uses the Internet Protocol for communication
What 2 parts does an IP address consist of?
● An IP address consists of two parts
Network ID - Identifies the specific network on which the device
is located
Host ID - Identifies the specific device on that network
Explain the two versions of IP address?
- IPv4 - Written as four sets of decimal integers separated by periods for example, 192.168.1.1
▪ Each set can range from 0 to 255
IPv6 - Written as eight groups of four hexadecimal digits, separated by colons, for example,
2001:0db8:85a3:0000:0000:8a2e:0370:7334