Computer Networks: Design, Components and Security Flashcards

1
Q

What is a PAN (Personal Area Network)?

A

A small network (~10m) connecting personal devices like smartphones, laptops, and headphones, often using Bluetooth.

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

What is a LAN (Local Area Network)?

A

A network connecting devices in a small area (home, office, school), either wired (Ethernet) or wireless (Wi-Fi).

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

What is a WLAN (Wireless LAN)?

A

A type of LAN that uses Wi-Fi to connect devices wirelessly.

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

What is a MAN (Metropolitan Area Network)?

A

A network covering a city or metropolitan area, connecting multiple LANs.

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

What is a CAN (Campus Area Network)?

A

A network used within a university or corporate campus.

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

What is a WAN (Wide Area Network)?

A

A network covering a large geographical area, such as a country or the entire world (e.g., the internet).

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

What is a SAN (Storage Area Network)?

A

A high-speed network designed for data storage, connecting servers to storage devices.

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

What is a VPN (Virtual Private Network)?

A

A secure, encrypted connection that allows access to a private network over the internet while masking the IP address.

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

What is a System-Area Network (SAN)?

A

A high-speed network focusing on fast connections between servers, storage, and processors, used in high-performance computing.

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

What is a POLAN (Passive Optical LAN)?

A

A LAN that uses fiber optics and optical splitters for high bandwidth and reliability.

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

What is an EPN (Enterprise Private Network)?

A

A private network used by businesses to securely connect different locations.

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

What is a Point-to-Point topology?

A

The simplest topology with a direct link between two devices.

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

What is a Bus topology?

A

A topology where all devices are connected to a single central cable (bus). Simple but prone to congestion.

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

What is a Star topology?

A

A topology where all devices connect to a central hub or switch, making it efficient and easy to troubleshoot.

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

What is a Ring topology?

A

A topology where devices are connected in a circular manner, and data travels in one direction.

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

What is a Mesh topology?

A

A topology with multiple paths between devices.

Full Mesh: Every device connects to every other.
Partial Mesh: Some devices have direct connections while others rely on intermediates.
17
Q

What is a Tree topology?

A

A hierarchical topology with a root node and branches. Often used in large networks.

18
Q

What is a Daisy Chain topology?

A

A topology where devices are connected in a linear sequence. Simple but unreliable if one device fails.

19
Q

What is a Hybrid topology?

A

A combination of two or more network topologies to meet specific needs.

20
Q

What is the function of a modem?

A

Converts digital signals to analog for transmission over telephone lines and vice versa.

21
Q

What is the function of a router?

A

Directs data between networks and connects local networks to the internet.

22
Q

What is the function of a hub?

A

A simple device that connects multiple devices on a network, broadcasting data to all connected devices.

23
Q

What is the function of a bridge?

A

Connects two separate LANs, forwarding data only when necessary.

24
Q

What is the function of a switch?

A

More intelligent than a hub; forwards data only to the intended recipient by learning MAC addresses.

25
Q

What is a NIC (Network Interface Card)?

A

A hardware component that provides the physical interface between a computer and a network.

26
Q

What are network cables used for?

A

Used to physically connect devices in a wired network, such as Ethernet or fiber optic cables.

27
Q

What is a firewall?

A

A security device (hardware or software) that monitors network traffic and blocks unauthorized access.

28
Q

What is a Network Operating System (NOS)?

A

Software that runs on servers to manage network services like file sharing, security, and printing.

29
Q

What are network protocols?

A

Rules governing how data is transmitted over a network (e.g., TCP/IP, HTTP, FTP).

30
Q

What are switching techniques?

A

Methods used to forward data across a network:

Packet Switching (breaks data into packets)
Circuit Switching (establishes a dedicated path)
Message Switching (stores and forwards entire messages)