mct260-operating systems i operating systems i networking

27
MCT260-Operating Systems I Operating Systems I Networking

Post on 21-Dec-2015

251 views

Category:

Documents


3 download

TRANSCRIPT

Page 1: MCT260-Operating Systems I Operating Systems I Networking

MCT260-Operating Systems I

Operating Systems I

Networking

Page 2: MCT260-Operating Systems I Operating Systems I Networking

2MCT260-Operating Systems I

Primary Learning Objective

Access Resources on a Network

Page 3: MCT260-Operating Systems I Operating Systems I Networking

3MCT260-Operating Systems I

Specific Learning Objectives

• Identify and define the terms associated with networking

• Log on and off a computer• Browse the network• Use the Universal Naming Convention (UNC)• Map a network drive• Use CLI commands associated with accessing

resources on a network • Connect to a network printer

Page 4: MCT260-Operating Systems I Operating Systems I Networking

4MCT260-Operating Systems I

Network

• Group of computers and other devices connected by some type of transmission media (cables, fiber, or wireless)

• Networks enable users to share devices, software, and information (data); collectively called a network’s resources

• Two basic types:– Local Area Network (LAN)– Wide Area Network (WAN)

Page 5: MCT260-Operating Systems I Operating Systems I Networking

5MCT260-Operating Systems I

Networks

• A LAN is a network of computers and other devices confined to relatively small space. The two subtypes are peer-to-peer and client/server

• A WAN is a network that spans large distance and connects two or more LANs– The Internet is an example of a very

intricate and extensive WAN that spans the globe

Page 6: MCT260-Operating Systems I Operating Systems I Networking

6MCT260-Operating Systems I

Wide Area Network (WAN)

Page 7: MCT260-Operating Systems I Operating Systems I Networking

7MCT260-Operating Systems I

Peer-to-Peer Network

A small number of computers communicate on A small number of computers communicate on single segment of cable and share each other’s single segment of cable and share each other’s data and devices. Inexpensive and easy to setup.data and devices. Inexpensive and easy to setup.

Page 8: MCT260-Operating Systems I Operating Systems I Networking

8MCT260-Operating Systems I

Client/Server

• Special computers (known as servers) process data for and facilitate communication between other computers on the network (known as clients)

• Networking model in which clients use central server to share applications, devices, and data

• Clients request resources

• Servers provide resources

Page 9: MCT260-Operating Systems I Operating Systems I Networking

9MCT260-Operating Systems I

Client/Server Network

Page 10: MCT260-Operating Systems I Operating Systems I Networking

10MCT260-Operating Systems I

Client/Server Advantages

• Centralized Administration:– Only requires one user login account and password – Access to multiple shared resources is better

controlled

• Better security

• Servers are optimized to handle heavy processing loads

• Servers can connect more many more computers

Page 11: MCT260-Operating Systems I Operating Systems I Networking

11MCT260-Operating Systems I

Logging On

• Press <Ctrl> + <Alt> + <Delete>

• Enter user name, password, and domain

Page 12: MCT260-Operating Systems I Operating Systems I Networking

12MCT260-Operating Systems I

Logging Off

• Why log off?– To secure your computer from unauthorized

access – You share the same computer with another user – To gain administrative rights to a shared folder

or printer

• Use Start > Log Off > Really Log Off• Occasionally you have to use Shut Down then

select Log Off UserName (Table 6-2 on Page 177)

Page 13: MCT260-Operating Systems I Operating Systems I Networking

13MCT260-Operating Systems I

Shutting Down

• Shutting down gives Windows a chance to save information in the computer’s memory to the local disk, cleaning up temporary files, and save changes to the Registry and to your profile.

• Use Start > Shut Down > OK then turn off the computer when it says it safe to do so.

• See Table 6-2 on Page 177

Page 14: MCT260-Operating Systems I Operating Systems I Networking

14MCT260-Operating Systems I

Browsing the Network

• Makes it easy to look for resources on the network but isn’t foolproof. Sometimes it appears that the resource isn’t available when it can still be accessed by mapping.

• Select My Network Places, click Entire network, Microsoft Network, the domain, the server, and then the shared resource (folder or printer)

Page 15: MCT260-Operating Systems I Operating Systems I Networking

15MCT260-Operating Systems I

Universal Naming Convention (UNC)

• Network resources on a Microsoft network have a common naming convention which is called the UNC .

• The UNC consists of two main parts: ServerName and ShareName.

• The UNC is seen in the form of:

\\servername\sharename

Page 16: MCT260-Operating Systems I Operating Systems I Networking

16MCT260-Operating Systems I

UNC Examples

• The ServerName can be the server name, the fully qualified domain name, or the IP address. These are all the same server.

\\cotweb3\schedules

\\cotweb3.mccneb.edu\ schedules

\\10.5.1.234\ schedules

Page 17: MCT260-Operating Systems I Operating Systems I Networking

17MCT260-Operating Systems I

Temporary Connection To A Resource

• Click the Start button and select Run from the Start menu.

• Type the UNC in the Run dialog box.

• The resource should open, if you are logged in as someone without permissions for the resource you will receive a "challenge box" that allows you to input your correct domain\username.

Page 18: MCT260-Operating Systems I Operating Systems I Networking

18MCT260-Operating Systems I

Challenge Box

Note that the user nameIncludes the domain name also. DomainName\UserName

It’s not a good idea to check the “remember my password” check box

Page 19: MCT260-Operating Systems I Operating Systems I Networking

19MCT260-Operating Systems I

Mapping a Resource

• Used if you frequently access a specific network folder.

• To map a network folder, you assign it a drive letter, like (J:), so that it appears as a drive in My Computer, Windows Explorer, and in your programs Open and Save dialog boxes.

• Much faster than having to browse through the network again and again to find it.

• Use My Network Places, My Computer, CLI, or Windows Explorer to map a drive.

Page 20: MCT260-Operating Systems I Operating Systems I Networking

20MCT260-Operating Systems I

Mapping a Resource Use the Tools menu in Explorer/My Computer

or right-click My Computer or My Network Places & select “Map Network Drive”

Page 21: MCT260-Operating Systems I Operating Systems I Networking

21MCT260-Operating Systems I

NET Commands

• NET CONFIG, NET DIAG, NET HELP, NET INIT, NET LOGOFF, NET LOGON, NET PASSWORD, NET PRINT, NET START, NET STOP, NET TIME, NET USE, NET VER, and NET VIEW

• To display this list with a description of each command, type NET HELP.

• To get help with a individual command type NET HELP <Command> or NET HELP VIEW

Page 22: MCT260-Operating Systems I Operating Systems I Networking

22MCT260-Operating Systems I

Using Help with NET Commands

Page 23: MCT260-Operating Systems I Operating Systems I Networking

23MCT260-Operating Systems I

NET USE (CLI Map Command)

• Connects (Maps) or disconnects your computer from a shared resource or displays information about your connections.

• NET USE Drive: \\ServerName\ShareName

• NET USE Z: \\SRP6\Students

Page 24: MCT260-Operating Systems I Operating Systems I Networking

24MCT260-Operating Systems I

Connecting to a Network Printer

Click Add a printer . Select the Network printer option and click Next. Select the Connect to this printer option and click Next.

Page 25: MCT260-Operating Systems I Operating Systems I Networking

25MCT260-Operating Systems I

Select Network Printer Click the + next to the desired network domain or

workgroup Click the + next to the desired computer or server, click the desired printer and click Next

Page 26: MCT260-Operating Systems I Operating Systems I Networking

26MCT260-Operating Systems I

Summary

• Network Terms

• Logging On/Off

• Shutting Down

• Browsing the Network

• UNC

• Mapping a Resource

• NET Commands (NET USE)

• Connecting to a Network Printer

Page 27: MCT260-Operating Systems I Operating Systems I Networking

27MCT260-Operating Systems I

Homework Assignment

• Reading

– XP Textbook – pp 171-186

– UNC Handout

• Lab Exercise 11: Accessing Network Resources

• Due Date: A Week from Next Tuesday