Home Networking. A home network generally conforms to one of the following configurations

Size: px
Start display at page:

Download "Home Networking. A home network generally conforms to one of the following configurations"

Transcription

1 Home Networking A home network generally conforms to one of the following configurations A stand-alone computer connected to the Internet. A peer-to-peer network containing two or more computers with no Internet connectivity A peer-to-peer network containing two or more computers with internet connectivity Physical Requirements Your network may be either hardwired or wireless. Hardwired networks require cabling while wireless networks (ignoring ad hoc networks) require an access point (AP) or a wireless router to interconnect the hosts. No Internet Connectivity Required If no Internet connectivity is required, then a wired network requires only that the we connect the computers on the network together. Of course, every computer needs a network interface card (NIC) which conforms to the technology (token ring, Ethernet, AppleTalk, wireless) you want to use. What follows assumes that Ethernet (802.3)will be the wired technology and that will be the wireless technology. If only two computers are to be connected it is only necessary to connect the NIC in one computer to the NIC in the other computer using an Ethernet category 5 twisted pair cable (with 8 wires). It is very important to note that in this configuration the cable must be a crossover cable (sometimes referred to as a null modem cable.) If the computers are separated by a great distance and you don t want to run twisted-pair cable than the NIC cards will have to be wireless and you will need an Access Point or wireless Router to connect the hosts. If multiple computers are to be connected using wired Ethernet than a hub (or a switch or a router) must be used. The NIC card in each computer is connected to the hub using normal CAT 5 twisted pair cable. Wireless connectivity for multiple hosts is the same as for just two hosts. Internet Connectivity Connectivity to the Internet is provided in one of three ways Dial-up This connection requires a telephone modem to connect your computer to the telephone line. Modern computers all have a modem built in so that for a stand-alone computer it is only necessary to run a telephone twisted NTC Oct 28, 2006 Page 1 of 5

2 pair cable (category 3 with two or four wires) to a telephone outlet; no NIC card is needed. A multiple-host network requires a router to be connected to the telephone outlet and your hosts will connect to the router, either with wired Ethernet cables and NICs or wireless NICs. 1 DSL Cable Digital Subscriber Line is a broadband technology which allows relatively (compared to dial-up) high-speed connection to the Internet. A special modem called a DSL modem is required which is connected directly to a telephone outlet. The other side of the DSL modem is connected to either a stand-alone computer via a category 5 twisted-pair cable and a NIC card, or to a router (wired or wireless) which connects to the hosts on the network as described above. 2 Cable is a broadband technology which allows high-speed (compared to both dial-up and DSL) connectivity to the Internet. A special modem called a Cable modem is required which is connected to your television cable using a splitter 3. The other side of the Cable modem is connected to either a stand-alone computer via Ethernet twisted-pair and a NIC card, or to a router (wired or wireless) which connects to the hosts on the network as described above. Software Requirements Most of the software for setting up a home network is provided by the operating system on the host computers and it is only necessary to configure the hosts appropriately. Three pieces of os software are required: NIC Drivers These small software programs tell the operating system how to communicate with the NIC card. Most operating systems have drivers for the commonly-used NIC cards. If not, the NIC card will have come with the drivers on some media such as a CD-ROM. As a last resort the drivers can be gotten from the manufacturer of the NIC card. The manufacturer provides different drivers for several operating systems and os versions. 1 Note that when the computer is connected to the Internet the telephone line is busy and cannot be used for voice communications except via a microphone connected to the computer. 2 Unlike dial-up, DSL connectivity does not interfere with voice communication via standard handsets which can proceed regardless of whether or not the computer is connected to the Internet. 3 A splitter is a passive device which splits the cable signal coming into your home. It has one input (from the Cable company) and two outputs (one connects to your TV set, the other to your cable modem.) NTC Oct 28, 2006 Page 2 of 5

3 Redirector Protocol Stack The redirector software is part of the operating system. Its purpose is to examine requests for resources and determine whether the resource request can be satisfied on the local computer or is to be directed to the NIC card and the network. In Windows the redirector is called Client for Microsoft Networks. The protocol stack identifies the protocol(s) to be used by the host machine for communicating with other hosts on the network. For a peer-to-peer LAN which will not be connected to the Internet or any other network via some routing mechanism NetBEUI can be used. Novell NetWare-based LANs will use IPX/SPX for the protocol stack. Hosts on a LAN which will communicate with the Internet will use TCP/IP 4 Network-Aware Applications In general these will be application programs such as your web browser and you client. Other software may be explicitly required depending on the operating system. For instance, If a machine running Linux is on the same LAN with machines running Windows, than SAMBA will be needed to allow Windows machines to access data on the Linux machine. Multiple Linux machines on a LAN will use NFS to access data on each other s machines. Configuration Configuring Windows [shares as well as tcpip] Configuring Windows requires 1. Specifying the NIC 2. Specifying the Redirector 3. Specifying and configuring the protocol stack Specifying these three components of Windows is done in the properties of the My Network Places folder. Right-clicking on My Network Places opens a window listing the kinds of networks available, including Wireless Network Connection and Local Area Connection. For wired networks, right click on the Local Area Connection and specify the NIC, Redirector and Protocol in the dialog box. When TCP/IP is the specified protocol, Internet. 4 TCP/IP can be, and often is, used on stand-alone LANs even when they do not connect to the NTC Oct 28, 2006 Page 3 of 5

4 additional configuration is performed by selecting TCP/IP in the dialog box window and clicking the properties button. A new dialog box appears, which has two radio buttons. By default, the radio button labeled Obtain an IP address automatically is selected. If this is left as is, than the IP address for you host will be chosen by your ISP (if you are directly connected to your ISP) or by your router using DHCP. Choosing the other button, Use the following address, allows you to manually specify the IP Address of your host, as well as the IP address of any DNS servers (you don t need to specify this since you will be using your ISP s DNS servers) and gateway address (you set this to the IP address of either your router or your modem.) For wireless networks you also need to configure the wireless NIC or other wireless device attached to you computer 5. Generally there are three things to specify: 1. The Service Set ID (SSID). This is set to match the SSID of your router or access point as specified in that devices documentation. 2. The Channel. A number of channels are available for the access point and your computer over which to communicate with each other. It makes no difference which channel you choose but all computers on your network must use the same channel, usually the default of the access point. 3. The encryption method. The default is usually no encryption, but you should change this by enabling either WEP or WAP encryption. WAP is preferred if both are available. This will cause a password to be required by anyone trying to gain access you your network. The above is all you need do to get connectivity to your LAN and the Internet. However, it is not enough if you want to share files with other computers on the LAN. Any Windows host which wants to allow other Windows hosts to access its folders and files must do two things 1. Enable File and Printer Sharing. This is done in the same place where you specified the NIC, Redirector and protocol stack 2. Share folders and files. Each folder and/or file that you want to permit access to must have sharing enable. Right click on the folder or file and select Sharing and Security.... You can then specify whether sharing is allowed and whether users can write to as well as read the folder/file. If you allow sharing a folder, all subfolders will also be shared, unless you turn off sharing of them individually. Printers can also be shared on a Windows network. There are two ways to share a printer. 5 Such wireless connectivity might be built into your computer, or may be an adapter card plugged into you computers bus, its USB interface, or its PCMCIA card slot. NTC Oct 28, 2006 Page 4 of 5

5 1. The printer is attached to one of the hosts as is usual for a printer. In this case, the printer is shared in the exact same way a folder is shared: find the printer in the Printers and Faxes section of the Start Menu or Control Panel, right click on it and choose Sharing.... Each of the other hosts on the LAN must install the appropriate printer drivers as if the printer was directly connected to their machines. 2. The printer is connected to a Print Server which is connected directly to the LAN. In this case the printer is seen as another device in My Network Places. The print server instructions will specify how the operating system is to communicate with the printer. NTC Oct 28, 2006 Page 5 of 5

Digital Entertainment. Networking Made Easy

Digital Entertainment. Networking Made Easy Digital Entertainment 2003 by TiVo Inc. Reproduction in whole or in part without written permission is prohibited. All rights reserved. Printed in the USA. TiVo, TiVo Central, and TiVolution are registered

More information

Part # Quick-Start Guide. SpeedStream 6500 Residential Gateway

Part # Quick-Start Guide. SpeedStream 6500 Residential Gateway Part # 007-6510-001 Quick-Start Guide SpeedStream 6500 Residential Gateway Before you begin, Verify that the following items came with your DSL kit: Step 1 > Install Line Filters 1 2 4 5 6 1 SpeedStream

More information

Please take the time now to check the contents of your package: HPS12U Print Server One CD-ROM Quick Installation Guide One power adapter

Please take the time now to check the contents of your package: HPS12U Print Server One CD-ROM Quick Installation Guide One power adapter Congratulations on purchasing Hawking s HPS12U 1-Port Parallel + 2 USB Ports 10/100M Internet Print Server. The Hawking HPS12U is a powerful and convenient network printing solution that will connect your

More information

Quick Installation Guide DSL-2650U/NRU. 3G/ADSL/Ethernet Router with Wi-Fi and Built-in Switch

Quick Installation Guide DSL-2650U/NRU. 3G/ADSL/Ethernet Router with Wi-Fi and Built-in Switch DSL-2650U/NRU 3G/ADSL/Ethernet Router with Wi-Fi and Built-in Switch BEFORE YOU BEGIN Delivery Package Router DSL-2650U/NRU Power adapter RJ-11 telephone cable Straight-through Ethernet cable (CAT 5E)

More information

FEATURES HARDWARE CONNECTION

FEATURES HARDWARE CONNECTION 1 FEATURES 1. Support ANSI T1.413 ISSUE 2, ITU G.992.1 (G.DMT), ITU G.992.2 (G.LITE), ITU G992.3, ITU G992.5 2. Web-based configuration and monitoring. 3. Support multiple PVCs. 4. Routing function. 5.

More information

USB PRINTER WIRELESS LAN PRINT SERVER (DN-13014) PARALLEL PRINTER WIRELESS LAN PRINT SERVER (DN-13016) Quick Installation Guide

USB PRINTER WIRELESS LAN PRINT SERVER (DN-13014) PARALLEL PRINTER WIRELESS LAN PRINT SERVER (DN-13016) Quick Installation Guide USB PRINTER WIRELESS LAN PRINT SERVER (DN-13014) PARALLEL PRINTER WIRELESS LAN PRINT SERVER (DN-13016) Quick Installation Guide 1 1.1 Product Introduction Thank you for purchasing and using our print server.

More information

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 10 Networking Essentials

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 10 Networking Essentials A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e Chapter 10 Networking Essentials Objectives Learn about hardware devices used for networking Learn about the different types of networks

More information

Congratulations on purchasing Hawking s HWPS12UG 1-Port Parallel + 2 USB Ports Wireless G Print Server. The Hawking HWPS12UG is a powerful and

Congratulations on purchasing Hawking s HWPS12UG 1-Port Parallel + 2 USB Ports Wireless G Print Server. The Hawking HWPS12UG is a powerful and Congratulations on purchasing Hawking s HWPS12UG 1-Port Parallel + 2 USB Ports Wireless G Print Server. The Hawking HWPS12UG is a powerful and convenient network printing solution that will connect your

More information

Systems and Principles Unit Syllabus

Systems and Principles Unit Syllabus Systems and Principles Unit Syllabus Level 2 Networking Principles 7540-002 www.cityandguilds.com October 2010 Version 2.0 About City & Guilds City & Guilds is the UK s leading provider of vocational qualifications,

More information

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 9 Networking Practices

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 9 Networking Practices : Managing, Maintaining, and Troubleshooting, 5e Chapter 9 Networking Practices Objectives Learn how to connect a computer or small network to the Internet using a broadband, satellite, or dialup connection

More information

Easy Start Guide. Solwise SAR-600 range ADSL2+ Routers

Easy Start Guide. Solwise SAR-600 range ADSL2+ Routers Guide Solwise SAR-600 range ADSL2+ Routers Covers the following models using RouterTech Firmware 2.1: Single LAN Port, SAR-600E Four LAN Port, SAR-600ER Four LAN Port with USB & 11g Wireless, SAR-600EW

More information

2) INSERT THE SETUP CD

2) INSERT THE SETUP CD 1 2 3 1) POWER UP After you have correctly connected your Range Extender to an available Ethernet port on your Network, please power on the Extender and a PC that is also on the netw ork.. 2) INSERT THE

More information

Part # Quick-Start Guide. SpeedStream 4200 Modem PPPoE Modem Router

Part # Quick-Start Guide. SpeedStream 4200 Modem PPPoE Modem Router Part # 007-0-00 Quick-Start Guide SpeedStream 00 Modem PPPoE Modem Router Before you begin, Verify that the following items came with your DSL kit: Step > Install Line Filters 7 SpeedStream Device Documentation

More information

802.11g Wireless Access Point

802.11g Wireless Access Point 802.11g Wireless Access Point WAP-4036 Quick Installation Guide Table of Contents Package Content... 3 Hardware Installation... 4 Initial Configuration... 5 Further Configuration... 8 Package Content 1

More information

COPYRIGHTED MATERIAL. Index

COPYRIGHTED MATERIAL. Index Index Symbols and Numbers $ (dollar sign), in folder share names, 117 802.11a standard definition, 22 speed, 26 802.11b standard 802.11g standard 802.11i standard, 23 A access points compatibility, 45

More information

First: Obtain a Linksys "WUSB300N for V11A" adapter kit: it contains the USB wireless

First: Obtain a Linksys WUSB300N for V11A adapter kit: it contains the USB wireless First: Obtain a Linksys "WUSB300N for V11A" adapter kit: it contains the USB wireless network adapter (with USB extension cable and Windows XP installation CD.) Before plugging in the adapter, verify that

More information

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 10 Networking Essentials

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 10 Networking Essentials A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e Chapter 10 Networking Essentials Objectives Learn about hardware devices used for networking Learn about the different types of networks

More information

Chapter 15: Advanced Networks

Chapter 15: Advanced Networks Chapter 15: Advanced Networks IT Essentials: PC Hardware and Software v4.1 1 Chapter 15 Objectives 15.1 Identify potential safety hazards and implement proper safety procedures related to networks 15.2

More information

Technology in Action. Chapter Topics. Participation Question. Participation Question 8/17/11. Chapter 7 Networking: Connecting Computing Devices

Technology in Action. Chapter Topics. Participation Question. Participation Question 8/17/11. Chapter 7 Networking: Connecting Computing Devices Technology in Action Chapter 7 Networking: Connecting Computing Devices 1 2 Chapter Topics Networking fundamentals Network architecture Network components Peer-to-peer networks Ethernet networks Power-line

More information

CAO 152C. Intermediate Windows Week 5

CAO 152C. Intermediate Windows Week 5 CAO 152C Intermediate Windows Week 5 From Thursday 2 Homework: users how d you do? Any left-over questions? Set File and Folder Sharing To share a file or folder means to make it accessible by users other

More information

Lab 03. Windows Operating Systems (Cont.)

Lab 03. Windows Operating Systems (Cont.) Lab 03 s (Cont.) Objectives Develop a good understanding of 1. The role of an operating system in a computer system 2. Services provided by an operating system and have some hands on experience in 1. Understanding

More information

Internet Browser Interface

Internet Browser Interface CHAPTER 3 You can use a wireless PC with an IEEE 802.11 DSSS client radio card (hereafter referred to as a radio card) and an Internet browser to initially set or change the base station configuration.

More information

Lecture #25: Networks and Communications. Communication and Networks. What will we learn?

Lecture #25: Networks and Communications. Communication and Networks. What will we learn? Lecture #25: Networks and Communications Communication and Networks What will we learn? How a communications system works What a network is What networks used for What network operating systems do What

More information

Network Devices Introduction into Network Devices

Network Devices Introduction into Network Devices Network Devices Introduction into Network Devices Aims Gain a knowledge about network devices. Discuss what network devices are required to create a basic network Draw a bespoke network drawing using Visio

More information

Part # Quick-Start Guide. SpeedStream Residential Gateway 5450 Four-Port Router

Part # Quick-Start Guide. SpeedStream Residential Gateway 5450 Four-Port Router Part # 007-6560-001 Quick-Start Guide SpeedStream Residential Gateway 5450 Four-Port Router Before you begin, Verify that the following items came with your DSL kit: 1 SpeedStream Device 2 Documentation

More information

Wireless-G Router User s Guide

Wireless-G Router User s Guide Wireless-G Router User s Guide 1 Table of Contents Chapter 1: Introduction Installing Your Router System Requirements Installation Instructions Chapter 2: Preparing Your Network Preparing Your Network

More information

PART II. Review: From November Meeting

PART II. Review: From November Meeting PART II Review: From November Meeting Why Network to maximize investment by sharing peripherals to all your computers Who invented Networking Xerox PARC, 1976 created the Alto computer with a GUI and integrated

More information

Discovering Computers Chapter 9 Communications and Networks

Discovering Computers Chapter 9 Communications and Networks Discovering Computers 2009 Chapter 9 Communications and Networks Chapter 9 Objectives Discuss the components required for successful communications Identify various sending and receiving devices Describe

More information

Unit 09 Computer Networks

Unit 09 Computer Networks Unit 09 Computer Networks Gain a knowledge about network devices. Discuss what network devices are required to create a basic network Draw a bespoke network drawing using Visio 2 In order to setup a network

More information

Ethernet (CAT5 UTP/Straight-Through) Cable. 5V DC Power Adapter

Ethernet (CAT5 UTP/Straight-Through) Cable. 5V DC Power Adapter 1 This product can be set up using any current web browser, i.e., Internet Explorer 6 or Netscape Navigator 6.2.3. Before You Begin Check Your Package Contents DI-824VUP+ 2.4GHz Wireless VPN Router and

More information

TWO Internet Set-up Instructions

TWO Internet Set-up Instructions Purpose Of This Document This document describes the items needed, and configuration of those items, for connection of TWO workstations to the Internet. The workstations will also need to be networked

More information

Quick Installation Guide DSL-2640U/NRU. ADSL/Ethernet Router with Wi-Fi and Built-in Switch

Quick Installation Guide DSL-2640U/NRU. ADSL/Ethernet Router with Wi-Fi and Built-in Switch DSL-2640U/NRU ADSL/Ethernet Router with Wi-Fi and Built-in Switch BEFORE YOU BEGIN Delivery Package Wireless router DSL-2640U/NRU Power adapter RJ-11 telephone cable Straight-through Ethernet cable (CAT

More information

Figure 5-25: Setup Wizard s Safe Surfing Screen

Figure 5-25: Setup Wizard s Safe Surfing Screen 4. After the settings have been saved, the Safe Surfing screen will appear. Click the Norton Internet Security Suite button to install the special edition of Norton Internet Security on your computer,

More information

Ayrstone AyrMesh Router SP Setup

Ayrstone AyrMesh Router SP Setup Ayrstone AyrMesh Router SP Setup This guide should help you set up AyrMesh Router SP. The setup is relatively simple but should you need more detailed directions, such as slide shows, video, or troubleshooting

More information

CONTENTS IN DETAIL INTRODUCTION

CONTENTS IN DETAIL INTRODUCTION CONTENTS IN DETAIL ACKNOWLEDGMENTS xiii INTRODUCTION xv 1 HOW A NETWORK WILL IMPROVE YOUR LIFE 1 What s a Network?... 2 Sneakernet... 3 Data Networks and What You Can Do with Them... 4 File Sharing...

More information

Ayrstone AyrMesh Router Setup

Ayrstone AyrMesh Router Setup Ayrstone AyrMesh Router Setup This guide should help you set up AyrMesh Router SP. The setup is relatively simple but should you need more detailed directions, such as slide shows, video, or troubleshooting

More information

Quick Start Guide. N3G001W 3G Wireless Router

Quick Start Guide. N3G001W 3G Wireless Router Quick Start Guide N3G001W 3G Wireless Router Contents Chapter 1. Installation...3 Chapter 2. Setting up your computer...6 Windows XP PCs...6 Windows 2000 PCs...7 Windows Me PCs...7 Windows 95, 98 PCs...8

More information

Table of Contents. 1 Introduction. 2 Wireless Configurations. 3 Setting Up your LAN Administrator Station

Table of Contents. 1 Introduction. 2 Wireless Configurations. 3 Setting Up your LAN Administrator Station Table of Contents 1 Introduction About Avaya Wireless 1-1 About Avaya Wireless Tools 1-2 About Avaya Wireless Access Points 1-5 About This User s Guide 1-6 About Icons used in this Document 1-7 On-line

More information

Quick Installation Guide

Quick Installation Guide LevelOne FPS-1031 Parallel Print Server FPS-1032 USB Print Server FPS-1033 2 USB + 1 Parallel Print Server WPS-1133 2 USB + 1 Parallel Wireless Print Server Quick Installation Guide This guide covers only

More information

A+ Guide to Managing & Maintaining Your PC, 8th Edition. Chapter 16 Networking Types, Devices, and Cabling

A+ Guide to Managing & Maintaining Your PC, 8th Edition. Chapter 16 Networking Types, Devices, and Cabling A+ Guide to Managing & Maintaining Your PC, Chapter 16 Networking Types, Devices, and Cabling Objectives Learn about network types and topologies Learn about the hardware used to build local networks Learn

More information

Packet: Data can be broken into distinct pieces or packets and then reassembled after delivery. Computers on the Internet communicate via packets.

Packet: Data can be broken into distinct pieces or packets and then reassembled after delivery. Computers on the Internet communicate via packets. Broadband Setup from A to Z Print out all the info below and get to work...have fun!! A word of caution! It is very important that you SECURE your wireless network using WEP or WPA encryption (password).

More information

BIPAC-6500 / 6500W (Wireless) Broadband VPN Firewall Router with 4-port 10/100M Switch Quick Start Guide

BIPAC-6500 / 6500W (Wireless) Broadband VPN Firewall Router with 4-port 10/100M Switch Quick Start Guide BIPAC-6500 / 6500W (Wireless) Broadband VPN Firewall Router with 4-port 10/100M Switch Quick Start Guide Billion BIPAC-6500 / 6500W (Wireless) Broadband VPN Firewall Router For more detailed instructions

More information

Dr./ Ahmed Mohamed Rabie Sayed

Dr./ Ahmed Mohamed Rabie Sayed 1 Dr./ Ahmed Mohamed Rabie Sayed 2 A network is a group of two or more computer systems linked together to exchange data and share resources, including expensive peripherals. 3 A local area network (LAN)

More information

Quick Installation Guide DVG-N5412SP VoIP Wireless Router

Quick Installation Guide DVG-N5412SP VoIP Wireless Router Quick Installation Guide DVG-N5412SP VoIP Wireless Router Check Your Package Contents DVG-N5412SP VoIP Router Phone Cord X 2 Ether Cable (CAT5 UTP) 12VDC, 2A Power Adapter Using a power adapter with a

More information

EnGenius Quick Start Guide

EnGenius Quick Start Guide T he operates seamlessly in the 2.4 GHz frequency spectrum supporting the 802.11b (2.4GHz, 11Mbps) and the newer, faster 802.11g (2.4GHz, 54Mbpswireless standard. High output power and high sensitivity

More information

INTRODUCTION. What You Need to Read. What this LANbook Covers

INTRODUCTION. What You Need to Read. What this LANbook Covers Qwest DSLSM LANbook INTRODUCTION What You Need to Read If you are self-installing Qwest DSL on a local area network in your home or business, start with Chapter 1: Welcome to the Qwest DSL LANbook on page

More information

Wireless Printing Updated 10/30/2008 POLICY. The use of Wireless Networking is not permitted at any site for full client/server networking of Taxwise.

Wireless Printing Updated 10/30/2008 POLICY. The use of Wireless Networking is not permitted at any site for full client/server networking of Taxwise. Updated 10/30/2008 POLICY Tax-Aide Wireless Printing Policy The use of Wireless Networking is not permitted at any site for full client/server networking of Taxwise. Wireless networking, for the purpose

More information

DVG-2001S VoIP Terminal Adapter

DVG-2001S VoIP Terminal Adapter This product can be set up using any current web browser, i.e., Internet Explorer 6 or Netscape Navigator 6.2.3. DVG-2001S VoIP Terminal Adapter Before You Begin 1. If you purchased this VoIP Terminal

More information

Home Networking. Copyright 2006 Bill Knight. All rights reserved.

Home Networking. Copyright 2006 Bill Knight. All rights reserved. Home Networking Copyright 2006 Bill Knight. All rights reserved. Why Home Networking? Why Home Networking? Share! Internet (broadband, even dial-up!) Why Home Networking? Share! Internet (broadband, even

More information

Quick Installation Guide DSL-2650U. 3G/ADSL/Ethernet Router with Wi-Fi and Built-in Switch

Quick Installation Guide DSL-2650U. 3G/ADSL/Ethernet Router with Wi-Fi and Built-in Switch DSL-2650U 3G/ADSL/Ethernet Router with Wi-Fi and Built-in Switch BEFORE YOU BEGIN Delivery Package Router DSL-2650U Power adapter DC 12V/1A RJ-11 telephone cable Ethernet cable (CAT 5E) Splitter (brochure).

More information

Module 11. OSI Model, Network Devices, and Network Standards

Module 11. OSI Model, Network Devices, and Network Standards Module 11 OSI Model, Network Devices, and Network Standards Objectives 1. Networking A.Differentiate between layers of the OSI model B.2.9 Compare network devices C.Compare network standards D.2.7 Compare

More information

Quick Start. AC1600 WiFi VDSL/ADSL Modem Router Model D6400. Package Contents. NETGEAR, Inc. 350 East Plumeria Drive San Jose, CA USA

Quick Start. AC1600 WiFi VDSL/ADSL Modem Router Model D6400. Package Contents. NETGEAR, Inc. 350 East Plumeria Drive San Jose, CA USA Support Thank you for purchasing this NETGEAR product. After installing your device, locate the serial number on the label of your product and use it to register your product at https://my.netgear.com.

More information

Wireless LAN Card. User s Manual. Contents. A i

Wireless LAN Card. User s Manual. Contents. A i A i Contents Wireless LAN Card User s Manual The user guide is fit for both Long Range Wireless LAN Card WPC- 8110 and Wireless LAN Card WPC-2110 CHAPTER 1. INTRODUCTION... 1 1.1 PACKAGE CONTENTS... 1

More information

Wireless 300N 3G quick install

Wireless 300N 3G quick install Wireless 300N 3G Router quick install guide Model 524681 INT-524681-QIG-0809-01 introduction Thank you for purchasing the INTELLINET NETWORK SOLUTIONS Wireless 300N 3G Router, Model 524681. This quick

More information

Learn How to Configure EnGenius Wi-Fi Products for Popular Applications

Learn How to Configure EnGenius Wi-Fi Products for Popular Applications Learn How to Configure EnGenius Wi-Fi Products for Popular Applications Operation Modes Access Point (AP) / WDS AP Client Bridge (CB) Repeater WDS Bridge Client Router AP Router Access Point An access

More information

Wireless USB Port Multi-Functional Printer Server. Model # AMPS240W. User s Manual. Ver. 1A

Wireless USB Port Multi-Functional Printer Server. Model # AMPS240W. User s Manual. Ver. 1A Wireless USB 2.0 1-Port Multi-Functional Printer Server Model # AMPS240W User s Manual Ver. 1A Table of Contents 1 Introduction...3 1.1 Package Contents... 3 1.2 System Requirements... 3 2 Multi-Functional

More information

Thursday, May 29,

Thursday, May 29, 1 Computer Networks in The Home Connecting your computers, peripherals and other electronic devices with Ethernet using TCP/IP 1 Introduction Home Networking - connecting computers and other devices together

More information

Quick Installation Guide DIR-300NRU. Wireless Router with Built-in 4-port Switch

Quick Installation Guide DIR-300NRU. Wireless Router with Built-in 4-port Switch DIR-300NRU Wireless Router with Built-in 4-port Switch BEFORE YOU BEGIN Delivery Package Wireless router DIR-300NRU Power adapter Straight-through Ethernet cable (CAT 5E) CD-ROM with User Manual and (brochure)

More information

Networking Notes. Common Internet Speeds. Online Speed Test myspeed.visualware.com

Networking Notes. Common Internet Speeds. Online Speed Test myspeed.visualware.com Networking Notes Common Internet Speeds Dial Up 56 kbs 1000kbs = 1 mbs (1 user capacity) DSL 1.5 mbs (1 channel 10 user capacity) T1 1.5 mbs (24 channel 500 user capacity) Scalable Ethernet (Adjustable

More information

3G Router 431R/421R/321R/311R/221R/211R. Quick Start Guide

3G Router 431R/421R/321R/311R/221R/211R. Quick Start Guide 3G Router 431R/421R/321R/311R/221R/211R ---------------------------------------------------------- Version: 2.0----------------------------------------------------------- Check Package Contents: 3G Router

More information

User s Manual ADSL Router Modem DB Ethernet Ports

User s Manual ADSL Router Modem DB Ethernet Ports User s Manual ADSL Router Modem DB 120 4 Ethernet Ports 1. About ADSL ADSL (Asymmetric Digital Subscriber Line) is a technology that allows high-speed data to be transmitted over existing copper telephone

More information

Figure 4-6: The Router with the Internet Connection is connected through the Internet Port

Figure 4-6: The Router with the Internet Connection is connected through the Internet Port 8. Connect a standard Ethernet network cable to the Broadband Router s Internet port. Then, connect the other end of the Ethernet cable to one of the numbered Ethernet ports on your other router. Figure

More information

SoHo 401 VPN. Shared Broadband Internet Access VPN Gateway 3-Port Switching Hub, DMZ Port. Quick Install Guide

SoHo 401 VPN. Shared Broadband Internet Access VPN Gateway 3-Port Switching Hub, DMZ Port. Quick Install Guide SoHo 401 VPN Shared Broadband Internet Access VPN Gateway 3-Port Switching Hub, DMZ Port Quick Install Guide i This guide covers only the most common situations. Please refer to the full User Manual on

More information

Configuring your Home Wireless Network

Configuring your Home Wireless Network Configuring your Home Wireless Network Questions How many of you have more than one computer at home? How many of you connect to the Internet using broadband (Cable or DSL) How many already have a home

More information

123 Manual, LP-1522 Broadband Wireless AP/Router, Point to point/ Point to Multipoint plus Access point installation mode.

123 Manual, LP-1522 Broadband Wireless AP/Router, Point to point/ Point to Multipoint plus Access point installation mode. Wireless - Equipment 123 Manual, LP-1522 Broadband Wireless AP/Router, Point to point/ Point to Multipoint plus Access point installation mode. LP1522_M123_ENC02W 123 Manual, LP-1522 Broadband Wireless

More information

COMPUTER SKILLS COMP101

COMPUTER SKILLS COMP101 COMPUTER SKILLS COMP101 Chapter 4 Introduction to Computer Networks Definitions and Terminologies Computer Network A network consists of two or more computers that are linked in order to share resources

More information

Wireless LAN Adapter

Wireless LAN Adapter ANSEL Wireless LAN Adapter 2302-wl360r User s Guide Version 1.1 08/04/2003 User s Guide 0 Copyright statement No part of this publication may be reproduced, stored in a retrieval system, or transmitted

More information

Networking. Prof. Abdul Hameed

Networking. Prof. Abdul Hameed Networking Prof. Abdul Hameed http://informationtechnology.pk http://informationtechnology.pk 0 Chapter Topics Networking Fundamentals Network Architectures and Components Connecting to the Internet Installing

More information

Wireless Print Server Quick Installation Guide

Wireless Print Server Quick Installation Guide Wireless Print Server Quick Installation Guide Front Side IEEE 1284 Connector USB Connector Back Side 1. Reset Button 2. Status LED (Red) 3. WLAN LED (Green) 4.DIP Switch Nor- Normal Mode Diag-Diagnostics

More information

2) A is any device connected to a network such as a computer, printer, or game console. A) packet B) node C) NOS D) NIC

2) A is any device connected to a network such as a computer, printer, or game console. A) packet B) node C) NOS D) NIC Technology In Action, Complete, 14e (Evans et al.) Chapter 7 Networking: Connecting Computing Devices 1) A computer is two or more computers connected using software and hardware so that they can communicate

More information

Haas Machines in a Network

Haas Machines in a Network Haas Technical Documentation Haas Machines in a Network Scan code to get the latest version of this document Translation Available INTRODUCTION This document tells you how to configure Haas machines in

More information

SOHO 6 Wireless Installation Procedure Windows XP with Internet Explorer 5.x & 6.0

SOHO 6 Wireless Installation Procedure Windows XP with Internet Explorer 5.x & 6.0 SOHO 6 Wireless Installation Procedure Windows XP with Internet Explorer 5.x & 6.0 Before you Begin Before you install the SOHO 6 Wireless, you must have: A computer with a 10/100BaseT Ethernet card installed

More information

Step 5: Plug the power adaptor into the PWR socket on the back of the modem. Plug the other end of the power adaptor into the wall socket.

Step 5: Plug the power adaptor into the PWR socket on the back of the modem. Plug the other end of the power adaptor into the wall socket. Before you start You will need your username and password from ISP. All devices on your phone line will need to have an ADSL line filter attached to them. This includes Telephones, Fax Machines, and Dial-up

More information

Bridge Cable User s Guide

Bridge Cable User s Guide Bridge Cable User s Guide Table of Contents Overview -------------------------------------------------------------------- 2 Driver Installation --------------------------------------------------------

More information

BIPAC Broadband Firewall Router. Quick Start Guide

BIPAC Broadband Firewall Router. Quick Start Guide BIPAC 6600 Broadband Firewall Router Quick Start Guide Billion BIPAC 6600 Broadband Firewall Router For more detailed instructions on configuring and using the Broadband Firewall Router, please refer

More information

Getting to Know Your Network. Internet Speeds and Services

Getting to Know Your Network. Internet Speeds and Services Internet Speeds and Services The Internet is an integral part of our Extension Offices. Its uses are seemingly endless from updating travel, to loading 4-H registration forms on the county website, and

More information

Mega 100WR ADSL 2+ Router - Easy Start

Mega 100WR ADSL 2+ Router - Easy Start Mega 100WR ADSL 2+ Router - Easy Start Mega 100WR ADSL 2+ Router - Easy Start Chapter 1 Introduction Thank you for purchasing a Mega 100WR Router. This Easy start guide is a complete guide to configuring

More information

Wireless LAN USB Adaptor WL-2111 Quick Installation Guide V.1.0

Wireless LAN USB Adaptor WL-2111 Quick Installation Guide V.1.0 Wireless LAN USB Adaptor WL-2111 Quick Installation Guide V.1.0 Copyright Copyright 2001, All rights reserved. This manual and software described in it are copyrighted with all rights reserved. This manual

More information

Quick Installation Guide DSL-2540U. ADSL Annex B/Ethernet Router with Built-in Switch

Quick Installation Guide DSL-2540U. ADSL Annex B/Ethernet Router with Built-in Switch ADSL Annex B/Ethernet Router with Built-in Switch BEFORE YOU BEGIN Delivery Package Router Power adapter DC 12V/0.5A RJ-11 telephone cable Ethernet cable (CAT 5E) Splitter CD-ROM with User Manual and (brochure).

More information

EH-2101W. User Manual. Broadband Wireless Gateway. WiFi Compliant Wireless Access Point. Broadband Internet Access. 4-Port Switching Hub.

EH-2101W. User Manual. Broadband Wireless Gateway. WiFi Compliant Wireless Access Point. Broadband Internet Access. 4-Port Switching Hub. EH-2101W Broadband Wireless Gateway WiFi Compliant Wireless Access Point Broadband Internet Access 4-Port Switching Hub Dial-in RAS Print Server User Manual i TABLE OF CONTENTS CHAPTER 1 INTRODUCTION...

More information

4 PORTS + WIRELESS ADSL2+ Router DB120-WL. User Manual V 1.1

4 PORTS + WIRELESS ADSL2+ Router DB120-WL. User Manual V 1.1 4 PORTS + WIRELESS ADSL2+ Router DB120-WL User Manual V 1.1 CONTENTS 1.OVERVIEW...3 1.1 ABOUT ADSL...3 1.2 ABOUT ADSL2/2+...3 1.3 FEATURES...3 2 SPECIFICATION...4 2.1 INTERFACE INTRODUCTION...4 2.1.1 INDICATOR

More information

WIRELESS N300 ADSL2+/VDSL2 MODEM ROUTER DSL-G225 QUICK INSTALLATION GUIDE

WIRELESS N300 ADSL2+/VDSL2 MODEM ROUTER DSL-G225 QUICK INSTALLATION GUIDE WIRELESS N300 ADSL2+/VDSL2 MODEM ROUTER DSL-G225 QUICK INSTALLATION GUIDE ENGLISH CONTENTS OF PACKAGING CONTENTS WIRELESS N300 ADSL2+/VDSL2 MODEM ROUTER DSL-G225 POWER ADAPTER ADAPTER ETHERNET CABLE (CAT5

More information

Premiertek AP Mbps Wireless-N Broadband Router Quick Installation Guide

Premiertek AP Mbps Wireless-N Broadband Router Quick Installation Guide Premiertek AP2402 150Mbps Wireless-N Broadband Router Quick Installation Guide V1.0.8.11 1. Check Your Package Contents The following items should be found in your package: 150Mbps Wireless-N Broadband

More information

Wireless-G VPN Router with RangeBooster. Quick Install Guide

Wireless-G VPN Router with RangeBooster. Quick Install Guide Wireless-G VPN Router with RangeBooster Quick Install Guide Package Contents * * * * * Wireless-G VPN Router with 2 Fixed Antennae CD-ROM with User Guide and Setup Wizard Network Cable Power Adapter Quick

More information

HP Deskjet 6800 series

HP Deskjet 6800 series HP Deskjet 6800 series Network Guide 網路指南 English English Edition 1 May 2004 Copyright 2004 Hewlett-Packard Development Company, L.P. Notice Reproduction, adaptation, or translation without prior written

More information

TPL-111BR. Powerline g Wireless Router Quick Installation Guide. Guide d'installation rapide du Routeur Powerline sans fil 11g 54 Mbps

TPL-111BR. Powerline g Wireless Router Quick Installation Guide. Guide d'installation rapide du Routeur Powerline sans fil 11g 54 Mbps TPL-111BR Powerline 802.11g Wireless Router Quick Installation Guide Guide d'installation rapide du Routeur Powerline sans fil 11g 54 Mbps Anleitung zur Schnellinstallation des Drahtloser 54 MBit/s 11g

More information

WF-2402 Quick Installation Guide

WF-2402 Quick Installation Guide WF-2402 Quick Installation Guide Netis 150Mbps Wireless-N Broadband Router 1. Check Your Package Contents The following items should be found in your package: 150Mbps Wireless-N Broadband Router Power

More information

WL5041 Router User Manual

WL5041 Router User Manual TECOM WL5041 Router User Manual TECOM CO., LTD. March 2003 2003 by TECOM CO., LTD. All rights reserved. Printed in Taiwan Table of contents Package Contents--------------------------------------- 2 Installing

More information

Networks: Communicating and Sharing Resources

Networks: Communicating and Sharing Resources Networks: Communicating and Sharing Resources 1 Local Area Networks Client/server networks o Made up of one or more file servers and clients (any type of computer) o Client software enables requests to

More information

Chapter 4 Advanced Settings and Features

Chapter 4 Advanced Settings and Features Chapter 4 Advanced Settings and Features This chapter describes the features you can configure or view under Advanced in the main menu of your WiFi range extender. Advanced Wireless Settings Note: The

More information

SMC Barricade Routers

SMC Barricade Routers SMC Barricade Routers User Guide SMC7004BR V1.0 Congratulations on your purchase of the SMC Barricade. The SMC Barricade is a Broadband Router designed to share Internet Access, provide security, and to

More information

ADSL User Manual. Wireless-N BROADBAND ROUTER : Introduction

ADSL User Manual. Wireless-N BROADBAND ROUTER : Introduction ADSL User Manual 1 : Introduction The ADSL is a communication terminal, which integrates ADSL access, broadband SOHO router, WLAN and VoIP service. This device can provide high data transmission, downstream

More information

DI-704P Ethernet Broadband Router. Ethernet (Straight Through) Cable. 5V DC Power Adapter

DI-704P Ethernet Broadband Router. Ethernet (Straight Through) Cable. 5V DC Power Adapter 1 This product can be set up using any current Web browser, i.e., Internet Explorer or Netscape Navigator. DI-704P Ethernet Broadband Router and Print Server Before You Begin 1. If you purchased this router

More information

Chapter 5 Local Area Networks. Computer Concepts 2013

Chapter 5 Local Area Networks. Computer Concepts 2013 Chapter 5 Local Area Networks Computer Concepts 2013 5 Chapter Contents Section A: Network Building Blocks Section B: Wired and Wireless Technologies Section C: Network Setup Section D: Sharing Files Section

More information

BiPAC 7202 series. Quick Install Guide

BiPAC 7202 series. Quick Install Guide BiPAC 7202 series Quick Install Guide for 7202 and 7202GR2 ADSL2/2+ Modem/Routers QoS Firewall Wireless Multi-Port Switching Hub Quick Install Guide This guide covers only the initial Internet set-up.

More information

babytel Self Install Guide

babytel Self Install Guide babytel Self Install Guide Last updated April 5, 2005 Contents Contents --------------------------------------------------------------------------------------------------------------------2 Welcome --------------------------------------------------------------------------------------------------------------------3

More information

54Mbps Pocket Wireless Access Point (WL-330g)

54Mbps Pocket Wireless Access Point (WL-330g) 54Mbps Pocket Wireless Access Point (WL-330g) Copyright 2004 ASUSTeK COMPUTER INC. All Rights Reserved. Contents Conventions... 2 Welcome!... 3 Package contents... 3 System requirements... 3 Device installation...

More information

Not long ago, home local area networks were proof of their owner s geekhood. They were very

Not long ago, home local area networks were proof of their owner s geekhood. They were very 03 54473X Ch01.qxd 12/24/03 8:35 AM Page 3 Chapter 1 What Is a LAN? Not long ago, home local area networks were proof of their owner s geekhood. They were very expensive, cantankerous, difficult to set

More information

CD-ROM (Software, Manual and Warranty) 5V DC, 2.5A Power Adapter

CD-ROM (Software, Manual and Warranty) 5V DC, 2.5A Power Adapter This product can be setup using any current Web browser, i.e., Internet Explorer 6 or Netscape Navigator 7.0 DP-G321 AirPlus G 802.11g/2.4GHz Wireless Multi-Port Print Server Before You Begin: You will

More information

Horizons Model 1500WR Wireless 4-Port Router Quick Start Guide. REVISION: 1 VERSION: a DATE: March

Horizons Model 1500WR Wireless 4-Port Router Quick Start Guide. REVISION: 1 VERSION: a DATE: March Horizons Model 1500WR Wireless 4-Port Router Quick Start Guide REVISION: 1 VERSION: 030904a DATE: March 2004 www.direct2data.com 2 Congratulations on your purchase of the ParkerVision 1500WR Wireless Router.

More information