402 - Final Study cards Flashcards

(17 cards)

1
Q

What is the fundamental purpose of a computer network?

A

To interconnect devices to share resources, information, and enable communication efficiently.

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

What is the role of a router in a computer network?

A

Directs data packets between different networks, selecting the optimal path.

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

What is the OSI Reference Model?

A

A 7-layer conceptual framework that standardizes network communication functions.

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

What is the significance of the OSI Reference Model?

A

Helps in understanding, designing, and diagnosing networks by dividing processes into manageable layers.

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

What is the purpose of subnetting in computer networking?

A

Divides a large IP network into smaller, manageable sub-networks (subnets).

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

What is the role of NAT in computer networking?

A

Allows multiple devices on a local network to share a single public IP address.

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

What is the purpose of internetworking protocols in computer networks?

A

Enable communication and data exchange across different networks.

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

What is the significance of layered networking architecture?

A

Simplifies design and troubleshooting by organizing network functions into independent layers.

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

What is the purpose of IP addressing in a computer network?

A

Uniquely identifies devices on a network, enabling accurate data routing.

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

What is the function of network routing protocols?

A

Determine the best path for data to travel across networks.

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

What are the layers in the OSI Reference Model? Describe each layer briefly.

A
  • Physical – Transmits raw bits over the medium.
  • Data Link – Handles error detection and frame synchronization.
  • Network – Manages logical addressing and routing.
  • Transport – Ensures reliable data delivery.
  • Session – Manages sessions between applications.
  • Presentation – Translates, encrypts, and compresses data.
  • Application – Interfaces with end-user applications.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the difference between Hub, Switch, and Router?

A
  • Hub: Broadcasts data to all devices, no traffic control.
  • Switch: Forwards data only to the intended device, managing collision domains.
  • Router: Connects different networks and directs data between them.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is DNS? Explain how it works.

A

Translates human-friendly domain names into IP addresses by querying a sequence of DNS servers.

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

What are MAC addresses?

A

A unique identifier assigned to a network interface card (NIC) for communication at the data link layer.

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

What are the different ways to exchange data?

A
  • Circuit switching
  • Packet switching (datagram or virtual circuit)
  • Direct connection models (client-server and peer-to-peer)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Fill in the blank: The OSI Model is a _______ conceptual framework that standardizes network communication functions.

17
Q

True or False: A router connects different networks and broadcasts data to all devices.