Network - Networking Fundamentals Flashcards

1
Q

Computer Network

A

A computer network is a group of connected devices that can communicate with each other.
๐Ÿ“Œ Example: The WiFi in your home is a small computer network where devices like laptops and phones are connected.

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

Network Topology

A

Network topology is how devices (computers, routers, switches) are connected in a network.

๐Ÿ”น Types of Network Topologies:
1๏ธโƒฃ Bus โ€“ All devices share one cable (like a public bus route ๐ŸšŒ).
2๏ธโƒฃ Star โ€“ All devices connect to a central hub (like spokes on a wheel ๐ŸŒŸ).
3๏ธโƒฃ Ring โ€“ Devices form a circle and pass data around ๐Ÿ”„.
4๏ธโƒฃ Mesh โ€“ Every device connects to multiple devices (like a spider web ๐Ÿ•ธ๏ธ).
5๏ธโƒฃ Hybrid โ€“ A mix of two or more topologies ๐Ÿ”€.

๐Ÿ”น Example:

Home WiFi uses a star topology (all devices connect to the router).
The Internet is mostly a mesh topology (many connections for reliability).
๐Ÿ”น Analogy:
Network topology is like a cityโ€™s road systemโ€”how streets, highways, and intersections connect everything! ๐Ÿš—๐Ÿ›ฃ๏ธ

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

The Network Edge

A

The network edge includes the devices at the ends of a network, like computers, phones, and servers.
๐Ÿ“Œ Example: A smartphone connected to the internet is a device at the network edge.

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

Hosts (End Systems)

A

Hosts are devices connected to a network that send and receive data.
๐Ÿ“Œ Example: A laptop and a web server are both network hosts.

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

Access Networks

A

Access networks connect users to the internet, either wired (Ethernet, DSL) or wireless (WiFi, 4G/5G).
๐Ÿ“Œ Example: Your home router connects your devices to the internet via an access network.

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

The Network Core

A

The network core is the main part of the internet that moves data super fast between different networks.

๐Ÿ”น What does it do?
โœ… Sends data quickly between cities & countries.
โœ… Uses high-speed cables & routers to keep the internet running.

๐Ÿ”น Example:

When you watch a YouTube video, the data travels through the network core from YouTubeโ€™s servers to your device.
๐Ÿ”น Analogy:
The network core is like a highway for internet traffic ๐Ÿš—๐Ÿ’จโ€”data moves fast without stopping at every small road.

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

Packet Switching

A

Data is broken into small pieces (packets) and sent across the network, where routers decide the best path.
๐Ÿ“Œ Example: When you send an email, it is split into packets and reassembled at the destination.

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

Circuit Switching

A

A dedicated communication path is set up before sending data, and no other data can use that path.
๐Ÿ“Œ Example: Old telephone networks used circuit switching, where a full connection was set up before a call.

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

Forwarding vs. Routing

A

Forwarding moves packets inside a router to the correct output.
Routing finds the best path to send packets to the destination.
๐Ÿ“Œ Example: A router at home forwards data between devices, while an ISP router finds the best path to another country.

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

Network Protocols

A

Protocols are rules that decide how computers communicate in a network.
๐Ÿ“Œ Example: HTTP is a protocol that defines how web browsers request websites.

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

OSI Model (7 Layers)

A

A conceptual model that describes how data moves through a network.
๐Ÿ“Œ Example: When you send a message on WhatsApp, it goes through multiple layers, including the transport layer (TCP) and network layer (IP).

Layers of OSI Model:
1๏ธโƒฃ Physical Layer โ€“ Sends raw bits through cables or airwaves.
๐Ÿ“Œ Example: A WiFi signal or Ethernet cable is part of this layer.

2๏ธโƒฃ Data Link Layer โ€“ Manages direct connections between devices.
๐Ÿ“Œ Example: Your network adapter (MAC address) ensures data goes to the right device.

3๏ธโƒฃ Network Layer โ€“ Finds the best path for data using IP addresses.
๐Ÿ“Œ Example: Routers use IP addresses to send packets between networks.

4๏ธโƒฃ Transport Layer โ€“ Ensures data is delivered correctly (TCP/UDP).
๐Ÿ“Œ Example: TCP resends lost packets, ensuring complete delivery.

5๏ธโƒฃ Session Layer โ€“ Manages communication sessions between applications.
๐Ÿ“Œ Example: Video calls stay connected using session management.

6๏ธโƒฃ Presentation Layer โ€“ Formats data (encryption, compression).
๐Ÿ“Œ Example: HTTPS encrypts web traffic using TLS.

7๏ธโƒฃ Application Layer โ€“ User-level interactions (browsers, email).
๐Ÿ“Œ Example: Web browsers use HTTP/HTTPS to load websites.

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

The Internet Protocol (IP)

A

IP assigns addresses to devices and helps route packets.
๐Ÿ“Œ Example: Your phone gets an IP address when it connects to WiFi.

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

Transmission Control Protocol (TCP)

A

TCP ensures data is delivered completely and correctly.
๐Ÿ“Œ Example: Downloading a file uses TCP, so no part is missing.

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

User Datagram Protocol (UDP)

A

UDP sends data faster but does not check for errors.
๐Ÿ“Œ Example: Live video streaming uses UDP to avoid delays.

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

Encapsulation

A

Each network layer adds extra information (headers) to a message before sending it.
๐Ÿ“Œ Example: When you send an email, multiple layers wrap it in extra data to help it travel through the network.

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

Bandwidth

A

Bandwidth is how much data can be sent or received over a network per second. Itโ€™s like the size of a highwayโ€”the wider it is, the more cars (data) can travel at the same time.

๐Ÿ”น Measured in:

Mbps (Megabits per second)
Gbps (Gigabits per second)
๐Ÿ”น Example:

A high-bandwidth internet (1 Gbps) = Faster downloads & smoother streaming. ๐Ÿš€
A low-bandwidth internet (10 Mbps) = Slow loading & buffering. ๐ŸŒ

17
Q

Latency (Delay)

A

๐Ÿ”น What is latency?
Latency is the delay in data travelโ€”how long it takes for data to go from one place to another and back.

๐Ÿ”น Measured in:

Milliseconds (ms)
๐Ÿ”น Example:

Low latency (10ms) โ†’ Fast response (good for gaming ๐ŸŽฎ, video calls ๐Ÿ“น).
Latency is how long it takes for data to travel across a network.
๐Ÿ“Œ Example: High latency causes lag in online games.

18
Q

Packet Loss

A

When a network drops packets due to congestion or errors.
๐Ÿ“Œ Example: Bad WiFi signals cause video buffering because packets are lost.

19
Q

Throughput

A

Throughput is the actual speed of data transfer, which may be lower than bandwidth.
๐Ÿ“Œ Example: A WiFi router advertises 100 Mbps, but actual throughput might be 50 Mbps due to interference.

Throughput helps us measure how fast data actually moves in a network. We use it to:

๐Ÿ”น Check internet speed โ€“ To see if your connection is fast enough for streaming, gaming, or video calls. ๐Ÿ“ถ๐ŸŽฎ๐Ÿ“บ

๐Ÿ”น Optimize networks โ€“ Companies use throughput to improve performance and avoid slow connections. ๐Ÿš€

๐Ÿ”น Troubleshoot problems โ€“ If a network is slow, checking throughput helps find issues like congestion or weak signals. ๐Ÿ› ๏ธ

๐Ÿ”น Compare network performance โ€“ Helps decide which internet provider or network setup is better. ๐Ÿ“Š

In short: Throughput helps see how fast data moves and fix slow networks! โšก

20
Q

(IXP)

A

Internet Exchange Point
A physical location where ISPs connect to exchange traffic.
๐Ÿ“Œ Example: Google and Facebook use IXPs to serve data faster to users.

21
Q

Domain Name System (DNS)

A

DNS translates website names into IP addresses.
๐Ÿ“Œ Example: When you type โ€œgoogle.comโ€, DNS finds its IP address (e.g., 8.8.8.8).

22
Q

HTTP & HTTPS

A

HTTP (HyperText Transfer Protocol) loads web pages.
HTTPS (secure version) encrypts traffic.
๐Ÿ“Œ Example: Online banking uses HTTPS for security.

23
Q

Ethernet

A

Ethernet is a wired networking standard that connects devices using cables.
๐Ÿ“Œ Example: Offices use Ethernet for faster and stable internet connections.

24
Q

WiFi (802.11)

A

๐Ÿ”น What is WiFi?
WiFi is a wireless technology that lets devices connect to the internet without cables.

๐Ÿ”น How does it work?
1๏ธโƒฃ Your WiFi router gets internet from your ISP (via cable or fiber).
2๏ธโƒฃ The router sends the internet as radio signals ๐Ÿ“ก.
3๏ธโƒฃ Your phone, laptop, and TV receive the signals and connect to the internet.

๐Ÿ”น Example:

When you use your phone to browse the internet at home, itโ€™s connected to WiFi, not mobile data.
๐Ÿ”น Analogy:
WiFi is like a speaker ๐Ÿ“ขโ€”it sends internet signals through the air, and nearby devices can โ€œhearโ€ and connect.

โœ… Faster than mobile data, but needs to stay close to the router! ๐Ÿš€WiFi is a wireless standard that connects devices to a network.
๐Ÿ“Œ Example: Your phone connects to WiFi instead of using mobile data.

25
Virtual LAN (VLAN)
๐Ÿ”น What is a VLAN? A VLAN (Virtual Local Area Network) splits one big network into smaller, separate networks without needing extra cables or switches. ๐Ÿ”น Why use VLANs? โœ… Keeps groups separate (Better security ๐Ÿ”’) โœ… Reduces traffic (Faster network ๐Ÿš€) โœ… More flexible (No need for extra hardware ๐Ÿ’ก) ๐Ÿ”น Example: In a school: Students' computers ๐Ÿซ (VLAN 1) Teachers' computers ๐Ÿง‘โ€๐Ÿซ (VLAN 2) Security cameras ๐Ÿ“ท (VLAN 3) Even though they use the same switch, they canโ€™t see each otherโ€™s data! ๐Ÿ”น Analogy: A VLAN is like separate rooms in a houseโ€”everyone is in the same building, but each room is private. ๐Ÿ ๐Ÿšช
26
Firewalls
A firewall is a security system that controls incoming and outgoing network traffic to protect your device or network from threats. ๐Ÿ”น What does it do? โœ… Blocks hackers & malware ๐Ÿšซ๐Ÿ’ป โœ… Filters unwanted traffic ๐Ÿšฆ โœ… Allows safe connections โœ… ๐Ÿ”น Types of Firewalls: 1๏ธโƒฃ Software firewall โ€“ Installed on your computer (e.g., Windows Firewall). ๐Ÿ–ฅ๏ธ 2๏ธโƒฃ Hardware firewall โ€“ A physical device in a network (e.g., built into a router). ๐ŸŒ ๐Ÿ”น Example: If a hacker tries to access your PC, the firewall blocks them before they get in. ๐Ÿ”’
27
Network Address Translation (NAT)
NAT lets multiple devices share one public IP address. ๐Ÿ“Œ Example: Your home router uses NAT to let many devices connect to the internet using one IP.