Networking Fundementals Flashcards

1
Q

What is a computer network?

A

▪ Complex systems that enable communication and data exchange
between multiple devices

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a client?

A
  • Devices that request and use resources provided by servers e.g. a computer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a server?

A
  • Powerful computers that provide resources or services to
    clients
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a switch?

A
  • They connect multiple devices on a Local Area Network (LAN), allowing them to communicate with each other
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a router?

A
  • Devices that connect multiple networks together and
    direct data traffic between them
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a modem?

A
  • Devices that modulate and demodulate signals, enabling
    communication over cable or telephone lines
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a network interface card? (NIC)

A
  • Hardware components that allow computers to connect to a network
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is an access point?

A
  • Devices that create a Wireless Local Area Network (WLAN) or a wireless connection point for devices on an existing
    wired network
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a firewall?

A
  • Security systems that monitor and control incoming and
    outgoing network traffic based on predetermined security
    rules
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are 3 different types of firewall and how do they work?

A

▪ 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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a LAN?

A

▪ Local Area Networks (LAN)
● Network that connects devices in a relatively small area, such as a
home, office, or a group of buildings

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is a WAN?

A

▪ Wide Area Networks (WAN)
● Span a large geographical area, often connecting LANs that are
miles apart

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is a MAN?

A

▪ Metropolitan Area Networks (MAN)
● Larger than LANs but smaller than WANs, they typically cover a
city or a town

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is a CAN?

A

▪ Campus Area Networks (CAN)
● Networks that cover a specific geographic area like a university
campus or a military base

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is a PAN?

A

▪ Personal Area Networks (PAN)
● PANs can be wired, like a connection between a computer and a
printer, or wireless, like Bluetooth networks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is an ISP?

A

o Internet Service Providers (ISPs) provide services that enable individuals and
organizations to access the internet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What are the benefits of wired networks and where may they be used?

A

▪ 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

18
Q

What are the benefits of wireless networks and where may they be used?

A

▪ 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

19
Q

What is the TCP/IP, also known as the Internet Protocol Suite?

A

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

20
Q

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

A

● 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.

21
Q

Name the 2 main types of protocols in the transport layer?

A

▪ Transmission Control Protocol (TCP)
● Which provides reliable, connection
oriented communication
▪ User Datagram Protocol (UDP)
● Which provides connectionless, best-effort
communication

22
Q

What is an IP address?

A

▪ Internet Protocol (IP) addresses
● Unique identifier assigned to each device connected to a network that uses the Internet Protocol for communication

23
Q

What 2 parts does an IP address consist of?

A

● 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

24
Q

Explain the two versions of IP address?

A
  • 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

25
Q

What is a MAC address?

A

● Unique identifier assigned to a NIC by its manufacturer
● MAC addresses consist of six groups of two hexadecimal digits,
separated by colons or hyphens, for example, 01:23:45:67:89:ab

26
Q

What is Address Resolution Protocol used for?

A

● Used to map an IP address to a corresponding MAC address

27
Q

What is switching used for?

A

● Network switches are devices that connect various devices on a LAN and use MAC addresses to direct data packets to their
intended destinations

28
Q

What are WAN’s?

A

Wide Area Networks (WANs)
▪ Are integral to global communications, connecting Local Area Networks
(LANs) across cities, countries, or even continents

29
Q

What is routing?

A

The process of selecting the most appropriate path for data packets to travel from a source device to a destination device across a network.

30
Q

What is the routing process of sending data across different networks?

A

Examines the destination IP address
Routers then evaluate various factors
▪ Network Congestion
▪ Available Bandwidth
▪ Number of Hops (or the number of intermediate network devices the
packet needs to traverse)

31
Q

Explain the domain name system (DNS)

A

o Domain Name System (DNS)
▪ A critical component of the Internet infrastructure, enabling the
translation of human-friendly domain names into IP addresses, and vice
versa

32
Q

Explain DNS resolution in steps.

A

1) Device checks Local DNS Resolver Cache for a website’s IP address
2) If it does not have it it then asks the ISP
3) If the ISP doesn’t know it asks the Root DNS Server
4) The Root DNS Server directs the ISP to the correct domain name server as well as the authorising name server (e.g. .com)
6) The correct IP address is then sent back to the local DNS resolver

33
Q

What is HTTP, and what port does it operate on?

A

HyperText Transfer Protocol (HTTP)
Port 80

34
Q

How does HTTP work?

A

▪ HTTP protocol uses a client-server model, where the client sends
requests for resources and the server responds with the requested
content

35
Q

What is HTTPS, and what port does it operate on?

A

HyperText Transfer Protocol Secure (HTTPS)
Port 443

36
Q

How does HTTPS work and remain secure?

A

HTTPS employs encryption protocols, such as Secure Sockets Layer (SSL) or Transport Layer Security (TLS), to establish a secure connection between the client and the server

37
Q

What is a SSL/TLS handshake?

A

When a client initiates an HTTPS connection with a server, a process called SSL/TLS handshake takes place. During this handshake, the client and server exchange public keys to establish a secure communication channel.

38
Q

What is POP3 and what port does it operate on?

A

Post Office Protocol Version 3 (POP3)
● Operates on port 110 and is widely used for retrieving emails
from a mail server
● POP3 removes the email from the server once it has been
successfully downloaded

39
Q

What is IMAP and what port does it operate on?

A

▪ Internet Message Access Protocol (IMAP)
● Operates on port 143 and allows multiple email clients to manage
the same mailbox while keeping the email stored on the server
● Actions performed on one device are synchronized across all
connected devices

40
Q

What is SMTP and what port does it operate on?

A

▪ Simple Mail Transfer Protocol (SMTP)
● Operates on port 25 and serves as the standard protocol for
sending emails across the Internet