Pages

Tuesday, 27 November 2012

IP Routing of CCNA

                                  

                                            IP ROUTING

       
                                           It is a process of technique to identify the route from one network
to another network to route the packets. 

     Then the router must known as following information:-

     1,  Destination Network

     2,  Possible number of router to reach the network.

     3,  How to maintain and verify the  Routing Information.


         

 

           Types of Routing

    1,   Static Routing

    2,   Default Routing

    3,   Dynamic Routing

                                 - RIPv1  (Routing Information Protocol Version 1)
                                 - RIPv2  (Routing Information protocol Version 2)
                                 - IGRP   (Interior Gateway Routing Protocol)
                                 - EIGRP (Enhanced Interior Gateway Routing Protocol)
                                 - OSPF   (Open Shortest Path First)  
                       
 
 
 
 
 
 
 
 
   
 

Thursday, 30 August 2012

DTE (Data Terminal Equipment)

DTE are those end devices which are use to converts user information into signals or reconverts received signals. These can also be called trail circuits. A DTE device communicates with the data circuit-terminating equipment (DCE). The DTE/DCE classification was introduced by IBM
(INTERNATIONAL BUSSINESS MACHINE)
for example :----- pc & router
DCE (Data Communication Equipment)
DCE (Data Circuit-Terminating Equipment)
DCE are those devices which are transfer the data without any modification of data
and create the data.
for example :------- modem

Tuesday, 7 August 2012

Network Switch


Network switch



                                                        50-port network switch



A network switch or switching hub is a computer networking device that connects network segments or network devices. The term commonly refers to a multi-port network bridge that processes and routes data at the data link layer (layer 2) of the OSI model. Switches that additionally process data at the network layer (layer 3) and above are often referred to as layer-3 switches or multilayer switches.

The first Ethernet switch was introduced by Kalpana in 1990.





Contents
  [hide]  1 Function
 2 Role of switches in networks
 3 Layer-specific functionality 3.1 Layer 1 hubs versus higher-layer switches
 3.2 Layer 2
 3.3 Layer 3
 3.4 Layer 4
 3.5 Layer 7

4 Types of switches 4.1 Form factor
 4.2 Configuration options 4.2.1 Traffic monitoring on a switched network
 4.2.2 Typical switch management features





Function

A switch is a telecommunication device which receives a message from any device connected to it and then transmits the message only to the device for which the message was meant. This makes the switch a more intelligent device than a hub (which receives a message and then transmits it to all the other devices on its network.) The network switch plays an integral part in most modern Ethernet local area networks (LANs). Mid-to-large sized LANs contain a number of linked managed switches. Small office/home office (SOHO) applications typically use a single switch, or an all-purpose converged device such as a residential gateway to access small office/home broadband services such as DSL or cable Internet. In most of these cases, the end-user device contains a router and components that interface to the particular physical broadband technology. User devices may also include a telephone interface for VoIP.

An Ethernet switch operates at the data link layer of the OSI model to create a separate collision domain for each switch port. With 4 computers (e.g., A, B, C, and D) on 4 switch ports, any pair (e.g. A and B) can transfer data back and forth while the other pair (e.g. C and D) also do so simultaneously, and the two conversations will not interfere with one another. In the case of a hub, they would all share the bandwidth and run in half duplex, resulting in collisions, which would then necessitate retransmissions. Using a switch is called microsegmentation. This allows computers to have dedicated bandwidth on point-to-point connections to the network and to therefore run in full duplex without collisions.

Role of switches in networks

Switches may operate at one or more layers of the OSI model, including data link and network. A device that operates simultaneously at more than one of these layers is known as a multilayer switch.

In switches intended for commercial use, built-in or modular interfaces make it possible to connect different types of networks, including Ethernet, Fibre Channel, ATM, ITU-T G.hn and 802.11. This connectivity can be at any of the layers mentioned. While layer-2 functionality is adequate for bandwidth-shifting within one technology, interconnecting technologies such as Ethernet and token ring is easier at layer 3.

Devices that interconnect at layer 3 are traditionally called routers, so layer-3 switches can also be regarded as (relatively primitive) routers.

Where there is a need for a great deal of analysis of network performance and security switches may be connected between WAN routers as places for analytic modules. Some vendors provide firewall,network intrusion detection,and performance analysis modules that can plug into switch ports. Some of these functions may be on combined modules.

In other cases, the switch is used to create a mirror image of data that can go to an external device. Since most switch port mirroring provides only one mirrored stream, network hubs can be useful for fanning out data to several read-only analyzers, such as intrusion detection systems and packet sniffers.

Layer-specific functionality





                                                                      Multilayer switch
A modular network switch with three network modules (a total of 24 Ethernet and 14 Fast Ethernet ports) and one power supply.
While switches may learn about topologies at many layers, and forward at one or more layers, they do tend to have common features. Other than for high-performance applications, modern commercial switches use primarily Ethernet interfaces.

At any layer, a modern switch may implement power over Ethernet (PoE), which avoids the need for attached devices, such as a VoIP phone or wireless access point, to have a separate power supply. Since switches can have redundant power circuits connected to uninterruptible power supplies, the connected device can continue operating even when regular office power fails.

Layer 1 hubs versus higher-layer switches

A network hub, or repeater, is a simple network device. Hubs do not manage any of the traffic that comes through them. Any packet entering a port is broadcast out or "repeated" on every other port, except for the port of entry. Since every packet is repeated on every other port, packet collisions affect the entire network, limiting its capacity.

There are specialized applications where a hub can be useful, such as copying traffic to multiple network sensors. High end switches have a feature which does the same thing called port mirroring.

By the early 2000s, there was little price difference between a hub and a low-end switch.

Layer 2

A network bridge, operating at the data link layer, may interconnect a small number of devices in a home or the office. This is a trivial case of bridging, in which the bridge learns the MAC address of each connected device.

Single bridges also can provide extremely high performance in specialized applications such as storage area networks.

Classic bridges may also interconnect using a spanning tree protocol that disables links so that the resulting local area network is a tree without loops. In contrast to routers, spanning tree bridges must have topologies with only one active path between two points. The older IEEE 802.1D spanning tree protocol could be quite slow, with forwarding stopping for 30 seconds while the spanning tree would reconverge. A Rapid Spanning Tree Protocol was introduced as IEEE 802.1w. The newest standard Shortest path bridging (IEEE 802.1aq) is the next logical progression and incorporates all the older Spanning Tree Protocols (IEEE 802.1D STP, IEEE 802.1w RSTP, IEEE 802.1s MSTP) that blocked traffic on all but one alternative path. IEEE 802.1aq (Shortest Path Bridging SPB) allows all paths to be active with multiple equal cost paths, provides much larger layer 2 topologies (up to 16 million compared to the 4096 VLANs limit), faster convergence times, and improves the use of the mesh topologies through increase bandwidth and redundancy between all devices by allowing traffic to load share across all paths of a mesh network.

While layer 2 switch remains more of a marketing term than a technical term,[citation needed] the products that were introduced as "switches" tended to use microsegmentation and Full duplex to prevent collisions among devices connected to Ethernet. By using an internal forwarding plane much faster than any interface, they give the impression of simultaneous paths among multiple devices. 'Non-blocking' devices use a forwarding plane or equivalent method fast enough to allow full duplex traffic for each port simultaneously.

Once a bridge learns the topology through a spanning tree protocol, it forwards data link layer frames using a layer 2 forwarding method. There are four forwarding methods a bridge can use, of which the second through fourth method were performance-increasing methods when used on "switch" products with the same input and output port bandwidths:
 1.Store and forward: The switch buffers and verifies each frame before forwarding it.
 2.Cut through: The switch reads only up to the frame's hardware address before starting to forward it. Cut-through switches have to fall back to store and forward if the outgoing port is busy at the time the packet arrives. There is no error checking with this method.
 3.Fragment free: A method that attempts to retain the benefits of both store and forward and cut through. Fragment free checks the first 64 bytes of the frame, where addressing information is stored. According to Ethernet specifications, collisions should be detected during the first 64 bytes of the frame, so frames that are in error because of a collision will not be forwarded. This way the frame will always reach its intended destination. Error checking of the actual data in the packet is left for the end device.
 4.Adaptive switching: A method of automatically selecting between the other three modes.

While there are specialized applications, such as storage area networks, where the input and output interfaces are the same bandwidth, this is not always the case in general LAN applications. In LANs, a switch used for end user access typically concentrates lower bandwidth and uplinks into a higher bandwidth.

Layer 3

Within the confines of the Ethernet physical layer, a layer-3 switch can perform some or all of the functions normally performed by a router. The most common layer-3 capability is awareness of IP multicast through IGMP snooping. With this awareness, a layer-3 switch can increase efficiency by delivering the traffic of a multicast group only to ports where the attached device has signaled that it wants to listen to that group.

Layer 4

While the exact meaning of the term layer-4 switch is vendor-dependent, it almost always starts with a capability for network address translation, but then adds some type of load distribution based on TCP sessions.

The device may include a stateful firewall, a VPN concentrator, or be an IPSec security gateway.

Layer 7

                                                                   Layer-7 switch

Layer-7 switches may distribute loads based on Uniform Resource Locator URL or by some installation-specific technique to recognize application-level transactions. A layer-7 switch may include a web cache and participate in a content delivery network.





Rack-mounted 24-port 3Com switch
Types of switches

 Form factor
 Desktop, not mounted in an enclosure, typically intended to be used in a home or office environment outside of a wiring closet
 Rack mounted - A switch that mounts in an equipment rack
 Chassis - with swappable module cards
 DIN rail mounted - normally seen in industrial environments or panels

Configuration options
 Unmanaged switches — These switches have no configuration interface or options. They are plug and play. They are typically the least expensive switches, found in home, SOHO, or small businesses. They can be desktop or rack mounted.
 Managed switches — These switches have one or more methods to modify the operation of the switch. Common management methods include: a command-line interface (CLI) accessed via serial console, telnet or Secure Shell, an embedded Simple Network Management Protocol (SNMP) agent allowing management from a remote console or management station, or a web interface for management from a web browser. Examples of configuration changes that one can do from a managed switch include: enable features such as Spanning Tree Protocol, set port bandwidth, create or modify Virtual LANs (VLANs), etc. Two sub-classes of managed switches are marketed today: Smart (or intelligent) switches — These are managed switches with a limited set of management features. Likewise "web-managed" switches are switches which fall in a market niche between unmanaged and managed. For a price much lower than a fully managed switch they provide a web interface (and usually no CLI access) and allow configuration of basic settings, such as VLANs, port-bandwidth and duplex.
 Enterprise Managed (or fully managed) switches — These have a full set of management features, including CLI, SNMP agent, and web interface. They may have additional features to manipulate configurations, such as the ability to display, modify, backup and restore configurations. Compared with smart switches, enterprise switches have more features that can be customized or optimized, and are generally more expensive than smart switches. Enterprise switches are typically found in networks with larger number of switches and connections, where centralized management is a significant savings in administrative time and effort. A stackable switch is a version of enterprise-managed switch.


Traffic monitoring on a switched network

Unless port mirroring or other methods such as RMON, SMON or sFlow are implemented in a switch, it is difficult to monitor traffic that is bridged using a switch because only the sending and receiving ports can see the traffic. These monitoring features are rarely present on consumer-grade switches.

Two popular methods that are specifically designed to allow a network analyst to monitor traffic are:
 Port mirroring — the switch sends a copy of network packets to a monitoring network connection.
 SMON — "Switch Monitoring" is described by RFC 2613 and is a protocol for controlling facilities such as port mirroring.

Another method to monitor may be to connect a layer-1 hub between the monitored device and its switch port. This will induce minor delay, but will provide multiple interfaces that can be used to monitor the individual switch port.




Typical switch management features




                                                            Linksys 48-port switch 




HP Procurve rack-mounted switches mounted in a standard Telco Rack 19-inch rack with network cables Turn particular port range on or off
 Link bandwidth and duplex settings
 Priority settings for ports
 IP Management by IP Clustering.
 MAC filtering and other types of "port security" features which prevent MAC flooding
 Use of Spanning Tree Protocol
 SNMP monitoring of device and link health
 Port mirroring (also known as: port monitoring, spanning port, SPAN port, roving analysis port or link mode port)
 Link aggregation (also known as bonding, trunking or teaming)
 VLAN settings
 802.1X network access control
 IGMP snooping

Link aggregation allows the use of multiple ports for the same connection achieving higher data transfer rates. Creating VLANs can serve security and performance goals by reducing the size of the broadcast domain.

Monday, 6 August 2012

how to speed up your wireless network

how to speed up your wireless network



If you have a wireless router, you may not be using it to the best of its ability.? Wireless signals are very picky with respect to various changes that could be made to strengthen a connection.
When setting up a wireless network, you must pay attention to specific details in order to make sure the router is being used to its full capacity.
In doing so, you will increase your network range, speed and eliminate most drop periods or unexpected loss of signal.

The first thing to evaluate is the positioning of your router.? Is it in a central location in the home?? A small signal strength will translate into slower speeds from the router.? A great example is with a three story home; the router should be on the second floor in the middle of the house.? Avoid places that are surrounded by brick walls or metal beams.
Another great way to strengthen a signal is to try and change the router frequency.? Most routers have a bunch of frequencies they can operate and emit a signal at.? In your router administrative panel, there should be a place to change the frequency.? Changing the frequency might help avoiding interference with other electronics in your house that operate at around the same frequency as your router (phones especially!)
There are products on the market that help spread a signal throughout the house.? A repeater will take a wireless signal that might be weak in one area of a home and rebroadcast it with full strength!? If you have issues with a weak signal in one area of the house that might be far from the router, it is always great to use a booster or repeater.
As always, check that the wireless adapter you are using is working properly and can get a strong signal if close to the router and that the router has updated firmware.? Updating firmware is like updating software for your computer or your drivers.? Check on the manufacturers website for new updates to firmware and install them via your router administrative panel!

If you have a wireless router, you may not be using it to the best of its ability.? Wireless signals are very picky with respect to various changes that could be made to strengthen a connection.
When setting up a wireless network, you must pay attention to specific details in order to make sure the router is being used to its full capacity.
In doing so, you will increase your network range, speed and eliminate most drop periods or unexpected loss of signal.

The first thing to evaluate is the positioning of your router.? Is it in a central location in the home?? A small signal strength will translate into slower speeds from the router.? A great example is with a three story home; the router should be on the second floor in the middle of the house.? Avoid places that are surrounded by brick walls or metal beams.
Another great way to strengthen a signal is to try and change the router frequency.? Most routers have a bunch of frequencies they can operate and emit a signal at.? In your router administrative panel, there should be a place to change the frequency.? Changing the frequency might help avoiding interference with other electronics in your house that operate at around the same frequency as your router (phones especially!)
There are products on the market that help spread a signal throughout the house.? A repeater will take a wireless signal that might be weak in one area of a home and rebroadcast it with full strength!? If you have issues with a weak signal in one area of the house that might be far from the router, it is always great to use a booster or repeater.
As always, check that the wireless adapter you are using is working properly and can get a strong signal if close to the router and that the router has updated firmware.? Updating firmware is like updating software for your computer or your drivers.? Check on the manufacturers website for new updates to firmware and install them via your router administrative panel!
If you have a wireless router, you may not be using it to the best of its ability.? Wireless signals are very picky with respect to various changes that could be made to strengthen a connection.
When setting up a wireless network, you must pay attention to specific details in order to make sure the router is being used to its full capacity.
In doing so, you will increase your network range, speed and eliminate most drop periods or unexpected loss of signal.

The first thing to evaluate is the positioning of your router.? Is it in a central location in the home?? A small signal strength will translate into slower speeds from the router.? A great example is with a three story home; the router should be on the second floor in the middle of the house.? Avoid places that are surrounded by brick walls or metal beams.
Another great way to strengthen a signal is to try and change the router frequency.? Most routers have a bunch of frequencies they can operate and emit a signal at.? In your router administrative panel, there should be a place to change the frequency.? Changing the frequency might help avoiding interference with other electronics in your house that operate at around the same frequency as your router (phones especially!)
There are products on the market that help spread a signal throughout the house.? A repeater will take a wireless signal that might be weak in one area of a home and rebroadcast it with full strength!? If you have issues with a weak signal in one area of the house that might be far from the router, it is always great to use a booster or repeater.
As always, check that the wireless adapter you are using is working properly and can get a strong signal if close to the router and that the router has updated firmware.? Updating firmware is like updating software for your computer or your drivers.? Check on the manufacturers website for new updates to firmware and install them via your router administrative panel!

         CCNA Wireless

Waves, Frequencies, and RF
                                                  Waves – Wireless starts and ends with waves, specifically radio waves. There are different modulation techniques to encode data onto a carrier wave signal. These techniques differ between the 3 (now 4 with N) flavors of wireless, A, B, and G. DSSS (Direct Sequence Spread Spectrum) is the modulation technique used by 802.11b, which uses “chipping codes” to send redundant data to allow for interference. OFDM (Orthogonal Frequency Division Multiplexing) is the modulation technique used by 802.11a and 802.11g. This technique divides a channel into multiple subcarriers, similar to how a T1 is divided up. Data is sent simultaneously over these subchannels to achieve redundancy and a combined higher data rate. MIMO (Multiple-Input Multiple-Output) is the modulation technique used by 802.11n and allows a device to use more than 1 antenna for sending data and 1 antenna for receiving data. This is the main thing that helps N products achieve such higher data rates than a and b/g, along with many other advances in how signals are processed.

Frequencies – All wireless devices use unlicensed frequencies, meaning that you do not have to apply for a license from the FCC to use them and they are subject to interference from other devices. Within the frequencies assigned to a and b/g there are also “channels,” which are the portion of the frequency that an individual device can use. This is less important for 802.11a devices as AP’s using 802.11a will automatically sense and choose a channel that is less likely to conflict with the AP’s around it. A also has a lot more non-overlapping channels to choose from – 23 within the 5GHz range of 802.11a. 802.11b only has 3 non-overlapping channels to choose from within the 2.4Ghz range 802.11b uses. If 2 AP’s next to each other are transmitting at on the same channel, the signal to noise ratio will rise and the bandwidth available will decrease.


RF – Radio Frequency waves behave like light waves or any other waves. They are subject to many issues that can degrade performance of a wireless network. Surveying before deploying a network and periodically helps mitigate these issues. Absorbtion describes how waves are blocked by walls or dampened by carpet. This is similar to how sound waves are absorbed. Scattering is how waves are reflected by something in the air, like heavy rain. Refraction describes how a wave’s path is altered by passing through something, such as think glass. This is similar to what happens to light waves as they pass through a prism. Reflection describes how waves bounce off of shiny or reflective objects, which can cause more noise as wireless frames arrive out of order, causing a “multipath issue” where signals can become out of phase and cancel each other out. Line of Sight can become an issue in wireless WAN deployments as the curvature of the earth itself can become an obstacle, making taller towers necessary. Signal-to-Noise Ratio is a measurement of how strong a signal is compared to all the surrounding noise. This can be helpful when diagnosing issues with RF coverage or deciding how to place AP’s.


Topologies

WPAN, WLAN, WMAN, and WWAN – A WPAN (Wireless Personal Area network) is limited to 20ft and is primarily for peripheral devices (mice, Bluetooth devices, etc), operates on the unlicensed 2.4GHz spectrum and is generally limited to 8 active devices. It can also be called a “piconet.” A WLAN (Wireless Local Area Network) operates on the 2.4 or 5 GHz spectrum, spans about 100 meters from AP to client, and is more flexible to allow more than 8 devices. WLANs and their clients are dual-band, supporting different transmission methods in different areas. A WMAN (Wireless Metropolitan Area Network) is slower than a WLAN, but covers more distance with speeds closer to broadband. Also includes WiMAX. Speeds decrease with distance. A WWAN (Wireless Wide Area Network) is essentially a wireless WAN connection with low rates, high cost and a licensed frequency.

802.11 Topologies – Originally, there were 2 modes for 802.11 networks – Ad Hoc and Infrastructure. Ad hoc networks are made by wireless clients without a central device controlling them, like an AP. These are also called IBSS (Independent Basic Service Set) and are frowned upon for enterprise use for a number of issues, many of them security related. Network Infrastructure Mode is the one most commonly used in enterprises. When there is only 1 AP, it is called a BSA or Basic Service Area or wireless cell, if more than 1 AP is connected, then it is called a ESA or Extended Service Area.

SSID’s – Service Set Identifiers (SSIDs) are mapped to a MAC address on the AP that you are connecting to. The MAC address can be the MAC address of the wireless radio on the AP or a virtual one it generates. If an AP has only 1 SSID, it is called a BSSID or Basic Service Set Identifier. If an AP has more than one SSID, it is called a MBSSID (Multiple Basic Service Set Identifier.

Bridges – Cisco offers 2 types of workgroup bridges, which help extend a wired network to an area you can’t run cable to. They are point-to-point wireless connections. Autonomous Workgroup Bridge (aWGB) and Universal Workgroup Bridge (uWGB).

Repeaters – A repeater extends the reach of a WLAN and does not require a wired connection. Regular Cisco AP’s can act as repeaters, but there is a performance hit with each hop.

Outdoor Wireless Bridges – These connect wired LANs together in either a point-to-point connection or point-to-multipoint connection, like from building to building. Aironet 1300 bridges and Aironet 1400 bridges can do this. A 1300 series will also connect clients and uses the 2.4 GHz range. The 1400 uses the 5 GHz range.

Outdoor Mesh Networks – This allows a bunch of AP’s to form a mesh network. Requires controllers.


Antennas

Polarization – RF waves are electro-magnetic waves, so like a magnet, they have polarization. This is a bigger issue for outdoor deployments than indoor, but is one of the reasons to be careful how you position an antenna.

Diversity – The use of 2 antennas for each radio to increase the odds of getting a good signal.

Antenna Types:

Omnidirectional – Across the Horizontal plane or Azimuth, the signal spreads fairly evenly. In the veritical plane or Elevation plane, signal propagates mainly downward, meaning that an AP on the ceiling will not bleed so much to the floor above. These are generally the most common.

2.2-dBi Dipole – Similar propagation to an omnidirectional, but with a doughnut shape in that on the Elevation plane there are some gaps in the middle. These look like short plastic poles and usually have a hinge where they can be bent.

Directional Antennas – Give more control over RF propagation, such as parabolic dishes and on walls.

8.5-dBi Patch, Wall Mount – Most signal is focused forward, with a little allowed to bleed back.

13.5 Yagi Antenna – Very directed, focused RF pattern, such as a straight shot down a hallway.

21-dBi Parabolic Dish – Very, very narrow path…must be calibrated correctly. Most allow you to change polarity to make them easier to mount.

Antenna Connectors and Hardware:

Attenuators – reduces signal between the radio and antenna to comply with FCC regs.

Amplifiers – Adds gain to strengthen a signal between the AP and antenna.

Lightning Arrestors – Prevents surges from lightning strikes from traveling from an antenna to a LAN and damaging equipment. Does not stop direct strikes.

802.11 Protocols

Original 802.11 Protocol – RF tech: FHSS (Frequency Hopping Spread Spectrum) and DSSS (Direct Sequence Spread Spectrum), Coding: Barker 11, Not used today because it only yields 1 to 2 Mbps.

802.11b Protocol – RF tech: DSSS, 2.4GHz spectrum, Coding: Barker 11 and CCK (Complementary Code Keying), Modulation: DQPSK (Differential Quadrature Phase-Shift Keying). Gives data rates of 1,2,5.5, and 11 Mbps and has 3 non-overlapping channels of 1, 6, 11. Backwards compatible with original 802.11.

802.11g Protocol – RF tech: DSSS and OFDM (Orthogonal Frequency Division Multiplexing), 2.4 GHz spectrum, Coding: Barker 11 and CCK, Data rates of 1, 2, 5.5, 11 Mbps with DSSS and 6, 9, 12, 18, 24, 36, 48, and 54 Mbps with OFDM and has the same 3 non-overlapping channels as b. Backwards compatible with original 802.11 and b.

802.11a Protocol – Not compatible with original 802.11, b, or g. uses 5GHz spectrum, RF tech: OFDM, Coding: Convolution Coding, Modulation: BPSK, QPSK, and 16 or 64-QAM. Data Rates are 6, 9, 12, 18, 24, 36, 48, and 54 Mbps with OFDM. Multiple non-overlapping channels – AP’s automatically choose a channel not in use by adjacent AP’s.

802.11n Protocol – Backward compatible with ALL 802.11 protocols. Uses MIMO (Multiple-Input, Multiple-Output) to achieve higher data rates even for a, b, and g clients, Less harmed by interference and reflection. Up to 32 data rates.

Wireless Frame Transmission

Frame Types:

Management Frames – Used for association and anything else to do with leaving or joining a BSA.

Control Frames – ACK’s for when data frames are received.

Data Frames – Duh…they contain data.

Sending Frames:

Wireless LANs use CSMA/CA (Carrier Sense Multiple Access Collision Avoidance). This means they listen to the network and wait a designated time before attempting to send data. This period is called the IFS (Interframe Space) and can vary according to the type of client or data.

SIFS (Short Interframe Space) – Higher priority. Used for ACKs and others

PIFS (Point-coordination Interframe Space) – Used when an AP is going to control the network

DIFS (Distributed-coordination Interframe Space) – The normal spacing between frames. Used for data frames.
A client starts counting down a random timer. If it hears nothing during that timer, it sends frames. If it does, it adds 45 to it’s current count and continues counting down until it hears nothing, then sends. The total time it has to wait is called a Contention Window.

Wireless Frame Headers:

A Wireless Frame Header can have up to 3 MAC addresses in it. The Source and Destination MAC addresses and a BSSID, which is also a MAC address. Wireless frames are larger than Ethernet frames and often have to be fragmented before bridged to the wired network.

RTS/CTS – If a AP is controlling the network, the client will send a RTS or “Request to Send” to see if it is allowed to take a turn sending frames. If it is, the AP will respond with a CTS or “Clear To Send” response telling the client to proceed.

Other Wireless and How They Mess Your WLAN Up!

Cordless Phones – Not too common anymore, but they do interfere with wireless since they operate either at 2.4GHz or 5.8GHz. They use TDMA (Time Division Multiple Access) or FDMA (Frequency Division Multiple Access) to allow several devices to use the same frequency at the same time on different “channels.”

Bluetooth – Interfers with b/g WLANs as it operates at 2.4GHz, but has limited range. Uses FHSS (Frequency Hopping Spread Spectrum) so it will jump to a different frequency within that range to minimize interference. Considered a piconet or WPAN. Connects multiple slave devices to one master device for its topology.

ZigBee – Another WPAN technology, mostly used for monitoring devices. Has a funky topology with stars and clusters with some full function devices and some coordinators or reduced function devices.

WiMAX – Doesn’t interfere with WLAN’s, but is basically a wireless broadband solution for WAN links to the internet.

Other Culprits of Interference – Leaky Microwaves (huge problem in real life!), Wireless X11 cameras, Radar Systems, Motion Sensors, Fluorescent Lighting, Game Controllers and adapters.

How Packets Get To and From a Wireless Network From a Wired Network

Association – A client either passively scans a network to see what SSID’s are being broadcast by a beacon from the AP or actively scans sending a probe request for a specific SSID that may or may not be being broadcast. If the client hears a beacon or receives a probe response, the client sends an authentication request to the AP for the desired SSID. The AP should respond with an authentication response. If this is successful, the client sends an association request that includes client info like data rates and the AP responds with an association response that contains the AP’s info like data rates. The client chooses a data rate based on the RSSI (Received Signal Strength Indicator) and the SNR (Signal-to-Noise Ratio). The client is now associated.

Sending to a Host on Another Subnet – 1. Client decides to send traffic to another host. 2. Client determines that the other host is not on their subnet. 3. Client decides to send the traffic to its default gateway. 4. Client looks up gateway in ARP, but it’s not there. 5. Client sends an ARP request to the AP for the gateway. 6. The AP sends the ARP request to its controller using the LWAPP (Lightweight Wireless Access Point Protocol) across the wired network, encapsulating it into a 6 byte header for the trip. 7. The Controller opens the LWAPP frame and reads the ARP request and rewrites the ARP request into an Ethernet frame and sends that across the wired network as a broadcast. All the switches that receive this broadcast flood it out all ports except the one it was received on. 8. A layer 3 device receives the ARP request broadcast and responds with a unicast ARP response which is received by the WLAN controller. 9. The controller rewrites the Ethernet frame into a 802.11 frame and adds a LWAPP header and sends it to the AP. 10. The AP removes the LWAPP header and exposes the 802.11 frame which contains the ARP response. 11. The AP buffers the frame and starts a backoff timer and goes through the usual process of waiting for a free moment to send. It then sends the frame to the client.

Vlans – In order for multiple SSID’s to be able to be used on an AP, a logical Vlan must be assigned to the SSID, which allows different SSID’s to have different subnets. APs using multiple Vlans and SSID’s need to have trunk ports between them and the switch they are connected to. Configuring Vlan’s is covered in the CCNA, but suffice it to say an SSID is mapped to one logical subnet and one logical Vlan.

Cisco Unified Wireless LANs

CUWN (Cisco Unified Wireless LAN) – Cisco’s Lightweight wireless infrastructure which moves some tasks from the Access Point (AP) to the Wireless LAN Controller (WLC) using what they call the “Split MAC Architecture.” AP’s send information to and from the WLC using LWAPP (Lightweight Wireless Access Point Protocol) and the WLC can make decisions boosting or weakening AP signal strength to provide better coverage, boosting the power of AP’s around an AP that has failed, containing rogue AP’s, etc. A WLC can manage from 6-300 AP’s. WCS (Wireless Control System) can then control multiple controllers.

Cisco Controllers and AP’s:

The AP Handles – Frame exchange, beaconing, buffering and transmitting frames, responds to probe requests, forwards notifications of receive probe requests to WLC, provides RRM (Radio Resource Management) information regarding quality to WLC, monitors all channels for noise and interference.

The WLC handles – Association, Reassociation when roaming occurs, Authentication, Frame Translation and Bridging.

LWAPP Modes:

Layer 2 LWAPP Mode – Being deprecated by Cisco. WLC has to be in the same subnet as the AP’s it controls.

Layer 3 LWAPP – Cisco’s preferred mode. LWAPP travels across subnets and the WLC can be in a different subnet than the AP’s.

Multiple Networks
WLC’s can support up to 512 Vlan’s. All data regardless of the SSID/Vlan is sent in 1 tunnel from the AP to the WLC via LWAPP. The WLC can only have 16 SSID’s per each AP, though.

CUWN Architecture

Clients – Aironet Client Devices, Cisco-compatible client devices, Cisco Secure Services Client

AP’s:

1130AG – Can operate as autonomous or lightweight and H-REAP (Hybrid Remote Edge AP). Designed for Indoor use. Supports 802.11a/b/g

1240AG – Has same features as 1130’s but only uses external antennas.

1250 Series – Supports 802.11a/b/g/n. Designed for rugged environments, uses 2×3 MIMO technology with external antennas.

1300 Series AP/Bridge – Outdoor AP or Bridge. Does not have a 5GHz radio, so only supports 802.11b/g. Can be purchased with integrated antennas or connectors for external antennas. Has a special power supply.

1400 Wireless Bridge – Can only operate as a bridge and cannot connect clients. Does not support LWAPP and is autonomous only. Designed for outdoor environments and can be purchased with an internal antenna or connectors for an external antenna. Supports 802.11a/b/g.

WLC’s:

4400 Series WLC – Supports 12, 25, 50, or 100 AP’s depending on model. Can support up to 5,000 MAC addresses in database. AP and controller must run the same code version, but the controller will upgrade or downgrade the AP.

3750-G WLC – A WLC integrated into a small switch with the swich and WLC sharing a backplace. Saves space and ports.

Cisco WiSM (Wireless Services Module) – Blade that installs in a 6500 or 7600 chassis, sharing a backplane. WiSM supports up to 300 Ap’s or 150 AP’s per controller with each blade having 2 controllers. Allows clustering of AP’s into a mobility domain.

Cisco 2106 WLC – Same form factor as ASA 5505’s. Small branch controller with 2 PoE switchports. Supports up to 6 AP’s.

Cisco WLCM – Another small branch controller designed to be added to an ISR router as a module. Supports 8 or 12 Ap’s, depending on model.

WCS Flavors

Runs on Windows or Linux Red Hat servers. Manages up to 3,000 lightweight AP’s and 1250 Autonomous AP’s. If you add WCS Navigator, it scales above 3,000 AP’s by letting you navigate between several WCS servers. Also works with Wireless Location Application to track RFID tags.

Controller Discovery and Association

LWAPP Layer 2 Transport Mode – Again, not preferred by Cisco, AP and WLC must be on the same Subnet. All LWAPP communication is in Ethernet encapsulated frames, not IP packets.

LWAPP Layer 3 Transport Mode – Preferred due to scalability. Frames are encapsulated in UDP. You need to make sure any firewalls between the AP’s and the controller allow UDP port 12222 for LWAPP data messages and UDP port 12223 for LWAPP control messages. A 1500 MTU is assumed, but can be changed.

LWAPP AP Controller Discovery

1. Discovery Mode – An AP boots and enters Discovery Mode. It sends a layer 2 broadcast Discovery Request message. If this fails (unless we have a LWAPP layer 2 transport mode in use, it will), it goes to step 2.

2. The AP moves to layer 3 by checking its config for an IP address. If it doesn’t have one, it uses Dhcp to get one.

3. The AP gets an IP address from the dhcp server. If the dhcp server has DHCP option 43 configured to give the AP an IP address for a controller, the AP now uses that to try to contact one.

4. If no IP address for a WLC was configured on the dhcp server and no WLC has responded to the layer 2 Discovery Request broadcast, the AP reverts back to layer2 broadcasts and tries again.

IOS-Based AP’s only do a Layer 3 Discovery, as Follows:

1. AP does a subnet broadcast to see if a controller is operating in Layer 3 mode on its subnet.

2. The AP does an OTAP (Over-the-air-Provisioning)

3. When other AP’s exist and are in a joined state with a WLC, they send messages to the WLC that have the IP address of the controller in them. The AP that is trying to discover the WLC can overhear these and get the WLC IP address from them and send a directed Discovery Message to it.

4. After an AP has associated with at least 1 WLC, the AP gets a list of other controllers from the WLC that it can associate with. This gets stored in NVRAM and can be used to skip straight to a directed Discovery Message the next time the AP reboots. This is called AP Priming.

***You can also use DNS to set an entry for CISCO-LWAPP-Controller for the IP address of a WLC management interface. The AP can use this address to send a unicast query.

Choosing a Controller

1. The AP chooses the primary controller if it has been primed.

2. The AP chooses the secondary controller, then the tertiary controller if it has been primed.

3. If no information is available, it looks for a master controller. Each mobility group should have 1.

4. If all the above fail, the AP looks for the least-loaded AP-Manager interface based on the number of AP’s being managed.

5. The AP sends the WLC it has chosen a Join Message. The WLC should respond with a Join Reply message which includes the result code, allowing them to talk, it’s certificate, and a test payload to see if jumbo frames will work. This completes the Join Request Phase.

Receiving a Configuration

If the AP is not running the correct software version, the controller upgrades or downgrades it at this point. If this is necessary, the AP reboots and discovers and rejoins the WLC. Once the software versions match, the AP prompts the WLC for a config by sending a LWAPP config request message that contains what is already set and what can be configured. When the WLC gets this request, it send a configure response message with the values. The AP applies the config in RAM…it is never stored in flash as on an autonomous AP.

Redundancy for APs and WLC’s

N+1 – Provides a single backup for multiple controllers. This strategy fails if more than 1 controller goes down.

N+N – Each Controller backs up another controller . Load balancing is important here.

N+N+1 – Most redundant design with every controller acting as a backup to another and an extra backup designated as the tertiary. $$$

AP Modes

Local Mode – usual AP mode serving clients. Can also be used for site surveys

Monitor Mode – Passive and cannot send traffic or associate clients. Used for finding rogue AP’s, troubleshooting, surveying, or IDS matches. Can be used with location appliance to increase accuracy.

Sniffer Mode – Cannot send traffic or associate clients. Works with 3rd party sniffer software to capture data for troubleshooting and forensics.

Rogue Detection Mode – Radios are turned off and cannot associate clients or send traffic. Listens for ARP messages on the wired network and sends information about rogue AP and client MAC list to controller for controller to issue alarms.

H-REAP Mode – Allows you to have lightweight AP’s across a WAN link from their controller. Link must be faster than 128kbps and latency must be less than 100ms roundtrip. Connected mode means the AP can reach the controller. If the WAN link fails, the AP goes into Standalone mode and all client requests are serviced based on a config that is local to the AP (basically, it reverts back to autonomous).

Bridge Mode – Allow point-to-point or multi-point links. Mainly used in Mesh networks.

Roaming…no Buffalo…just Roaming

Mobility Groups – A group of controllers that share information about clients that are roaming. Think a group of controllers in one building on a campus. A client does not need to reassociate when moving between AP’s on different controllers in a mobility group and keeps the same IP even if the AP it roams to is in a different subnet.

Mobility Domain – A group of mobility groups or controllers in different mobility groups that share information regarding their clients. Think of two buildings connected in a campus…this might be 2 different mobility groups, but 1 mobility domain. Users roaming between AP’s on different controllers in different mobility groups that are in the same mobility domain do not need to reassociate, but they do have to get a new IP address. Users who roam from an AP on a controller in one mobility domain to a controller in a completely different mobility domain do have to reassociate completely as if connecting for the first time and will lose connection.

Roaming Requirements – All controllers have to be in the same mobility domain. All WLC’s must be on the same code version. All WLC’s have to operate in the same LWAPP mode. ACL’s (Access Control Lists) in the network must be the same. The SSID must be the same.

Layer 2 Versus Layer 3 Roaming – Layer 2 roaming takes place when a client roams from 1 AP to another that are both in the same network and the client keeps the same IP address. Layer 3 roaming happens when a client roams from one AP on one subnet to another AP on a completely different subnet where both AP’s have the same SSID. The client keeps the same IP address in both cases and no data is lost as they roam.

Asymmetric Tunneling – Traffic from the client is routed to the destination, regardless of its source address, and the new traffic is sent to its original controller, called and anchor and is tunneled to the new controller.

Symmetric Tunneling – All traffic is tunneled from the client to the anchor controller, sent to the destination, returned to the anchor controller, and then tunneled back to the client via the foreign controller.

Mobility Anchors – Also called guest tunneling or anchor mobility. All the traffic that belongs to a WLAN is tunneled to a predefined WLC or set of WLC’s. This is particularly good to anchor guest devices to a WLC in the DMZ for security. This is done on a per WLAN (SSID) basis.

Controller Terminology

WLAN = SSID and all its parameters

Port – Ties together a VLAN and SSIDs.

Static Interfaces:

Management Interface – The “IP Address” of the controller. AP’s use this IP to discover the controller and mobility groups exchange information using it.

AP Manager Interface – This address is the source address for LWAPP communication between the WLC and the AP. It has to be unique, but can be in the same subnet as the management address.

Virtual Interface – Controls the Layer 3 security and mobility manager communications for all the physical ports of the WLC. This interface also has the DNS gateway hostname used by Layer 3 security and mobility managers to verify certificates. If you configure users to have to log in to a web page to authenticate to use the network (like for guest access), this is the IP address they will be redirected to.

Service Port – Out of Band management, system recovery, and maintenance purposes. This is the only port on the controller that is active in boot mode. It does not auto-sense.

Migrating Standalone (Autonomous) AP’s to LWAPP

The IOS to LWAPP Conversion Utility – Software that runs in windows. Will upgrade Ap’s running version 12.3(7)JA or above for WLC’s running version 3.1 or later. Uses a .txt file with information about the AP’s you wish to upgrade and a tftp server to send image files to them.

Cisco Mobility Express

Small Business Communication System – Designed to be able to grow with a small business, the hardware does not work with their enterprise systems. Allows for the management advantages fo the CUWN without as much cost or equipment. Only supports growth up to 12 AP’s total.

Includes:

Cisco Unified Communication 500 Series for Small Businesses – Long name, but it includes a dhcp server and can support up to 48 users.

Cisco Unified IP Phones

Cisco Monitor Director

Cisco Mobility Solution, Including:

Cisco 526 Wireless Express Controller – Each controller can support up to 6 AP’s with 2 controllers supported. Provides guest access, Voice-over-WLAN, LWAPP, Same authentication architectures as enterprise, wired/wireless network virtualization, and management with CCA. (Cisco Configuration Assistant).

Cisco 521 Wireless Express Access Point – Can only communicate with the 526 Wireless Express Controller, so it cannot be used in an enterprise environment, only supports 802.11b/g, otherwise similar to 1130AG AP’s.

Wireless Clients

Microsoft Windows Zero Configuration Utility (WZC) – Probably the least preferred, least secure, and most troublesome way to connect. This one is fairly familiar to anyone who has set up a windows PC for wireless. A major security hole is that, if unable to join a broadcasting network, it will automatically attempt to create its own ad hoc network and allow others to connect to it, in the background, with no notification to the user that this is happening. It will also automatically connect to any ad hoc network it finds if it cannot connect to an infrastructure network.

Apple AirPort Extreme – This GUI is actually pretty nice, with very intuitive settings. No glaringly obvious security holes.

Linux NetworkManager – GUI tool available in many different Linux distros…similar to tools for Macs and PC’s and not tested for the CCNA-Wireless

Cisco Aironet Desktop Utility (ADU) – Cisco offers cardbus and PCI card WLAN NICs and this is the utility used to manage them on a PC. It also has a utility for the system tray called the Aironet System Tray Utility. It’s better than the WZC, but I prefer other utilities when I have the chance. A few advantages it has though are the ability to give a SNR (Signal-to-Noise Ratio) reading from the client and the ability to do basic site surveying with it. You can use the Aironet Configuration Administration Utility (ACAU) to automate the creation of client profiles if you have a lot of these cards in your enterprise.

Cisco Secure Services Client (SSC) – Cisco’s alternative to the WZC for those with Wireless NICs from other vendors. Requires a license for the client and has a utility as well to create client profiles for distribution called the SSCAU (Secure Services Client Administration Utility).

CCX (Cisco Client Extension) Program – basically certifies that devices will work with Cisco AP’s and infrastructure. On the AP side, using all CCX compatible clients means the AP can change some settings on the client side and gives you more control over how they connect.

Wireless Security

Threats Unique to WLAN’s:

Ad Hoc Networks – This allows 2 or more clients to connect to each other bypassing corporate security policies. An attacker could form an ad hoc network and trick users to connect to that network and steal data or use their connection to the corporate network as a way to then gain access.

Rogue AP’s – An AP outside the corporate infrastructure that could be friendly or malicious. You have to track them down to determine if they are just a neighboring office building’s network or something that has been brought in from home, or part of a malicious attack. Attackers try to get users to connect to the rogue and gain access or steal data from them. A user may unwittingly attach an AP to the corporate network, allowing an attacker to bypass corporate security policies and gain access to the network.

Client Misassociation – An attacker spoofs the SSID of a network a client device has already connected to and the client utilities use the cached information about that SSID to automatically connect to the spoofed SSID, sometimes without the client’s knowledge. This can be done by sending false beacon messages or management frame spoofing.

Management Frame Protection (MFP) – This helps prevent a client misassociation attack. Each management frame gets a MIC (Message Integrity Check) added to it before the FCS (Frame Check Sequence). Each WLAN (SSID) gets a unique key sent to each radio on the AP. If anyone tries to spoof the frames or mess with the contents and does not have this key, it invalidates the message. Client MFP can be used with CCX (Cisco Compatible Extensions) 5 or better on the client. Here the client can talk to the AP and find out what the MIC is and it can also verify that the management frames it receives match this MIC. This will also keep a neighboring AP from attacking your network with deauthentication messages (essentially trying to contain your AP as if it were a rogue) since clients will know that these deauth messages did not come from your AP.

Attacks Used on Both Wired and Wireless Networks:

Reconnaissance Attacks – An attacker tries to gain info about your network (port scanning, etc.)

Access Attacks – An attacker tries to get access to data, devices, or the network. (Includes trying to crack pre-shared keys, etc.)

DoS (Denial of Service) Attacks – An attacker tries to prevent users from getting services they need. An example might be someone putting AP’s at the edge of your property and then trying to contain your AP’s as if they were rogues.

Authentication Schemes:

Open – Suitable only for guest access to a network. Pretty much no authentication. These users should only be given internet access.

PSK (Pre-shared Key) with WEP (Wired Equivalent Privacy) – Actually considered less secure than Open authentication. Keys are easily broken and then the attacker has access. Uses RC4 encryption method, which is weak. Key sizes are 40bit, 104bit, and 128bit, but Windows will not support the 128 bit. All sizes are easily cracked. MAC Address filtering helps little because MACs are easily spoofed.

EAP (Extensible Authentication Protocol)/ 802.1x – Much better authentication and encryption. This has a 3-way handshake to authenticate and requires an external AAA server (Radius).

EAP-TLS – Requires PKI (Public Key Infrastructure) certificates on the supplicant (client) and the authentication server. Considered most secure and an encrypted tunnel protects the user certificate.

EAP-FAST – Does not require PKI certificates, but uses a strong shared secret key called a PAC (Protected Access Credential) that is unique on every client. Is considered the successor to Cisco LEAP (Lightweight Extensible Authentication Protocol).

PEAP(Protected EAP) – Only a server-side certificate is needed, which is used to create an encrypted tunnel where the real authentication takes place. PEAP uses MS-CHAPv2 or GTC (Generic Token Card) to authenticate users

LEAP – Vulnerable to an offline exploit, being deprecated.

Encryption Methods:

WPA – Uses TKIP (Temporal Key Integrity Protocol) to automatically change keys. Can support AES (Advanced Encryption Standard) optionally. Uses stronger encryption (TKIP vs. RC4) than WEP and a larger IV (initialization vector). 2 Modes offered – Enterprise mode (requires a Radius server and uses TKIP with AES available) Personal – Uses PSK (preshared keys) vs. RADIUS, so it is weaker, but more friendly to home environments.

WPA2 – Mandates AES, TKIP is not available. Only allows the AES/CCMP (Advanced Encryption Standard-Cipher Block Chaining Message Authentication Code Protocol) version of AES. Key Management allows keys to be cached to allow for faster connections. Considered best.

WCS (Wireless Control System)

WCS Requirements:

Linux – Will support 3,000 AP’s and 250 Controllers with Red Hat ES/AS Linux Release 4 or better, Intel Xeon Quad 3.15-GHz CPU or better, and 8Gig RAM or better, and a 200Gig HD.

Windows – Will support 2,000 AP’s and 150 controllers with Windows Server 2003 or better, Pentium 4/2.06 GHz or better, 2G RAM, and a 30G HD or better.

Licenses – There are 2 license options here – Base and Base with Location which allows you to use a Location appliance for RFID tag tracking.

Features:

Templates – Allow for faster, more uniform configuration of controllers

Auto Provisioning – Allows a new, unconfigured controller to automatically grab a configuration from the WCS server.

Heat Maps – Can be used for a basic RF prediction (Not always as accurate as a site survey), and once deployed, show real-time RF info and location and status of AP’s.