402 Flashcards

Assessment 2

1
Q

What is the definition of networking?

A

Interconnection of computers and devices for sharing resources and information.

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

Name two types of networks other than LAN.

A

WAN (Wide Area Network) and MAN (Metropolitan Area Network).

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

List two examples of networking devices.

A

Router and Switch.

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

What is the purpose of a firewall in networking?

A

To protect networks by controlling incoming and outgoing traffic based on security rules.

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

Briefly explain the role of the network in cloud computing.

A

It connects users to cloud infrastructure, enabling access to resources and services.

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

What is the function of the Transport Layer in the OSI model?

A

Ensures reliable data transfer, flow control, and error handling between devices.

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

Name two protocols that operate at the Application Layer.

A

HTTP and FTP.

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

What is the main reason the TCP/IP model became more popular than the OSI model?

A

TCP/IP is simpler and better aligned with real-world networking practices.

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

What is the purpose of a network router?

A

To route data packets between different networks.

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

What is a VLAN (Virtual Local Area Network) used for?

A

To logically separate networks within a physical network infrastructure.

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

What is packet switching, and why is it important?

A

It divides data into packets sent independently, improving efficiency and robustness.

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

What are two types of routing strategies?

A

Fixed Routing and Adaptive Routing.

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

What is the main difference between Dijkstra’s Algorithm and Bellman-Ford Algorithm?

A

Dijkstra requires full network knowledge; Bellman-Ford works with local knowledge and multiple iterations.

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

In packet-switched networks, why is adaptive routing preferred over fixed routing?

A

Because it adapts to network changes, improving performance and resilience.

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

Name one advantage of the datagram approach over the circuit approach.

A

Higher flexibility and better resource utilization.

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

What does CSMA/CD stand for in Ethernet?

A

Carrier Sense Multiple Access with Collision Detection.

17
Q

In Ethernet, what is the main role of a switch compared to a hub?

A

A switch reduces collisions by sending data only to the intended recipient.

18
Q

What is the purpose of subnetting a network?

A

To divide a larger network into smaller, more manageable sub-networks.

19
Q

In subnetting, why do we add 2 when calculating the required number of hosts?

A

To account for the network address and the broadcast address.

20
Q

What is DNS spoofing?

A

An attack where DNS records are falsified to redirect traffic to malicious sites.