Peer-to-Peer Networking: Setup, Configuration, and Benefits

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/58

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

59 Terms

1
New cards

Point-to-Point Topology

A type of topology that facilitates communication between two nodes, where one acts as the sender and the other as the receiver. It is the simplest communication between two nodes

2
New cards

Peer-to-Peer (P2P) networking

An IT infrastructure that allows two or more computer systems to connect and share resources without needing a separate server or server software.

3
New cards

By physically connecting computers into a linked system or creating a virtual network.

How can workplaces set up a P2P network?

4
New cards

What resources can be shared in a P2P network?

Files, printers, storage, bandwidth, and processing power.

5
New cards

How is access controlled in a P2P network?

Access is controlled by setting sharing permissions on each computer and can be restricted further by assigning passwords to specific resources.

6
New cards

Easy file sharing

Advantages of Peer-to-Peer Networking

It allows for quick file sharing over large distances, enabling users to access files anytime with minimal delay.

7
New cards

Reduced costs

Advantages of Peer-to-Peer Networking

It eliminates the need for a dedicated server or network operating system and reduces the need for a full-time system administrator.

8
New cards

Adaptability

Advantages of Peer-to-Peer Networking

They allow for easy expansion by adding new clients, making them more flexible than traditional client-server networks, and grow with minimal disruptions.

9
New cards

Reliability

Advantages of Peer-to-Peer Networking

In contrast to client-server networks, which rely on a central server, peer-to-peer networks continue to function even if one computer goes down, spreading traffic across multiple devices to prevent bottlenecks.

10
New cards

High performance

Advantages of Peer-to-Peer Networking

The network's performance often improves as each client acts as a server, contributing resources.

11
New cards

Efficiency

Advantages of Peer-to-Peer Networking

They are designed for efficient collaboration between devices with varying resources, enhancing overall performance and resource utilization.

12
New cards

What materials are needed to set up a Point-to-Point network?

Two workstations (laptop or desktop), two network interface cards (NIC), and an Ethernet crossover cable.

13
New cards

What is the maximum character limit for a common workgroup name in a P2P setup?

15 characters or less.

14
New cards

How can you change the computer name and workgroup name in Windows?

Go to Start > Control Panel > System, select the Computer Name tab, and click the Change or Rename this PC button.

15
New cards

What happens if a computer in a P2P network goes down?

The network continues to function as it does not rely on a central server.

16
New cards

What is the significance of the Ethernet crossover cable in P2P networking?

It is used to connect two computers directly for data transfer.

17
New cards

What is the role of network interface cards (NIC) in a P2P network?

They enable computers to connect to the network and communicate with each other.

18
New cards

What is the benefit of having each client act as a server in a P2P network?

It ensures that the system scales efficiently as usage increases.

19
New cards

What is the main advantage of P2P networks over traditional client-server networks?

P2P networks are more flexible, cost-effective, and resilient to failures.

20
New cards

What should be the naming convention for the workgroups on both computers?

Both computers' workgroups should be named exactly the same.

21
New cards

What is an example of a unique computer name for network identification?

Examples include PC1 and PC2.

22
New cards

What should be done after assigning computer names and workgroups?

Reboot both computer systems.

23
New cards

What settings should be enabled for network discovery and file sharing?

Turn on network discovery and file and printer sharing, and turn off password-protected sharing.

24
New cards

Where can you find the settings to enable network discovery and file sharing?

Select the Start button, then select Settings > Network & internet > Advanced network settings.

25
New cards

What IP addresses should be assigned to the two PCs for them to communicate?

Assign PC1 an IP address of 192.168.0.1 and PC2 an IP address of 192.168.0.2.

26
New cards

How do you access the properties to change the IP address on a computer?

Go to Start > Control Panel > Network and Sharing Center > Change Adapter Settings.

27
New cards

What should you do after selecting your Local Area Connection properties?

Scroll to Internet Protocol Version 4 (TCP/IP), click it, and select Properties.

28
New cards

What is the default gateway for PC1?

The default gateway for PC1 should be the IP address of PC2, which is 192.168.0.2 and vice versa.

29
New cards

What should be done to the network discovery settings for both computers?

Network discovery should be turned on for both computers.

30
New cards

What is the purpose of enabling file and printer sharing?

It allows files and printers shared from one computer to be accessed by others on the network.

31
New cards

What should you do after entering the IP address and subnet mask on the second computer?

Repeat the steps for configuring the network card as done for the first computer.

32
New cards

What should be done with the public folder sharing settings?

Public folder sharing should be enabled.

33
New cards

What is the significance of network profiles in Windows?

Windows creates a separate network profile for each network you use, allowing specific options for each profile.

34
New cards

What is the purpose of the 'Validate settings upon exit' option?

It checks the settings for errors when you exit the configuration window.

35
New cards

What should you do to ensure both computers can see each other on the network?

Turn on network discovery on both computers.

36
New cards

How can you check if the network is successful on a Windows computer?

Open Windows Explorer and click on Network.

37
New cards

What command can you use in the command prompt to test network connectivity?

Type 'ping 192.168.1.1' and press [Enter].

38
New cards

What should the replies indicate when using the ping command?

Replies to your ping should be indicated, showing successful communication.

39
New cards

Network List Manager Policies

It allows configuration of security settings for how networks are listed and displayed.

40
New cards

How do you access the Local Security Policy on Windows?

Type 'secpol.msc' in the Start screen and press [ENTER].

41
New cards

What is required to access the Security Policy snap-in on Windows 10 Home?

You need to upgrade to the Pro version.

42
New cards

What should you select to change the network location type in Local Security Policy?

Select Network List Manager Policies and right-click on your preferred network.

43
New cards

What is the recommended network location type for a private network?

Choose 'Private' under the location type.

44
New cards

Windows Services

Specialized programs running in the background of the Windows operating system.

45
New cards

Windows Services

Operate independently of user sessions and can be configured to start automatically when the system boots.

46
New cards

Windows Services

They handle core tasks such as network connectivity, system security, and hardware management.

47
New cards

Service Name and Description

Key Elements of a Windows Service

  • Each service has a unique name and description that explains its purpose. This information helps administrators identify and manage services effectively.

48
New cards

Startup Type

Key Elements of a Windows Service

  • This determines how and when the service starts.

49
New cards

Automatic

Key Elements of a Windows Service

  • This determines how and when the service starts. The options include:

  • _______: The service starts automatically when the system boots

50
New cards

Manual

Key Elements of a Windows Service

  • This determines how and when the service starts. The options include:

  • _______: The service must be started manually by an administrator or another device

51
New cards

Disabled

Key Elements of a Windows Service

  • This determines how and when the service starts. The options include:

  • _______: The service is disabled and cannot be started

52
New cards

Service Status

Key Elements of a Windows Service

  • This indicates the current state of the service, such as running, stopped or paused. Administrators can control this through the Windows Services Manager

53
New cards

Log On As

Key Elements of a Windows Service

  • This specifies the user account under which the service runs. It can run under the Local System account, a local user account, or a network account, depending on the service requirements and security considerations.

54
New cards

Services Console (services.msc)

Accessing Windows Services

The Windows Services Manager, also known as the ______ _______, is the most straightforward way to view and manage Windows Services.

  • Open the Run command

  • Type services.msc

55
New cards

Task Manager

Accessing Windows Services

It provides a quick way to view and manage running services, including starting or stopping them.

  • Open the _____ _____

  • Go to Services Tab

  • Here, you can view the status of services and start or stop them as needed.

56
New cards

What is the function of Server Manager in Windows Server OS?

Accessing Windows Services

It provides a centralized interface to manage server roles and features, including Windows Deployment Services and Windows Server Update Services.

  • Open Server Manager from the Start menu

  • Navigate to the Manage menu and select Add Roles and Features to install or configure roles and services

  • Use the Tools menu to access Windows Deployment Services and Windows Server Update Services.

57
New cards

What services should be set to 'Automatic' startup type for file sharing?

Windows Services Configuration

1. Function Discovery Resource Publication

2. SSDP Discovery

3. UPnP Device Host

58
New cards

How do you share a file or folder over a network in File Explorer?

Right-click the file or folder, select Show more options > Give access to > Specific people, then choose a user or Everyone.

59
New cards

What steps should you take to stop sharing files or folders?

Right-click the file or folder, select Show more options > Give access to > Remove access.