Topic 1 A Review on Computer Networks (1) Flashcards

(43 cards)

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
What is the purpose of inserting a token in an empty frame?
To change a 0 to a 1 in the token bit part of the frame and insert a message with a destination identifier ## Footnote This process allows workstations to identify and receive messages intended for them.
26
What happens when a workstation receives a message in a token-based network?
It copies the message and changes the token back to 0 ## Footnote This indicates that the message has been received.
27
Define ring topology.
A topology where each node is connected to two other nodes, forming a continuous loop ## Footnote Data flows in one direction in a ring topology.
28
What is a key characteristic of data flow in ring topology?
Data flows in a clockwise direction in a continuous loop ## Footnote This topology is unidirectional.
29
What are two security risks of ring topology?
* Easy interception of data * Network failures affect all devices
30
List examples of physical topologies.
* Point to Point Topology * Bus Topology * Ring Topology * Star Topology * Mesh Topology * Tree Topology * Hybrid Topology
31
What is mesh topology?
An arrangement where computers are interconnected through various redundant connections ## Footnote It allows multiple paths for data transmission.
32
What is a primary benefit of mesh topology?
High reliability due to multiple alternative paths for data ## Footnote If one link fails, communication remains unaffected.
33
What is a disadvantage of mesh topology?
High cost due to many connected devices and transmission media ## Footnote Management can also be difficult due to the network's size.
34
Describe bus topology.
A topology where all stations are connected through a single backbone cable ## Footnote Messages are broadcast to all stations.
35
What access method is commonly used in bus topology?
CSMA (Carrier Sense Multiple Access) ## Footnote It helps control data flow to maintain integrity.
36
What are the two methods of CSMA?
* CSMA/CD (Collision Detection) * CSMA/CA (Collision Avoidance)
37
In what situation is CSMA/CD used?
In physical bus topology ## Footnote It detects collisions and stops transmission upon detection.
38
What is the maximum data transfer speed in bus topology?
10 Mbps ## Footnote Achievable with coaxial cables.
39
Define hybrid topology.
A combination of various different topologies ## Footnote It results when different topologies are interconnected.
40
What are the advantages of hybrid topology?
* Flexibility to combine strengths of various topologies * Suitable for large or complex networks
41
What is a main disadvantage of tree topology?
Failure in the central device or main cable can disrupt the entire network ## Footnote This highlights the dependency on central components.
42
What is the top-most node in tree topology called?
Root node ## Footnote All other nodes are its descendants in a hierarchical structure.
43
What is a key advantage of tree topology?
Easily expandable ## Footnote New devices can be added without significant disruption.