Download presentation
Presentation is loading. Please wait.
Published byAdam Benson Modified over 9 years ago
1
A Small PC Network Chapter 6 Copyright 2001 Prentice Hall Revision 2: July 2001
2
2 Small Peer-Peer PC Network n No dedicated (full- time) server n User PCs supply services to each other n So user PCs act both as clients and as servers
3
3 Small Peer-Peer PC Network n File Sharing – Each PC can make certain disk drives or directories available to to other user PCs – Can allow others read-only or full access to files there – Can require password for access
4
4 Small Peer-Peer PC Network n Printer Sharing – Each PC can make one or more printers attached to it available to others
5
5 Small Peer-Peer PC Network n Advantage – No dedicated server to purchase and maintain
6
6 Small Peer-Peer PC Network n Disadvantages – If someone turns off their PC or crashes it, people using its files or printer are cut out
7
7 Small Peer-Peer PC Network n Disadvantages – Users often set up security poorly giving access to unauthorized people – Special problem if home network is connected to the Internet New
8
8 Small Peer-Peer PC Network n Overall – Beyond about 2-5 users, problems become too pronounced – Beyond about 10 users, very bad idea New
9
9 Elements of a Simple PC Network with a Dedicated Server Hub or Switch Server Client PC Server Wiring
10
10 Elements of a Small PC Network n LAN Standards – We will focus on LANs that follow the Ethernet standard (80% do) n Small Ethernet PC networks use only inexpensive UTP wiring n Speeds for NICs and Hubs or Switches – 10Base-T (10 Mbps, baseband, UTP) – 100Base-TX (100 Mbps, baseband, UTP) – 1000Base-T (Gigabit Ethernet) (1 Gbps)
11
11 Elements of a Small PC Network n Need a hub or switch to connect the PCs – Connector box with multiple plug-in jacks – Hubs and switches are described later n Each PC needs a network interface card (NIC) – Implements physical and data link layer connection to the LAN n Wire – Business-grade UTP telephone wiring
12
12 Elements of a Simple PC Network n Ethernet UTP Wiring – 4-pair bundle (8 wires) – Each pair is twisted – Terminates in RJ-45 connector n Quality Level – Category 5 or Category 5e (enhanced) – Older categories (3 and 4) exist but are now fairly rare – New Category 6 is coming but will not be necessary for Ethernet New
13
13 Elements of a Simple PC Network n Ethernet UTP Wiring – Come pre-cut in many useful lengths (1 m, 2 m, 25 m, etc.) with connectors already added to both ends – Can also cut wire to precise lengths needed and then attach connectors n Must test the wire after cutting it and attaching connectors!
14
14 Elements of a Simple PC Network n Plenum Wiring – For wiring run through airways; covering does not give off toxic fumes if it burns n Required if wires are run through air conditioning ducts n Needed in false ceilings and false floors – More expensive but required by law and concern for employee safety
15
15 Elements of a Small PC Network n Ethernet Hub Operation – One station transmits a single bit to a hub (physical layer operation) – Hub broadcasts bit to all attached stations – All but the destination PC should ignore the message Hub Bit
16
16 Elements of a Small PC Network n Ethernet Hubs – Broadcasting is simple, so – Hubs are inexpensive
17
17 Elements of a Small PC Network n Ethernet Hubs Can Create Latency – Only one station may transmit at a time or the signals will collide and be unreadable – Other stations must wait (latency) Must Wait
18
18 Elements of a Small PC Network n Ethernet Hubs Can Create Latency – Becomes a problem with 100+ PCs and 10 Mbps hub – 200 PCs is upper limit for tolerable service with a 10 Mbps hub Must Wait
19
19 Elements of a Small PC Network n Ethernet Switches – One station transmits a frame to a switch (data link layer operation) – Switch only transmits frame out port of destination PC – No broadcasting out all ports Switch Frame
20
20 Elements of a Small PC Network n Ethernet Switches – Multiple conversations can take place simultaneously because there is no broadcasting, which ties up all ports – No wait to transmit; no Latency Switch
21
21 Elements of a Simple PC Network n Client PCs – End user’s desktop or notebook PC – Add network interface card (NIC) – With Win95, Win98, Win ME, Win NT, or Win 2000 Professional, Win XP, and Macintosh, no extra software is needed – Networks have many client PCs
22
22 Elements of a Simple PC Network n Servers – Provide services to client PCs – Usually PCs themselves – Most PC nets have multiple servers – Require a NIC – Require a server operating system (SOS) – Require application software
23
23 Elements of a Simple PC Network n Server Operating System (SOS) – Servers need operating systems more reliable than client PC operating systems – Windows NT/2000 Server, Novell NetWare, UNIX, LINUX n Application Software – Provides the services offered by the servers – E-mail, word processing, file sharing, etc. – More expensive than the SOS
24
24 Elements of a Simple PC Network n Novell NetWare SOS – Once dominant, but market share has shrunk – Excellent file and print service – Excellent directory service (later) – Until recently, was not sufficiently robust and scalable for servers other than file servers
25
25 Elements of a Small PC Network n Microsoft Windows Server Operating System – More robust than desktop Windows (Win 95, Win 98, Win 2000 Professional, etc.) – All 32-bit code – Microsoft Windows NT Server before 2000 – Newer Microsoft Windows 2000 Server n Versions in order of increasing functionality: Windows 2000 Server, Advanced Server, DataCenter Server New
26
26 Elements of a Small PC Network n Microsoft Windows Server Operating System – Easy to install, learn, and use because resembles desktop Windows – Becoming dominant for small business and small department servers – Windows NT Server has had serious reliability and scalability problems – Windows 2000 Server versions promise to improve reliability and scalability
27
27 Elements of a Small PC Network n UNIX – Powerful workstation servers run UNIX – Extremely reliable – Workstation servers running UNIX dominate the enterprise server market
28
28 Elements of a Small PC Network n UNIX – Expensive to buy – Must retrain staff or hire UNIX staff – Many versions of UNIX exist n Most run the same application software n However, have different management utilities, etc., requiring training for each version used – Not for Small PC Networks
29
29 Elements of a Small PC Network n LINUX – Version of UNIX – Runs on Intel PCs ( and compatibles); low cost – Available free n But usually pay around $50 to $150 for packaged version – Reliable like other UNIX versions – Open Source: Many people are developing tools to add to the LINUX core
30
30 Elements of a Small PC Network n LINUX – Available in Distributions n A distribution has the LINUX kernel plus other programs n Available on CD-ROM or by downloading n Distributions from different LINUX vendors differ in the specific programs included n Differences make selection, implementation difficult New
31
31 Elements of a Small PC Network n LINUX – Requires Extensive Labor to Set Up, Maintain – Device driver software often is lacking for printers, disk drives, and other devices – Requires more training because it is UNIX – Better distributions and support coming? New
32
32 Servers n Options – Put all services on one server, or – One server per service, or – In-Between solutions
33
33 Servers n Option: Put All Services on One Server – Cheapest for small organizations
34
34 Servers n Option: One Service Application per Server – Can optimize hardware for application – More reliable, because a crashing service does not crash others – Security: users cannot log into one service, switch to another easily
35
35 Servers n Option: Hybrid with Some Servers Offering One Service, Others Offering Several – Distribute services in ways that make sense for the services, organization size, etc.
36
36 Servers n Cost (Which is Cheapest?) – Difficult to know – For small organization, most or all services on one usually is cheapest – For larger organizations, optimization through multiple servers often minimizes costs
37
37 Server Application Software n File Service Allows File Sharing – File server stores program and data files – Shared file be accessed by any user with access rights – Built into most SOSs File Server Access Rights No Access Rights
38
38 Server Application Software n File Service – For sharing application program files also – No need to install applications on each PC n Greatly reduces installation labor File Server
39
39 Server Application Software n File Server Program Access – Program is STORED on the file server File Server
40
40 Server Application Software n File Server Program Access – But program is EXECUTED on the client PC – Limited by power of client PCs, which do not get very large File Server
41
41 Server Application Software n Print Service – Also built into SOSs – Print jobs go to shared printers – But they first go to the file server – Not directly to the print server! File Server Print Server Shared Printer Client PC
42
42 Server Application Software n Print Service – File server stores print job in a print queue until print server is ready to print it – File server sends the print job to the print server File Server Print Server Shared Printer
43
43 Server Application Software n Print Server – Print server feeds the print job to the printer – Print servers are simple and inexpensive because the file server does most of the work – Low print server cost allows shared printers can be scattered throughout the office File Server Print Server
44
44 Server Application Software n Print Server – Connects to printer via parallel port on the print server; no special printer needed – Has NIC to connect to the hub or switch – Requires an RJ-45 port on the hub or switch Print Server Parallel Cable UTP RJ-45 Port
45
45 Server Application Software n Print Server Location – Parallel cable distance limitation requires print server to be within 1-2 meters of the printer – UTP allows print server to be up to 100 meters from the hub or switch Print Server Parallel Cable (1-2 m only) UTP (up to 100 m) RJ-45 Port New
46
46 Server Application Software n Typical Application Software – Word processing, e-mail, etc. – Must buy multiuser versions, not just a single copy from a retail store – License will limit the number of users – Will cost more than the SOS New
47
47 Server Application Software n Remote Access Service (RAS) – User dials into a remote access server – Server authenticates the user (user must prove identity) – If authenticated, user may use internal servers – Client PC needs RAS software LAN Internal Server RAS Dial-In Client Dial-Up Telephone Line RAS Client Software
48
48 Server Application Software n Internet Access for a Simple PC LAN – Serial Router – Simple, inexpensive router – One RJ-45 port for LAN, one suitable port for ISP Connection Serial Router Access Line
49
49 Server Application Software n Serial Routers – May provide security to stop outside hackers n Network address translation (NAT) hides addresses of internal machines n Only serial router’s IP address appears in outgoing packets Serial Router Access Line IP Packet with Serial Router’s IP Address
50
50 Server Application Software n Serial Routers – Provide security to stop outside hackers n May provide a firewall (discussed in Chapter 10) to prevent unauthorized access from Internet hackers Serial Router Access Line
51
51 Server Application Software n Directory Servers – Problem: Most networks have many servers – To use a resource, must know the server n To send e-mail, address is user@server n Files must be accessed on particular servers
52
52 Server Application Software n Directory Servers – Directory server knows all resources on all servers – Can send mail to user (without @server) – Can search for a specific file across servers Directory Server
53
53 Server Application Software n Directory Servers – Know user access rights on all servers – Single login to directory server – After that, get access to all other servers where user has access rights Directory Server Single Login
54
54 File Server Systems Administration n Set Access Rights for Each Directory, File – The ability to even see a directory or file (otherwise, it will be invisible) – The ability to get a read-only copy of a file in a directory (a copy that cannot be edited and then saved under the same name) – The ability to create, edit, and delete files and subdirectories – The ability to assign access rights in a directory to other users
55
55 File Server Systems Administration n Set Up Access Rights for Each Directory, File – Must be done for each individual in each directory! – Usually, however, assign individual to groups – Give access rights to groups – Members of groups then get those rights – Using groups greatly simplifies the assignment of access rights
56
56 File Server Systems Administration n Automatic Inheritance of Access Rights – Assign rights to individual or group in a directory – Rights automatically inherited in lower directories – Simplifies rights assignment Application Word ProcessingDatabase OracleQuickDB Assigned Browse And Read Rights Inherits Browse And Read Rights Inherits Browse And Read Rights
57
57 File Server Systems Administration n Blocking of Inheritance – If assign rights explicitly in subdirectory, inheritance is blocked – Only assigned rights are effective Application Word ProcessingDatabase Oracle (Browse and Execute Only) QuickDB Assigned Browse And Read Rights Inherit Browse And Read Rights Assigned Browse And Execute Rights
58
58 File Server Systems Administration n The Assignment of Rights: Recap – Rights can be assigned to individuals or group n Group members receive all rights assigned to the group – Rights are automatically inherited in lower- level directories, unless – Rights are explicitly assigned in a directory, in which case automatic inheritance is blocked and only explicitly assigned rights are in effect in that directory
59
59 File Server Systems Administration n Omnibus Rights – Administrator normally has omnibus rights – Can read, delete, etc. any file in any directory – Serious security concern
60
60 Setting Up a Client PC for Windows n Physically install a NIC n Set Up Microsoft Windows for Networking – Adapter (installed with NIC) – Protocol – Client
61
61 Client PC Setup for Windows n Install NIC – Physically open systems unit – Main printed circuit board is the mother board – Has slots for expansion boards – Press NIC expansion board into slot, use screw to hold in place Slot Mother Board NIC
62
62 Client PC Setup for Windows n Install NIC – Types of Slots – ISA for up lower speeds – PCI for higher speeds (longer slot) – NIC must be compatible with slot Slot Mother Board NIC
63
63 Client PC Setup for Windows n Install the NIC – Boot system after installation – Windows should recognize the new NIC – Setup will be fairly automatic, although you may be asked to provide a disk that came with the NIC – Some NICs have their own setup disks and should bypass automatic Windows setup. Check the NIC documentation
64
64 Client PC Setup for Windows n Set Up Microsoft Networking n In Windows 95 and Windows 98, – Go to the Start Button – Choose Settings – Choose Control Panel – Double click the Network icon – This opens the Network Dialog Box
65
65 Client PC Setup for Windows n Be sure the Configuration tab is selected in the Network Dialog Box – You will see adapters, protocols, clients, and services that have already been added n Operations – Add: To add an adapter, protocol, client, or service – Remove: To remove one – Properties: To see or change the properties of the selected adapter, protocol, client, or service
66
66 Client PC Setup for Microsoft Windows n Adding a Protocol – In the Network Dialog Box, clicking the “Add” button takes you to the Select Network Component Type dialog box – Choose Protocol, then hit Add – You then go to the Select Network Protocol dialog box – Choose the Manufacturer and Protocol your server requires
67
67 Client PC Setup for Microsoft Windows n Configuring a Protocol – In the Network Dialog Box, click on the protocol you installed – Click the Properties button takes you to the properties dialog box for that protocol – Set up the properties – Bind the protocol to your client and adapter
68
68 Client PC Setup for Microsoft Windows n Client – In the Network Dialog Box, clicking the “Add” button takes you to the Select Network Component Type dialog box – Choose Client, then hit Add – You then go to the Select Network Client dialog box – Choose the manufacturer and client your server requires
69
69 Setting Up a Peer-to-Peer Network n For Each PC – Install the Client for Microsoft Networks – This supports peer-peer networking n Implement Sharing – In the Network Dialog Box, – Click the File and Print Sharing button – Enable file and print sharing by clicking on the appropriate boxes New
70
70 Setting Up a Peer-Peer Network n To Share a Specific Printer – Choose Start, Settings, Printers – Right click on icon for printer to be shared – Choose Sharing in the pop-up menu – Select Shared As in the Properties Dialog Box and give the printer any name – Give a password if desired – Anyone can now use it if they have the password or if you set no password New
71
71 Setting Up a Peer-Peer Network n To share a disk or directory’s files – In Explorer or My Computer, right click on disk or directory to be shared – Select Sharing in the pop-up menu n In (name of item selected) Sharing Dialog Box – Click Shared As radio button n Give shared name (how others will refer to it) n Add a comment if desired New
72
72 Setting Up a Peer-Peer Network n In (name of items selected) Sharing Dialog Box – Select an Access Type Radio Button n Read-Only – Anyone can read but cannot change – Can give password n Full (can do anything) – Can do anything – Can give password n Depends on Password – Can give different passwords for read-only, full New
73
73 Using a Shared Resource n Using a Shared printer – In application, choose Print – Select printer as usual – May need to give password n Using a Shared File or Directory – Choose Network Neighborhood – Select the desired file or directory – May need to give password New
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.