Prof. Bill Buchanan Room: C.63

Size: px
Start display at page:

Download "Prof. Bill Buchanan Room: C.63"

Transcription

1 Wireless LAN CO72047 Introduction Prof. Bill Buchanan Contact: Room: C.63 Telephone: X2759 MSN Messenger: WWW:

2 Teaching Team

3 Teaching Team Professor WJ Buchanan, Module Leader. Group Leader, CDCS (Centre of Distributed Computing and Security) Dr Imed Romdhani, Lecturer. Specialist in Wireless and Mobile Communications. Jamie Graves, Researcher (Forensic Computing/Security). Researcher in Forensic Computing and Formal Definition/Verification.

4 Module Descriptor

5 Module Descriptor Module Number: Name: Module Leader: Lectures: Practical: Student Centered Learning: C Wireless LANs Prof WJ Buchanan 24 hours 12 hours 114 hours Syllabus: Radio Fundamentals (Spread spectrum, Modulation, Radio Wave Propagation). Ad-hoc networks. Wireless Topologies. Antennas. Encryption (WEP, TKIP, and so on). Authentication (such as EAP, LEAP, Port-based filtering, and so on). Site Security. Troubleshooting. Emerging Technologies. Voice over Wireless. GSM/3G Networks. Location-finding. RFID, Cisco Wireless Tools, Wireless Certification.

6 Module Descriptor Module Number: Name: Module Leader: Lectures: Practical: Student Centered Learning: C Wireless LANs Prof WJ Buchanan 24 hours 12 hours 114 hours Learning Outcomes: Demonstrates analytical and synthesis skills in defining the key stages in the development of a wireless solution from its specification and design to its evaluation. Provides an in-depth understanding of the key principles involved in the operation of a wireless system. Demonstrates key practical skills in the implementation, evaluation and debugging of wireless systems.

7 Balance of Material Academic Professional Certification Fundamentals of Wireless LANs, Cisco Press.

8 Assessment Academic Professional Certification On-line test: 50% On-line test: 10% Practical/Skills-based assessment: 40% Demonstrates analytical and synthesis skills in defining the key stages in the development of a wireless solution from its specification and design to its evaluation. Demonstrates key practical skills in the implementation, evaluation and debugging of wireless systems. Provides an in-depth understanding of the key principles involved in the operation of a wireless system. Single mark submitted

9 Teaching Schedule

10

11 Week Date Academic Cisco Lab/Tutorial 1 1 Oct 1: Radio Wave Fundamentals 2 8 Oct 2: Wireless Fundamentals Intro to Wireless LANs Lab 1/2: Access Point Tutorial 1 (T) 3 15 Oct 3: Ad-hoc and Infrastructure Networks IEEE and NICs Lab 3: Ad-hoc Networks 4 22 Oct 4: Encryption Wireless Radio Technology Lab 4: Infrastructure Networks 5 29 Oct 5: Authentication Wireless Topologies Lab 5: Remote Connections 6 5 Nov 6: Antennas Access Points Lab 6: Encryption/Authen 7 12 Nov 7: Filtering/8. VLANs Bridges Lab 7: Filter 8 19 Nov Napier Test (40%) Antennas Lab 8: VLAN 9 26 Nov Security Lab 9: VLAN/802.1Q 10 3 Dec Cisco Academy/Additional Material Applications Lab 10: IP Routing Dec Cisco Academy /Additional Material Site Survey Lab 11: RADIUS Dec Cisco Academy /Additional Material Troubleshooting Lab 12: SNMP Holidays 13 7 Jan Revision/Cram (Cisco Exam) Emerging Technologies Coursework/Practical (50%) Jan Revision/Cram (Cisco Exam) Cisco Exam (10%) Jan

12 Week Date Academic Cisco Lab/Tutorial 1 1 Oct 1: Radio Wave Fundamentals 2 8 Oct 2: Wireless Fundamentals Intro to Wireless LANs Lab 1/2: Access Point Tutorial 1 (T) 3 15 Oct 3: Ad-hoc and Infrastructure Networks IEEE and NICs Lab 3: Ad-hoc Networks 4 22 Oct 4: Encryption Wireless Radio Technology Lab 4: Infrastructure Networks 5 29 Oct 5: Authentication Wireless Topologies Lab 5: Remote Connections 6 5 Nov 6: Antennas Access Points Lab 6: Encryption/Authen 7 12 Nov 7: Filtering/8. VLANs Bridges Lab 7: Filter 8 19 Nov Napier Test (40%) Antennas Lab 8: VLAN 9 26 Nov Security Lab 9: VLAN/802.1Q 10 3 Dec Cisco Academy/Additional Material Applications Lab 10: IP Routing Dec Cisco Academy /Additional Material Site Survey Lab 11: RADIUS Dec Cisco Academy /Additional Material Troubleshooting Lab 12: SNMP Holidays 13 7 Jan Revision/Cram (Cisco Exam) Emerging Technologies Coursework/Practical (50%) Jan Revision/Cram (Cisco Exam) Cisco Exam (10%) Jan Assessed learning Independent learning

13 Areas Covered

14 Unit 1: Wireless Fundamentals Mobile device will continually scan for other frequencies, even when it connects to one (in this case, frequency 3) Sometimes there must be a handover between two cells, if a user moves from one to another, and is still in a call

15 Unit 2: Wireless Networks # config t (config)# int int dot11radio0 (config-if)# power power? (config-if)# power power local local? (config-if)# power power local local 30 The higher 30 the (config-if)# power power client 10 transmitting 10 power, (config-if)# speed speed? the wider the coverage. (config-if)# speed speed (config-if)# exit exit (config)# exit exit The The power power of of the the access access point point and and also also of of the the client client are are important as as they they will will define define the the coverage of of the the signal, signal, and and must must also also be be within within the the required safety safety limits. limits. [1.0] [11.0] [2.0] [5.5] [basic-1.0] [basic-11.0] [basic-2.0] [basic-5.5] range throughput

16 Unit 3: Wireless Infrastructures Routers bound the broadcast domain Hub (up to eight devices) Wireless bridge Access point Broadcast domain

17 Unit 4: Wireless Encryption WEP uses a stream cipher based on the RC4 algorithm. - Expands a short key into an infinite pseudo-random key. Sender Short-key Short-key Same shared key is used Receiver Short-key Short-key Infinite Infinite pseudo-random pseudo-random key key Infinite Infinite pseudo-random pseudo-random key key X-OR Data stream: X-OR

18 Unit 4: Wireless Encryption

19 Usernames and passwords Unit 5: Wireless Authentication

20

21 Unit 5: Wireless Authentication

22 Unit 6: Radio Dish (direct) Beamwidth (Eval): 4.75º Beamwidth (Az): 4.75º Gain: 28dBi Power: 4W

23 Unit 6: Radio d (km) r (m)

24 Unit 7: Filtering and Firewalling Scope of MAC address filtering Defined by broadcast domain access-list [< > < >] [deny permit] [source ac] [source mask] [dest mac] [dest mask] For example to disallow the node with the mac address of b54.d83a access to 0060.b39f.cae1: (config)# access-list 1101 deny b54.d83a b39f.cae (config)# access-list 1101 permit ffff.ffff.ffff ffff.ffff.ffff (config)# int d0 (config-if)# l2-filter bridge-group-acl (config-if)# bridge-group input-address-list 1101

25 Unit 8: VLANs VLANs intercommunicate through the router A B VLAN1 C VLAN2

26 Unit 8: VLANs (config)# interface Dot11Radio0.1 (config-subif)#? Interface configuration commands:... encapsulationset encapsulation type for an interface... (config-subif)# encapsulation? dot1q IEEE 802.1Q Virtual LAN (config-subif)# encapsulation dot1q? <1-4094> IEEE 802.1Q VLAN ID (config-subif)# encapsulation dot1q 1? native Make this as native vlan <cr> (config-if)# encapsulation dot1q 1 native (config-if)# bridge-group 1 (config-if)# interface Dot11Radio0.2 (config-if)# encapsulation dot1q 2 (config-if)# bridge-group 2

27 Unit 9: Future (WiMax) Mobile user Home connection Organisational connection Line-of-sight backhaul Fixed backbone Hotspot Internet

28 Unit 9: Future (Mesh Networks) R R Cluster 2 I I QQ S S T T JJ K B P P C H H U U A A L L Cluster 1 N N D D OO MM E E F F Cluster 3 Cluster 4 For example if K wishes to sent to Q: 4. Cluster head forwards the data packet to the required node (Q)

29 Unit 9: UWB Spatial Capacity UWB 10m [0.2mW] Spacial Capacity = Bit rate/area Area= 314 m 2 Overall throughput = 300 Mbps (6 channels at 50Mbps) SC = 955 kbps/m 2

30 RFID Many organisations feel that RFID is a suspect technology which will allow organisations to track human movement. M&S have detachable tabs, so the users never have any issues on their usage. Please retain this label for refund and exchange At present, the RFID tag is thrown-away after sale. S Antenna Tesco s are also trailing the usage of RFID tags, such as this one on a DVD box.

31 AiroPeek NX

32 C.6 Lab Setup

33 C.6 Lab Setup 20 wireless hosts with Belkin IEEE b/g wireless cards. Note: Do not set the wireless cards to have an address which links to the Ethernet network ( x). The Ethernet network is used to allow the connection to the Aironets, and the wireless network should have addresses which do not link to the Ethernet network. 12 wireless hosts with Cisco Aironet IEEE g wireless cards. One Cisco 3560 switch (C6SW2). Seven Aironet 1200 wireless access points. One Windows 2003 server. This server has two Ethernet cards, which allows it to be part of the main Ethernet network ( ), and also the Wireless network (such as x). The main connection allows it to be configured to be part of the wireless network. One Linux server. This server has two Ethernet cards, which allows it to be part of the main Ethernet network ( ), and also the Wireless network (such as x).

34 C.6 Lab Setup Ethernet network C6SW1 Bench 1 C6SW Console Server Server (C6CS1) Eth Eth Bench 2 Con Eth Windows server: x (Any) Aironet1: Port 2001 Con Eth Linux server: x (Any) Bench Aironet2: Port 2002 Con Eth Bench 4 Aironet7: Port 2007

35 C.6 Lab Setup Telnet Port: 2001 Aironet1 IP: SSID: bill Windows server: Client 1 IP: SSID: bill

36 SSID (VLAN 1): Scotland SSID (VLAN 2): England VLAN 1 VLAN 2 cvz FA /24 Aironet 1 ( Port 2001) / / / / /24 Bench A FA0/1 SSID (VLAN 1): Ireland SSID (VLAN 2): Wales VLAN 1 VLAN 2 FA0 cvz FA0/2 VLAN 1: /24 VLAN 2: /24 FA0/ /24 Aironet 2 ( Port 2002) / / / / /24 Bench B SSID (VLAN 1): France SSID (VLAN 2): Germany VLAN 1 VLAN 2 cvz FA /24 Aironet 3 ( Port 2003) / / / / /24 Bench C

37 NetworkSims

38 NetworkSims.com

39 Router Wireless Switch PIX

40

41

42

43 Fault modelling

44 Learning to Debug with Set Complete

45 Wireless Aironet Emulator

Wireless LANs (CO72047)

Wireless LANs (CO72047) W.Buchanan (1) (c) buchanan Teaching Team W.Buchanan (2) Dr WJ Buchanan, Module Leader, Reader. Group Leader, DSMA (Dist. Sys. and Mobile Agents) Dr Imed Romdhani, Lecturer. Specialist in Wireless and

More information

Wireless LANs (CO72047) Bill Buchanan, Reader, School of Computing.

Wireless LANs (CO72047) Bill Buchanan, Reader, School of Computing. Bill Buchanan, Reader, School of Computing. W.Buchanan (1) Lab setup W.Buchanan (2) W.Buchanan (3) Console Server Con Cisco Aironet 1200 192.168.1.100 Port 2001 Con Cisco Aironet 1200 192.168.1.100 Port

More information

Prof. Bill Buchanan Room: C.63

Prof. Bill Buchanan Room: C.63 Wireless LAN CO72047 Unit 7: Filtering Prof. Bill Buchanan Contact: w.buchanan@napier.ac.uk Room: C.63 Telephone: X2759 MSN Messenger: w_j_buchanan@hotmail.com WWW: http://www.dcs.napier.ac.uk/~bill http://buchananweb.co.uk

More information

Prof. Bill Buchanan Room: C.63

Prof. Bill Buchanan Room: C.63 Wireless LAN CO72047 Future Technologies Prof. Bill Buchanan Contact: w.buchanan@napier.ac.uk Room: C.63 Telephone: X2759 MSN Messenger: w_j_buchanan@hotmail.com WWW: http://www.dcs.napier.ac.uk/~bill

More information

Console Server. Con. Cisco Aironet Port Figure 1: Aironet configuration

Console Server. Con. Cisco Aironet Port Figure 1: Aironet configuration Lab details At present C.6 has three Cisco Aironet 1200 access points, and three Linksys access points. The Cisco Aironets can be accessed through a console server using the console address and a specific

More information

Wireless Filtering and Firewalling

Wireless Filtering and Firewalling Wireless Filtering and Firewalling Outline: The objective of this lab is demonstrate the principles of creating filtering rules on the wireless access point. At the start of the lab, the access point settings

More information

Configuring VLANs. Understanding VLANs

Configuring VLANs. Understanding VLANs This document describes how to configure your Cisco wireless mobile interface card (WMIC) to operate with the VLANs set up on your wired LAN. These sections describe how to configure your WMIC to support

More information

7 Filtering and Firewalling

7 Filtering and Firewalling 7 Filtering and Firewalling 7.1 Introduction Security is becoming a major concern in IT, and A major concern in networking and the Internet, and wireless systems are probably more open to abuse than any

More information

8 VLANs. 8.1 Introduction. 8.2 vlans. Unit 8: VLANs 1

8 VLANs. 8.1 Introduction. 8.2 vlans. Unit 8: VLANs 1 8 VLANs 8.1 Introduction Layer 2 devices, such as network switches and wireless access points can be used to create virtual LANs (vlans), which can enhanced network security as it can be used to isolate

More information

Configuring a Wireless LAN Connection

Configuring a Wireless LAN Connection CHAPTER 9 The Cisco Secure Router 520 Series routers support a secure, affordable, and easy-to-use wireless LAN solution that combines mobility and flexibility with the enterprise-class features required

More information

Configuring VLANs CHAPTER

Configuring VLANs CHAPTER CHAPTER 8 This chapter describes how to configure your access point to operate with the VLANs set up on your wired LAN. These sections describe how to configure your access point to support VLANs: Understanding

More information

Configuring VLANs CHAPTER

Configuring VLANs CHAPTER CHAPTER 13 This chapter describes how to configure your access point/bridge to operate with the VLANs set up on your wired LAN. These sections describe how to configure your access point/bridge to support

More information

Lab Configuring LEAP/EAP using Cisco Secure ACS (OPTIONAL)

Lab Configuring LEAP/EAP using Cisco Secure ACS (OPTIONAL) Lab 8.4.5.2 Configuring LEAP/EAP using Cisco Secure ACS (OPTIONAL) Estimated Time: 60 minutes Number of Team Members: Students can work in teams of two. Objective In this lab, the student will learn about

More information

Author: Bill Buchanan. Wireless LAN. Unit 2: Wireless Fundamentals

Author: Bill Buchanan. Wireless LAN. Unit 2: Wireless Fundamentals Wireless LAN Unit 2: Wireless Fundamentals Wireless connections which technology? Areas covered: Basic radio parameters. This area covers the main type of wireless communications. IEEE 802.11b issues.

More information

C H A P T E R Overview Cisco Aironet 1400 Series Wireless Bridges Software Configuration Guide OL

C H A P T E R Overview Cisco Aironet 1400 Series Wireless Bridges Software Configuration Guide OL CHAPTER 1 Cisco Aironet 1400 Series s (hereafter called bridges) provide building-to-building wireless connectivity. Operating in the 5.8-GHz, UNII-3 band and conforming to the 802.11a standard, the 1400

More information

Cisco Aironet 350 (DS) AP IOS Software

Cisco Aironet 350 (DS) AP IOS Software Cisco Aironet 350 (DS) AP IOS Software This document details the specifications for configuring the Cisco Aironet 350 series access points (APs) using the IOS software with NetLink Wireless Telephones.

More information

Configuring the Access Point/Bridge for the First Time

Configuring the Access Point/Bridge for the First Time CHAPTER 2 Configuring the Access Point/Bridge for the First Time This chapter describes how to configure basic settings on your access point/bridge for the first time. You can configure all the settings

More information

2 Wireless Networks. 2.1 Introduction. 2.2 IEEE b. Unit 2: Wireless Networks 1

2 Wireless Networks. 2.1 Introduction. 2.2 IEEE b. Unit 2: Wireless Networks 1 2 Wireless Networks 2.1 Introduction This unit gives an outline of the issues involved in wireless networks, and which must be considered in their design. As the world moves slowly towards a massive wireless

More information

Midland College Syllabus. ITNW 2413 Networking Hardware

Midland College Syllabus. ITNW 2413 Networking Hardware Midland College Syllabus ITNW 2413 Networking Hardware Course Description: Exploration of hardware devices including cables, servers, and workstations, network connectivity devices and uninterruptible

More information

Configuring the WMIC for the First Time

Configuring the WMIC for the First Time Configuring the WMIC for the First Time This document describes how to configure basic settings on a Cisco Wireless Mobile Interface Card (WMIC) for the first time. Before You Start Before you install

More information

Configuring Repeater and Standby Access Points

Configuring Repeater and Standby Access Points CHAPTER 19 This chapter descibes how to configure your access point as a hot standby unit or as a repeater unit. This chapter contains these sections: Understanding Repeater Access Points, page 19-2 Configuring

More information

Mobile MOUSe WIRELESS TECHNOLOGY SPECIALIST ONLINE COURSE OUTLINE

Mobile MOUSe WIRELESS TECHNOLOGY SPECIALIST ONLINE COURSE OUTLINE Mobile MOUSe WIRELESS TECHNOLOGY SPECIALIST ONLINE COURSE OUTLINE COURSE TITLE WIRELESS TECHNOLOGY SPECIALIST COURSE DURATION 13 Hours of Interactive Training COURSE OVERVIEW This course will teach you

More information

Wireless Networking. Chapter The McGraw-Hill Companies, Inc. All rights reserved

Wireless Networking. Chapter The McGraw-Hill Companies, Inc. All rights reserved Wireless Networking Chapter 23 Overview In this chapter, you will learn how to Discuss wireless networking components Analyze and explain wireless networking standards Install and configure wireless networks

More information

FortiNAC Motorola Wireless Controllers Integration

FortiNAC Motorola Wireless Controllers Integration FortiNAC Motorola Wireless Controllers Integration Version: 8.x Date: 8/29/2018 Rev: B FORTINET DOCUMENT LIBRARY http://docs.fortinet.com FORTINET VIDEO GUIDE http://video.fortinet.com FORTINET KNOWLEDGE

More information

CCRI Networking Technology I CSCO-1850 Spring 2014

CCRI Networking Technology I CSCO-1850 Spring 2014 CCRI Networking Technology I CSCO-1850 Spring 2014 Instructor John Mowry Telephone 401-825-2138 E-mail jmowry@ccri.edu Office Hours Room 2126 Class Sections 102 Monday & Wednesday 6:00PM-9:50PM, starts

More information

Configuring Repeater and Standby Access Points and Workgroup Bridge Mode

Configuring Repeater and Standby Access Points and Workgroup Bridge Mode 20 CHAPTER Configuring Repeater and Standby Access Points and Workgroup Bridge Mode This chapter describes how to configure your access point as a repeater, as a hot standby unit, or as a workgroup bridge.

More information

Using Cisco Workgroup Bridges

Using Cisco Workgroup Bridges Information About Cisco Workgroup Bridges, page 1 Restrictions for Cisco Workgroup Bridges, page 3 WGB Configuration Example, page 4 Viewing the Status of Workgroup Bridges (GUI), page 5 Viewing the Status

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

Configuring Repeater and Standby Access Points and Workgroup Bridge Mode

Configuring Repeater and Standby Access Points and Workgroup Bridge Mode CHAPTER 19 Configuring Repeater and Standby Access Points and Workgroup Bridge Mode This chapter descibes how to configure your access point as a repeater, as a hot standby unit, or as a workgroup bridge.

More information

Exam HP2-Z32 Implementing HP MSM Wireless Networks Version: 7.1 [ Total Questions: 115 ]

Exam HP2-Z32 Implementing HP MSM Wireless Networks Version: 7.1 [ Total Questions: 115 ] s@lm@n HP Exam HP2-Z32 Implementing HP MSM Wireless Networks Version: 7.1 [ Total Questions: 115 ] HP HP2-Z32 : Practice Test Question No : 1 What is a proper use for an ingress VLAN in an HP MSM VSC?

More information

ITCertMaster. Safe, simple and fast. 100% Pass guarantee! IT Certification Guaranteed, The Easy Way!

ITCertMaster.   Safe, simple and fast. 100% Pass guarantee! IT Certification Guaranteed, The Easy Way! ITCertMaster Safe, simple and fast. 100% Pass guarantee! http://www.itcertmaster.com Exam : 350-050 Title : CCIE Wireless Exam (V2.0) Vendor : Cisco Version : DEMO Get Latest & Valid 350-050 Exam's Question

More information

Workgroup Bridges. Cisco WGBs. Information About Cisco Workgroup Bridges. Cisco WGBs, page 1 Third-Party WGBs and Client VMs, page 9

Workgroup Bridges. Cisco WGBs. Information About Cisco Workgroup Bridges. Cisco WGBs, page 1 Third-Party WGBs and Client VMs, page 9 Cisco WGBs, page 1 Third-Party WGBs and Client VMs, page 9 Cisco WGBs Information About Cisco A workgroup bridge (WGB) is a mode that can be configured on an autonomous IOS access point to provide wireless

More information

Introduction to Networks: Case Study, Option 2

Introduction to Networks: Case Study, Option 2 Introduction to Networks: Case Study, Option 2 Name: Name: Name: Academy username: Academy username: Academy username: Topology Diagram Assessment Objectives For an acceptable Case Study, the student must

More information

Chapter 1 Introduction

Chapter 1 Introduction Copyright Statement is the registered trademark of Zonet Technology Inc. All the products and product names mentioned herein are the trademarks or registered trademarks of their respective holders. Copyright

More information

Cisco EXAM Implementing Cisco Unified Wireless Networking Essentials (IUWNE) Buy Full Product.

Cisco EXAM Implementing Cisco Unified Wireless Networking Essentials (IUWNE) Buy Full Product. Cisco EXAM - 640-722 Implementing Cisco Unified Wireless Networking Essentials (IUWNE) Buy Full Product http://www.examskey.com/640-722.html Examskey Cisco 640-722 exam demo product is here for you to

More information

LAB: Configuring LEAP. Learning Objectives

LAB: Configuring LEAP. Learning Objectives LAB: Configuring LEAP Learning Objectives Configure Cisco ACS Radius server Configure a WLAN to use the 802.1X security protocol and LEAP Authenticate with an access point using 802.1X security and LEAP

More information

LevelOne. User Manual. WAP Mbps PoE Wireless AP V3.0.0

LevelOne. User Manual. WAP Mbps PoE Wireless AP V3.0.0 LevelOne WAP-0005 108Mbps PoE Wireless AP User Manual V3.0.0 i TABLE OF CONTENTS CHAPTER 1 INTRODUCTION... 1 FIGURE 1: WIRELESS ACCESS POINT... 1 FEATURES OF YOUR WIRELESS ACCESS POINT... 1 Security Features...

More information

Configuring OfficeExtend Access Points

Configuring OfficeExtend Access Points Information About OfficeExtend Access Points, page 1 OEAP 600 Series Access Points, page 2 OEAP in Local Mode, page 3 Supported WLAN Settings for 600 Series OfficeExtend Access Point, page 3 WLAN Security

More information

Advanced Security and Mobile Networks

Advanced Security and Mobile Networks Advanced Security and Mobile Networks W.Buchanan (1) 9. GSM/3G Unit 7: Mobile Networks. Wireless. Security. Mobile IP. Mobile Agents. Spread spectrum. Military/Emergency Networks 8. Ad-hoc 7. Mobile Networks

More information

Q&A. DEMO Version

Q&A. DEMO Version 640-722 CCNA - Wireless Associate - IUWNE Q&A DEMO Version Copyright (c) 2012 Chinatag LLC. All rights reserved. Important Note Please Read Carefully For demonstration purpose only, this free version Chinatag

More information

Wireless Networks. Authors: Marius Popovici Daniel Crişan Zagham Abbas. Technical University of Cluj-Napoca Group Cluj-Napoca, 24 Nov.

Wireless Networks. Authors: Marius Popovici Daniel Crişan Zagham Abbas. Technical University of Cluj-Napoca Group Cluj-Napoca, 24 Nov. Wireless Networks Authors: Marius Popovici Daniel Crişan Zagham Abbas Technical University of Cluj-Napoca Group 3250 Cluj-Napoca, 24 Nov. 2003 Presentation Outline Wireless Technology overview The IEEE

More information

MTA_98-366_Vindicator930

MTA_98-366_Vindicator930 MTA_98-366_Vindicator930 Number: 98-366 Passing Score: 700 Time Limit: 45 min File Version: 1.0 http://www.gratisexam.com/ Microsoft Technology Associate Networking Fundamentals MTA 98-366 Exam A QUESTION

More information

Activity Configuring and Securing a Wireless LAN in Packet Tracer

Activity Configuring and Securing a Wireless LAN in Packet Tracer Activity Configuring and Securing a Wireless LAN in Packet Tracer Objectives: 1. Configure a Wireless Access Point (WAP) local IP address. 2. Configure a WAP with an SSID. 3. Change the administrator s

More information

Numerics INDEX. 2.4-GHz WMIC, contrasted with 4.9-GHz WMIC g 3-6, x authentication 4-13

Numerics INDEX. 2.4-GHz WMIC, contrasted with 4.9-GHz WMIC g 3-6, x authentication 4-13 INDEX Numerics 2.4-GHz WMIC, contrasted with 4.9-GHz WMIC 1-8 802.11g 3-6, 3-9 802.1x authentication 4-13 A AAA server group 4-25 aaa authentication login command 4-24 aaa authorization command 4-27 aaa

More information

DWS-4000 Series DWL-3600AP DWL-6600AP

DWS-4000 Series DWL-3600AP DWL-6600AP Unified Wired & Wireless Access System Configuration Guide Product Model: Release 1.0 DWS-4000 Series DWL-8600AP DWL-6600AP DWL-3600AP Page 1 Table of Contents 1. Scenario 1 - Basic L2 Edge Setup: 1 Unified

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

Expected Outcomes Able to design the network security for the entire network Able to develop and suggest the security plan and policy

Expected Outcomes Able to design the network security for the entire network Able to develop and suggest the security plan and policy CHAPTER 9 DEVELOPING NETWORK SECURITY STRATEGIES Expected Outcomes Able to design the network security for the entire network Able to develop and suggest the security plan and policy Network Security Design

More information

Wireless-N Business Notebook Adapter

Wireless-N Business Notebook Adapter Wireless-N Business Notebook Adapter USER GUIDE BUSINESS SERIES Model No. WPC4400N Model Model No. No. Copyright and Trademarks Specifications are subject to change without notice. Linksys is a registered

More information

Cisco 1: Networking Fundamentals

Cisco 1: Networking Fundamentals Western Technical College 10150110 Cisco 1: Networking Fundamentals Course Outcome Summary Course Information Description Career Cluster Instructional Level Total Credits 3.00 Total Hours 90.00 This course

More information

Wireless Terms. Uses a Chipping Sequence to Provide Reliable Higher Speed Data Communications Than FHSS

Wireless Terms. Uses a Chipping Sequence to Provide Reliable Higher Speed Data Communications Than FHSS How to Set Up a Secure Home Wireless Network What you don t know about setting up a home wireless network can hurt you. 2008 APCUG Convention Session Tom Jones, P.E., RCDD-NTS CQS-CWLSS AGENDA Some Terms

More information

Wireless Domain Services FAQ

Wireless Domain Services FAQ Wireless Domain Services FAQ Document ID: 65346 Contents Introduction What is WDS? How do I configure my AP as a WDS? On what platforms does Cisco Structured Wireless Aware Network (SWAN) WDS run? How

More information

Troubleshooting the 792xG Series Wireless IP Phone

Troubleshooting the 792xG Series Wireless IP Phone CHAPTER 3 Troubleshooting the 792xG Series Wireless IP Phone Understanding the 792xG Series Wireless IP Phone The Cisco Unified Wireless IP Phone 792xG Series are 802.11 dual-band wireless devices that

More information

Implementing Cisco Unified Wireless Networking Essentials Volume 1

Implementing Cisco Unified Wireless Networking Essentials Volume 1 Volume 1 I. Course Introduction A. Learner Skills and Knowledge B. Course Goals and Objectives C. Course Flow D. Additional References 1. Cisco Glossary of Terms E. Your Training Curriculum II. Wireless

More information

"Charting the Course... Implementing Cisco Unified Wireless Networking Essentials v2.0 (IUWNE) Course Summary

Charting the Course... Implementing Cisco Unified Wireless Networking Essentials v2.0 (IUWNE) Course Summary Course Summary Description Implementing Cisco Unified Wireless Networking Essentials (IUWNE) v2.0 is a five-day instructor-led course that is designed to help students prepare for the CCNA _ wireless certification,

More information

Wireless LAN, WLAN Security, and VPN

Wireless LAN, WLAN Security, and VPN Wireless LAN, WLAN Security, and VPN 麟瑞科技台南辦事處技術經理張晃崚 WLAN & VPN FAQ What is WLAN?802.11a?802.11b?802.11g? Which standard (product) should we use? How to deploy WLAN? How to block intruders? How to authenticate

More information

CWTS Exam Objectives (Exam PW0-070)

CWTS Exam Objectives (Exam PW0-070) Introduction The Certified Wireless Technology Specialist (CWTS) certification, covering the current objectives, will certify that successful candidates know the fundamentals of RF behavior, can explain

More information

ECB N Multi-Function Client Bridge

ECB N Multi-Function Client Bridge ECB9300 is a multi-functioned 11n product with 7 major multi-functions, is designed to operate in every working environment for enterprises. ECB9300 is a Wireless Network device that delivers up to 3x

More information

Lab 7.5.1: Basic Wireless Configuration

Lab 7.5.1: Basic Wireless Configuration Topology Diagram Learning Objectives Configure options in the Linksys Setup tab. Configure options in the Linksys Wireless tab. Configure options in the Linksys Administration tab. Configure options in

More information

NZQA unit standard version 2 Page 1 of 5. Demonstrate knowledge of and install wireless local area computer networks

NZQA unit standard version 2 Page 1 of 5. Demonstrate knowledge of and install wireless local area computer networks Page 1 of 5 Title Demonstrate knowledge of and install wireless local area computer networks Level 6 Credits 15 Purpose This unit standard covers installation of wireless local area networks including

More information

TestOut Network Pro - English 4.1.x COURSE OUTLINE. Modified

TestOut Network Pro - English 4.1.x COURSE OUTLINE. Modified TestOut Network Pro - English 4.1.x COURSE OUTLINE Modified 2017-07-06 TestOut Network Pro Outline - English 4.1.x Videos: 141 (18:42:14) Demonstrations: 81 (10:38:59) Simulations: 92 Fact Sheets: 145

More information

Certified Wireless Network Administrator

Certified Wireless Network Administrator coursemonster.com/uk Certified Wireless Network Administrator Overview This new market-leading course from us delivers the best in Wireless LAN training, combining the benefits of: Certified Wireless Network

More information

Configuring Cipher Suites and WEP

Configuring Cipher Suites and WEP 10 CHAPTER This chapter describes how to configure the cipher suites required to use WPA authenticated key management, Wired Equivalent Privacy (WEP), Temporal Key Integrity Protocol (TKIP), and broadcast

More information

Wireless technology Principles of Security

Wireless technology Principles of Security Wireless technology Principles of Security 1 Wireless technologies 2 Overview This module provides an introduction to the rapidly evolving technology of wireless LANs (WLANs). WLANs redefine the way the

More information

Connections, addressing and common configuration rules.

Connections, addressing and common configuration rules. Lab #1 r9-1 s2 e1 3/11 VLAN_21 BGP AS 100 s1 3/1 e0 s0 e0 3/2 s1 VLAN_22 BGP AS 200 r1 r2 Ring 4 r4 s0/1 r3 to0/0 s0/0 s0 s1 OSPF Area 33 to0 e0/0 e0 OSPF Area 4 3/4 b0/0 3/3 VLAN_14 VLAN_13 403 304 c15

More information

Wireless 300N Access Point 300 Mbps, MIMO, Bridge, Repeater, Multiple SSIDs and VLANs Part No.:

Wireless 300N Access Point 300 Mbps, MIMO, Bridge, Repeater, Multiple SSIDs and VLANs Part No.: Wireless 300N Access Point 300 Mbps, MIMO, Bridge, Repeater, Multiple SSIDs and VLANs Part No.: 524728 Wireless networking with three times the speed and five times the flexibility. The INTELLINET NETWORK

More information

Configuring a Basic Wireless LAN Connection

Configuring a Basic Wireless LAN Connection This module describes how to configure a wireless LAN (WLAN) connection between a wireless device, such as a laptop computer or mobile phone, and a Cisco 800, 1800 (fixed and modular), 2800, or 3800 series

More information

Wireless LAN Overview

Wireless LAN Overview A wireless LAN (WLAN) is, in some sense, nothing but a radio with different frequencies and characteristics acting as a medium for networks. The Cisco 800, 1800, 2800, and 3800 series integrated services

More information

2. SCQF level: Choose 3. SCQF credit value ECTS credit value: 10

2. SCQF level: Choose 3. SCQF credit value ECTS credit value: 10 Module Descriptor Part one: Module leader s section: core module details 1. Module title: Network Security and Cryptography 2. SCQF level: Choose 3. SCQF credit value 20 4. ECTS credit value: 10 5. Module

More information

Computer Networking CCE1030. Module Leader: Usama Arusi. Faculty of Science and Technology. Term (AY/JS/T3) AY

Computer Networking CCE1030. Module Leader: Usama Arusi. Faculty of Science and Technology. Term (AY/JS/T3) AY Faculty of Science and Technology Computer Networking Module Leader: Usama Arusi Term (AY/JS/T3) AY Duration of the module in weeks (24 weeks) Document Version 01 Department of Computer Science Computer

More information

accounting (SSID configuration mode) through encryption mode wep accounting (SSID configuration mode) through

accounting (SSID configuration mode) through encryption mode wep accounting (SSID configuration mode) through accounting (SSID configuration mode) through encryption mode wep accounting (SSID configuration mode) through encryption mode wep 1 accounting (SSID configuration) accounting (SSID configuration mode)

More information

Cisco 3: Advanced Routing & Switching

Cisco 3: Advanced Routing & Switching Western Technical College 10150130 Cisco 3: Advanced Routing & Switching Course Outcome Summary Course Information Description Career Cluster Instructional Level Total Credits 3.00 Total Hours 90.00 This

More information

PT Activity: Configure AAA Authentication on Cisco Routers

PT Activity: Configure AAA Authentication on Cisco Routers PT Activity: Configure AAA Authentication on Cisco Routers Instructor Version Topology Diagram Addressing Table Device Interface IP Address Subnet Mask R1 Fa0/0 192.168.1.1 255.255.255.0 S0/0/0 10.1.1.2

More information

exam. Number: Passing Score: 800 Time Limit: 120 min CISCO Interconnecting Cisco Networking Devices Part 1 (ICND)

exam. Number: Passing Score: 800 Time Limit: 120 min CISCO Interconnecting Cisco Networking Devices Part 1 (ICND) 100-105.exam Number: 100-105 Passing Score: 800 Time Limit: 120 min CISCO 100-105 Interconnecting Cisco Networking Devices Part 1 (ICND) Exam A QUESTION 1 Which route source code represents the routing

More information

Lab 7.5.3: Troubleshooting the Wireless WRT300N

Lab 7.5.3: Troubleshooting the Wireless WRT300N Lab 7.5.3: Troubleshooting the Wireless WRT300N Topology Diagram Addressing Table Device Interface IP Address Subnet Mask Default Gateway Fa0/1.5 5.5.5.10 255.255.255.0 N/A Fa0/1.10 192.168.10.1 255.255.255.0

More information

Lab 6.4.2: Challenge Inter-VLAN Routing

Lab 6.4.2: Challenge Inter-VLAN Routing Lab 6.4.2: Challenge Inter-VLAN Routing Topology Diagram Addressing Table Device (Hostname) Interface IP Address Subnet Mask Default Gateway S1 VLAN 99 192.168.99.11 255.255.255.0 192.168.99.1 S2 VLAN

More information

Configuring Spanning Tree Protocol

Configuring Spanning Tree Protocol CHAPTER 7 This chapter descibes how to configure Spanning Tree Protocol (STP) on the Cisco wireless mobile interface card (WMIC). Note For complete syntax and usage information for the commands used in

More information

Cisco Exam Questions and Answers (PDF) Cisco Exam Questions BrainDumps

Cisco Exam Questions and Answers (PDF) Cisco Exam Questions BrainDumps Cisco 300-375 Dumps with Valid 300-375 Exam Questions PDF [2018] The Cisco 300-375 Securing Cisco Wireless Enterprise Networks (WISECURE) exam is an ultimate source for professionals to retain their credentials

More information

Navpreet Singh INTRODUCTION TO COMPUTER NETWORKS. Computer Centre Indian Institute of Technology Kanpur Kanpur INDIA

Navpreet Singh INTRODUCTION TO COMPUTER NETWORKS. Computer Centre Indian Institute of Technology Kanpur Kanpur INDIA INTRODUCTION TO COMPUTER NETWORKS Navpreet Singh Computer Centre Indian Institute of Technology Kanpur Kanpur INDIA (Ph : 2597371, Email : navi@iitk.ac.in) About Myself About Myself I am Network Manager

More information

Demonstrate knowledge of and install wireless local area computer networks

Demonstrate knowledge of and install wireless local area computer networks Page 1 of 5 Demonstrate knowledge of and install wireless local area computer networks Level 6 Credits 15 Purpose This unit standard covers installation of wireless local area networks including setting

More information

Procedure: You can find the problem sheet on the Desktop of the lab PCs.

Procedure: You can find the problem sheet on the Desktop of the lab PCs. University of Jordan Faculty of Engineering & Technology Computer Engineering Department Computer Advance Networks Laboratory 907529 Lab.3 WLAN Security Objectives 1. Configure administrator accounts.

More information

Configuring Multiple SSIDs

Configuring Multiple SSIDs CHAPTER 7 This chapter describes how to configure and manage multiple service set identifiers (SSIDs) on the access point. This chapter contains these sections: Understanding Multiple SSIDs, page 7-2,

More information

Configuring Repeater and Standby Access Points and Workgroup Bridge Mode

Configuring Repeater and Standby Access Points and Workgroup Bridge Mode CHAPTER 19 Configuring Repeater and Standby Access Points and Workgroup Bridge Mode This chapter describes how to configure your access point as a repeater, as a hot standby unit, or as a workgroup bridge.

More information

Securing Wireless LAN Controllers (WLCs)

Securing Wireless LAN Controllers (WLCs) Securing Wireless LAN Controllers (WLCs) Document ID: 109669 Contents Introduction Prerequisites Requirements Components Used Conventions Traffic Handling in WLCs Controlling Traffic Controlling Management

More information

Cisco Exam Implementing Cisco unified Wireless Voice Networks (IUWVN) v2.0 Version: 10.0 [ Total Questions: 188 ]

Cisco Exam Implementing Cisco unified Wireless Voice Networks (IUWVN) v2.0 Version: 10.0 [ Total Questions: 188 ] s@lm@n Cisco Exam 642-742 Implementing Cisco unified Wireless Voice Networks (IUWVN) v2.0 Version: 10.0 [ Total Questions: 188 ] Question No : 1 A client reports that video is not streaming. The administrator

More information

PT Activity 8.6.1: CCNA Skills Integration Challenge Topology Diagram

PT Activity 8.6.1: CCNA Skills Integration Challenge Topology Diagram Topology Diagram All contents are Copyright 2008 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 1 of 7 Addressing Table for HQ Device Interface IP Address Subnet

More information

Information and Network Technology Revised Date 07/26/2012 Implementation Date 08/01/2012

Information and Network Technology Revised Date 07/26/2012 Implementation Date 08/01/2012 Information and Network Technology Ben Eckart Revised Date 07/26/2012 Implementation Date 08/01/2012 COURSE OUTLINE CRT 286 LAN/WAN Implementation and Support 3 Credit Hours Course Description The focus

More information

QuickSpecs. HP enterprise access point WL520. Overview

QuickSpecs. HP enterprise access point WL520. Overview Overview 1. Power Out 8. Ethernet LAN Activity LED 2. Power Supply 9. Power LED 3. Power Input 10. Wireless Interface Cardbus Slot B 4. Processor Module 11. Wireless Interface Cardbus Slot A 5. Cover 12.

More information

Cisco CCIE Wireless Beta Written. Download Full Version :

Cisco CCIE Wireless Beta Written. Download Full Version : Cisco 351-050 CCIE Wireless Beta Written Download Full Version : https://killexams.com/pass4sure/exam-detail/351-050 Question: 228 66 Which information is most important for you to obtain from the customer

More information

Basic Wireless Settings on the CVR100W VPN Router

Basic Wireless Settings on the CVR100W VPN Router Basic Wireless Settings on the CVR100W VPN Router Objective A Wireless Local Area Network (WLAN) utilizes radio communication to connect wireless devices to a LAN. An example is a Wi-Fi hotspot at a cafe.

More information

Configuring the Wireless Parameters (CPE and WBS)

Configuring the Wireless Parameters (CPE and WBS) Configuring the Wireless Parameters (CPE and WBS) CHAPTERS 1. Configure Basic Wireless Parameters 2. Configure Wireless Client Parameters 3. Configure Wireless AP Parameters 4. Configure Multi-SSID 5.

More information

CCNA Routing and Switching Courses. Scope and Sequence. Target Audience. Curriculum Overview. Last updated August 22, 2018

CCNA Routing and Switching Courses. Scope and Sequence. Target Audience. Curriculum Overview. Last updated August 22, 2018 CCNA Routing and Switching Scope and Sequence Last updated August 22, 2018 Target Audience The Cisco CCNA Routing and Switching curriculum is designed for Cisco Networking Academy students who are seeking

More information

Securing a Wireless LAN

Securing a Wireless LAN Securing a Wireless LAN This module describes how to apply strong wireless security mechanisms on a Cisco 800, 1800, 2800, or 3800 series integrated services router, hereafter referred to as an access

More information

TestOut Network Pro - English 5.0.x COURSE OUTLINE. Modified

TestOut Network Pro - English 5.0.x COURSE OUTLINE. Modified TestOut Network Pro - English 5.0.x COURSE OUTLINE Modified 2018-03-06 TestOut Network Pro Outline - English 5.0.x Videos: 130 (17:10:31) Demonstrations: 78 (8:46:15) Simulations: 88 Fact Sheets: 136 Exams:

More information

ISR Wireless Configuration Example

ISR Wireless Configuration Example ISR Wireless Configuration Example Document ID: 116579 Contributed by Surendra BG, Cisco TAC Engineer. Oct 16, 2013 Contents Introduction Prerequisites Requirements Components Used Background Information

More information

11N Wall Mount Access Point / WDS AP / Universal Repeater. Features. Fully compatible with IEEE b/g/n devices

11N Wall Mount Access Point / WDS AP / Universal Repeater. Features. Fully compatible with IEEE b/g/n devices EAP9550-KZ is a powerful and multi-functioned 11n Indoor Access Point and it can act three modes AP/WDS/Universal Repeater. Smoke detector appearance will minimize visibility. So this model can work properly

More information

A Division of Cisco Systems, Inc. GHz g. Wireless-G. User Guide. Exterior Access Point WIRELESS WAP54GPE. Model No.

A Division of Cisco Systems, Inc. GHz g. Wireless-G. User Guide. Exterior Access Point WIRELESS WAP54GPE. Model No. A Division of Cisco Systems, Inc. GHz 2.4 802.11g WIRELESS Wireless-G Exterior Access Point User Guide Model No. WAP54GPE Copyright and Trademarks Specifications are subject to change without notice. Linksys

More information

Cisco CCNA (ICND1, ICND2) Bootcamp

Cisco CCNA (ICND1, ICND2) Bootcamp Cisco CCNA (ICND1, ICND2) Bootcamp Course Duration: 5 Days Course Overview This five-day course covers the essential topics of ICND1 and ICND2 in an intensive Bootcamp format. It teaches students the skills

More information

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

PASS4TEST. IT Certification Guaranteed, The Easy Way!  We offer free update service for one year PASS4TEST IT Certification Guaranteed, The Easy Way! \ We offer free update service for one year Exam : PW0-250 Title : Certified Wireless Design Professional (CWDP) Vendors : CWNP Version : DEMO Get Latest

More information

Gigabit Networks, VLANs & Wireless LANs

Gigabit Networks, VLANs & Wireless LANs Hands-On Gigabit Networks, VLANs & Wireless LANs ( Advanced Local Area Networks ) Course Description This Hands-On course will discuss traditional Ethernet as it is evolving today and its future. Ethernet

More information

accounting (SSID configuration mode) through encryption mode wep

accounting (SSID configuration mode) through encryption mode wep accounting (SSID configuration mode) through encryption mode wep accounting (SSID configuration), page 3 antenna, page 4 authentication key-management, page 6 authentication network-eap, page 8 authentication

More information