Username:EAV-07948436Password:vxkk25ekj5
Username:EAV-07948436Password:vxkk25ekj5
The High-Speed Downlink Shared Channel (HS-DSCH) lacks two basic features of other W-CDMA channels — variable spreading factor and fast power control. Instead, it delivers the improved downlink performance using adaptive modulation and coding (AMC), fast packet scheduling at the base station, and fast retransmissions from the base station, known as hybrid automatic repeat-request (HARQ).
HARQ uses incremental redundancy, where user data is transmitted multiple times using different codings. When a corrupted packet is received, the user device saves it and later combines it with the retransmissions, to recover the error-free packet as efficiently as possible. Even if the retransmitted packets are corrupted, their combination can yield an error-free packet
WiMax: Extending the Reach of Global Broadband Access
Posted by AFIAT SADIDA | 10:50 PM | WiFi | 0 comments »In major metropolitan areas in the United States and many other countries, broadband access has been dominated by wired technologies such as DSL/cable, which use existing infrastructure such as telephone lines/television cable network to provide high speed Internet access. WLAN/WiFi® is another term often associated with high speed Internet though it is limited to local area networks (LAN). Whereas DSL/cable technologies operate at WAN/MAN (metropolitan area network) ranges. WiFi is designed to work with DSL/cable to share the Internet connection between several computers in a local home/office network
Cisco Wi-Fi Technology Solution Deployed at Minute Maid Park
Posted by AFIAT SADIDA | 4:40 PM | WiFi | 0 comments »Managed and operated by Time Warner Cable-Houston, the multi-purpose Wi-Fi solution provides highly secure wireless access to fans, vendors, media and staff within the entire ballpark. The primary benefits of this innovative wireless solution include:
-- Enhancing fans' experience and enjoyment of the game -- Fans bringing Wi-Fi laptops and personal digital assistants (PDAs) can browse the Web and check the latest pitching and batting statistics when they subscribe to Time Warner Cable's Road Runner Speed Zone service at prices starting at $3.95 for four hours. Potential future applications will provide game snapshots from other Major League Baseball games and eCards that provide player statistics and accomplishments to fans.
-- Helping sports media to deliver the news in real-time -- Sports media covering the game can submit photos and video footage to meet publication deadlines. Since launch of this service in June, the total amount of data streamed wirelessly to news desks nationwide was upwards of 129 Gigabytes (GB).
-- Establishing a highly secure and flexible wireless network -- Minute Maid Park's Wi-Fi network has the capability to support the Institute of Electrical and Electronics Engineers (IEEE) 802.11i standard, Wi-Fi Protected Access (WPA2) and many innovative Cisco network security enhancements, thus allowing fans to experience consistent, reliable, and highly secure wireless connections.
"The enterprise-class security and performance of the Cisco Wi-Fi solution, combined with world-class engineering and support from WAMS, provides Time Warner Cable with the ability to deliver a superior public Wi-Fi service to our customers," said Chuck Sweeney, vice president of Business Broadband Services, Time Warner Cable's Houston division. "Combining Cisco's technology with WAMS' expertise allows us to deploy winning wireless solutions quickly and reliably. They've helped us give baseball fans a variety of new ways to enjoy 'the old ball game.'"
Installation and deployment of the Wi-Fi solution was completed in only two weeks and just in time for its debut at the 75th Annual All-Star Game by Cisco Wireless LAN Specialization Partner WAMS. This is a significant accomplishment considering the complex roll-out that included coverage for nearly 29 acres including all fan seating areas (total seating: 40,950), restaurants, entrances and exits, and common areas.
"The Time Warner Cable team looked to us to make the technology recommendation that would meet the design, installation, network integration and RF consulting requirements of their project," said Tom Shaw, president and CEO of WAMS. "We had previous experience with the Cisco Aironet(R) wireless LAN solution and believe it to be a best-in-class product. We knew it was the right solution for Time Warner Cable's needs at Minute Maid Park now and in the future."
The capability to provide highly secure Wi-Fi access throughout Minute Maid Park was accomplished with more than 90 Cisco Aironet 1200 Series IEEE 802.11b/g Access Points (APs) offering connection speeds of up to 54 megabits per second (Mbps) and the CiscoWorks Wireless LAN Solution Engine (WLSE) for management of the Wi-Fi infrastructure. For the 100 Wi-Fi Hotspots, Cisco Catalyst Series platforms provide switching capability while Cisco Series of Access Routers connect the Cisco Aironet APs to the network.
"With the deployment of Cisco Wi-Fi technology, Time Warner Cable is benefiting from a proven, enterprise-class wireless LAN system that, with the combination of speed and security, delivers an interactive and fun experience for the fans while enhancing ball park operations," said Ann Sun, senior manager of Wireless/Mobility for Cisco Systems.
WirelessProNews articles cover getting started with wireless apps, expert advice on platforms tips, tricks, and traps, development techniques, programming methods. [http://www.webpronews.com]
Domain names, arranged in a tree, cut into zones, each served by a nameserver.
The domain name space consists of a tree of domain names. Only one node or leaf in the tree has zero or more resource records, which hold information associated with the domain name. The tree sub-divides into zones beginning at the root zone. A DNS zone consists of a collection of connected nodes authoritatively served by an authoritative nameserver. (Note that a single nameserver can host several zones.)
Administrative responsibility over any zone may be divided, thereby creating additional zones. Authority is said to be delegated for a portion of the old space, usually in form of sub-domains, to another nameserver and administrative entity. The old zone ceases to be authoritative for the new zoNE
A domain name usually consists of two or more parts (technically a label), which is conventionally written separated by dots, such as example.com.
The rightmost label conveys the top-level domain (for example, the address www.example.com has the top-level domain com).
Each label to the left specifies a subdivision, or subdomain of the domain above it. Note: “subdomain” expresses relative dependence, not absolute dependence. For example: example.com is a subdomain of the com domain, and www.example.com is a subdomain of the domain example.com. In theory, this subdivision can go down 127 levels. Each label can contain up to 63 octets. The whole domain name may not exceed a total length of 253 octets. [5] In practice, some domain registries may have shorter limits.
A hostname refers to a domain name that has one or more associated IP addresses; ie: the 'www.example.com' and 'example.com' domains are both hostnames, however, the 'com' domain is not. , and allows users to specify an IP address (eg. 208.77.188.166) to use for a hostname (eg. www.example.net) without checking DNS. Systems based on a hosts file have inherent limitations, because of the obvious requirement that every time a given computer's address changed, every computer that seeks to communicate with it would need an update to its hosts file.
The growth of networking required a more scalable system that recorded a change in a host's address in one place only. Other hosts would learn about the change dynamically through a notification system, thus completing a globally accessible network of all hosts' names and their associated IP Addresses.
At the request of Jon Postel, Paul Mockapetris invented the Domain Name system in 1983 and wrote the first implementation. The original specifications appear in RFC 882 and RFC 883. In November 1987, the publication of RFC 1034 and RFC 1035 updated the DNS specification and made RFC 882 and RFC 883 obsolete. Several more-recent RFCs have proposed various extensions to the core DNS protocols.
In 1984, four Berkeley students—Douglas Terry, Mark Painter, David Riggle and Songnian Zhou—wrote the first UNIX implementation, which was maintained by Ralph Campbell thereafter. In 1985, Kevin Dunlap of DEC significantly re-wrote the DNS implementation and renamed it BIND—Berkeley Internet Name Domain. Mike Karels, Phil Almquist and Paul Vixie have maintained BIND since then. BIND was ported to the Windows NT platform in the early 1990s.
BIND was widely distributed, especially on Unix systems, and is the dominant DNS software in use on the Internet.[4] With the heavy use and resulting scrutiny of its open-source code, as well as increasingly more sophisticated attack methods, many security flaws were discovered in BIND. This contributed to the development of a number alternative nameserver and resolver programs. BIND itself was re-written from scratch in version 9, which has a security record comparable to other modern Internet software.
The domain name space consists of a tree of domain names. Only one node or leaf in the tree has zero or more resource records, which hold information associated with the domain name. The tree sub-divides into zones beginning at the root zone. A DNS zone consists of a collection of connected nodes authoritatively served by an authoritative nameserver. (Note that a single nameserver can host several zones.)
Administrative responsibility over any zone may be divided, thereby creating additional zones. Authority is said to be delegated for a portion of the old space, usually in form of sub-domains, to another nameserver and administrative entity. The old zone ceases to be authoritative for the new zone.
1. Pastikan program iptables udah terinstall
2. Kemudian buka konsole
3. Hapus aturan-aturan yang sudah ada dengan perintah sebagai berikut:
iptables –flush
iptables –table nat –flush
iptables –delete-chain
iptables –table nat –delete-chain
4. Kemudian lakukan pengaturan untuk masquerade dan forwarding dengan perintah sebagai berikut:
iptables –table nat –append POSTROUTING –out-interface eth0 -j MASQUERADE
iptables –append FORWARD –in-interface eth1 -j ACCEPT
echo 1 > /proc/sys/net/ipv4/ip_forward
5. Simpan aturan firewall yang telah dibuat dengan perintah sebagai berikut:
iptables-save > /etc/firewall.conf
6. Kemudian buatlah sebuah file dengan nama iptables pada direktori /etc/network/if-up.d/iptables:
vi /etc/network/if-up.d/iptables
didalamnya ketikkan perintah:
#!/bin/sh
iptables-restore < /etc/firewall.conf echo 1 > /proc/sys/net/ipv4/ip_forward
Kemudian simpan file tersebut
7. Berikan akses untuk eksekusi agar aturan firewall yang telah dibuat dapat digunakan sejak proses booting dengan perintah:
chmod +x /etc/network/if-up.d/iptables
8. Restart Komputer anda untuk melakukan pengetesan aturan iptables.
9. Selesai.
Step by step Internet Connection Sharing (ICS) setup in Vista
Posted by AFIAT SADIDA | 4:55 AM | Internet | 0 comments »ICS can be a great way of saving time and money: instead of needing a modem and a phone line (or a DSL or cable modem) for each computer that needs Internet connectivity, you can get by with one modem and one phone line (or the equivalent). ICS is particularly good if you have a fast Internet connection such as a DSL or a cable modem that provides enough bandwidth for several computers under normal circumstances.
Set Up the Computer That Will Share the Connection
Start with the computer that will share the Internet connection. First set up your Internet connection,and then use the Network Setup Wizard to configure the computer by taking the following steps
Create and test an Internet connection using the information in the “Connecting to the Internet”.
Click on start Right-click Network and choose Properties from the context menu. You’ll see the Network and Sharing Center window.Click the Manage Network Connection link.
You’ll see the Network Connection window.You must have a minimum of two active network connections to make ICS work. The first connection is from your computer to the Internet. The second connection is from your computer to the rest of the network.
Next, set up the first of your client computers. Make sure the Internet connection is still open on thecomputer you set up to share it, and then take the following steps
Open the Internet Options applet in the Control Panel. You’ll see the Internet Properties dialog box.Select the Connections tab.
Choose the Never Dial a Connection option.Click LAN Settings to display the Local Area Network (LAN) Settings dialog box.
Check the Automatically Detect Settings and the Use Automatic Configuration Scriptoptions. Clear the Use a Proxy Server for Your LAN option. Click OK twice to changethe settings.
NOTE You may have to reboot or at least log out and then back into the system to make the connection work. Windows may not acknowledge the availability of the shared connection otherwise. [http://www.windowsreference.com]
In this general optical network tutorial you will find basic overview of the fiber optic technology, communication glossary, lan/wan cables, communication devices and the fiber optic industry trends.. Optical network is a network of the fiber optics cables in which data travels on the thin fibers at the speed of the light. Today, many ISPs, corporate offices, LANS and even home networks are connected through the fiber optics though it’s still very costly but it provides a high bandwidth and data transfer capacity. Fiber optic cables act as a backbone when they connect different ISPs with each other and in case of any breakdown or any kind of problem in the backbone results in a communication failure at very large scale. There are a large number of the fiber optic cables are involved in making the whole internet.
Fiber Optic Technology
Fiber optic technology is most popular in the telecommunication industries as well as Local Area networks. Fiber optic cable is a bundle of various cables which are thin and provides a large bandwidth. The cost of the fiber optic cables is much higher and same is the installation of the fiber optic cables. Today, a large number of the communication networks depend on the fiber optics. Fiber optics is less susceptible to the outer interference than the metal cables. CCTV network, long distance switches, central offices, subscriber’s loop careers and industrial networks use fiber optics for communication purposes. In the near future, fiber optical cables will repalce the conventional coaxial and ethernet cables for the LAN networking.
Enterprise Optical Network.
Fiber optics also provides solutions for the enterprise networking like NAS (network attached storage) and SAN (storage area network). A NAS is a server that is used to data sharing in a network. NAS allows more hard disk storage space to be added to a network. A NAS device does not require to be attached to the server directly and it can be placed anywhere in the network. A NAS can be made up of two or more NAS and being a part of a network, the network user can access it from anywhere in the LAN. NAS is an efficient way of storage and file sharing. Fiber optics provide more efficiency and reliability in the NAS performance by providing more bandwidth and data capacity. SAN is a subnet of the shared storage devices in a LAN or a WAN. Fiber optics provide more high speed connectivity and speed among the SAN in a LAN or WAN.
Optical Network Devices
Fiber optic devices are in use in a number of ways like Networking, storage, industrial, medical, defense, broadcasting, telecommunication systems.Optical testers are designed for a variety of measurements and tests with a single meter.Attenuators are designed for single mode applications, multimode applications and for attenuation settings.Fiber Optic connectors are used to connect a fiber with another fiber or equipment. There are different types of connectors are being used today such as SMA, FC and SC connectors.
Optical Switch is a handheld device for calibration sets and measurements automation.
Optical Routers connects twisted pair LONWORK notes to the fiber optic backbones or subnets. They also re-routes the data automatically due to power failure of fiber break.
Major Optical Network Terms
Adaptor: It is a device for connecting two or connectors.
Introduction to the Network Communication Devices
Posted by AFIAT SADIDA | 9:27 PM | Networking | 0 comments »In this tutorial you will learn get the basic introduction to network devices such as nic adapters, routers, hubs, switches, modems, communication cables, lan/wan routers, gateway and other devices. A network is consists of a larger number of the communication devices. The simplest device that is used in the communication is the NIC adapter which is attached with the every computer in a network. If you want to build a LAN, you will need to have computers, hubs, switches, network adapters, UTP/STP cables, routers, internal/external modems, connectors, cable testers and clipping tool.
On the other hand if you need to build WAN, you will need to have routers, switches, dedicated or leased telephone lines such as ISDN lines, frame relay connection and other types of wan communication connections. There are different communication mediums such as Ethernet cables, copper wire, coaxial cable, fiber optic cables, leased telephone lines and ever air is also a communication medium for the satellite communication. The most common networking medium is the LAN is the Ethernet cable (UTP/STP), which is used in the star topology. Hub is a central device of a network and every computer in a network is directly connected with the hub.
A gateway device connects the LAN with the internet. A gateway is directly exposed to the internet so it should be securely configured and in and out traffic should be monitored. If you are using DSL connection, you must need a DSL modem in your network. The telephone line is connected with the DSL modem and UTP/STP cable attaches your computer with the DSL modem. Modems are the devices that are used to modulate and demodulate the data. They convert analogue signals to digital and digital signals to analogue so that signals can travel on the telephone lines.
There are certain types of the cables that are used to connect two or more computers in a network. Fiber optic cable acts as a backbone between the ISPs and corporate offices. Data travels at the speed of light on the fiber optic cables. The cost and the installation cost of the fiber optic cable is very high but it is becoming very popular in the home networking and LANs also. In the local area networking, 10baseT/CAT5 cable is most commonly in use.
A server is a computer in network that provides services to the client computers such as logon requests processing, files access and storage, internet access, printing access and many other types of services. Servers are mostly equipped with extra hardware such as plenty of external memory (RAM), more data store capacity (hard disks), high processing speed and other features. [www.networktutorials.info]
How to Configure a Network
In this section you will learn how to configure a network, peer to peer, client server, workstation, server, basic data communication.
Peer to Peer network model
Before configuring a computer network, you have to decide that, which networking model you require. There are two main types of network models. Peer to peer and client-server network model. In the peer to peer network model you simply use the same Workgroup for all the computers and a unique name for each computer.
Additionally, you will have to give a unique IP address of the same class A, B, or C for all the computers in your network and its related subnet mask e.g if you decide to use class A IP address for your three computers in your Peer to Peer network then your IP address/Subnet mask settings can be as follows.
PC1 100.100.100.1 255.0.0.0 Officenetwork
For doing this right click on My Computer and then click Properties then go to the Network Identification section and set these.
In a peer to peer network all computers acts as a client because there is not centralized server. Peer to peer network is used where not security is required in the network.
Client/Server Network Model
In the client/server network model a computer plays a centralized role and is known as a server all other computers in the network are known as clients. All client computers access the server simultaneously for files, database, docs, spreadsheets, web pages and resources like hard diver, printer, fax modem, CD/DVD ROM and others. In other words, all the client computes depends on the server and if server fails to respond or crash then networking/communication between the server and the client computes stops.
If you want to configure a client-server network model then first prepare the server. Install Windows 2000 or Windows 2003 Server from the CD on the server computer and make a domain. You can create a domain by this command on the Run “DCPROMO”. You can give this command once you install the server successfully. After you give the DCPROMO command you will be asked for a unique domain name. All the client computers will use the same unique domain name for becoming the part of this domain. This command will install the active directory on the server, DNS and other required things. A step by step wizard will run and will guide you for the rest of the steps. Make sure that a network cable is plugged in the LAN card of the server when you run the DCPROMO.exe command.
When the Active directory is properly installed on the server, restart the server. You can create network users on the server computer and also name/label the network resources like computers/printers etc.
Once you install the server successfully now come to the client computers. Install Windows 2000 professional on your all client computers. Once you install the Windows 2000 professional on the clients the next step is to make this computer (client computer) a part of the network.
1. Choose a unique name for each client computer
Network/System administrators are required to do these administrative tasks on the server and client computers. Any shared resources on the network either on the server or the clients can be access through the My Network Places in the Windows 2000 platform. There is another way to connect to the shared resources by giving this command in the run \\ComputerName\SharedDriveLetter.
Network configurations steps can be implemented by right clicking the My Computer>Properties>
For giving the IP address you will have to right click on the My Network places>properties>Local Area Connection>Properties>Internet Protocols (TCP/IP)>Properties and then give the IP address and subnet mask of the same range and class for all the computers in the network.









