NetworkingA+

Network Sharing for CompTIA A+ 220-1101

Network sharing enables multiple computers to access shared files and printers without transferring files manually or purchasing multiple devices. CompTIA A+ 220-1101 tests configuring Windows file sharing, printer sharing, and mapping network drives. Network sharing is a fundamental IT task in every office environment — technicians configure it daily.

7 min
2 sections · 7 exam key points
1 practice questions

File Sharing in Windows

Workgroup vs Domain: Workgroup — each PC manages its own user accounts, suitable for small offices (< 10 PCs). Domain (Active Directory) — centralized user management via domain controller, used in enterprise. A+ covers both workgroup and basic domain scenarios.

Enabling file sharing: Settings → Network & Internet → Sharing options → Turn on network discovery and file and printer sharing. Share a specific folder: right-click folder → Properties → Sharing tab → Advanced Sharing → Share this folder → set share name and permissions. Share permissions: Read (view only), Change (add/modify/delete), Full Control (all permissions + change permissions).

SMB (Server Message Block): the Windows file sharing protocol. Network path format: \\computername\sharename or \\IP\sharename. Access from another PC: File Explorer → address bar → type UNC path or use 'Map network drive' for persistent access. NTFS permissions and share permissions both apply — effective permission is the more restrictive of the two.

Mapping network drives: right-click 'This PC' → Map network drive → select drive letter → enter UNC path (\\server\share) → reconnect at sign-in for persistence. Alternatively: 'net use Z: \\server\share /persistent:yes' in command prompt. Mapped drives appear as lettered drives in File Explorer.

Public folders: Windows has a Public folder (C:\Users\Public) — content shared with all users on the local PC and, when sharing is enabled, with network users. Simplest sharing method but no access control.

Printer Sharing

Share a local printer: Settings → Bluetooth & devices → Printers & scanners → select printer → Printer properties → Sharing tab → Share this printer → set share name. Other computers can then access it at \\computername\printershare.

Add a shared network printer: Settings → Printers & scanners → Add a printer or scanner → 'The printer I want isn't listed' → 'Select a shared printer by name' → enter UNC path. Alternatively: browse \\computername in File Explorer, right-click the shared printer → Connect. Windows installs the driver from the print server automatically.

Printer server: a computer, NAS, or dedicated print server that hosts printers for network clients. Advantage: no print host must be powered on (unlike personal printer sharing from a workstation). Enterprise: print servers use TCP/IP printing (port 9100, LPR, or IPP) to manage print queues centrally.

Key exam facts — A+

  • UNC path: \\computername\sharename — standard Windows file sharing address format
  • Map network drive: assigns a drive letter to a network share for persistent easy access
  • Share permissions: Read, Change, Full Control — most restrictive of share + NTFS wins
  • SMB: Windows file sharing protocol; requires network discovery and file sharing enabled
  • Share a printer: Printer Properties → Sharing tab — other PCs connect via \\host\printer
  • Workgroup: each PC manages own accounts; Domain: centralized via Active Directory
  • 'net use Z: \\server\share /persistent:yes': command-line drive mapping

Common exam traps

Share permissions and NTFS permissions are the same thing

They are two independent permission layers. Share permissions apply when accessing via network only. NTFS permissions apply both locally and over the network. When both apply (network access to an NTFS volume), the effective permission is the MORE RESTRICTIVE combination — if share grants Full Control but NTFS grants Read Only, the result is Read Only

Practice questions — Network Sharing

These questions are representative of what you will see on A+ exams. The correct answer and explanation are shown immediately below each question.

Q1.A user needs consistent access to a network folder at \\fileserver\projects every time they log in. Which action provides the easiest ongoing access?

A.Navigate to the UNC path manually each time via File Explorer
B.Map a network drive to assign a drive letter that reconnects automatically at login
C.Copy files locally each morning
D.Use FTP to access the files

Explanation: Mapping a network drive creates a persistent connection with a drive letter (e.g., Z: → \\fileserver\projects) that reconnects automatically every time the user logs in. The share appears in File Explorer as a local drive letter, making it easy to navigate and use with any application. Manual UNC navigation works but requires retyping every session. Copying files defeats the purpose of shared access and creates version conflicts.

Frequently asked questions — Network Sharing

Why can't other computers see my shared folder even though sharing is enabled?

Common causes: network discovery is off — go to Settings → Network & Internet → Sharing options → enable network discovery for the current network profile (Private, not Public). Windows Firewall blocking file sharing ports (TCP 445, 139, UDP 137, 138) — File and Printer Sharing exception should be enabled automatically with file sharing. The computers may be on different VLANs/subnets (SMB doesn't cross routers without configuration). Workgroup name mismatch (should be the same on all PCs for workgroup visibility). Verify by trying the UNC path directly (\\computername) even if the computer doesn't appear in Network.

Practice this topic

Test yourself on Network Sharing

JT Exams routes you to questions in your exact weak areas — automatically, after every session.

No credit card · Cancel anytime

Related certification topics