ATT vs Verizon who wins…

The iPhone is swifter on AT&T or Verizon
Verizon Wireless customers and AT&T bashers waited a long time for AT&T’s exclusive stranglehold about the Apple iphone to get rid of. However that Verizon has got the iphone, how does it compare from the device’s original carrier?

That’s the question asked by Metrico Wireless, a provider of mobile device performance information and solutions, in a new study. The organization determined that choosing a winner inside a head-to-head competition is dependent upon the way you make use of the iphone, however for people that have an excuse for speed, it’s AT&T that arrives ahead.

Metrico Wireless discovered that the AT&T iPhone’s average data data transfer speed was twice that of the Verizon iphone. The Verizon version of the device hung in there a little better when it found average load time for any Website – it absolutely was determined the speed was ready the identical on both networks.

Interestingly, the study showed results varied when the iphone was mobile vs. stationary. The AT&T version was able to complete 10 % more “data download sessions” compared to the Verizon device when it had been mobile; however when the two phones were stationary, Verizon had a better rate of success by about 10 percent.

A more complete consider the iphone battle are available in Metrico’s special report.

Meantime, Metrico also recently compared the iphone along with other smartphones on the two wireless networks.

As for the AT&T iphone:

It ranks close to the top on data download and upload speed, with comparable performance towards the Sony Ericsson Xperia, the LG Quantum and also the HTC Surround.
It ranks substandard in Bluetooth speech quality behind best performers like the Blackberry Torch and Blackberry Curve.
It ranks in the center of the pack available performance behind premier performers such as the Samsung Captivate as well as the HTC Aria.
The Verizon iphone: Jailbreak iPhone It ranks near the top in noise cancelling performance, joining the kind of the Motorola Droid X and the LG Ally.
It ranks substandard in data download speed in accordance with other Verizon smartphones such as the HTC Incredible.
It’s similar to the Verizon average in speech quality, behind top performers like the LG Fathom.

Article Source: http://www.articlealley.com/att-vs-verizon-who-wins-2128817.html

Posted in Articles | Tagged , , | Leave a comment

What Is OSPF Network LSA Link ID Attached Routers 2.1

Q1. What is DR?
Answer: DR stands for Designated Router. In a multiacces subnet (E.g., Ethernet), one routers with higher priority/router ID is elected as DR. DR is responsible to maintain a Full Adjacency relationship with each non-DR routers. That is, DR synchronizes LSA with non-DR routers. It acts as the center of a star network
for all routers in the subnet.
Q2. Why DR?
Answer: The short answer is to reduce the amount LSA flooding traffic.
In a multiacess subnet, all routers are neighbors. They are directly connected via a layer two device such as switch or hub. However, synchronize their LSA is complicated and costly when the number of routers increases. For example, in a 5 routers subnet, there are 10 full relationships to maintain (5*4/2). When the number of routers increases to 10, there are 45 full relationships (10*9/2). With DR acting as a the hub, the number of full relationships is reduced to 9 (10-1).
Q3. What is Network LSA?
Answer: It is also called Type-2 LSA. It describes attached OSPF routers in a subnet.
Q4. How is Type-2 LSA being created?
Answer. It is created by DR. Since DR keeps a full relationship with each non-DR routers. Therefore, DR knows exactly who are in the subnet.
Q4. What is the content of Type-2 LSA?
Answer. This LSA contains 3 fields:
Type: 2. LSA type.
Link State ID: This is the IP address of DR’s interface connected to the subnet.
Attached routers: This is the router ID list of all routers connected to this subnet (including DR).
Q5. What is the flooding scope of Type-2 LSA?
Answer: Within an Area.
Q5. How is Network LSA being used?
Answer: The short answer to clean up LSA when a router is down.
In a multi-access subnet (like a LAN), a subnet is up, the list of router IDs of the attached routers to the subnet is flooded to the rest of network. This router list is specified by Network LSA. Together with Router LSA of the attached routers, routers outside the subnet can figure out the subnet part of the network topology, calculate routes and update their routing tables.
When an attached router is down, it is notified to the rest of the OPSF network by reflooding Network LSA. When routers outside the subnet receive the updated attached router list, they update their topology, recalculate their routes, and remove destination addresses associated with the failing router.
(This example becomes more clear when playing the interactive simulation listed below)
This article is the FAQ of an interactive OSPF simulation: Network LSA. The simulation is listed in External links below.
External links:
1. OSPF Simulation: Network LSA (This article): http://pre.visualland.net/view.php?cid=816&protocol=OSPF&title=2.2%20Network%20LSA
2. More network protocol simulation: http://pre.visualland.net/
Article Source: http://EzineArticles.com/?expert=Ishun_Chang

Article Source: http://www.articlealley.com/what-is-ospf-network-lsa-link-id-attached-routers-21-2129036.html

Posted in Articles | Tagged , , , , , | Leave a comment