Showing posts with label TCP/IP. Show all posts
Showing posts with label TCP/IP. Show all posts

Sunday 14 June 2009

Verizon's bold step towards IPv6


Verizon is taking bold step of mandating the devices that connect to its LTE Network support IPv6. The following is from Telecom Asia via Network World:

According to device requirements Verizon released earlier this year, any device that hooks onto the LTE network currently being built on the 700MHz band "shall support IPv6" and further states that "the device shall be assigned an IPv6 address whenever it attaches to the LTE network." The requirements make support for IPv4 optional and state that any device supporting IPv4 "shall be able to support simultaneous IPv6 and IPv4 sessions."

IPv6 is a long-anticipated upgrade to the Internet's main communications protocol, which is known as IPv4.

As CircleID blogger and Pennsylvania State University senior systems programmer Derek Morr notes, the adoption of IPv6 is going to be particularly important for wireless carriers that are expecting a surge in mobile data traffic in the next few years, as they will need a fresh batch of Internet addresses to handle the multitude of wireless devices that will hook onto their networks.
"The problem, of course, is that we're running out of IPv4 addresses," Morr writes. "The IANA pool will most likely be depleted by the end of 2010. This has led many people to wonder if LTE deployments will require IPv6. Now we have an answer: Yes."

Verizon is planning to launch its LTE services commercially in 25 to 30 U.S. markets in 2010. The network will be the first mobile broadband network in the United States to be based on the LTE standard, which is the latest variation of Global Systems for Mobile Communications (GSM) technology that is used for 3G High-Speed Packet Access (HSPA) networks. AT&T and T-Mobile have also announced plans to commercially launch LTE networks after 2010, while Sprint has already commercially launched its high-speed mobile WiMAX network.

One of the biggest drivers for carriers upgrading their mobile data networks to 4G technologies is the expected explosion in demand for mobile video services. A recent Cisco study on Internet traffic trends projects that 64% of mobile data traffic will be for video by 2013, vs. 19% for data services, 10% for peer-to-peer and 7% for audio. The study also says that the projected video traffic will increase four-fold between now and 2012

You may also want to read my post on the case for early LTE in USA.

Wednesday 25 March 2009

Difference between SDU and PDU

This question keeps propping up in many discussions so here is an explanation for the difference between PDU and SDU.




Going back to the basics, a protocol stack consists of many different individual protocols. Protocols can be simply described as set of rules that allow communication between peer entities or they can also be described as set of rules that facilitate horizontal communication. Now these protocols are arranged in layers as can be seen in the figure above. In the transmitter side, a layer N receives data from layer N+1 and this data is called the SDU or Service Data Unit. This layer will modify the data and convert it into a PDU or a Protocol Data Unit. The peer entity in the receiver is only able to understand this PDU.

In simplest form, this modification by layer N of the layer N+1 SDU contains encapsulation. In encapsulation, the SDU is preserved as it is and an additional header is added by the layer N protocol. The modification can also perform concatenation (where more than one SDU is combined in a single PDU), segmentation (where a SDU can be split so that different parts of it end up in different PDU) and padding (where SDU is so small that filler bits are added in the end to complete the PDU).

In the receiver side, the peer entity receives the PDU from layer N-1 (its actually layer N-1 SDU) and convert it back into SDU(s) and passes it to layer N+1.


The figure above shows an example of RLC SDU and PDU. The SDU's are received from higher layer, which is from PDCP in case of LTE. These SDU's have to be converted to PDU's so they undergo segmentation and concatenation and suitable RLC headers are added to form the RLC PDU's.

First Figure Source: The TCP/IP Guide

Second Figure Source: 3G Evolution - HSPA and LTE for Mobile Broadband, Erik Dahlman et al.

Saturday 22 March 2008

Healthcare using BWA (Broadband Wireless Access)

Came across this paper entitiled "IEEE 802.16/WiMAX-based broadband wireless access and its application for telemedicine/e-health services". While it is common sense that any prehospital diagnosis and monitoring can be very helpful it is important to make sure that the information is updated properly and with correct QoS.

Ambulances and other medical emergency vehicles travel at extremely high speeds. This would require that the technology in place is able to handover between different cells and keeps the equipment connected to the server. The nurse should concentrate on the patient rather than worry about the link being maintained electronically. This also necessitates a quaranteed QoS being maintained for this setup to work effectively. The figure above shows the QoS that is required in different situations.

In the above mentioned paper, the authors argue that WiMAX/802.16 networks can be engineered for telemedecine/e-health services. The main focus should be on Radio Resource allocation and admission control policy. Other important thing is to remember while implementing to use TCP for loss sensitive data and UDP for delay sensitive (but loss in-sensitive) applications.
I am sure the healthcare industry is already looking in these kinds of options and its just matter of time before we will hear about some new related application.

Thursday 6 March 2008

IPv6! One small step for man, one giant leap for mankind


3G Americas has published a whitepaper urging wireless service providers to start making a transition plan asap.


Anyone who has studied TCP/IP in their studies would know the basic problem with IPv4 is that the address is only 32 bits long and this allows a theoretical maximum of 2^32 addresses. Ofcourse practically the number would be far less because some of the address are either reserved or wasted due to the way the networks are designed (Subnets, etc).

To overcome this sometime in the beginning of 1990's IPv6 was formulated with 128 bit address. This would mean unique IP address to every street lamp is possible without us worrying about depletion of the addresses. Ofcourse the human nature is such that they dont change their behaviour untill forced to and this is the same reason IPv6 is not been used popularly.

When 3G was being standardised one of the main goals was also to use IPv6 exclusively but then everyone chickened out citing various problems and continuity of services.

Anyway, this new 3G Americas paper has laid down a plan and possible pitfalls that would be encountered when transitioning to IPv6. The following is a self explanatory summary for the report:

To transition to IPv6 or not? A critical question for many service providers is when to transition to IPv6. As pointed out earlier, IPv6 has several benefits which will result in a simpler, more powerful and more efficient network. The sooner a service provider achieves these benefits, the sooner it will be at a competitive advantage compared to service providers who delay transition. The risks of delaying the transition are the following:

 Managing a dwindling IPv4 address space will become increasingly expensive. Address
allocation requires careful planning; previously assigned address blocks may need to be
recovered, which is a complex process; and the management of additional devices such as
Network Address Translation (NAT) devices add to the cost.

 The service provider that delays transition to IPv6 may not be able to deliver the same
services as service providers that have made the transition to IPv6. The ability to support
always-on and peer-to-peer services is impaired when traffic has to traverse NAT devices.
For example, always-on services require that a user is always reachable and therefore
cannot share a pool of public addresses with other devices. This can be mitigated through
address and port translation, but also that has its limitations.

 At some point, a service provider who has not made the transition to IPv6 may become
unattractive as a roaming partner to service providers who have made the transition. The
same may be true in retail/wholesale relationships.

On the other hand, transitioning to IPv6 at an early stage also has certain risks. The transitioning process is complex. It requires a significant investment in planning and training. During the transition period, the service provider must run both IPv4 and IPv6 systems concurrently, which leads to an increase in operational expenses. Furthermore, there is a risk of service interruption, customer dissatisfaction and penalties. All service providers will need to go through this, but an early adopter may run into problems which later adopters could avoid.

In the end, we believe that service providers don’t have the option to delay IPv6 introduction. The exhaustion of IPv4 addresses will force a transition to IPv6, and as pointed out earlier, address exhaustion may become a reality within the next five years. From that point on, service providers will face an increase in operations cost, if not because of introduction of IPv6, then due to the complexity of running an IPv4-only network with a diminishing pool of addresses.

With careful planning, the risk of early adoption can be mitigated significantly.

Tuesday 13 November 2007

Carrier Ethernet Transport (CET)



Another technology being discussed nowadays is Carrier Ethernet Transport (CET). Though this is not a wireless technology as such, it would still be very important as (can be seen from the diagram) the user data will be carried over this to the core.

A simple and straightforward explanation was not as easy to find but here are some more details which will give you a good idea.

Good source of introduction is this article from Meriton Networks:

Carriers around the world are increasingly being pressured to provide new services while reducing their costs to remain competitive with changing regulations and new, non-traditional entrants into the marketplace. As carriers migrate to next-generation networks (NGNs) to reduce their costs and improve their ability to support high bandwidth-intensive services with guaranteed SLAs, they need a flexible, scalable optical transport
infrastructure – especially in the metro network – that efficiently supports
Ethernet and minimizes operational complexities.


Carrier Ethernet Transport (CET) is an architectural approach to building scalable transport infrastructure for supporting Ethernet and the evolution to NGNs

* Carrier Ethernet Transport integrates intelligent WDM (ability to do multi-degree switching at wavelength and sub wavelength levels) with
Ethernet Tunnels, such as
PBB-TE and T-MPLS .
* Carrier Ethernet Transport (CET) provides the simplicity and cost-effectiveness of native Ethernet with the reliability and power of WDM to deliver unparalleled flexibility, efficiency and cost savings
* Note that “Carrier Ethernet” comprises two distinct sub-segments: “Carrier Ethernet Services” and “Carrier Ethernet Transport”


Carrier Ethernet Transport is an architecture for NGNs based on wavelength networking. Services from both wireless and wireline access networks are simultaneously carried on a single network infrastructure. Three levels of embedded transport networking switching capabilities (wavelength, sub-wavelength, and Ethernet tunnels) provide a cost-effective transport network that can support services with guaranteed service level agreements (SLAs).

A good introduction is an article in Lightwave titled, "Carrier Ethernet transport: No longer 'if,' but 'how'". There are some very good diagrams explaining the concept and its difficult to reproduce them here.

Another article in Converge! Network Digest suggests that CET is not the only way and there are alternative technologies available. The main advantage with CET is that it can reduce complexity compared to its main rivals.

CET offers the following direct benefits to carriers as they migrate to NGN:
  • Maximizing the amount of Ethernet traffic that can be switched and routed without leaving the optical transport layer
  • Reducing the load on expensive MPLS systems and precious LSPs
  • Reducing the number of expensive optical ports required at metro/core hub points
  • Providing a circuit-orientated transport model similar to SDH/SONET – which has great benefits from an OSS and operational perspective
Additionally, CET provides an architecture that clearly separates the service and transport layers. Separation is an important attribute to allow the independent and efficient scaling of the service and transport layers. Separation also allows the transport layer to focus on its main task in the network – to provide to the access and service networks a large volume of circuit-orientated point-to-point paths that are deterministic and reliable.

Finally the article that made me curious about this subject was this article from Telecommunications Online (Part1 Part2) which is an interview of a Nokia-Siemens manager. Some interesting points as follows:

Telecommunications: You mentioned CET. Although it’s still an early concept, how are service providers responding to the idea at this time?

Bar-on: The perspective is very positive. CET is optimized transport Layer-2 carrier packet traffic. Traffic is growing tremendously. Sometimes you hear a number of 100 percent per-year growth in some carriers, but the average number would be about 70 percent. Everyone realizes the infrastructure needs to be packet-optimized. The way we present CET is it’s a combination of Ethernet and WDM. This has been positively received when looked at by carriers. You can have an argument as to what protocols to use, but CET is the next transport layer. Many carriers are looking for a migration from the current TDM- based infrastructure to a packet
optical-based infrastructure.

Telecommunications: Outside of traditional enterprise services, there’s a lot of talk about using Ethernet for wireless backhaul. Albeit it’s still early, are your carrier customers investigating Ethernet for that application?


Bar-on: We do see a strong requirement from carriers doing wireless backhaul over Ethernet. It’s driven by two elements happening in the market:


1. Base Station Migration: The base stations themselves are migrating from TDM/ATM to 4G or Ethernet. We have the luxury in that we manufacture both the base station and the transmission equipment. We have a dedicated solution because we understand both ends of the market. It’s quite clear that Ethernet will play a role in 4G deployments.


2. Pseudowires: On the other side, carriers are looking to reuse their opex to carry 2G and 3G over Ethernet with Pseudowire rather than SONET/SDH networks. We see it mainly coming from competitive carriers that are trying to fight on the backhaul business to fight with traditional ILECs and PTTs. Having said that we at Nokia Siemens are providing a solution that addresses the current scenario where you have 2G, 3G, and a migration for 4G. What you see in both cases is this metro Ethernet network not only has to address not only Ethernet traffic, but also highly sensitive voice traffic over TDM. For that we believe that concepts like connection-oriented Ethernet can provide five-9s reliability for this kind of service. It’s no longer just about Ethernet access.

Telecommunications: Earlier you mentioned Carrier Ethernet Transport (CET). One of the emerging debates to come out of the CET concept is the use of Provider Backbone Transport (PBT)/Provider Backbone Bridging-Transport Engineering (PBB-TE). How are these concepts resonating with the service provider community?


Bar-on: We’re seeing that everyone is interested in that and want to see if it’s real. Major carriers in the U.S. are very interested in the technology and are in a position to see that it’s real and it’s working. If you look at the cycle of technology, we are probably in the early beginning of the deployment of this technology at least in the U.S. market. We see other groups in Europe going quicker and are leading the camp here, but no one can really ignore this thing. Even if I look at the RFPs by major U.S. carrier out in the market some of them are including requirements for PBT/PBB-TE. If you think about this now and where we were a year ago that’s a major step.

Friday 9 November 2007

Moving towards IP Convergence


IP Convergence implies the carriage of different types of traffic such as voice, video, data, and images over a single network. The integrated network is based on the Internet Protocol (IP).
The reason I am talking about this is because of the way things are moving; everything converging to IP based core. Most network operators and enterprises need to understand how to rapidly transform or evolve their wireless, wireline or enterprise networks into all-IP backbones quickly and effectively to stay competitive and differentiate themselves. This “IP transformation” brings with it an array of communications, applications, service delivery and network challenges.
As service providers and enterprises take steps to plan and manage their IP transformation efforts, they are confronted by fundamental changes IP has impacted on the technology landscape. Convergence is happening at a rapid rate — IT systems, networks, services and applications are blending together. The ability to integrate different platforms, applications, content, and services from a variety of vendors has become essential not only to improve costs, but also to enhance network reliability, security, and efficiency.

Service providers and enterprises need to differentiate to compete better, add new subscribers, and offer new advanced communications services and applications. For service providers, it means providing customers the services they want, when they want them, from anywhere they are, while consistently delivering a higher quality of experience. For enterprises, it may imply lowering network costs by providing new value and extending the lifecycle of existing network assets.
Services transformation: As shifting demands, greater expectations, and the emphasis on the user experience continue to reshape today’s market, the ability to adjust to new conditions and rapidly take advantage of emerging opportunities is more important than ever.

For carriers, this means being able to review current service offerings and expand or tailor them accordingly. Here are a few examples:
· Migrating from a new standalone service like IPTV and adding mobile TV and VoIP to create a triple-play offer;
· Migrating from fixed VoIP and adding mobility via Fixed Mobile Convergence (FMC); and
· Utilizing IMS to move toward a Service Delivery Environment (SDE), thus enabling access to which with the right underpinnings can be seamlessly blended together in a controlled and sophisticated manner to create a new, compelling experience that assures users service delivery.
For enterprises, service transformation could mean enabling new IP-PBX services with advanced mobile technologies. The business case for service transformation must be clear from the beginning. Organizations should not disregard the continued usefulness and reliability of any legacy deployment in place. If in fact the legacy service is out of date or its functionality no longer suits the needs of the organization, then the cost of maintaining it could be a motivating factor for service transformation.
Network transformation: Traditional service providers need to transform their legacy network environment to IP to support innovation and lower their operating expenses. This can be a daunting task. Take for example the implication of moving to distributed architectures, such as IMS, which allow an unprecedented level of vendor diversity. This new level of flexibility opens the door to an unprecedented level of flexibility in solution architectures and introduces the need for extensive interoperability testing that many carriers are finding cannot be left to vendors to sort out on their own.
For traditional operators, a move to IP also entails the planning and management of the migration of millions of customer lines. Likewise, enterprises continue to use IP to converge and transform their networks, adding capabilities that greatly enhance their ability to reduce costs and increase functionality. However, the way employees communicate is growing more complex. They use a range of voice communications like desk phones in the office, mobile phones in their pockets, and IP phone services like GoogleTalk or Skype on their laptops. They use voicemail, e-mail and text messaging, as well as presence- enabled IM. They access Web content and private intranet information. And they do all of this from multiple end-points through different access technologies — from within an enterprise, at home, or remotely.
Business transformation: With market forces and industry trends undergoing disruptive change, leading carrier organizations need an ever greater “transformation tool box” to help navigate the environment to create a new vision for the business, develop the step-by-step roadmap to realize that vision, build the business case to justify investments and identify the operations models that support the business going forward.
Meanwhile, enterprises are rapidly evolving their business models to increase their overall agility to respond better to market conditions. Given mergers, acquisitions, industry consolidation, and shareholder expectations, enterprises will be under continuous pressure to devise new ways to outperform their competitors.
The benefits of IP Convergence:

1. Excellent support for multimedia applications. Improved connectivity means that devices can be assigned specific tasks; the number of devices required is less which makes installation, deployment, and learning an easier task.

2. A converged IP network is a single platform on which interoperable devices can be run in innovative ways. Since IP is an open standard, it is vendor independent and this helps in fostering interoperability and improving network efficiency in terms of time and cost. The ambit of IP convergence encompasses networks, devices, and different technologies and systems that can be operated on a unified infrastructure.

3. A converged IP network is easier to manage because of the uniform setup in which the system resources operate. Training users is easy.

4. An enterprise can achieve flexibility in terms of moulding its communication patterns to its management practices. This is a dynamic process that can be continually improved with collaboration from network partners. What this results in is the right information to the right person at the right time leading to improved decision making.

5. IP networks have proven to be remarkably scalable and this has been one of the prime reasons that even large enterprises have gone ahead with implementing IP. Applications that run on IP networks are available all over the world; in fact most new business applications include inbuilt IP support.

6. An IP convergent network is capable of making use of the developments in class of service differentiation and QoS-based routing. This leads to better utilization of resources and also allows for capacity redundancy to take care of an increase in the number of users.

7. A uniform environment requires fewer components in the network. Smoother maintenance and management result from this and in turn lead to improved processes. Affordable deployment results from the elimination of multiple networks operating in parallel and manageability improves. In a converged environment, fewer platforms need to be tested and gateways between networks are eliminated.

8. Business applications have different tolerance levels for transit delays, dropped packets, and error rates. IP architecture is capable of handling these so that the QoS reflects the requirements of the different applications.

9. Device integration has the potential to simplify end-to-end security management and at the same time make it more robust. Continuous development is taking place in field of security for IP data communication.
10. A converged IP network offers a business tremendous cost savings in terms of hardware and space utilization. It opens up more markets that can be reached, more products that can be introduced, increases employee productivity and mobility, and enables even smaller companies to compete with larger ones because of faster information relay.