Topic 1 A Review on Computer Networks (1) Flashcards

1
Q

What are the disadvantages of a Metropolitan Area Network (MAN)?

A

Higher setup and maintenance costs, security risks, limited coverage, network congestion

Security risks require strong cybersecurity measures. Limited coverage does not extend beyond a city or metropolitan region.

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

What is a Wide Area Network (WAN)?

A

A network that extends over a large geographical area such as states or countries

WANs connect multiple smaller networks like LANs and MANs.

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

What are the characteristics of a Wide Area Network (WAN)?

A
  • Large geographic coverage
  • Uses public and private infrastructure
  • Centralized management
  • Supports remote access
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

List examples of Wide Area Networks (WAN).

A
  • The Internet
  • Banking networks
  • Corporate WANs
  • Government networks
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the advantages of a Wide Area Network (WAN)?

A
  • Large geographic coverage
  • Centralized data and resources
  • Scalability
  • Supports Cloud Computing
  • Enhances communication
  • Reliable and redundant
  • Remote access
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the disadvantages of a Wide Area Network (WAN)?

A
  • Security issues
  • High setup cost
  • Troubleshooting problems
  • Slower speeds
  • Complex management
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is defined as internetworking?

A

Two or more computer networks (LANs or WANs) connected using devices configured by a local addressing scheme.

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

What is an extranet?

A

A communication network based on the internet protocol used for information sharing, restricted to users with login credentials.

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

What is an intranet?

A

A private network based on the internet protocol accessible only by an organization’s employees.

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

What are the advantages of intranets?

A
  • Communication
  • Time-saving
  • Collaboration
  • Platform independency
  • Cost effective
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is topology in computer networks?

A

The way computers and devices are connected, defining the structure of the network.

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

What are the two types of topology?

A
  • Physical topology
  • Logical topology
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What defines physical topology?

A

The layout of devices in the network and how they are physically connected.

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

What are the advantages of a Metropolitan Area Network (MAN)?

A
  • Covers a wide area efficiently
  • High-speed data transfer
  • Cost-effective for organizations
  • Supports multiple users and businesses
  • Improves communication and collaboration
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is a Local Area Network (LAN)?

A

A group of computers connected to each other in a small area such as a building or office.

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

What is a Personal Area Network (PAN)?

A

A network arranged within an individual person, typically within a range of 10 meters.

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

What are the advantages of Bus topology?

A
  • Low-cost cable
  • Moderate data speeds
  • Limited failure impact
  • Easy to expand
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

What is Star topology?

A

An arrangement where every node is connected to a central hub or switch.

19
Q

What are the disadvantages of Star topology?

A

Central point of failure if the hub or switch goes down.

20
Q

What is Ring topology?

A

A network where each computer and device are connected in a large circle.

21
Q

What is token passing?

A

A network access method where a token circulates, allowing nodes to send messages.

22
Q

What are the disadvantages of Ring topology?

A
  • Failure in any device disrupts the entire network
  • Performance degrades with more devices
  • Communication delay increases with more nodes
23
Q

What are the disadvantages of computer networks?

A
  • Security risks
  • High setup and maintenance costs
  • Network failures affect many users
  • Privacy issues
  • Spread of viruses/malware
  • Requires skilled personnel
  • Bandwidth and performance issues
  • Risk of data loss
24
Q

What are the benefits of computer networks?

A
  • File sharing
  • Device sharing
  • Service sharing
  • Improved communication
  • Cost efficiency
  • Remote access
  • Faster data transfer
  • Security & backup
  • Scalability
  • Reliability & redundancy
25
Q

What is the purpose of inserting a token in an empty frame?

A

To change a 0 to a 1 in the token bit part of the frame and insert a message with a destination identifier

This process allows workstations to identify and receive messages intended for them.

26
Q

What happens when a workstation receives a message in a token-based network?

A

It copies the message and changes the token back to 0

This indicates that the message has been received.

27
Q

Define ring topology.

A

A topology where each node is connected to two other nodes, forming a continuous loop

Data flows in one direction in a ring topology.

28
Q

What is a key characteristic of data flow in ring topology?

A

Data flows in a clockwise direction in a continuous loop

This topology is unidirectional.

29
Q

What are two security risks of ring topology?

A
  • Easy interception of data
  • Network failures affect all devices
30
Q

List examples of physical topologies.

A
  • Point to Point Topology
  • Bus Topology
  • Ring Topology
  • Star Topology
  • Mesh Topology
  • Tree Topology
  • Hybrid Topology
31
Q

What is mesh topology?

A

An arrangement where computers are interconnected through various redundant connections

It allows multiple paths for data transmission.

32
Q

What is a primary benefit of mesh topology?

A

High reliability due to multiple alternative paths for data

If one link fails, communication remains unaffected.

33
Q

What is a disadvantage of mesh topology?

A

High cost due to many connected devices and transmission media

Management can also be difficult due to the network’s size.

34
Q

Describe bus topology.

A

A topology where all stations are connected through a single backbone cable

Messages are broadcast to all stations.

35
Q

What access method is commonly used in bus topology?

A

CSMA (Carrier Sense Multiple Access)

It helps control data flow to maintain integrity.

36
Q

What are the two methods of CSMA?

A
  • CSMA/CD (Collision Detection)
  • CSMA/CA (Collision Avoidance)
37
Q

In what situation is CSMA/CD used?

A

In physical bus topology

It detects collisions and stops transmission upon detection.

38
Q

What is the maximum data transfer speed in bus topology?

A

10 Mbps

Achievable with coaxial cables.

39
Q

Define hybrid topology.

A

A combination of various different topologies

It results when different topologies are interconnected.

40
Q

What are the advantages of hybrid topology?

A
  • Flexibility to combine strengths of various topologies
  • Suitable for large or complex networks
41
Q

What is a main disadvantage of tree topology?

A

Failure in the central device or main cable can disrupt the entire network

This highlights the dependency on central components.

42
Q

What is the top-most node in tree topology called?

A

Root node

All other nodes are its descendants in a hierarchical structure.

43
Q

What is a key advantage of tree topology?

A

Easily expandable

New devices can be added without significant disruption.