Week 1 Flashcards

(23 cards)

1
Q

What is Networking?

A

Networking is the practice of connecting computers and other devices (like phones, printers, and servers) so they can share resources and communicate with each other.

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

What are the Networking components?

A

Hardware: Routers, switches, cables, access points.

Software: Protocols (e.g., TCP/IP), firewalls, network operating systems.

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

What is the purpose of Networking?

A

*File sharing
*Internet access
*Communication (email, VoIP)
*Resource sharing (e.g., printers)

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

List of devices that you can connect with a network.

A

Computer
Printer
Smartphone
Tablet
Server
Router
Switch
Access Point
Smart TV
Game Console

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

Types of Networks:

A

-Local Area Network (LAN)
-Wide Area Network (WAN)
-Metropolitan Area Network (MAN)
-Personal Area Network (PAN)

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

What is the Basic Network Architecture?

A

Client-Server Model
Peer-to-Peer Model
Hybrid Models

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

What are the Network Topologies?

A

Star Topology
Bus Topology
Ring Topology
Mesh Topology
Tree Topology
Hybrid Topology

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

🌟 1. Star Topology

A

*All devices connect to a central device (usually a switch or hub).
*If one device fails, the network still works.
*If the center fails, everything goes down.

βœ… Easy to manage,
❌ Center is a single point of failure

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

🚌 2. Bus Topology

A

*All devices are connected to a single cable (the β€œbus”).
*Data travels in both directions on the same line.
*If the main cable fails, the whole network fails.

βœ… Cheap and simple,
❌ Not good for lots of devices

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

πŸ” 3. Ring Topology

A

*Devices are connected in a circle (or ring).
*Data moves in one direction, passing through each device.
*If one device or connection breaks, the whole ring can stop working.

βœ… Organized data flow, ❌ Breaks can affect the whole network

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

πŸ”— 4. Mesh Topology

A

*Every device is connected to every other device.
*There are multiple paths for data to travel.
*Very reliable but uses a lot of cables.

βœ… Very reliable,
❌ Expensive and complex

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

🌲 5. Tree Topology

A

*A combination of star and bus topologies.
*Devices are grouped in stars, then connected by a bus line (like branches of a tree).
*Good for large networks like schools or companies.

βœ… Scalable,
❌ If the main β€œtrunk” fails, parts can go down

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

🧬 6. Hybrid Topology

A

*A mix of two or more topologies.
Example: Star + Ring, or Mesh + Tree.
*Used in real-world networks where flexibility is needed.

βœ… Flexible and efficient, ❌ Can be complex to design

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

🌐What is Internetworking?

A

Internetworking means connecting two or more different networks so that they can work together and share information.
*It combines multiple networks (like LANs and WANs).
*It uses devices like routers, gateways, and switches.
*The result is a bigger networkβ€”like how the Internet is a giant network made up of smaller networks.

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

☁️ What is Cloud Computing?

A

Cloud computing means using the internet to access and store data, programs, and services, instead of keeping them on your own computer or a local server.

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

πŸ”§ Cloud Computing Services:

A

1.Storage – Save files online (e.g., Google Drive, Dropbox)
2.Software – Use apps in your browser (e.g., Microsoft 365, Zoom)
3.Computing Power – Run programs or process data (e.g., AWS, Azure)

17
Q

Role of networks in cloud computing?

A

Networks are the backbone of cloud computing. Without a network, the β€œcloud” wouldn’t work at all.
πŸ”— Connect Users to the Cloud
πŸ“€ Transfer Data
⚑ Enable Fast Communication
πŸ” Provide Security
🌍 Support Global Access

18
Q

Three main types of cloud computing?

A

☁️ 1. IaaS – Infrastructure as a Service
🧠 Example: Amazon Web Services (AWS), Microsoft Azure (Infrastructure level)
πŸ› οΈ 2. PaaS – Platform as a Service
🧠 Example: Google App Engine, Heroku
πŸ’» 3. SaaS – Software as a Service
🧠 Example: Gmail, Microsoft 365, Zoom, Canva

19
Q

What is Virtualization in Networking?

A

Virtualization in networking is a technology that allows you to create virtual versions of network resources, like servers, storage devices, or networks, instead of relying on physical hardware

20
Q

Key concepts in virtualization include:

A

-Virtual Machines (VMs): Multiple β€œvirtual” computers running on a single physical machine, each acting independently with its own OS and apps.
-Hypervisor: Software that manages and runs the virtual machines on a physical server.
-Server Virtualization: Combining several virtual servers on one physical server to optimize resources and save hardware costs.

21
Q

Benefits of Virtualization in Networking:

A

-Improved Resource Utilization
-Enhanced Scalability
-Cost Savings
-Increased Flexibility and Agility

22
Q

Types of Network Virtualization:

A

*Server Virtualization: Splitting a physical server into multiple virtual servers to optimize resources and reduce hardware costs.
*Network Function Virtualization (NFV): Moving traditional network functions (like routers, firewalls) to software, making it easier to manage and scale network services.
*Software-Defined Networking (SDN): Centralizing network control through software, allowing for flexible and easier management of the network.

23
Q

Common Internet Protocols:

A

1.TCP/IP: The backbone of the Internet (Ensures reliable delivery of data. It checks that all parts of the message arrive in order and without errors).
2.HTTP/HTTPS: Web communication
(HTTP: application layer protocols used for communication on the World Wide Web (www). HTTPS is its secure counterpart).
3.FTP: File transfer protocol (Used to upload or download files between computers over the internet).
4.DNS: Domain Name System (Translates website names (like google.com) into IP addresses that computers can understand).