Chapter 9 Network Operating Systems
The three Network Operating Systems I have had experience with are Mac/Appletalk, Novell, and Windows, which all were based on client/server architecture to share resources. With the Mac and Windows the NO (Network Operating) software was already installed though it may require some more configuration changes to the network settings. With Novell the client needs to be installed on the Windows workstations and with Mac the server would have Mac NLM (Netware Loadable Modules) installed/enabled.
Client/Server Communication consists of a Logon process redirector belonging to the presentation layer of the OSI model. The Client server environment then uses 3-teir architecture to establish communication. The Client, Middleware and Server, examples are Web Bowser, Terminal Server, Citrix… connections.
Users and Groups are set up to gain access to resources basing the user permissions on a group basis to simplify account management and documentation. As a rule, users should only be given permissions on a user basis for personal/private file locations otherwise they should belong to groups for permissions.
One standard protocol to give objects (users, computers, files) access permissions is LDAP (Lightweight Directory Access Protocol). LDAP uses two types of object definitions: Classes (object classes): identifies object type specified in directories and Attributes (object attributes): stores information about object. LDAP standard directories and contents form trees. As you know a tree starts with a root/trunk/foundation then has branches and leaves. Hmm, were some of these programmers smoking some of the leaves when coming up with these definitions? As you know from basic biology, branches and leaves however separated from each other get all their main resources from the roots and trunks of the plant. To care for the LDPA system there is what we refer to as the administrator/arborist which can prune the tree or even cut down a tree/system. FYI: The administrator account for a UNIX system is the ROOT. Yep they definitely were smoking something out there in San Jose! Then came along Mr. Bill (SNL fame of course) with domains wanting to control the universe and stealing NDS (Novell Directory of Services) and naming it AD (Active/Attractive Directory)? Hmm, wonder if they both were not very secure and only AD (Attractive Directory) looked easier to organize, manage resources and security?
OK, Enough Mr. Bill bashing, UNIX develop in 1969 preceded to lead TCP/IP protocol suite development and runs most internets serves because it is efficient and flexible. UNIX comes in two flavors, proprietary, the sinful Apple/Mac OS XServer, Sun Microsystems /Solarus and IBM/ AIX systems an open non-proprietary/open source Linux.
All in all NO (Network Operating Systems) all do pretty much the same process of permitting access for users to share centrally located and managed resources.
Thursday, October 29, 2009
Thursday, October 22, 2009
Chapter 8 Wireless Networking
Chapter 8 Wireless Networking
As a Network Technician wired technologies are already a high-wire act without a net, with expectations of having all systems fully available 99.999%. As though that is not tough enough now we add in the Wireless Spectrum. Now we don’t even have a high-wire to walk on and we need to be able to deliver it just about anywhere anytime. Yikes! With this in mind it is especial essential that standards are developed and followed so all the wireless devices are able to work just about anywhere around the globe.
Similar to wired the Wireless Spectrum needs to follow the Layer 3 and higher protocols, however it has no fixed path to guide the signals from one node to the next. Instead of a wire, Wireless uses an Antenna on the same frequency (Channel) to transmit and receive information. An Antennas service specifications determine the power, frequency and radiation pattern. The two types of antennas are directional which are used more for point to point wireless communications. Satellites use direction antennas for downlinks such as cable TV, where omnidirectional signals give equal strength in all directions and used in wireless networks or wireless phones.
Signal Propagation LOS (line-of-sight) or in straight line, directly from transmitter to receiver is going to give you the clearest signal possible. As you know obstacles are going to get in the way affecting the signal. The signal needs to pass through them, get absorbed by them, bounce off them… These phenomena are Reflection, which it bounces back to the source, Diffraction, which splits it into secondary waves or Scattering, which diffuses it into multiple different directions.
Because of the three phenomena Multipath signals are created which can both enhance or cause delays in the wireless connection. Remember this is an extreme high-wire act and we are working without a net and wire (no wireless conduit/shielding).
Frequency Ranges are the area we are able to do our high-wire act. The oldest range is 2.4–2.4835 GHz contains 11 communication channels which include wireless phones which can interfere with your wireless network devices. The newer 5.1 GHz, 5.3 GHz, 5.4 GHz, 5.8 GHz contains 24 communication channels and because these are also used by weather, military radar communications your wireless gear must be able to sense this and switch to a different cannel automatically.
Narrowband , Broadband, and Spread Spectrum Signals
In Narrowband the Transmitter concentrates signal energy at single frequency, very small(narrow) frequency range where Broadband uses a relatively wide(broad) wireless spectrum band giving it higher throughputs than narrowband. The last one is Spread-spectrum used in WWII, which uses multiple frequencies to split them and transmit signals. The split signals are only known by transmitters and receivers so it is difficult for unauthorized receivers to capture the information because they need to know both frequencies to capture and decode the signals. This offering more security when send transmissions. There are two types of Spread-spectrum FHSS (frequency hopping spread spectrum) which the signal jumps between several different frequencies within a band. The other is DSSS (direct-sequence spread spectrum) where signal’s bits distributed over entire frequency band at once. Each bit then coded and the receiver reassembles original signal upon receiving.
WLAN (Wireless LAN) Architecture can be as simple as an Ad hoc WLAN where wireless nodes transmit directly to each other (laptop to laptop) or complex to where you would have one or many Access point (AP) throughout your location or locations to have multiple nodes authenticate to them to use the network. The AP is strategically placed for easy access and wired to the network to retransmit signals to the network and network operating system. Depending upon number of nodes you may need multiple APs (maximum number of nodes varies: 10-100).
IEEE’s Wireless technology standard is 802.11(802.11b, 802.11a, 802.11g, 802.11n (draft)) work at the Physical and Data Link Layer of the OSI model and work in the Half-duplex, access method, frame format.
Access Method for 802.11 same physical addressing schemes as 802.3 however, wireless devices are not designed to simultaneously transmit and receive so they cannot quickly detect collisions. Therefore instead of using CSMA/CD (Carrier Sense Multiple Access with Collision Detection) they use a method called CSMA/CA (Carrier Sense Multiple Access with Collision Avoidance) to minimize potential collisions. It uses ACK packets to verify every transmission which requires more overhead than 802.3 therefore is slower than 802.3. Another method is RTS/CTS (Request to Send/Clear to Send) protocol it ensures packets are not inhibited by other transmissions and is more used for large transmission packets however; it further decreases overall 802.11 efficiency.
Association is the process of scanning and gaining access to an AP. The wireless NIC surveys its surroundings for access point using two types: Active scanning which transmits a special frame known as a probe to the AP waiting for it to issue a probe response and Passive scanning where it is listens for special signal known as a Beacon fame issued by the AP. The Beacon frame contains the transmission rate and SSID (service set identifier) the name of the AP. The node must then enter an access code, if the security is setup, then once authenticated they can begin to communicate.
There multiple frames in 802.11 are divided into three groups: control, management and data. The management frames are those involved in association and reassociation probe, beacon frames. Control frames are those related to medium access, data delivery such as ACK and RTS/CTS frames. Where Data frames carry data sent between stations.
802.11b is the oldest standard and uses DSSS (direct-sequence spread spectrum) signaling. It operates on the 2.4-GHz band and separated into 22-MHz channels. Throughput in theory is 11-Mbps but actual throughput is at 5-Mbps and has a 100 meters node limit.
802.11a although the standards task group started before 802.1b it was released after 802.11b. It operates on the 5-GHz band which is not as congested (like 2.4-GHz band) and has lower interference from other devices (microwaves, cordless phones) however it requires more power to transmit and travel shorter distances than the lower-frequency signals. Throughput in theory is 54 Mbps but actual throughput is between 11 and 18 Mbps and has a 20 meter node limit. It is also more expensive hence least popular.
802.11g is just as affordable and compatible with 802.11b networks. It operates on the 2.4-GHz band. Throughput in theory is 54-Mbps but actual throughput is between 20 to 25 Mbps and has a 100 meters node limit.
802.11n appears to have been in September 2009 and will be backward compatible with 802.11a, b, g standards. Therefore it operates on both 2.4-GHz or 5-GHz frequency ranges. Throughput in theory is a maximum of 600 Mbps.
Bluetooth Networking is a wireless technology compatible with multiple devices requiring little power and short range coverage. It is designed for PANs (personal area networks) cellular telephones, phone headsets, computer peripherals, PDAs. The standard uses FHSS (frequency hopping spread spectrum) RF signaling in 2.4-GHz band. Version 1.1 has a throughput in theory is 1 Mbps but actual throughput is 723 –Kbps and is recommended nodes be no more than 10 meters apart. Version 2.2 has an actual throughput is 2.1 Mbps and is recommended nodes be no more than 30 meters apart. If you ever catch me walking in store talking with a blue tooth head set please shoot me!
In designing a wireless network you need to first determine the needs of your organization. Are you a coffee shop having hot spots for your users, a large warehouse needing access to databases to update information via handheld devices and/or an office that uses it for convenience for laptop users to easily logon to the network when they are in the office? In your design you will need to determine the placement of APs for best coverage along with using the latest technologies 802.11g or 802.11n if available. You will also what to use hardware all one standard and along with one manufacturer, this will ensure the ability to document your wireless network easier.
In 2001 IEEE standardized a new wireless technology 802.16 WiMAX (Worldwide Interoperability for Microwave Access). The current version is 802.16e (2005) which has improved mobility and QoS characteristics making it better suited for digital voice signals and mobile phones. It functions in 2 and 66 GHz range on either Licensed or nonlicensed frequencies giving it two distinct advantages over Wi-Fi of a much greater throughput (70 Mbps) and a of range (30 miles). It is an alternative to DSL or broadband cable, well suited to rural users, internet access to mobile computerized devices, residential homes… One of the drawbacks are that it is expensive.
Satellite Internet Access, from my experience, is not a good option if you have any mission critical applications because weather can be big factor in flakey connections. However, if this is all that is available other than dialup it may be your best option.
As a Network Technician wired technologies are already a high-wire act without a net, with expectations of having all systems fully available 99.999%. As though that is not tough enough now we add in the Wireless Spectrum. Now we don’t even have a high-wire to walk on and we need to be able to deliver it just about anywhere anytime. Yikes! With this in mind it is especial essential that standards are developed and followed so all the wireless devices are able to work just about anywhere around the globe.
Similar to wired the Wireless Spectrum needs to follow the Layer 3 and higher protocols, however it has no fixed path to guide the signals from one node to the next. Instead of a wire, Wireless uses an Antenna on the same frequency (Channel) to transmit and receive information. An Antennas service specifications determine the power, frequency and radiation pattern. The two types of antennas are directional which are used more for point to point wireless communications. Satellites use direction antennas for downlinks such as cable TV, where omnidirectional signals give equal strength in all directions and used in wireless networks or wireless phones.
Signal Propagation LOS (line-of-sight) or in straight line, directly from transmitter to receiver is going to give you the clearest signal possible. As you know obstacles are going to get in the way affecting the signal. The signal needs to pass through them, get absorbed by them, bounce off them… These phenomena are Reflection, which it bounces back to the source, Diffraction, which splits it into secondary waves or Scattering, which diffuses it into multiple different directions.
Because of the three phenomena Multipath signals are created which can both enhance or cause delays in the wireless connection. Remember this is an extreme high-wire act and we are working without a net and wire (no wireless conduit/shielding).
Frequency Ranges are the area we are able to do our high-wire act. The oldest range is 2.4–2.4835 GHz contains 11 communication channels which include wireless phones which can interfere with your wireless network devices. The newer 5.1 GHz, 5.3 GHz, 5.4 GHz, 5.8 GHz contains 24 communication channels and because these are also used by weather, military radar communications your wireless gear must be able to sense this and switch to a different cannel automatically.
Narrowband , Broadband, and Spread Spectrum Signals
In Narrowband the Transmitter concentrates signal energy at single frequency, very small(narrow) frequency range where Broadband uses a relatively wide(broad) wireless spectrum band giving it higher throughputs than narrowband. The last one is Spread-spectrum used in WWII, which uses multiple frequencies to split them and transmit signals. The split signals are only known by transmitters and receivers so it is difficult for unauthorized receivers to capture the information because they need to know both frequencies to capture and decode the signals. This offering more security when send transmissions. There are two types of Spread-spectrum FHSS (frequency hopping spread spectrum) which the signal jumps between several different frequencies within a band. The other is DSSS (direct-sequence spread spectrum) where signal’s bits distributed over entire frequency band at once. Each bit then coded and the receiver reassembles original signal upon receiving.
WLAN (Wireless LAN) Architecture can be as simple as an Ad hoc WLAN where wireless nodes transmit directly to each other (laptop to laptop) or complex to where you would have one or many Access point (AP) throughout your location or locations to have multiple nodes authenticate to them to use the network. The AP is strategically placed for easy access and wired to the network to retransmit signals to the network and network operating system. Depending upon number of nodes you may need multiple APs (maximum number of nodes varies: 10-100).
IEEE’s Wireless technology standard is 802.11(802.11b, 802.11a, 802.11g, 802.11n (draft)) work at the Physical and Data Link Layer of the OSI model and work in the Half-duplex, access method, frame format.
Access Method for 802.11 same physical addressing schemes as 802.3 however, wireless devices are not designed to simultaneously transmit and receive so they cannot quickly detect collisions. Therefore instead of using CSMA/CD (Carrier Sense Multiple Access with Collision Detection) they use a method called CSMA/CA (Carrier Sense Multiple Access with Collision Avoidance) to minimize potential collisions. It uses ACK packets to verify every transmission which requires more overhead than 802.3 therefore is slower than 802.3. Another method is RTS/CTS (Request to Send/Clear to Send) protocol it ensures packets are not inhibited by other transmissions and is more used for large transmission packets however; it further decreases overall 802.11 efficiency.
Association is the process of scanning and gaining access to an AP. The wireless NIC surveys its surroundings for access point using two types: Active scanning which transmits a special frame known as a probe to the AP waiting for it to issue a probe response and Passive scanning where it is listens for special signal known as a Beacon fame issued by the AP. The Beacon frame contains the transmission rate and SSID (service set identifier) the name of the AP. The node must then enter an access code, if the security is setup, then once authenticated they can begin to communicate.
There multiple frames in 802.11 are divided into three groups: control, management and data. The management frames are those involved in association and reassociation probe, beacon frames. Control frames are those related to medium access, data delivery such as ACK and RTS/CTS frames. Where Data frames carry data sent between stations.
802.11b is the oldest standard and uses DSSS (direct-sequence spread spectrum) signaling. It operates on the 2.4-GHz band and separated into 22-MHz channels. Throughput in theory is 11-Mbps but actual throughput is at 5-Mbps and has a 100 meters node limit.
802.11a although the standards task group started before 802.1b it was released after 802.11b. It operates on the 5-GHz band which is not as congested (like 2.4-GHz band) and has lower interference from other devices (microwaves, cordless phones) however it requires more power to transmit and travel shorter distances than the lower-frequency signals. Throughput in theory is 54 Mbps but actual throughput is between 11 and 18 Mbps and has a 20 meter node limit. It is also more expensive hence least popular.
802.11g is just as affordable and compatible with 802.11b networks. It operates on the 2.4-GHz band. Throughput in theory is 54-Mbps but actual throughput is between 20 to 25 Mbps and has a 100 meters node limit.
802.11n appears to have been in September 2009 and will be backward compatible with 802.11a, b, g standards. Therefore it operates on both 2.4-GHz or 5-GHz frequency ranges. Throughput in theory is a maximum of 600 Mbps.
Bluetooth Networking is a wireless technology compatible with multiple devices requiring little power and short range coverage. It is designed for PANs (personal area networks) cellular telephones, phone headsets, computer peripherals, PDAs. The standard uses FHSS (frequency hopping spread spectrum) RF signaling in 2.4-GHz band. Version 1.1 has a throughput in theory is 1 Mbps but actual throughput is 723 –Kbps and is recommended nodes be no more than 10 meters apart. Version 2.2 has an actual throughput is 2.1 Mbps and is recommended nodes be no more than 30 meters apart. If you ever catch me walking in store talking with a blue tooth head set please shoot me!
In designing a wireless network you need to first determine the needs of your organization. Are you a coffee shop having hot spots for your users, a large warehouse needing access to databases to update information via handheld devices and/or an office that uses it for convenience for laptop users to easily logon to the network when they are in the office? In your design you will need to determine the placement of APs for best coverage along with using the latest technologies 802.11g or 802.11n if available. You will also what to use hardware all one standard and along with one manufacturer, this will ensure the ability to document your wireless network easier.
In 2001 IEEE standardized a new wireless technology 802.16 WiMAX (Worldwide Interoperability for Microwave Access). The current version is 802.16e (2005) which has improved mobility and QoS characteristics making it better suited for digital voice signals and mobile phones. It functions in 2 and 66 GHz range on either Licensed or nonlicensed frequencies giving it two distinct advantages over Wi-Fi of a much greater throughput (70 Mbps) and a of range (30 miles). It is an alternative to DSL or broadband cable, well suited to rural users, internet access to mobile computerized devices, residential homes… One of the drawbacks are that it is expensive.
Satellite Internet Access, from my experience, is not a good option if you have any mission critical applications because weather can be big factor in flakey connections. However, if this is all that is available other than dialup it may be your best option.
Thursday, October 8, 2009
Chapter 7: WANs and Remote Connectivity
Chapter 7 WANs and Remote Connectivity
Through my experience I have been able to use many of these WANs and Remote Connectivity Technologies. Basically it comes down to the needs of the Organization you are working for, how large they are and their geographic layout. Even a small organization still has many needs to remotely work on their Network, Servers and Services. Who wants to drive to the office to run end of month reports, do end of year closings, restart a server or services…?
In my past life on the MAC we used products such as Timbuktu to do some of these tasks. As my career moved into the PC side we were using products such as PC Anywhere or VNC to do similar tasks. Then as my current company grew from five US locations sending packing slips to the Regional Service Centers (One person Warehouses around the US) via fax machines to World Wide IBUs (Independent Business Units) having to enter data and communicate into a centralized ERP (Enterprise resource planning), Communication (e-mail) and Contact Management systems. We needed to make sure all users have access to all these systems 24 X 7 anywhere in the world (New Zealand, Singapore, Germany, United Kingdom, Canada…).
First we hosted all services in a centralized location HQ (Head Quarters) in Wauconda, IL, using GroupWise Novell’s answer to email by use caching mailboxes for external users. Updating their mailboxes via an external/public address mapped to the servers local/private class C address 192.168.1.XXX. Then using a terminal server so global users were able to enter data into the ERP and Contact Management systems. Being these systems needed to be readily available 24 X 7 we moved these to a hosted environment using Citrix clients for everyone to access via the web. This made users able to access data anytime, anywhere as long as they have a computer and internet connection.
Other remote tools we are currently using are WebEx for, training, meetings, tech support, along with using Skype to talk for free globally. These technologies/tools have made tech support, a much less frustrating and time consuming job.
To do all of these things we have worked on many of the transmission and connection methods. From taking a single T1 and splitting into voice for long distance and data for internet use along with using POTS lines for phone back up and ISDN line for internet back up. Currently we have two T1s coming into our HQ (Head Quarters) location then coming into two identical firewalls for further failover protection. Next steps are to have more unified communications so our phone system follows customers, vendors and users around the globe. Hmm, what other technologies will we need to have in place to make this feasible??
Through my experience I have been able to use many of these WANs and Remote Connectivity Technologies. Basically it comes down to the needs of the Organization you are working for, how large they are and their geographic layout. Even a small organization still has many needs to remotely work on their Network, Servers and Services. Who wants to drive to the office to run end of month reports, do end of year closings, restart a server or services…?
In my past life on the MAC we used products such as Timbuktu to do some of these tasks. As my career moved into the PC side we were using products such as PC Anywhere or VNC to do similar tasks. Then as my current company grew from five US locations sending packing slips to the Regional Service Centers (One person Warehouses around the US) via fax machines to World Wide IBUs (Independent Business Units) having to enter data and communicate into a centralized ERP (Enterprise resource planning), Communication (e-mail) and Contact Management systems. We needed to make sure all users have access to all these systems 24 X 7 anywhere in the world (New Zealand, Singapore, Germany, United Kingdom, Canada…).
First we hosted all services in a centralized location HQ (Head Quarters) in Wauconda, IL, using GroupWise Novell’s answer to email by use caching mailboxes for external users. Updating their mailboxes via an external/public address mapped to the servers local/private class C address 192.168.1.XXX. Then using a terminal server so global users were able to enter data into the ERP and Contact Management systems. Being these systems needed to be readily available 24 X 7 we moved these to a hosted environment using Citrix clients for everyone to access via the web. This made users able to access data anytime, anywhere as long as they have a computer and internet connection.
Other remote tools we are currently using are WebEx for, training, meetings, tech support, along with using Skype to talk for free globally. These technologies/tools have made tech support, a much less frustrating and time consuming job.
To do all of these things we have worked on many of the transmission and connection methods. From taking a single T1 and splitting into voice for long distance and data for internet use along with using POTS lines for phone back up and ISDN line for internet back up. Currently we have two T1s coming into our HQ (Head Quarters) location then coming into two identical firewalls for further failover protection. Next steps are to have more unified communications so our phone system follows customers, vendors and users around the globe. Hmm, what other technologies will we need to have in place to make this feasible??
Subscribe to:
Posts (Atom)