1/58
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
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
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.
By physically connecting computers into a linked system or creating a virtual network.
How can workplaces set up a P2P network?
What resources can be shared in a P2P network?
Files, printers, storage, bandwidth, and processing power.
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.
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.
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.
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.
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.
High performance
Advantages of Peer-to-Peer Networking
The network's performance often improves as each client acts as a server, contributing resources.
Efficiency
Advantages of Peer-to-Peer Networking
They are designed for efficient collaboration between devices with varying resources, enhancing overall performance and resource utilization.
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.
What is the maximum character limit for a common workgroup name in a P2P setup?
15 characters or less.
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.
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.
What is the significance of the Ethernet crossover cable in P2P networking?
It is used to connect two computers directly for data transfer.
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.
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.
What is the main advantage of P2P networks over traditional client-server networks?
P2P networks are more flexible, cost-effective, and resilient to failures.
What should be the naming convention for the workgroups on both computers?
Both computers' workgroups should be named exactly the same.
What is an example of a unique computer name for network identification?
Examples include PC1 and PC2.
What should be done after assigning computer names and workgroups?
Reboot both computer systems.
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.
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.
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.
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.
What should you do after selecting your Local Area Connection properties?
Scroll to Internet Protocol Version 4 (TCP/IP), click it, and select Properties.
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.
What should be done to the network discovery settings for both computers?
Network discovery should be turned on for both computers.
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.
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.
What should be done with the public folder sharing settings?
Public folder sharing should be enabled.
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.
What is the purpose of the 'Validate settings upon exit' option?
It checks the settings for errors when you exit the configuration window.
What should you do to ensure both computers can see each other on the network?
Turn on network discovery on both computers.
How can you check if the network is successful on a Windows computer?
Open Windows Explorer and click on Network.
What command can you use in the command prompt to test network connectivity?
Type 'ping 192.168.1.1' and press [Enter].
What should the replies indicate when using the ping command?
Replies to your ping should be indicated, showing successful communication.
Network List Manager Policies
It allows configuration of security settings for how networks are listed and displayed.
How do you access the Local Security Policy on Windows?
Type 'secpol.msc' in the Start screen and press [ENTER].
What is required to access the Security Policy snap-in on Windows 10 Home?
You need to upgrade to the Pro version.
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.
What is the recommended network location type for a private network?
Choose 'Private' under the location type.
Windows Services
Specialized programs running in the background of the Windows operating system.
Windows Services
Operate independently of user sessions and can be configured to start automatically when the system boots.
Windows Services
They handle core tasks such as network connectivity, system security, and hardware management.
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.
Startup Type
Key Elements of a Windows Service
This determines how and when the service starts.
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
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
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
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
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.
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
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.
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.
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
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.
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.