AUSCC

Archive for the ‘Networking’ Category

What is ADSL 2?

without comments

If you already know about ADSL (Asymmetric Digital Subscriber Line) then you should have a general idea of what ADSL2 actually involves. In simplistic terms, it is a recent constituent of the ADSL family which provides enhanced performance and more substantial downloading speeds. It allows users to surpass the original speed of 8Mb used to move broadband. With ADLS2 users may download at speeds in excess of 24 Mb depending on how the ADSL2 is set up. This is a significant advancement for users who regularly download or view live video streams over the internet. ADSL2 is fortunately compatible with all ADSL devices, making upgrade a much simpler and cost effective process.

How effective is the connection?

Like many other kinds of internet connections there are specific things that will contribute to lowered performance. Typically, ADSL connections depend on how well the connection is established between the customer’s house and the exchange used to enable service. Another factor that will reduce the performance of the line quality is the distance of the customer’s home from the closest exchange. This basically means the connection will worsen as the distance from the customer’s home increases. Subsequently this will affect downloading speeds greatly and will result in customers who sign up for an 8Mb connection obtaining much less during transfer.

ADSL2 while still vulnerable to the element of distance will perform much better because of the technique used to accomplish its maximum potential. It is possible for users to subscribe for two or more lines with ADSL2. This is allowed because the lines can be bonded to produce speeds up to 30Mb. Therefore even if the user lives considerably further from a normal exchange he or she will be able to obtain a fast enough connection rate while these two lines are bonded.

Is this service available in my area?

ADSL2 is a new development and resultantly is not being offered in every area that offers ADSL coverage. However, a larger number of service providers will undoubtedly begin offering the service over the proceeding few months to a year. To determine if your provider will be implementing this service upgrade make some calls to their customer care centres which will likely have this information available. It is probable that there may be some developments under way to get this system implemented. It is expected that ADSL2 will become the norm for the majority of ADSL users. In addition the rates the customers will pay will not be much more expensive than the price currently being paid for regular ADSL service. The prices will get increasingly competitive once all providers have upgraded their systems to allow ADSL2 usage.

Additional Features of ADSL2 Connections

There are some extra features that will make ADSL2 that much more attractive to the customer, these will be inclusive of a few of the following.

Improved rate and reach will allow users to obtain information as mentioned before at a rate of no less than 12 Mb per second which is much more than the conventional 8Mb per second presently available. Plus the reach for ADSL2 is an extra 600 feet allowing for entirely better connections.

It allows channelization for voice over DSL.

It utilizes less power than present ADSL models by using a two power management mode.

It begins start up in 3 seconds as opposed to the 10 seconds it now requires for a regular ADSL connection.

It offers bonding which will allow data to be transferred near the speeds of most fibre optic connections and networks despite using regular copper lines for the movement of data.

Do you know what does DSL stand for? Read to know more…

Written by admin

May 26th, 2010 at 3:24 am

Posted in Networking

What Is OSI Model

without comments

The Open System Interconnection Reference Model or OSI Reference Model or OSI Model is essentially a conceptual description for layered communications and computer network protocol design. It was produced as part of the Open Systems Interconnection or OSI initiative. In its most fundamental form, it segments network architecture into seven distinct layers: the Application, Presentation, Session, Transport, Network, Data-Link, and Physical Layers. As a result it is frequently referred to as the OSI Seven Layer Model. A layer is a collection of ideally similar functions that provide services to the layer directly above it and gets service from the layer beneath it. On each single layer an instance provides services to the instances at the layer above and requests service from the layer beneath. An example of this relates to a layer that provides error-free communications across a network which then provides the path required by applications above it, while it calls the next lower layer to send and receive packets that comprise the contents of the path.

Work on a layered model of network architecture was initialized in the year 1977. Around the same time the International Organization for Standardization or ISO started to develop its OSI framework architecture. OSI has two major constituents: an abstract model of networking, called the Basic Reference Model or seven-layer model and a set of specific protocols. It is important to note that the standard documents that describe the OSI model can be freely downloaded from the ITU-T as the X.200-series of recommendations. A number of the protocol specifications can also be accessed as part of the ITU-T X series. The equivalent ISO and ISO/IEC standards for the OSI model are available from ISO, however not all of these are available free of cost.

Every area of the OSI design evolved from experiences with the CYCLADES network, which also had a great influence on the design of the internet. The latest design has been meticulously documented in ISO 7498 and several of its addenda. In this latest model, a networking system is segmented into layers. Within each layer, one or more entities proves its functionality. Each entity will interact directly only with the layer just underneath it, and enables facilities for use by the layer above it. Protocols will allow an entity in one host to interact with a corresponding entity at the same layer in another host. Service definitions conceptually describe the functionality provided to an (N)-layer by an (N-1) layer, where N is one of the seven layers of protocols operating in the local host.

Neither the OSI Reference Model nor OSI protocols dictate any programming interfaces, other than a purposely abstract service specifications. Protocol specifications exactly define the interfaces between multiple computers, but the software interfaces within computers are implementation-specific.

For instance, Microsoft Windows’ Winsock, and Unix’s Berkeley sockets and System V Transport Layer Interface, are interfaces between applications (Layer 5 and above) and the transport (Layer 4). NDIS and ODI are interfaces between the media in Layer 2 and the network protocol in Layer 3. Interface standards, with the exception of the Physical Layer to media, are estimated implementations of OSI Service Specifications.

Written by admin

February 17th, 2010 at 10:16 pm

Posted in Networking

What Is ARP Cache

without comments

ARP is a very vital constituent of IP networking. ARP is essentially used to connect OSI Layer 3, Network, to OSI Layer 2, Data-Link. In more simplistic terms, that means that ARP is used to connect our IP address to our Ethernet address or MAC Addressing. To enable communication with any device on your network, there must be an Ethernet MAC address for that device. If the device is not on a LAN, then a default gateway may be utilized or in other words a router. Where the router is used it becomes the destination MAC address that your PC will use to communicate .

There are two forms of ARP entries; these are static and dynamic. For the most part, dynamic ARP entries will be utilized. This simply means that the ARP entry, the Ethernet MAC to IP address link, is kept on a device for a fairly lengthy duration of time, once it is being used. The static ARP entry contrasts with the dynamic ARP entry. When using a static ARP entry, the user manually entersthe link between the Ethernet MAC address and the IP address. Because of the tedious effort of using this method and the overall associated positives with using dynamic ARP entries, dynamic ARP entries are subsequently used more often than not.

To create an ARP entry an ARP protocol is issued. For example if a PC wants to communicate with host www.thisisanexample.com. Before it can accomplish this task, it has to first resolve the hostname with the DNS server. If DNS resolves it successfully with an address of 111.112.111.112. before the PC can make actual contact with that IP address, it must then first resolve the IP address to the MAC address. To accomplish this, it must perform an ARP request. This is a broadcast that goes to the local LAN that will try to assess who has IP address 111.112.111.112 and what is the Ethernet MAC address. If server responds and says I have IP address 111.112.111.112 and my MAC address is 1234.4567.890B the PC will place that entry into its local ARP cache and it will remain there until the entry has not been used and the ARP cache timeout has expired.

Additionally, there is also the Inverse ARP protocol. This protocol executes the opposing task that the ARP protocol performs. Inverse ARP will ask all devices if they have the MAC address xxxx.xxxx.xxxx and, if so, what the specific device’s IP address is.

Regardless of the IP device being used, it will have an ARP cache. This ARP cache can be used for troubleshooting of network connectivity. If the ARP is working as it should and at optimum performance, a user will have a dynamic ARP entry that is complete with both MAC and IP values being available. If a user does not have a complete entry, he or she can clear the ARP cache and try to communicate once more by pinging the device with which the user wishes to communicate.

Written by admin

February 16th, 2010 at 1:02 am

Posted in Networking