Top Banner
Building Your Building Your Own Own LAN LAN CONNECTING TO THE WORLD CONNECTING TO THE WORLD
25
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Building Your Own LAN CONNECTING TO THE WORLD

Building Your OwnBuilding Your OwnLANLAN

CONNECTING TO THE WORLDCONNECTING TO THE WORLD

Page 2: Building Your Own LAN CONNECTING TO THE WORLD

How to create a LANHow to create a LAN

I.I. Connect the hardware togetherConnect the hardware together

II.II. Install software and “protocols”Install software and “protocols”

III. III. Install “services”Install “services”

IV. IV. Set up files to share between Set up files to share between computerscomputers

Page 3: Building Your Own LAN CONNECTING TO THE WORLD

I. Hardware to connectI. Hardware to connectComputers with NIC cards in themComputers with NIC cards in them– Now the NIC is often on the motherboardNow the NIC is often on the motherboard

CablesCables

Hub or SwitchHub or Switch– What could the downside of using a hub be?What could the downside of using a hub be?– Which is faster a switch or a hub?Which is faster a switch or a hub?– Which is more secure a switch or a hub?Which is more secure a switch or a hub?

Router Router – Usually your gateway to your ISP and the InternetUsually your gateway to your ISP and the Internet

Page 4: Building Your Own LAN CONNECTING TO THE WORLD

Key hardwareKey hardware

What are the following?:What are the following?:HubHub (unsophisticated, rebroadcasts everything from your (unsophisticated, rebroadcasts everything from your computer to everyone on the same hub)computer to everyone on the same hub)SwitchSwitch (like a hub but only broadcasts to where it should (like a hub but only broadcasts to where it should go—it filters and forwards)go—it filters and forwards)Router Router (A device that forwards data packets along (A device that forwards data packets along networks. A router is connected to at least two networks, networks. A router is connected to at least two networks, commonly two LANs or WANs or a LAN and its ISP’s commonly two LANs or WANs or a LAN and its ISP’s network. Routers are located at gateways, the places network. Routers are located at gateways, the places where two or more networks connect)where two or more networks connect)

Page 5: Building Your Own LAN CONNECTING TO THE WORLD

II. INSTALL SOFTWARE & II. INSTALL SOFTWARE & PROTOCOLSPROTOCOLS

Suitable operating system software for networks such asSuitable operating system software for networks such as– Windows XP (workstation)Windows XP (workstation)– Server (Windows 2003 Server)Server (Windows 2003 Server)– NOS (Windows 2003 Enterprise) Protocol is the common data NOS (Windows 2003 Enterprise) Protocol is the common data

communication language between computers.communication language between computers.

Protocol determines the following:Protocol determines the following:– the type of error checking to be used the type of error checking to be used – data compression method, if any data compression method, if any – how the sending device will indicate that it has finished sending how the sending device will indicate that it has finished sending

a message a message – how the receiving device will indicate that it has received a how the receiving device will indicate that it has received a

message message

Page 6: Building Your Own LAN CONNECTING TO THE WORLD

KEY PROTOCOLSKEY PROTOCOLSNETBEUINETBEUI

– NetBEUI stands for NetBIOS enhanced user interface. In NetBEUI stands for NetBIOS enhanced user interface. In turn, NetBIOS stands for network basic input/output system. turn, NetBIOS stands for network basic input/output system. This is an This is an unroutableunroutable network protocol used by DOS, network protocol used by DOS, Microsoft Windows and OS/2-based systems to Microsoft Windows and OS/2-based systems to communicate with locally-attached file servers.communicate with locally-attached file servers.

– DOES NOT require special configurationDOES NOT require special configuration

TCP/IPTCP/IP– TCP/IP is the primary Internet protocolTCP/IP is the primary Internet protocol– TCP is one of the main protocols in TCP/IP networks. TCP is one of the main protocols in TCP/IP networks.

Whereas the IP protocol deals only with digital data packets, Whereas the IP protocol deals only with digital data packets, TCP enables two hosts to establish a connection and TCP enables two hosts to establish a connection and exchange streams of data. TCP guarantees delivery of data exchange streams of data. TCP guarantees delivery of data and also guarantees that packets will be delivered in the and also guarantees that packets will be delivered in the same order in which they were sent. same order in which they were sent.

– DOES require some configurationDOES require some configuration

Page 7: Building Your Own LAN CONNECTING TO THE WORLD

III. INSTALL SERVICESIII. INSTALL SERVICES(FUNCTIONALITY)(FUNCTIONALITY)

For example: file and print sharing, FTP, For example: file and print sharing, FTP, Web, etc.Web, etc.

Page 8: Building Your Own LAN CONNECTING TO THE WORLD

IV. Set up what you want to IV. Set up what you want to shareshare

WORKGROUPSWORKGROUPS

RESOURCES TO SHARERESOURCES TO SHARE– SELECT A FOLDERSELECT A FOLDER

ACCESS LEVEL (PERMISSIONS)ACCESS LEVEL (PERMISSIONS)– FULL ACCESSFULL ACCESS– CHANGESCHANGES– READ ONLYREAD ONLY

Page 9: Building Your Own LAN CONNECTING TO THE WORLD

Networking ActivitiesNetworking Activities

Page 10: Building Your Own LAN CONNECTING TO THE WORLD

#1 Crossover Cable#1 Crossover CableThe most simple connectionThe most simple connection

– For transferring data from one machine to another when not For transferring data from one machine to another when not on a LAN (perhaps an old hard drive to a new one)on a LAN (perhaps an old hard drive to a new one)

– Playing games without a hub (outside or in a car)Playing games without a hub (outside or in a car)

Pin # Signal Straight Crossed-Over Side1 Send + White w. Orange White w. Green2 Send - Orange Green3 Receive + White w. Green White w. Orange4 idle Blue Blue5 idle White w. Blue White w. Blue6 Receive - Green Orange7 idle White w. Brown White w. Brown8 idle Brown Brown

Note: “White w. Orange” means White with Orange Stripe More on cables

Page 11: Building Your Own LAN CONNECTING TO THE WORLD

#1 Crossover Cable Instructions#1 Crossover Cable InstructionsI. HardwareI. Hardware

– Plug crossover cable into NICs of both machinesPlug crossover cable into NICs of both machines

II. Software and Protocols (assuming XP)II. Software and Protocols (assuming XP)– On each machine configure TCP/IPOn each machine configure TCP/IP

StartStartControl PanelControl PanelNetwork ConnectionsNetwork Connections– Or right click on “My Network Places” and select propertiesOr right click on “My Network Places” and select properties

Right clink on “Local Area Connection” and select propertiesRight clink on “Local Area Connection” and select properties

Make sure your NIC card is showingMake sure your NIC card is showing

Select “Internet Protocol (TCP/IP)” or install if necessarySelect “Internet Protocol (TCP/IP)” or install if necessary

Click on Properties Click on Properties [Note: discuss briefly getting IP address automatically [Note: discuss briefly getting IP address automatically from a DHCP server]from a DHCP server]

Select “Use the following IP address” and type in the followingSelect “Use the following IP address” and type in the following– IP Address: 10.1.1.1 for one machine and 10.1.1.2 for the otherIP Address: 10.1.1.1 for one machine and 10.1.1.2 for the other– Subnet Mask: 255.255.255.0 for both machinesSubnet Mask: 255.255.255.0 for both machines– Click “OK” (gateway is not needed as we have no Internet connection)Click “OK” (gateway is not needed as we have no Internet connection)

Page 12: Building Your Own LAN CONNECTING TO THE WORLD

#1 Crossover Cable Instructions#1 Crossover Cable Instructions

III. ServicesIII. Services– File and Printer File and Printer SharingSharing for Microsoft for Microsoft

NetworksNetworks is installed by default on XP. is installed by default on XP. – Get in the Get in the same workgroupsame workgroup

Right-click on Right-click on My ComputerMy Computer and select and select properties. properties. Select the Select the ComputerComputer NameName tab. tab. Left-click on the Left-click on the propertiesproperties button. button.

Make sure the workgroup names are identical. Make sure the workgroup names are identical. Use Use ChangeChange button toward the bottom of the button toward the bottom of the current window if necessary.current window if necessary.

Page 13: Building Your Own LAN CONNECTING TO THE WORLD

IV. Files to shareIV. Files to share– Right-click on a folder you wish to share. Then Right-click on a folder you wish to share. Then

left-click on the left-click on the SharingSharing andand SecuritySecurity selection. selection.– Check the Check the “Share this file on the network” “Share this file on the network”

box.box.– Click the Click the ApplyApply button and then the button and then the OKOK button button

when you have finished the information. A hand when you have finished the information. A hand should appear under the file or folder indicating should appear under the file or folder indicating that it has share-level access.that it has share-level access.

Go to “My Network Places” and enjoy your Go to “My Network Places” and enjoy your workgroup resources!workgroup resources!

#1 Crossover Cable Instructions#1 Crossover Cable Instructions

Page 14: Building Your Own LAN CONNECTING TO THE WORLD

#2 Hub or Switch#2 Hub or Switch

Exactly the same as #1, except regular Exactly the same as #1, except regular straight-through cables are plugged straight-through cables are plugged between the NIC cards and the hub or between the NIC cards and the hub or switch.switch.

Page 15: Building Your Own LAN CONNECTING TO THE WORLD

Networks for Your HomeNetworks for Your Home

Wired option – install a router and CAT5 Wired option – install a router and CAT5 Twisted-pair cable through your houseTwisted-pair cable through your house

““No-New-Wires” for a home network No-New-Wires” for a home network – Wireless (Wi-Fi) – Wireless router and PC Wireless (Wi-Fi) – Wireless router and PC

Cards Cards Set secure login and encrypt transmissions!Set secure login and encrypt transmissions!

– HomePlug – House AC electrical wiresHomePlug – House AC electrical wires– HomePNA – House phone wiresHomePNA – House phone wires

Page 16: Building Your Own LAN CONNECTING TO THE WORLD

Networks for Your HomeNetworks for Your Home

Wi-FiWi-Fi HomePlugHomePlug HomePNAHomePNA

Speed Speed (mbps)(mbps)

1111 1414 1010

PC CardPC Card $70-$110$70-$110 n/an/a $50-$60$50-$60

USB USB AdapterAdapter

$70-$145$70-$145 $150-$180$150-$180 $55-$60$55-$60

Router/ Router/ Access Access PointPoint

$135-$150$135-$150 $80-$130$80-$130 $150-$180$150-$180

Page 17: Building Your Own LAN CONNECTING TO THE WORLD

#3 Add a HomePlug #3 Add a HomePlug ConnectionConnection

– Plug HomePlug adapter into electrical outlets. Plug HomePlug adapter into electrical outlets. no power box or strip can be in betweenno power box or strip can be in between

– Plug straight through cables into adapter box.Plug straight through cables into adapter box.

– Watch for blinking lights indicating there is a Watch for blinking lights indicating there is a connection.connection.

Page 18: Building Your Own LAN CONNECTING TO THE WORLD

Wireless NetworksWireless Networks

Range 100 – 500 ft.Range 100 – 500 ft.– Can be limited by Can be limited by

walls, metal, peoplewalls, metal, people

Throughput 1 – 11 Throughput 1 – 11 Mbps.Mbps.BenefitsBenefits– User mobility User mobility – Installation speed & Installation speed &

flexibilityflexibility– ScalabilityScalability

Page 19: Building Your Own LAN CONNECTING TO THE WORLD

Your GatewayYour Gateway

The gateway connecting your home LAN The gateway connecting your home LAN to the Internet is normally done through ato the Internet is normally done through a– dial-up modemdial-up modem– DSL router/modemDSL router/modem– Cable router/modemCable router/modem

Page 20: Building Your Own LAN CONNECTING TO THE WORLD

#4 Remote Desktop#4 Remote Desktop

Remote desktop allows you to work on a Remote desktop allows you to work on a computer and view the screen as though computer and view the screen as though you are sitting right there even though you you are sitting right there even though you may be half a world away (like China)!may be half a world away (like China)!

Page 21: Building Your Own LAN CONNECTING TO THE WORLD

#4 Remote Desktop#4 Remote Desktop

Set your computer to allow remote access.Set your computer to allow remote access.– Right click on “My Computer” and select properties Right click on “My Computer” and select properties

“Remote” tab “Remote” tab check “Allow others to connect check “Allow others to connect remotely to this computer” remotely to this computer” ”OK””OK”Notes: (1) You must have an administrator account unless you specifically “Select Notes: (1) You must have an administrator account unless you specifically “Select

Remote Users”Remote Users”(2) You must have a static IP address or know what the current IP address is (2) You must have a static IP address or know what the current IP address is for this machinefor this machine(3) If problems logging in then check the Firewall to make sure it is open: Start (3) If problems logging in then check the Firewall to make sure it is open: Start Control Panel Control Panel Security Center Security Center Manage security settings for “Windows Manage security settings for “Windows Firewall” Firewall” ”Exceptions” tab ”Exceptions” tab check “Remote Desktop” and “Remote Desktop check “Remote Desktop” and “Remote Desktop In”In”

Connect remotely to the machineConnect remotely to the machine– Start Start All ProgramsAll Programs Accessories Accessories

CommunicationsCommunications Remote Desktop Connection Remote Desktop Connection

Page 22: Building Your Own LAN CONNECTING TO THE WORLD

#4 Remote Desktop#4 Remote Desktop

You may also You may also – Print remotely or to your localPrint remotely or to your local printerprinter– Copy and past files between your remote desktop Copy and past files between your remote desktop

and your local machine and your local machine

Directions: when connecting click “Options>>”Directions: when connecting click “Options>>”– On the “Local “Resources” tab check “disk drives” On the “Local “Resources” tab check “disk drives”

and “printers”and “printers”– Then “Connect”Then “Connect”

Page 23: Building Your Own LAN CONNECTING TO THE WORLD

#5 Testing Connectivity#5 Testing Connectivity

PingPing

Tracert (trace route)Tracert (trace route)

IPCONFIG (to get your IP address)IPCONFIG (to get your IP address)

Demo at DOS prompt with Internet connectionTo get DOS prompt: Start->Run->”cmd” (enter)

Page 24: Building Your Own LAN CONNECTING TO THE WORLD

#7 Visual Traces #7 Visual Traces

Visually traceVisually trace– How many hops to favorite URLsHow many hops to favorite URLs– Where fraudulant junkmail is coming from and Where fraudulant junkmail is coming from and

report itreport it– Who owns a particular IP addressWho owns a particular IP address

Some free trial products includeSome free trial products include– VisualRouteVisualRoute– Visual Visual WhoIsWhoIs– Aet_TracerAet_Tracer

Page 25: Building Your Own LAN CONNECTING TO THE WORLD

#8 Voice over IP #8 Voice over IP

Talk to family and friends across the Talk to family and friends across the country or across the world country or across the world freefree..– They must also have a computer running the They must also have a computer running the

same VoIP programsame VoIP program

Possible free software includes SkypePossible free software includes Skype– Download it at Download it at http://http://

www.skype.com/helloagain.htmlwww.skype.com/helloagain.html