SlideShare una empresa de Scribd logo
1 de 11
Descargar para leer sin conexión
International Journal of Next-Generation Networks (IJNGN) Vol.4, No.3,September 2012
DOI : 10.5121/ijngn.2012.4307 89
HIGH PERFORMANCE ETHERNET PACKET
PROCESSOR CORE FOR NEXT GENERATION
NETWORKS
Raja Jitendra Nayaka1
, R. C. Biradar2
1
Research and Development, ITI Limited. Bangalore, INDIA
1
rjnayaka@yahoo.com
2
Department of Electronics and Communication Engineering
2
REVA Institute of Technology and Management, Bangalore, INDIA.
2
raj.biradar@revainstitution.org
ABSTRACT
As the demand for high speed Internet significantly increasing to meet the requirement of large data
transfers, real-time communication and High Definition ( HD) multimedia transfer over IP, the IP based
network products architecture must evolve and change. Application specific processors require high
performance, low power and high degree of programmability is the limitation in many general processor
based applications. This paper describes the design of Ethernet packet processor for system-on-chip (SoC)
which performs all core packet processing functions, including segmentation and reassembly, packetization
classification, route and queue management which will speedup switching/routing performance making it
more suitable for Next Generation Networks (NGN). Ethernet packet processor design can be configured
for use with multiple projects targeted to a FPGA device the system is designed to support 1/10/20/40/100
Gigabit links with a speed and performance advantage. VHDL has been used to implement and simulated
the required functions in FPGA.
KEYWORDS
Ethernet, SoC, FPGA, NGN, LAN Router and Switches, IP networks, 1/10/20/40/100 Gigabit.
1. INTRODUCTION
With the advancements in networking technology, most networks converge on Ethernet and IP as
the dominant transport technology and the ability to manage and process the IP packets at high
speed is a key to offering successful new services. There are different speeds 1/10/20/40/100
Gigabit with electrical and optical interfaces available in modern networks. Packet processors
intercept individual IP data packets and to process them using hardware solution which can be
easily enhanced to add new capabilities. In the next generation network high speed packet
processing is critical for low-latency applications such as multimedia and Voice over IP (VoIP).
Multicore packet processing building blocks are found in SoC based Ethernet Packet Processor to
meet the high performance. Next Generation Networks (NGN) need to be designed for high
performance requirements.
International Journal of Next-Generation Networks (IJNGN) Vol.4, No.3,September 2012
90
Data encapsulation process includes frame assembly before transmission and frame decoding
upon reception of a frame. While encoding the frame MAC layer adds a header and trailer to the
layer 3 payload. The use of frames in the transmission of bits as they are placed on the media and
in the grouping of bits at the receiving node. Frame encode process provides important delimiters
that are used to identify a group of bits that make up a frame. This process provides
synchronization between the transmitting and receiving nodes. Encapsulation process also
provides for Data Link layer addressing. Each Ethernet header added in the frame contains the
physical MAC address that enables a frame to be delivered to a destination node. Also function of
data encapsulation is error detection. Each Ethernet frame contains a trailer with a cyclic
redundancy check (CRC) of the frame contents. After reception of a frame, the receiving node
creates a CRC to compare to the one in the frame. If these two CRC calculations match and the
frame can be trusted to have been received without error.
The Ethernet packet processor handles following fields:
Preamble (PR): seven bytes. it is an alternating pattern of ones and zeros that tells receiving
stations that a frame is coming, and that provides a means to synchronize the frame-reception
portions of receiving physical layers with the incoming bit stream.
Start-of-frame delimiter (SFD): one byte. The SOF (start of frame) is an alternating pattern of
ones and zeros, ending with two consecutive 1-bits indicating that the next bit is the left-most bit
in the left-most byte of the destination address.
Destination address (DA): one bytes. The DA field identifies which station should receive the
frame.
Source addresses (SA): one bytes. The SA field identifies the sending station.
Length Type: it is two bytes. This field indicates either the number of MAC- data bytes that are
contained in the data field of the frame, or the frame type ID if the frame is assembled using an
optional format.
Data- it is a sequence of bytes from 46 to 1500 of any value. Minimum frame size is 64bytes.
Cyclic redundancy check (CRC) - 4 bytes. This sequence contains a 32-bit cyclic redundancy
check (CRC) value, which is created by the sending MAC and is recalculated by the receiving
MAC to check for damaged frames. The packet format is as shown in Figure 1 and decoding of
Ethernet Frame is shown in Figure 2.
Figure1.Ethernet Frame Format
International Journal of Next-Generation Networks (IJNGN) Vol.4, No.3,September 2012
91
Figure 2. Decoding Ethernet Frame
1.1 SYSTEM ON CHIP (SoC)
System on chip (SoC or SOC) refers to integrating many functional or peripherals of a embedded
system or other electronic system into a single integrated circuit . It may contain digital, analog,
mixed-signal, and often radio-frequency functions - all on a single chip substrate. A typical
application is in the area of embedded systems. The contrast with a microcontroller is one of
degree. Microcontrollers typically have multi functional blocks each block perform specific
function and are single-chip-systems; whereas the term SoC is typically used with more powerful
processors, capable of running software such as embedded OS like UCLinux, which need
external memory chips like DDR, FLASH and which are used with various external peripherals
increasing chip integration to reduce manufacturing costs, power and smaller systems.
Application specific processors are too complex to fit on just one chip built with a process
optimized for just one of the application tasks.
A SoC consists of both the hardware and the software that controls the microcontroller,
microprocessor or DSP cores, peripherals and interfaces. Most SoCs are developed from pre-
qualified hardware blocks for the hardware elements described above, together with the software
drivers that control their operation. The hardware blocks are put together using EDA tools; the
software modules are integrated using a software development environment. A key step in the
design flow is emulation: the hardware is mapped onto an emulation platform based on a field
programmable gate array (FPGA) that mimics the behavior of the SoC, and the software modules
are loaded into the memory of the emulation platform. SoC the emulation platform enables the
hardware and software of the SoC to be tested and debugged at close to its full operational speed.
After emulation the hardware of the SoC follows the place and route phase of the design of an
integrated circuit before it is fabricated.
In this paper Ethernet packet processor core is developed to use in SoC application for design of
high performance switches, router and other IP based products for next generation networks
(NGN). Ethernet packet processor code acts as hardware accelerator for processing packets in
SoC.
1.2 OUR CONTRIBUTIONS
In this paper, we provide the design and implementation aspects of Ethernet packet processors for
new generation IP Network technology, which is designed to address the performance and
flexibility problems of new generation IP products (1/10/20/40/100 Gigabit).we proposed to use
International Journal of Next-Generation Networks (IJNGN) Vol.4, No.3,September 2012
92
Ethernet packet processor for next generation internet protocol based products to meet high
performance requirements by providing hardware acceleration for frequently handled functions in
packet processing. The usage Ethernet packet processor (EPP) in design and development of
multiport switches and router is also discussed.
2. LITERARURE SURVEY
General purpose processors cannot provide wire speed performance for Packet processing and
analysis. Embedded ASIC hardware has extremely high cost and is difficult to implement and
requires many months of fabricate a chip for even small changes. The embedded processor can
handle only specified functionality with limited wire speed performance. Packet processing needs
balance between the architecture and network flow. Developing Real time packet Analysis which
can receive the packets processes the packets and forwards the packet with wire speed while
utilizing the maximum network bandwidth as well as to marinating security in the network is an
ideal application. Network traffic analysis includes capturing of data from network and inspecting
of data at each layer. The exponential growth of Internet traffic, network bandwidth and Internet
based applications rise problems of performance, flexibility in network traffic analysis. Flexibility
achieved through the programmable devices like General purpose processors and performance
can achieve through hardwired solutions like Field Programmable Gate Arrays. Implementation
comparison is shown in Figure 2.1 [23].
Network processors and field-programmable gate arrays (FPGAs) offer an interesting middle
ground. Network processors are CPUs tuned for performing networking tasks. While they are
sometimes faster for very specific tasks, they achieve that speed by optimizing for a very specific
task: network processing. It's very easy to push a network processor outside the design target by
adding new functionality. The network processor is often slower than a general-purpose processor
performing the same task. Network processors often have very low clock speeds.. Finally, the
costs for network processors is often on-par or even more expensive than a general-purpose CPU,
since volumes are smaller and the market more specialized. With General purpose processors we
can’t achieve wire speed performance; with FPGA technology Network processors are new
generation technology, which is designed to address the performance and flexibility problems.
Network processors, analyzes Lower level layers by hardware and higher level layer by software
with parallel and pipelined architecture. With multiple micro engines and with parallel and
pipelining programming architecture network processors makes network processing at wire speed
[18][19][20][21][22].
International Journal of Next-Generation Networks (IJNGN) Vol.4, No.3,September 2012
93
Figure 2.1 Implementation Comparison Courtesy [23]
The features of Ethernet packet Processors (EPP) are compared from the following perspectives.
Performance - by multiple parallel EPPs in SoC, EPPs are able to perform many applications at
wire speed.
Flexibility – having hardware IP (intellectual properties) core as a major part of the system
allows network equipment to easily adapt to changing standards and applications
Fast TTM – reuse of ready EPP core is much faster (and cheaper) than designing hardware and
software of equivalent functionality
Power – while EPPs are optimized for low power consumption and area, their power
consumption is important for cost reasons (e.g. implications on packaging).
Major goal of the designing EPP is that may include functionality, performance, power
consumption and manufacturing cost. Performance means the processing speed of the product,
which may be a combination of soft deadlines such as approximate time to perform a user-level
function and hard deadlines by which a particular operation must be completed. Since EPP uses
parallel blocks, the single clock is used for these blocks to perform individual requirements; the
power consumption is brought down. And manufacturing cost primarily defines the cost of the
hardware components.
Performance and flexibility. Traditional network processing mainly focuses on forwarding
packet at high speed in order to eliminate the network bottlenecks. Network devices are expected
to perform at high speed with low latency. However, as the Internet Protocol keeps maturing,
newer protocols have been emerging and will emerge in the future. Such newer protocols include
International Journal of Next-Generation Networks (IJNGN) Vol.4, No.3,September 2012
94
IPv6, security, signaling, and various network managements, etc. Ethernet packet processors are
also expected to flexibly support these newer protocols and applications with high performance.
3. PROPOSED ARCHITECTURE AND DESIGN METHODOLOGY
Those general purpose processors based architecture suffers from very low performance that
hinder them from being suitable for many applications such as L2/L3 switches, routers and
Gigabit routers. Because of architectural constraints and number of clocks requirement for
executing instructions to perform functions application specific processors are not suitable for
high performance and low power requirements, however Ethernet packet processor allow much
faster packet processing capability by using multi functional parallel processing blocks. Each
individual blocks in the Ethernet packet processor receives data at MII, RMII, GMII etc interface
parallel data and perform specific functions like extraction and encapsulation of SFD, source or
destination MAC ID,L2,L3, CRC calculation and IFG.
The potential solution is to make use of the Field Programmable Gate Arrays (FPGAs), have
introduced a great deal of speed and flexibility and performance into machine fast controls and
operations. Ethernet is a popular protocol choice in FPGAs because of its flexibility, reliability,
and performance they are extensively used to implement highly specialized tasks where
simplicity, low production cost, and reliability are big assets. Even if simple and reliable, these
systems need means for communications.
Figure 3. Ethernet Packet Processor
An outline of the proposed architecture design is shown in Figure 3. Main components are
Ethernet packet Processor, 1/10/20/40/100 Gigabit interface Connector. Ethernet Packet
Processor consists of six VHDL Modules. The core functionality is implemented in the Aggregate
module, which has been custom-designed using VHDL. Such as detection of SFD, source MAC,
destination MAC, payload length and CRC detection/calculation. A clean separation between
these module and rest of the design allows for flexibility and portability, benefiting from well
defined independent interfaces. Networking cores provides fertile ground for designing highly
modular and re-usable components. Packet processing in FPGA is done by a chain of dedicated
pipelined blocks. We implemented programmable synchronous pipeline arrays of individual
International Journal of Next-Generation Networks (IJNGN) Vol.4, No.3,September 2012
95
block for high performance. The multi functional blocks integrated into single chip is called
System on Chip (SoC).
The Ethernet Packet Processor analyzes the receiving frame. The packet is received and decoded
to all individual sub entity of the packet. It identifies the type of Ethernet encapsulation, type of
protocol, and extracts the fields in the packet needed by the Address look-up. The Packet
processor performs start of frame preamble (SFD), inter frame gap (IFG) detection, and Packet
length count, source. Destination MAC address and Layer2/Layer3/Layer4 parsing to extract
information from the headers of these three layers. Therefore, protocols of these three layers have
to be considered. The CRC calculation is done to check integrity of transmitted and received
frame. The identification of SFD and calculation/detection of CRC is found to be time and
memory consuming task in all IP based products. In this design we proposed hardware
acceleration of these tasks to offload processor tasks. Similarly source and destination MAC
address, IP address extraction and Frame length count is important tasks in switching and routing,
EPP provides pipelined blocks to meet these task to improve performance of next generation IP
products.
Most of the modern communication protocols use some error detection algorithms. Cyclic
Redundancy Check, or CRC, is the most popular one among these. CRC properties are defined by
the generator polynomial length and coefficients. The protocol specification usually defines CRC
in hex or polynomial notation. Cyclic redundancy check has major role in deciding performance
of system, which is carried repeatedly whenever frame is transmitted and received. The Cyclic
Redundancy Check can be used as a checksum to detect the accidental alteration of data during
transmission or storage. It is used in Ethernet packets to verify the content and detect errors.
CRC-32 block is implemented to meet high performance requirement. It is most optimized CRC-
32 block in Ethernet packet processor, the core accepts data packets with packet start and stop
aligned to any octet boundary. This functional block of CRC-32 generation and checking at high
speed uses an efficient pipelined CRC calculation algorithm. Cyclic redundancy check algorithm
is derived from the mathematics of polynomial division modulo two, as result the code seen in
practice deviates confusingly from 'pure' division and the register may shift left or right. Another
CRC that is other than CRC-8 or CRC-16 is the ubiquitous 32-bit CRC-32, which is used in
Ethernet. The CRC-32 polynomial is x32 + x26 + x23 + x22 + x16 + x12 + x11 + x10 + x8 + x7
+ x5 + x4 +x2 + x + 1 and its LFSR implementation is shown in Figure 3a.
Figure 3a. Procedure for CRC-32
International Journal of Next-Generation Networks (IJNGN) Vol.4, No.3,September 2012
96
3.1 PROOF OF CONCEPT AND APPLICATIONS
EPP play role of hardware acceleration in design of new generation IP products for achieving
high performance. The two simple examples of usage of EPP in design of switches and routers
are discussed.
3.1.1 LAN Switch Design Using Ethernet Packet Processor
Ethernet switch connects multiple Ethernet LAN ports. Each port on the switch can be connected
to a different LAN port; this topology forms a larger Ethernet network. Ethernet switch is used to
interconnect a number of Ethernet local area networks (LANs) to form a large Ethernet network
as shown in Figure4. The switch stores the media access controller (MAC) address in buffer
which is extracted from frames received through each port to identify each network segment.
MAC address are used to switch forward frames from the source port to the destination sport
instead of forwarding the frame to all the connected ports, hence consequently reducing network
traffic. If packet has CRC error, packets are discarded. Otherwise, the switch looks up the MAC
address and sends the packet on to the destination node. Many switches combine the two methods
by using cut-through until a certain error level is reached, then changing over to store and
forward. Few switches are strictly cut-through because this provides no error correction [2] [3]
[4].
Figure4: LAN network using Ethernet Switch.
Since processor based switch design is busy in collecting information required for switching and
switching between port lead to latency. Application specific solutions for multi-port Ethernet
switches are widely available from different vendors and can be used to meet the switching
requirements of a number of applications. However these do not provide a good solution for
applications that require high performance features and such as a configuration of an odd number
of ports or a configuration of ports of varying speeds. Multiple latencies resulting from this
scheme could improve the overall performance when combined with Ethernet Packet Processor in
SoC is shown Figure 4a.
International Journal of Next-Generation Networks (IJNGN) Vol.4, No.3,September 2012
97
Figure 4a: High capacity LAN Switch Architecture.
3.1.2 Router Design Using Ethernet Packet Processor
The present networks routers have traditionally been implemented purely in software using ASIC
processors. Because of the software implementation, the performance of a router was limited by
the performance of the ASIC processor executing the protocol code. To achieve wire-speed
routing, high-performance processors together with hardware logic were required. This translated
into higher cost and area
Next Generation IP Routers require multi gigabit (1/10/20/40/100/1000G) networking
technologies where IP routers will be used to interconnect backbone networks. Routers also to act
as points of attachments to high performance WAN links [1]. New generation network routers
require powerful architectures to meet high performance bandwidth requirements.. Therefore, the
design of high speed IP routers has been a major area of research. New generation optical
networking technologies are pushing link rates in high speed IP routers beyond 10G and 40 Gbps.
Such high rates demand that packet forwarding in IP routers must be performed in hardware. The
FPGA based cores are reconfigured to take into account changes in the bandwidth demands and
routing characteristics [15]. While the FPGA is being reconfigured, all traffic is routed by the
hardware logic. When reconfiguration is finished, selected virtual networks are shifted back to the
hardware based on their performance requirements.
Next Generation IP routers require multi gigabit (1/10/20/40/100Gigabit) networking
technologies .The Packets are received at router input and router will open the packet, decode the
Ethernet frame, finds the ultimate destination address and encode the packet, giving it a new IP
header that will send it to next hop. The router checks IP address at the Network layer, source and
destination addresses to determine the path for the packet transportation over the network. Router
carries layer 3 networking activity.
The evolution of IP router designs and highlights the major performance issues affecting IP
routers. The need to build fast IP routers is being studied in a variety of ways. Our literature
International Journal of Next-Generation Networks (IJNGN) Vol.4, No.3,September 2012
98
survey summarizes that various router blocks and their mechanism needed for improving high
speed performance operation and architectural constraints imposed by the various router design
alternatives of routers in present networks. Avoiding centralized processor route lookups, and
administration, is the requirements of new generation router design, router hardware can be made
more reliable by adding Ethernet packet processor could be one method for fast packet
processing. One of proposed router architecture using Ethernet packet processor is shown in
figure5 for various LAN and WAN interfaces.
Figure 5: High Speed high performance Router Design
4. CONCLUSIONS
A novel design methodology to design a internet protocol specific packet processor has been
introduced to have hardware acceleration for process and pass packets at high speed
1/10/20/40/100 Gigabit. We have designed an interface that directly translates the way packets
need to be processed into a simple clean pipeline that has enough flexibility to allow for
designing some powerful extensions to a basic switches and routers. Using this methodology, a
very compact domain specific SoC can be designed using Ethernet packet processing core while
maintaining the high speed requirements of Ethernet/IP switches and router. This Method finds
wide application in design of Ethernet based products including high performance high capacity
L2/L3 switches and router at 1/10/40/100 Gigabit is possible with this method.
REFERANCES
[1] Boosting the performance of PC-based software routers with FPGA-enhanced line cards Andrea
Bianco, Robert Birke, Jorge M. Finochietto, Giulio Galante_,Marco Mellia,, Fabio Neri,, Michele
Petracca Dipartimento di Elettronica, Politecnico di Torino, 10129 Torino,
[2] Z. L. A. Kennedy, X.Wang and B. Liu, “Low power architecture for high speed packet
classification,” in Proc. ANCS, 2008.
[3] V. Srinivasan and G. Varghese, “Fast address lookups using controlled prefix expansion,” ACM
Trans. Comput. Syst., vol. 17, pp. 1–40, 1999.
[4] S. Sahni and K. S. Kim, “An O(log n) dynamic router-table design,” IEEE Transactions on
Computers, vol. 53, no. 3, pp. 351–363, 2004.
[5] H. Lu and S. Sahni, “O(log n) dynamic router-tables for prefixes and ranges,” IEEE Transactions on
Computers, vol. 53, no. 10, pp. 1217–1230, 2004.
[6] K. S. Kim and S. Sahni, “Efficient construction of pipelined multibittrie router-tables,” IEEE
Transactions on Computers, vol. 56, no. 1,pp. 32–43, 2007.
International Journal of Next-Generation Networks (IJNGN) Vol.4, No.3,September 2012
99
[7] H. Le, W. Jiang, and V. K. Prasanna, “A SRAM-based architecture for trie-based IP lookup using
FPGA,” in Proc. FCCM ’08, 2008.
[8] H. Fadishei, M. S. Zamani, and M. Sabaei, “A novel reconfigurable hardware architecture for IP
address lookup,” in Proc. ANCS ’05, 2005, pp. 81–90.
[9] F. Baboescu, D. M. Tullsen, G. Rosu, and S. Singh, “A tree based router search engine architecture
with single port memories,” in Proc.ISCA ’05, 2005, pp. 123–133.
[10] W. Jiang and V. K. Prasanna, “A memory-balanced linear pipeline architecture for trie-based IP
lookup,” in Proc. HOTI ’07, 2007, pp.83–90.
[11] R. Sangireddy, N. Futamura, S. Aluru, and A. K. Somani, “Scalable, memory efficient, high-speed IP
lookup algorithms,” IEEE/ACM Trans. Netw., vol. 13, no. 4, pp. 802–812, 2005.
[12] M. Blagojevic, A. Smiljanic: Design of Multicast Controller for High-capacity Internet Router,
Electronic Letters, Vol. 44, No. 3, Jan. 2008, pp. 255 – 256.
[13] M. Petrović, A. Smiljanić: Design of the Scheduler for the High-capacity Non-blocking Packet
Switch, IEEE Workshop on High Performance Switching and Routing, Poznan, Poland, June 2006.
[14] C. Partridge and P. P. Carvey, “A 50 Gb/s IP Router,” IEEE/ACM Transactions on Networking, vol.
6, pp. 237–248, June 1998.
[15] J. R. Hess and D. C. Lee, “Implementation and Evaluation of a Prototype Reconfigurable Router,” in
IEEE Symposium on FPGAs for Custom Configurable Computing Machines, pp. 260–264, April
1999.
[16] The Programmable Logic Databook. Xilinx Databook Xilinx Inc., 1999.
[17] V. Kumar, et al., “Beyond Best Effort: Router Architectures for the Differentiated,” IEEE
Communications Magazine, vol.36, (no.5), IEEE, May 1998. p.152-64.
[18] “Packet Reordering in Network Processors” S. Govind1, R. Govindarajan1;2 and Joy . Indian
Institute of Science, Bangalore 560012, India.
[19] “The Challenge for Next Generation Network Processors”, Whitepaper, Agere systems, Aril2001.
[20] “On the Deployment of VoIP in Ethernet Networks: Methodology and Case Study”Khaled Salah**
[21] “10 Gbit/s Line Rate Packet Processing Using Commodity Hardware: Survey and new Proposals”
Luigi Rizzo, Luca Deri, Alfredo Cardigliano ANCS’10, October 25–26, 2010, La Jolla, CA, USA
[22] “A Survey on Network Processors “ Md. Ehtesamul Haque and Md. Humayun Kabir Department of
Computer Science and Engineering Bangladesh University of Engineering and Technology, Dhaka
1000, Bangladesh April 3, 2007
[23] “Understanding network processors” by Niraja sha4th September 2001.
Authors
Raja Jitendra Nayaka, Working as Senior Engineer at R&D, ITI Ltd, Govt Of India, He
has over 18Yrs experience in design and development of telecom products, He has vast
experience in Switching, Transmission, Internet, SDH, and optical communication, His field
of interest is telecom and FPGA based designs.
Dr. R. C. Biradar is working as Professor in ECE Department Reva Institute of Technology
and Management, Bangalore, India. He obtained his Ph. D from VTU Belgaum, India. He
has many publications in reputed national/international journals and conferences. Some of
the journals where his research articles published are Elsevier, IET and Springer
publications having very good impact factors. His research interests include multicast
routing in mobile ad hoc networks, wireless Internet, group communication in MANETs,
software agent technology, network security, multimedia communication, VLSI design and
FPGA, etc. He is a reviewer of various reputed journals and conferences and chaired many
conferences. He is a member IETE (MIETE) India, member IE (MIE) India, member ISTE (MISTE) India
and member of IEEE (USA) and member of IACSIT. He has been listed in Marqui’s Who’s Who in the
World (2012 Edition), USA and Top 100 Engineers by IBC, UK.

Más contenido relacionado

La actualidad más candente

Ethernet base divice control
Ethernet base divice controlEthernet base divice control
Ethernet base divice controlBhushan Deore
 
EEL4851writeup.doc
EEL4851writeup.docEEL4851writeup.doc
EEL4851writeup.docbutest
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)inventionjournals
 
Network Processing on an SPE Core in Cell Broadband EngineTM
Network Processing on an SPE Core in Cell Broadband EngineTMNetwork Processing on an SPE Core in Cell Broadband EngineTM
Network Processing on an SPE Core in Cell Broadband EngineTMSlide_N
 
Fault Injection Approach for Network on Chip
Fault Injection Approach for Network on ChipFault Injection Approach for Network on Chip
Fault Injection Approach for Network on Chipijsrd.com
 
Paper id 21201485
Paper id 21201485Paper id 21201485
Paper id 21201485IJRAT
 
InfiniBand In-Network Computing Technology and Roadmap
InfiniBand In-Network Computing Technology and RoadmapInfiniBand In-Network Computing Technology and Roadmap
InfiniBand In-Network Computing Technology and Roadmapinside-BigData.com
 
programmable_devices_en_02_2014
programmable_devices_en_02_2014programmable_devices_en_02_2014
programmable_devices_en_02_2014Svetozar Jovanovic
 
Networking
NetworkingNetworking
NetworkingRashmi
 

La actualidad más candente (16)

Ethernet base divice control
Ethernet base divice controlEthernet base divice control
Ethernet base divice control
 
MAJOR PROJEC TVLSI
MAJOR PROJEC TVLSIMAJOR PROJEC TVLSI
MAJOR PROJEC TVLSI
 
Publication
PublicationPublication
Publication
 
EEL4851writeup.doc
EEL4851writeup.docEEL4851writeup.doc
EEL4851writeup.doc
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
 
C C N A Day1
C C N A  Day1C C N A  Day1
C C N A Day1
 
CCNA Report
CCNA ReportCCNA Report
CCNA Report
 
Network Processing on an SPE Core in Cell Broadband EngineTM
Network Processing on an SPE Core in Cell Broadband EngineTMNetwork Processing on an SPE Core in Cell Broadband EngineTM
Network Processing on an SPE Core in Cell Broadband EngineTM
 
Fault Injection Approach for Network on Chip
Fault Injection Approach for Network on ChipFault Injection Approach for Network on Chip
Fault Injection Approach for Network on Chip
 
Paper id 21201485
Paper id 21201485Paper id 21201485
Paper id 21201485
 
InfiniBand In-Network Computing Technology and Roadmap
InfiniBand In-Network Computing Technology and RoadmapInfiniBand In-Network Computing Technology and Roadmap
InfiniBand In-Network Computing Technology and Roadmap
 
Fpga
FpgaFpga
Fpga
 
programmable_devices_en_02_2014
programmable_devices_en_02_2014programmable_devices_en_02_2014
programmable_devices_en_02_2014
 
ate_full_paper
ate_full_paperate_full_paper
ate_full_paper
 
Ccna notes
Ccna notesCcna notes
Ccna notes
 
Networking
NetworkingNetworking
Networking
 

Similar a HIGH PERFORMANCE ETHERNET PACKET PROCESSOR CORE FOR NEXT GENERATION NETWORKS

Performance analysis and implementation of modified sdm based noc for mpsoc o...
Performance analysis and implementation of modified sdm based noc for mpsoc o...Performance analysis and implementation of modified sdm based noc for mpsoc o...
Performance analysis and implementation of modified sdm based noc for mpsoc o...eSAT Journals
 
20607-39024-1-PB.pdf
20607-39024-1-PB.pdf20607-39024-1-PB.pdf
20607-39024-1-PB.pdfIjictTeam
 
IRJET- Autonomous Underwater Vehicle: Electronics and Software Implementation...
IRJET- Autonomous Underwater Vehicle: Electronics and Software Implementation...IRJET- Autonomous Underwater Vehicle: Electronics and Software Implementation...
IRJET- Autonomous Underwater Vehicle: Electronics and Software Implementation...IRJET Journal
 
High speed customized serial protocol for IP integration on FPGA based SOC ap...
High speed customized serial protocol for IP integration on FPGA based SOC ap...High speed customized serial protocol for IP integration on FPGA based SOC ap...
High speed customized serial protocol for IP integration on FPGA based SOC ap...IJMER
 
Design and Implementation of JPEG CODEC using NoC
Design and Implementation of JPEG CODEC using NoCDesign and Implementation of JPEG CODEC using NoC
Design and Implementation of JPEG CODEC using NoCIRJET Journal
 
Multi port network ethernet performance improvement techniques
Multi port network ethernet performance improvement techniquesMulti port network ethernet performance improvement techniques
Multi port network ethernet performance improvement techniquesIJARIIT
 
FPGA IMPLEMENTATION OF PRIORITYARBITER BASED ROUTER DESIGN FOR NOC SYSTEMS
FPGA IMPLEMENTATION OF PRIORITYARBITER BASED ROUTER DESIGN FOR NOC SYSTEMSFPGA IMPLEMENTATION OF PRIORITYARBITER BASED ROUTER DESIGN FOR NOC SYSTEMS
FPGA IMPLEMENTATION OF PRIORITYARBITER BASED ROUTER DESIGN FOR NOC SYSTEMSIAEME Publication
 
FPGA IMPLEMENTATION OF PRIORITYARBITER BASED ROUTER DESIGN FOR NOC SYSTEMS
FPGA IMPLEMENTATION OF PRIORITYARBITER BASED ROUTER DESIGN FOR NOC SYSTEMSFPGA IMPLEMENTATION OF PRIORITYARBITER BASED ROUTER DESIGN FOR NOC SYSTEMS
FPGA IMPLEMENTATION OF PRIORITYARBITER BASED ROUTER DESIGN FOR NOC SYSTEMSIAEME Publication
 
Network Interface Card (NIC) AND NETWORKING DEVICES
Network Interface Card (NIC) AND NETWORKING DEVICESNetwork Interface Card (NIC) AND NETWORKING DEVICES
Network Interface Card (NIC) AND NETWORKING DEVICESManas Rai
 
Design and implementation of secured agent based NoC using shortest path rout...
Design and implementation of secured agent based NoC using shortest path rout...Design and implementation of secured agent based NoC using shortest path rout...
Design and implementation of secured agent based NoC using shortest path rout...IJECEIAES
 
Communication Performance Over A Gigabit Ethernet Network
Communication Performance Over A Gigabit Ethernet NetworkCommunication Performance Over A Gigabit Ethernet Network
Communication Performance Over A Gigabit Ethernet NetworkIJERA Editor
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 

Similar a HIGH PERFORMANCE ETHERNET PACKET PROCESSOR CORE FOR NEXT GENERATION NETWORKS (20)

Performance analysis and implementation of modified sdm based noc for mpsoc o...
Performance analysis and implementation of modified sdm based noc for mpsoc o...Performance analysis and implementation of modified sdm based noc for mpsoc o...
Performance analysis and implementation of modified sdm based noc for mpsoc o...
 
20607-39024-1-PB.pdf
20607-39024-1-PB.pdf20607-39024-1-PB.pdf
20607-39024-1-PB.pdf
 
IRJET- Autonomous Underwater Vehicle: Electronics and Software Implementation...
IRJET- Autonomous Underwater Vehicle: Electronics and Software Implementation...IRJET- Autonomous Underwater Vehicle: Electronics and Software Implementation...
IRJET- Autonomous Underwater Vehicle: Electronics and Software Implementation...
 
High speed customized serial protocol for IP integration on FPGA based SOC ap...
High speed customized serial protocol for IP integration on FPGA based SOC ap...High speed customized serial protocol for IP integration on FPGA based SOC ap...
High speed customized serial protocol for IP integration on FPGA based SOC ap...
 
Design and Implementation of JPEG CODEC using NoC
Design and Implementation of JPEG CODEC using NoCDesign and Implementation of JPEG CODEC using NoC
Design and Implementation of JPEG CODEC using NoC
 
Turbo encoder and decoder chip design and FPGA device analysis for communicat...
Turbo encoder and decoder chip design and FPGA device analysis for communicat...Turbo encoder and decoder chip design and FPGA device analysis for communicat...
Turbo encoder and decoder chip design and FPGA device analysis for communicat...
 
Multi port network ethernet performance improvement techniques
Multi port network ethernet performance improvement techniquesMulti port network ethernet performance improvement techniques
Multi port network ethernet performance improvement techniques
 
FPGA IMPLEMENTATION OF PRIORITYARBITER BASED ROUTER DESIGN FOR NOC SYSTEMS
FPGA IMPLEMENTATION OF PRIORITYARBITER BASED ROUTER DESIGN FOR NOC SYSTEMSFPGA IMPLEMENTATION OF PRIORITYARBITER BASED ROUTER DESIGN FOR NOC SYSTEMS
FPGA IMPLEMENTATION OF PRIORITYARBITER BASED ROUTER DESIGN FOR NOC SYSTEMS
 
FPGA IMPLEMENTATION OF PRIORITYARBITER BASED ROUTER DESIGN FOR NOC SYSTEMS
FPGA IMPLEMENTATION OF PRIORITYARBITER BASED ROUTER DESIGN FOR NOC SYSTEMSFPGA IMPLEMENTATION OF PRIORITYARBITER BASED ROUTER DESIGN FOR NOC SYSTEMS
FPGA IMPLEMENTATION OF PRIORITYARBITER BASED ROUTER DESIGN FOR NOC SYSTEMS
 
Network Interface Card (NIC) AND NETWORKING DEVICES
Network Interface Card (NIC) AND NETWORKING DEVICESNetwork Interface Card (NIC) AND NETWORKING DEVICES
Network Interface Card (NIC) AND NETWORKING DEVICES
 
Fpg as 11 body
Fpg as 11 bodyFpg as 11 body
Fpg as 11 body
 
Design of fault tolerant algorithm for network on chip router using field pr...
Design of fault tolerant algorithm for network on chip router  using field pr...Design of fault tolerant algorithm for network on chip router  using field pr...
Design of fault tolerant algorithm for network on chip router using field pr...
 
Convolution
ConvolutionConvolution
Convolution
 
Design and implementation of secured agent based NoC using shortest path rout...
Design and implementation of secured agent based NoC using shortest path rout...Design and implementation of secured agent based NoC using shortest path rout...
Design and implementation of secured agent based NoC using shortest path rout...
 
Ccna day1
Ccna day1Ccna day1
Ccna day1
 
Ccna day1
Ccna day1Ccna day1
Ccna day1
 
Communication Performance Over A Gigabit Ethernet Network
Communication Performance Over A Gigabit Ethernet NetworkCommunication Performance Over A Gigabit Ethernet Network
Communication Performance Over A Gigabit Ethernet Network
 
Ens
EnsEns
Ens
 
Ah4301185187
Ah4301185187Ah4301185187
Ah4301185187
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 

Más de ijngnjournal

Trend-Based Networking Driven by Big Data Telemetry for Sdn and Traditional N...
Trend-Based Networking Driven by Big Data Telemetry for Sdn and Traditional N...Trend-Based Networking Driven by Big Data Telemetry for Sdn and Traditional N...
Trend-Based Networking Driven by Big Data Telemetry for Sdn and Traditional N...ijngnjournal
 
TREND-BASED NETWORKING DRIVEN BY BIG DATA TELEMETRY FOR SDN AND TRADITIONAL N...
TREND-BASED NETWORKING DRIVEN BY BIG DATA TELEMETRY FOR SDN AND TRADITIONAL N...TREND-BASED NETWORKING DRIVEN BY BIG DATA TELEMETRY FOR SDN AND TRADITIONAL N...
TREND-BASED NETWORKING DRIVEN BY BIG DATA TELEMETRY FOR SDN AND TRADITIONAL N...ijngnjournal
 
PERFORMANCE PREDICTION OF 5G: THE NEXT GENERATION OF MOBILE COMMUNICATION
PERFORMANCE PREDICTION OF 5G: THE NEXT GENERATION OF MOBILE COMMUNICATIONPERFORMANCE PREDICTION OF 5G: THE NEXT GENERATION OF MOBILE COMMUNICATION
PERFORMANCE PREDICTION OF 5G: THE NEXT GENERATION OF MOBILE COMMUNICATIONijngnjournal
 
PERFORMANCE EVALUATION OF VERTICAL HARD HANDOVERS IN CELLULAR MOBILE SYSTEMS
PERFORMANCE EVALUATION OF VERTICAL HARD HANDOVERS IN CELLULAR MOBILE SYSTEMSPERFORMANCE EVALUATION OF VERTICAL HARD HANDOVERS IN CELLULAR MOBILE SYSTEMS
PERFORMANCE EVALUATION OF VERTICAL HARD HANDOVERS IN CELLULAR MOBILE SYSTEMSijngnjournal
 
PERFORMANCE EVALUATION OF VERTICAL HARD HANDOVERS IN CELLULAR MOBILE SYSTEMS
PERFORMANCE EVALUATION OF VERTICAL HARD HANDOVERS IN CELLULAR MOBILE SYSTEMSPERFORMANCE EVALUATION OF VERTICAL HARD HANDOVERS IN CELLULAR MOBILE SYSTEMS
PERFORMANCE EVALUATION OF VERTICAL HARD HANDOVERS IN CELLULAR MOBILE SYSTEMSijngnjournal
 
COMPARISON OF RADIO PROPAGATION MODELS FOR LONG TERM EVOLUTION (LTE) NETWORK
COMPARISON OF RADIO PROPAGATION MODELS FOR LONG TERM EVOLUTION (LTE) NETWORKCOMPARISON OF RADIO PROPAGATION MODELS FOR LONG TERM EVOLUTION (LTE) NETWORK
COMPARISON OF RADIO PROPAGATION MODELS FOR LONG TERM EVOLUTION (LTE) NETWORKijngnjournal
 
IMPLEMENTATION AND COMPARISION OF DATA LINK QUALITY SCHEME ON ODMRP AND ADMR ...
IMPLEMENTATION AND COMPARISION OF DATA LINK QUALITY SCHEME ON ODMRP AND ADMR ...IMPLEMENTATION AND COMPARISION OF DATA LINK QUALITY SCHEME ON ODMRP AND ADMR ...
IMPLEMENTATION AND COMPARISION OF DATA LINK QUALITY SCHEME ON ODMRP AND ADMR ...ijngnjournal
 
The Performance of a Cylindrical Microstrip Printed Antenna for TM10 Mode as...
The Performance of a Cylindrical Microstrip Printed Antenna for TM10  Mode as...The Performance of a Cylindrical Microstrip Printed Antenna for TM10  Mode as...
The Performance of a Cylindrical Microstrip Printed Antenna for TM10 Mode as...ijngnjournal
 
Optimization of Quality of Service Parameters for Dynamic Channel Allocation ...
Optimization of Quality of Service Parameters for Dynamic Channel Allocation ...Optimization of Quality of Service Parameters for Dynamic Channel Allocation ...
Optimization of Quality of Service Parameters for Dynamic Channel Allocation ...ijngnjournal
 
PURGING OF UNTRUSTWORTHY RECOMMENDATIONS FROM A GRID
PURGING OF UNTRUSTWORTHY RECOMMENDATIONS FROM A GRIDPURGING OF UNTRUSTWORTHY RECOMMENDATIONS FROM A GRID
PURGING OF UNTRUSTWORTHY RECOMMENDATIONS FROM A GRIDijngnjournal
 
A SURVEY ON DYNAMIC SPECTRUM ACCESS TECHNIQUES FOR COGNITIVE RADIO
A SURVEY ON DYNAMIC SPECTRUM ACCESS TECHNIQUES FOR COGNITIVE RADIOA SURVEY ON DYNAMIC SPECTRUM ACCESS TECHNIQUES FOR COGNITIVE RADIO
A SURVEY ON DYNAMIC SPECTRUM ACCESS TECHNIQUES FOR COGNITIVE RADIOijngnjournal
 
HYBRID LS-LMMSE CHANNEL ESTIMATION Technique for LTE Downlink Systems
HYBRID LS-LMMSE CHANNEL ESTIMATION Technique for LTE Downlink SystemsHYBRID LS-LMMSE CHANNEL ESTIMATION Technique for LTE Downlink Systems
HYBRID LS-LMMSE CHANNEL ESTIMATION Technique for LTE Downlink Systemsijngnjournal
 
SERVICES AS PARAMETER TO PROVIDE BEST QOS : AN ANALYSIS OVER WIMAX
SERVICES AS PARAMETER TO PROVIDE BEST QOS : AN ANALYSIS OVER WIMAXSERVICES AS PARAMETER TO PROVIDE BEST QOS : AN ANALYSIS OVER WIMAX
SERVICES AS PARAMETER TO PROVIDE BEST QOS : AN ANALYSIS OVER WIMAXijngnjournal
 
ENSURING QOS GUARANTEES IN A HYBRID OCS/OBS NETWORK
ENSURING QOS GUARANTEES IN A HYBRID OCS/OBS NETWORKENSURING QOS GUARANTEES IN A HYBRID OCS/OBS NETWORK
ENSURING QOS GUARANTEES IN A HYBRID OCS/OBS NETWORKijngnjournal
 
SECURITY ANALYSIS AND DELAY EVALUATION FOR SIP-BASED MOBILE MASS EXAMINATION ...
SECURITY ANALYSIS AND DELAY EVALUATION FOR SIP-BASED MOBILE MASS EXAMINATION ...SECURITY ANALYSIS AND DELAY EVALUATION FOR SIP-BASED MOBILE MASS EXAMINATION ...
SECURITY ANALYSIS AND DELAY EVALUATION FOR SIP-BASED MOBILE MASS EXAMINATION ...ijngnjournal
 
OPTIMIZATION OF QOS PARAMETERS IN COGNITIVE RADIO USING ADAPTIVE GENETIC ALGO...
OPTIMIZATION OF QOS PARAMETERS IN COGNITIVE RADIO USING ADAPTIVE GENETIC ALGO...OPTIMIZATION OF QOS PARAMETERS IN COGNITIVE RADIO USING ADAPTIVE GENETIC ALGO...
OPTIMIZATION OF QOS PARAMETERS IN COGNITIVE RADIO USING ADAPTIVE GENETIC ALGO...ijngnjournal
 
ESTIMATION AND COMPENSATION OF INTER CARRIER INTERFERENCE IN WIMAX PHYSICAL L...
ESTIMATION AND COMPENSATION OF INTER CARRIER INTERFERENCE IN WIMAX PHYSICAL L...ESTIMATION AND COMPENSATION OF INTER CARRIER INTERFERENCE IN WIMAX PHYSICAL L...
ESTIMATION AND COMPENSATION OF INTER CARRIER INTERFERENCE IN WIMAX PHYSICAL L...ijngnjournal
 
OPTIMUM EFFICIENT MOBILITY MANAGEMENT SCHEME FOR IPv6
OPTIMUM EFFICIENT MOBILITY MANAGEMENT SCHEME FOR IPv6 OPTIMUM EFFICIENT MOBILITY MANAGEMENT SCHEME FOR IPv6
OPTIMUM EFFICIENT MOBILITY MANAGEMENT SCHEME FOR IPv6 ijngnjournal
 
INVESTIGATION OF UTRA FDD DATA AND CONTROL CHANNELS IN THE PRESENCE OF NOISE ...
INVESTIGATION OF UTRA FDD DATA AND CONTROL CHANNELS IN THE PRESENCE OF NOISE ...INVESTIGATION OF UTRA FDD DATA AND CONTROL CHANNELS IN THE PRESENCE OF NOISE ...
INVESTIGATION OF UTRA FDD DATA AND CONTROL CHANNELS IN THE PRESENCE OF NOISE ...ijngnjournal
 
TOWARDS FUTURE 4G MOBILE NETWORKS: A REAL-WORLD IMS TESTBED
TOWARDS FUTURE 4G MOBILE NETWORKS: A REAL-WORLD IMS TESTBEDTOWARDS FUTURE 4G MOBILE NETWORKS: A REAL-WORLD IMS TESTBED
TOWARDS FUTURE 4G MOBILE NETWORKS: A REAL-WORLD IMS TESTBEDijngnjournal
 

Más de ijngnjournal (20)

Trend-Based Networking Driven by Big Data Telemetry for Sdn and Traditional N...
Trend-Based Networking Driven by Big Data Telemetry for Sdn and Traditional N...Trend-Based Networking Driven by Big Data Telemetry for Sdn and Traditional N...
Trend-Based Networking Driven by Big Data Telemetry for Sdn and Traditional N...
 
TREND-BASED NETWORKING DRIVEN BY BIG DATA TELEMETRY FOR SDN AND TRADITIONAL N...
TREND-BASED NETWORKING DRIVEN BY BIG DATA TELEMETRY FOR SDN AND TRADITIONAL N...TREND-BASED NETWORKING DRIVEN BY BIG DATA TELEMETRY FOR SDN AND TRADITIONAL N...
TREND-BASED NETWORKING DRIVEN BY BIG DATA TELEMETRY FOR SDN AND TRADITIONAL N...
 
PERFORMANCE PREDICTION OF 5G: THE NEXT GENERATION OF MOBILE COMMUNICATION
PERFORMANCE PREDICTION OF 5G: THE NEXT GENERATION OF MOBILE COMMUNICATIONPERFORMANCE PREDICTION OF 5G: THE NEXT GENERATION OF MOBILE COMMUNICATION
PERFORMANCE PREDICTION OF 5G: THE NEXT GENERATION OF MOBILE COMMUNICATION
 
PERFORMANCE EVALUATION OF VERTICAL HARD HANDOVERS IN CELLULAR MOBILE SYSTEMS
PERFORMANCE EVALUATION OF VERTICAL HARD HANDOVERS IN CELLULAR MOBILE SYSTEMSPERFORMANCE EVALUATION OF VERTICAL HARD HANDOVERS IN CELLULAR MOBILE SYSTEMS
PERFORMANCE EVALUATION OF VERTICAL HARD HANDOVERS IN CELLULAR MOBILE SYSTEMS
 
PERFORMANCE EVALUATION OF VERTICAL HARD HANDOVERS IN CELLULAR MOBILE SYSTEMS
PERFORMANCE EVALUATION OF VERTICAL HARD HANDOVERS IN CELLULAR MOBILE SYSTEMSPERFORMANCE EVALUATION OF VERTICAL HARD HANDOVERS IN CELLULAR MOBILE SYSTEMS
PERFORMANCE EVALUATION OF VERTICAL HARD HANDOVERS IN CELLULAR MOBILE SYSTEMS
 
COMPARISON OF RADIO PROPAGATION MODELS FOR LONG TERM EVOLUTION (LTE) NETWORK
COMPARISON OF RADIO PROPAGATION MODELS FOR LONG TERM EVOLUTION (LTE) NETWORKCOMPARISON OF RADIO PROPAGATION MODELS FOR LONG TERM EVOLUTION (LTE) NETWORK
COMPARISON OF RADIO PROPAGATION MODELS FOR LONG TERM EVOLUTION (LTE) NETWORK
 
IMPLEMENTATION AND COMPARISION OF DATA LINK QUALITY SCHEME ON ODMRP AND ADMR ...
IMPLEMENTATION AND COMPARISION OF DATA LINK QUALITY SCHEME ON ODMRP AND ADMR ...IMPLEMENTATION AND COMPARISION OF DATA LINK QUALITY SCHEME ON ODMRP AND ADMR ...
IMPLEMENTATION AND COMPARISION OF DATA LINK QUALITY SCHEME ON ODMRP AND ADMR ...
 
The Performance of a Cylindrical Microstrip Printed Antenna for TM10 Mode as...
The Performance of a Cylindrical Microstrip Printed Antenna for TM10  Mode as...The Performance of a Cylindrical Microstrip Printed Antenna for TM10  Mode as...
The Performance of a Cylindrical Microstrip Printed Antenna for TM10 Mode as...
 
Optimization of Quality of Service Parameters for Dynamic Channel Allocation ...
Optimization of Quality of Service Parameters for Dynamic Channel Allocation ...Optimization of Quality of Service Parameters for Dynamic Channel Allocation ...
Optimization of Quality of Service Parameters for Dynamic Channel Allocation ...
 
PURGING OF UNTRUSTWORTHY RECOMMENDATIONS FROM A GRID
PURGING OF UNTRUSTWORTHY RECOMMENDATIONS FROM A GRIDPURGING OF UNTRUSTWORTHY RECOMMENDATIONS FROM A GRID
PURGING OF UNTRUSTWORTHY RECOMMENDATIONS FROM A GRID
 
A SURVEY ON DYNAMIC SPECTRUM ACCESS TECHNIQUES FOR COGNITIVE RADIO
A SURVEY ON DYNAMIC SPECTRUM ACCESS TECHNIQUES FOR COGNITIVE RADIOA SURVEY ON DYNAMIC SPECTRUM ACCESS TECHNIQUES FOR COGNITIVE RADIO
A SURVEY ON DYNAMIC SPECTRUM ACCESS TECHNIQUES FOR COGNITIVE RADIO
 
HYBRID LS-LMMSE CHANNEL ESTIMATION Technique for LTE Downlink Systems
HYBRID LS-LMMSE CHANNEL ESTIMATION Technique for LTE Downlink SystemsHYBRID LS-LMMSE CHANNEL ESTIMATION Technique for LTE Downlink Systems
HYBRID LS-LMMSE CHANNEL ESTIMATION Technique for LTE Downlink Systems
 
SERVICES AS PARAMETER TO PROVIDE BEST QOS : AN ANALYSIS OVER WIMAX
SERVICES AS PARAMETER TO PROVIDE BEST QOS : AN ANALYSIS OVER WIMAXSERVICES AS PARAMETER TO PROVIDE BEST QOS : AN ANALYSIS OVER WIMAX
SERVICES AS PARAMETER TO PROVIDE BEST QOS : AN ANALYSIS OVER WIMAX
 
ENSURING QOS GUARANTEES IN A HYBRID OCS/OBS NETWORK
ENSURING QOS GUARANTEES IN A HYBRID OCS/OBS NETWORKENSURING QOS GUARANTEES IN A HYBRID OCS/OBS NETWORK
ENSURING QOS GUARANTEES IN A HYBRID OCS/OBS NETWORK
 
SECURITY ANALYSIS AND DELAY EVALUATION FOR SIP-BASED MOBILE MASS EXAMINATION ...
SECURITY ANALYSIS AND DELAY EVALUATION FOR SIP-BASED MOBILE MASS EXAMINATION ...SECURITY ANALYSIS AND DELAY EVALUATION FOR SIP-BASED MOBILE MASS EXAMINATION ...
SECURITY ANALYSIS AND DELAY EVALUATION FOR SIP-BASED MOBILE MASS EXAMINATION ...
 
OPTIMIZATION OF QOS PARAMETERS IN COGNITIVE RADIO USING ADAPTIVE GENETIC ALGO...
OPTIMIZATION OF QOS PARAMETERS IN COGNITIVE RADIO USING ADAPTIVE GENETIC ALGO...OPTIMIZATION OF QOS PARAMETERS IN COGNITIVE RADIO USING ADAPTIVE GENETIC ALGO...
OPTIMIZATION OF QOS PARAMETERS IN COGNITIVE RADIO USING ADAPTIVE GENETIC ALGO...
 
ESTIMATION AND COMPENSATION OF INTER CARRIER INTERFERENCE IN WIMAX PHYSICAL L...
ESTIMATION AND COMPENSATION OF INTER CARRIER INTERFERENCE IN WIMAX PHYSICAL L...ESTIMATION AND COMPENSATION OF INTER CARRIER INTERFERENCE IN WIMAX PHYSICAL L...
ESTIMATION AND COMPENSATION OF INTER CARRIER INTERFERENCE IN WIMAX PHYSICAL L...
 
OPTIMUM EFFICIENT MOBILITY MANAGEMENT SCHEME FOR IPv6
OPTIMUM EFFICIENT MOBILITY MANAGEMENT SCHEME FOR IPv6 OPTIMUM EFFICIENT MOBILITY MANAGEMENT SCHEME FOR IPv6
OPTIMUM EFFICIENT MOBILITY MANAGEMENT SCHEME FOR IPv6
 
INVESTIGATION OF UTRA FDD DATA AND CONTROL CHANNELS IN THE PRESENCE OF NOISE ...
INVESTIGATION OF UTRA FDD DATA AND CONTROL CHANNELS IN THE PRESENCE OF NOISE ...INVESTIGATION OF UTRA FDD DATA AND CONTROL CHANNELS IN THE PRESENCE OF NOISE ...
INVESTIGATION OF UTRA FDD DATA AND CONTROL CHANNELS IN THE PRESENCE OF NOISE ...
 
TOWARDS FUTURE 4G MOBILE NETWORKS: A REAL-WORLD IMS TESTBED
TOWARDS FUTURE 4G MOBILE NETWORKS: A REAL-WORLD IMS TESTBEDTOWARDS FUTURE 4G MOBILE NETWORKS: A REAL-WORLD IMS TESTBED
TOWARDS FUTURE 4G MOBILE NETWORKS: A REAL-WORLD IMS TESTBED
 

Último

Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvLewisJB
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...121011101441
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)Dr SOUNDIRARAJ N
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleAlluxio, Inc.
 
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncssuser2ae721
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgUnit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgsaravananr517913
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catcherssdickerson1
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
Internet of things -Arshdeep Bahga .pptx
Internet of things -Arshdeep Bahga .pptxInternet of things -Arshdeep Bahga .pptx
Internet of things -Arshdeep Bahga .pptxVelmuruganTECE
 
Indian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptIndian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptMadan Karki
 
Industrial Safety Unit-IV workplace health and safety.ppt
Industrial Safety Unit-IV workplace health and safety.pptIndustrial Safety Unit-IV workplace health and safety.ppt
Industrial Safety Unit-IV workplace health and safety.pptNarmatha D
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
welding defects observed during the welding
welding defects observed during the weldingwelding defects observed during the welding
welding defects observed during the weldingMuhammadUzairLiaqat
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
Class 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm SystemClass 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm Systemirfanmechengr
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHC Sai Kiran
 
Mine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxMine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxRomil Mishra
 

Último (20)

Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvv
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at Scale
 
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgUnit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
Internet of things -Arshdeep Bahga .pptx
Internet of things -Arshdeep Bahga .pptxInternet of things -Arshdeep Bahga .pptx
Internet of things -Arshdeep Bahga .pptx
 
Indian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptIndian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.ppt
 
Industrial Safety Unit-IV workplace health and safety.ppt
Industrial Safety Unit-IV workplace health and safety.pptIndustrial Safety Unit-IV workplace health and safety.ppt
Industrial Safety Unit-IV workplace health and safety.ppt
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
welding defects observed during the welding
welding defects observed during the weldingwelding defects observed during the welding
welding defects observed during the welding
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
Class 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm SystemClass 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm System
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECH
 
Mine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxMine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptx
 

HIGH PERFORMANCE ETHERNET PACKET PROCESSOR CORE FOR NEXT GENERATION NETWORKS

  • 1. International Journal of Next-Generation Networks (IJNGN) Vol.4, No.3,September 2012 DOI : 10.5121/ijngn.2012.4307 89 HIGH PERFORMANCE ETHERNET PACKET PROCESSOR CORE FOR NEXT GENERATION NETWORKS Raja Jitendra Nayaka1 , R. C. Biradar2 1 Research and Development, ITI Limited. Bangalore, INDIA 1 rjnayaka@yahoo.com 2 Department of Electronics and Communication Engineering 2 REVA Institute of Technology and Management, Bangalore, INDIA. 2 raj.biradar@revainstitution.org ABSTRACT As the demand for high speed Internet significantly increasing to meet the requirement of large data transfers, real-time communication and High Definition ( HD) multimedia transfer over IP, the IP based network products architecture must evolve and change. Application specific processors require high performance, low power and high degree of programmability is the limitation in many general processor based applications. This paper describes the design of Ethernet packet processor for system-on-chip (SoC) which performs all core packet processing functions, including segmentation and reassembly, packetization classification, route and queue management which will speedup switching/routing performance making it more suitable for Next Generation Networks (NGN). Ethernet packet processor design can be configured for use with multiple projects targeted to a FPGA device the system is designed to support 1/10/20/40/100 Gigabit links with a speed and performance advantage. VHDL has been used to implement and simulated the required functions in FPGA. KEYWORDS Ethernet, SoC, FPGA, NGN, LAN Router and Switches, IP networks, 1/10/20/40/100 Gigabit. 1. INTRODUCTION With the advancements in networking technology, most networks converge on Ethernet and IP as the dominant transport technology and the ability to manage and process the IP packets at high speed is a key to offering successful new services. There are different speeds 1/10/20/40/100 Gigabit with electrical and optical interfaces available in modern networks. Packet processors intercept individual IP data packets and to process them using hardware solution which can be easily enhanced to add new capabilities. In the next generation network high speed packet processing is critical for low-latency applications such as multimedia and Voice over IP (VoIP). Multicore packet processing building blocks are found in SoC based Ethernet Packet Processor to meet the high performance. Next Generation Networks (NGN) need to be designed for high performance requirements.
  • 2. International Journal of Next-Generation Networks (IJNGN) Vol.4, No.3,September 2012 90 Data encapsulation process includes frame assembly before transmission and frame decoding upon reception of a frame. While encoding the frame MAC layer adds a header and trailer to the layer 3 payload. The use of frames in the transmission of bits as they are placed on the media and in the grouping of bits at the receiving node. Frame encode process provides important delimiters that are used to identify a group of bits that make up a frame. This process provides synchronization between the transmitting and receiving nodes. Encapsulation process also provides for Data Link layer addressing. Each Ethernet header added in the frame contains the physical MAC address that enables a frame to be delivered to a destination node. Also function of data encapsulation is error detection. Each Ethernet frame contains a trailer with a cyclic redundancy check (CRC) of the frame contents. After reception of a frame, the receiving node creates a CRC to compare to the one in the frame. If these two CRC calculations match and the frame can be trusted to have been received without error. The Ethernet packet processor handles following fields: Preamble (PR): seven bytes. it is an alternating pattern of ones and zeros that tells receiving stations that a frame is coming, and that provides a means to synchronize the frame-reception portions of receiving physical layers with the incoming bit stream. Start-of-frame delimiter (SFD): one byte. The SOF (start of frame) is an alternating pattern of ones and zeros, ending with two consecutive 1-bits indicating that the next bit is the left-most bit in the left-most byte of the destination address. Destination address (DA): one bytes. The DA field identifies which station should receive the frame. Source addresses (SA): one bytes. The SA field identifies the sending station. Length Type: it is two bytes. This field indicates either the number of MAC- data bytes that are contained in the data field of the frame, or the frame type ID if the frame is assembled using an optional format. Data- it is a sequence of bytes from 46 to 1500 of any value. Minimum frame size is 64bytes. Cyclic redundancy check (CRC) - 4 bytes. This sequence contains a 32-bit cyclic redundancy check (CRC) value, which is created by the sending MAC and is recalculated by the receiving MAC to check for damaged frames. The packet format is as shown in Figure 1 and decoding of Ethernet Frame is shown in Figure 2. Figure1.Ethernet Frame Format
  • 3. International Journal of Next-Generation Networks (IJNGN) Vol.4, No.3,September 2012 91 Figure 2. Decoding Ethernet Frame 1.1 SYSTEM ON CHIP (SoC) System on chip (SoC or SOC) refers to integrating many functional or peripherals of a embedded system or other electronic system into a single integrated circuit . It may contain digital, analog, mixed-signal, and often radio-frequency functions - all on a single chip substrate. A typical application is in the area of embedded systems. The contrast with a microcontroller is one of degree. Microcontrollers typically have multi functional blocks each block perform specific function and are single-chip-systems; whereas the term SoC is typically used with more powerful processors, capable of running software such as embedded OS like UCLinux, which need external memory chips like DDR, FLASH and which are used with various external peripherals increasing chip integration to reduce manufacturing costs, power and smaller systems. Application specific processors are too complex to fit on just one chip built with a process optimized for just one of the application tasks. A SoC consists of both the hardware and the software that controls the microcontroller, microprocessor or DSP cores, peripherals and interfaces. Most SoCs are developed from pre- qualified hardware blocks for the hardware elements described above, together with the software drivers that control their operation. The hardware blocks are put together using EDA tools; the software modules are integrated using a software development environment. A key step in the design flow is emulation: the hardware is mapped onto an emulation platform based on a field programmable gate array (FPGA) that mimics the behavior of the SoC, and the software modules are loaded into the memory of the emulation platform. SoC the emulation platform enables the hardware and software of the SoC to be tested and debugged at close to its full operational speed. After emulation the hardware of the SoC follows the place and route phase of the design of an integrated circuit before it is fabricated. In this paper Ethernet packet processor core is developed to use in SoC application for design of high performance switches, router and other IP based products for next generation networks (NGN). Ethernet packet processor code acts as hardware accelerator for processing packets in SoC. 1.2 OUR CONTRIBUTIONS In this paper, we provide the design and implementation aspects of Ethernet packet processors for new generation IP Network technology, which is designed to address the performance and flexibility problems of new generation IP products (1/10/20/40/100 Gigabit).we proposed to use
  • 4. International Journal of Next-Generation Networks (IJNGN) Vol.4, No.3,September 2012 92 Ethernet packet processor for next generation internet protocol based products to meet high performance requirements by providing hardware acceleration for frequently handled functions in packet processing. The usage Ethernet packet processor (EPP) in design and development of multiport switches and router is also discussed. 2. LITERARURE SURVEY General purpose processors cannot provide wire speed performance for Packet processing and analysis. Embedded ASIC hardware has extremely high cost and is difficult to implement and requires many months of fabricate a chip for even small changes. The embedded processor can handle only specified functionality with limited wire speed performance. Packet processing needs balance between the architecture and network flow. Developing Real time packet Analysis which can receive the packets processes the packets and forwards the packet with wire speed while utilizing the maximum network bandwidth as well as to marinating security in the network is an ideal application. Network traffic analysis includes capturing of data from network and inspecting of data at each layer. The exponential growth of Internet traffic, network bandwidth and Internet based applications rise problems of performance, flexibility in network traffic analysis. Flexibility achieved through the programmable devices like General purpose processors and performance can achieve through hardwired solutions like Field Programmable Gate Arrays. Implementation comparison is shown in Figure 2.1 [23]. Network processors and field-programmable gate arrays (FPGAs) offer an interesting middle ground. Network processors are CPUs tuned for performing networking tasks. While they are sometimes faster for very specific tasks, they achieve that speed by optimizing for a very specific task: network processing. It's very easy to push a network processor outside the design target by adding new functionality. The network processor is often slower than a general-purpose processor performing the same task. Network processors often have very low clock speeds.. Finally, the costs for network processors is often on-par or even more expensive than a general-purpose CPU, since volumes are smaller and the market more specialized. With General purpose processors we can’t achieve wire speed performance; with FPGA technology Network processors are new generation technology, which is designed to address the performance and flexibility problems. Network processors, analyzes Lower level layers by hardware and higher level layer by software with parallel and pipelined architecture. With multiple micro engines and with parallel and pipelining programming architecture network processors makes network processing at wire speed [18][19][20][21][22].
  • 5. International Journal of Next-Generation Networks (IJNGN) Vol.4, No.3,September 2012 93 Figure 2.1 Implementation Comparison Courtesy [23] The features of Ethernet packet Processors (EPP) are compared from the following perspectives. Performance - by multiple parallel EPPs in SoC, EPPs are able to perform many applications at wire speed. Flexibility – having hardware IP (intellectual properties) core as a major part of the system allows network equipment to easily adapt to changing standards and applications Fast TTM – reuse of ready EPP core is much faster (and cheaper) than designing hardware and software of equivalent functionality Power – while EPPs are optimized for low power consumption and area, their power consumption is important for cost reasons (e.g. implications on packaging). Major goal of the designing EPP is that may include functionality, performance, power consumption and manufacturing cost. Performance means the processing speed of the product, which may be a combination of soft deadlines such as approximate time to perform a user-level function and hard deadlines by which a particular operation must be completed. Since EPP uses parallel blocks, the single clock is used for these blocks to perform individual requirements; the power consumption is brought down. And manufacturing cost primarily defines the cost of the hardware components. Performance and flexibility. Traditional network processing mainly focuses on forwarding packet at high speed in order to eliminate the network bottlenecks. Network devices are expected to perform at high speed with low latency. However, as the Internet Protocol keeps maturing, newer protocols have been emerging and will emerge in the future. Such newer protocols include
  • 6. International Journal of Next-Generation Networks (IJNGN) Vol.4, No.3,September 2012 94 IPv6, security, signaling, and various network managements, etc. Ethernet packet processors are also expected to flexibly support these newer protocols and applications with high performance. 3. PROPOSED ARCHITECTURE AND DESIGN METHODOLOGY Those general purpose processors based architecture suffers from very low performance that hinder them from being suitable for many applications such as L2/L3 switches, routers and Gigabit routers. Because of architectural constraints and number of clocks requirement for executing instructions to perform functions application specific processors are not suitable for high performance and low power requirements, however Ethernet packet processor allow much faster packet processing capability by using multi functional parallel processing blocks. Each individual blocks in the Ethernet packet processor receives data at MII, RMII, GMII etc interface parallel data and perform specific functions like extraction and encapsulation of SFD, source or destination MAC ID,L2,L3, CRC calculation and IFG. The potential solution is to make use of the Field Programmable Gate Arrays (FPGAs), have introduced a great deal of speed and flexibility and performance into machine fast controls and operations. Ethernet is a popular protocol choice in FPGAs because of its flexibility, reliability, and performance they are extensively used to implement highly specialized tasks where simplicity, low production cost, and reliability are big assets. Even if simple and reliable, these systems need means for communications. Figure 3. Ethernet Packet Processor An outline of the proposed architecture design is shown in Figure 3. Main components are Ethernet packet Processor, 1/10/20/40/100 Gigabit interface Connector. Ethernet Packet Processor consists of six VHDL Modules. The core functionality is implemented in the Aggregate module, which has been custom-designed using VHDL. Such as detection of SFD, source MAC, destination MAC, payload length and CRC detection/calculation. A clean separation between these module and rest of the design allows for flexibility and portability, benefiting from well defined independent interfaces. Networking cores provides fertile ground for designing highly modular and re-usable components. Packet processing in FPGA is done by a chain of dedicated pipelined blocks. We implemented programmable synchronous pipeline arrays of individual
  • 7. International Journal of Next-Generation Networks (IJNGN) Vol.4, No.3,September 2012 95 block for high performance. The multi functional blocks integrated into single chip is called System on Chip (SoC). The Ethernet Packet Processor analyzes the receiving frame. The packet is received and decoded to all individual sub entity of the packet. It identifies the type of Ethernet encapsulation, type of protocol, and extracts the fields in the packet needed by the Address look-up. The Packet processor performs start of frame preamble (SFD), inter frame gap (IFG) detection, and Packet length count, source. Destination MAC address and Layer2/Layer3/Layer4 parsing to extract information from the headers of these three layers. Therefore, protocols of these three layers have to be considered. The CRC calculation is done to check integrity of transmitted and received frame. The identification of SFD and calculation/detection of CRC is found to be time and memory consuming task in all IP based products. In this design we proposed hardware acceleration of these tasks to offload processor tasks. Similarly source and destination MAC address, IP address extraction and Frame length count is important tasks in switching and routing, EPP provides pipelined blocks to meet these task to improve performance of next generation IP products. Most of the modern communication protocols use some error detection algorithms. Cyclic Redundancy Check, or CRC, is the most popular one among these. CRC properties are defined by the generator polynomial length and coefficients. The protocol specification usually defines CRC in hex or polynomial notation. Cyclic redundancy check has major role in deciding performance of system, which is carried repeatedly whenever frame is transmitted and received. The Cyclic Redundancy Check can be used as a checksum to detect the accidental alteration of data during transmission or storage. It is used in Ethernet packets to verify the content and detect errors. CRC-32 block is implemented to meet high performance requirement. It is most optimized CRC- 32 block in Ethernet packet processor, the core accepts data packets with packet start and stop aligned to any octet boundary. This functional block of CRC-32 generation and checking at high speed uses an efficient pipelined CRC calculation algorithm. Cyclic redundancy check algorithm is derived from the mathematics of polynomial division modulo two, as result the code seen in practice deviates confusingly from 'pure' division and the register may shift left or right. Another CRC that is other than CRC-8 or CRC-16 is the ubiquitous 32-bit CRC-32, which is used in Ethernet. The CRC-32 polynomial is x32 + x26 + x23 + x22 + x16 + x12 + x11 + x10 + x8 + x7 + x5 + x4 +x2 + x + 1 and its LFSR implementation is shown in Figure 3a. Figure 3a. Procedure for CRC-32
  • 8. International Journal of Next-Generation Networks (IJNGN) Vol.4, No.3,September 2012 96 3.1 PROOF OF CONCEPT AND APPLICATIONS EPP play role of hardware acceleration in design of new generation IP products for achieving high performance. The two simple examples of usage of EPP in design of switches and routers are discussed. 3.1.1 LAN Switch Design Using Ethernet Packet Processor Ethernet switch connects multiple Ethernet LAN ports. Each port on the switch can be connected to a different LAN port; this topology forms a larger Ethernet network. Ethernet switch is used to interconnect a number of Ethernet local area networks (LANs) to form a large Ethernet network as shown in Figure4. The switch stores the media access controller (MAC) address in buffer which is extracted from frames received through each port to identify each network segment. MAC address are used to switch forward frames from the source port to the destination sport instead of forwarding the frame to all the connected ports, hence consequently reducing network traffic. If packet has CRC error, packets are discarded. Otherwise, the switch looks up the MAC address and sends the packet on to the destination node. Many switches combine the two methods by using cut-through until a certain error level is reached, then changing over to store and forward. Few switches are strictly cut-through because this provides no error correction [2] [3] [4]. Figure4: LAN network using Ethernet Switch. Since processor based switch design is busy in collecting information required for switching and switching between port lead to latency. Application specific solutions for multi-port Ethernet switches are widely available from different vendors and can be used to meet the switching requirements of a number of applications. However these do not provide a good solution for applications that require high performance features and such as a configuration of an odd number of ports or a configuration of ports of varying speeds. Multiple latencies resulting from this scheme could improve the overall performance when combined with Ethernet Packet Processor in SoC is shown Figure 4a.
  • 9. International Journal of Next-Generation Networks (IJNGN) Vol.4, No.3,September 2012 97 Figure 4a: High capacity LAN Switch Architecture. 3.1.2 Router Design Using Ethernet Packet Processor The present networks routers have traditionally been implemented purely in software using ASIC processors. Because of the software implementation, the performance of a router was limited by the performance of the ASIC processor executing the protocol code. To achieve wire-speed routing, high-performance processors together with hardware logic were required. This translated into higher cost and area Next Generation IP Routers require multi gigabit (1/10/20/40/100/1000G) networking technologies where IP routers will be used to interconnect backbone networks. Routers also to act as points of attachments to high performance WAN links [1]. New generation network routers require powerful architectures to meet high performance bandwidth requirements.. Therefore, the design of high speed IP routers has been a major area of research. New generation optical networking technologies are pushing link rates in high speed IP routers beyond 10G and 40 Gbps. Such high rates demand that packet forwarding in IP routers must be performed in hardware. The FPGA based cores are reconfigured to take into account changes in the bandwidth demands and routing characteristics [15]. While the FPGA is being reconfigured, all traffic is routed by the hardware logic. When reconfiguration is finished, selected virtual networks are shifted back to the hardware based on their performance requirements. Next Generation IP routers require multi gigabit (1/10/20/40/100Gigabit) networking technologies .The Packets are received at router input and router will open the packet, decode the Ethernet frame, finds the ultimate destination address and encode the packet, giving it a new IP header that will send it to next hop. The router checks IP address at the Network layer, source and destination addresses to determine the path for the packet transportation over the network. Router carries layer 3 networking activity. The evolution of IP router designs and highlights the major performance issues affecting IP routers. The need to build fast IP routers is being studied in a variety of ways. Our literature
  • 10. International Journal of Next-Generation Networks (IJNGN) Vol.4, No.3,September 2012 98 survey summarizes that various router blocks and their mechanism needed for improving high speed performance operation and architectural constraints imposed by the various router design alternatives of routers in present networks. Avoiding centralized processor route lookups, and administration, is the requirements of new generation router design, router hardware can be made more reliable by adding Ethernet packet processor could be one method for fast packet processing. One of proposed router architecture using Ethernet packet processor is shown in figure5 for various LAN and WAN interfaces. Figure 5: High Speed high performance Router Design 4. CONCLUSIONS A novel design methodology to design a internet protocol specific packet processor has been introduced to have hardware acceleration for process and pass packets at high speed 1/10/20/40/100 Gigabit. We have designed an interface that directly translates the way packets need to be processed into a simple clean pipeline that has enough flexibility to allow for designing some powerful extensions to a basic switches and routers. Using this methodology, a very compact domain specific SoC can be designed using Ethernet packet processing core while maintaining the high speed requirements of Ethernet/IP switches and router. This Method finds wide application in design of Ethernet based products including high performance high capacity L2/L3 switches and router at 1/10/40/100 Gigabit is possible with this method. REFERANCES [1] Boosting the performance of PC-based software routers with FPGA-enhanced line cards Andrea Bianco, Robert Birke, Jorge M. Finochietto, Giulio Galante_,Marco Mellia,, Fabio Neri,, Michele Petracca Dipartimento di Elettronica, Politecnico di Torino, 10129 Torino, [2] Z. L. A. Kennedy, X.Wang and B. Liu, “Low power architecture for high speed packet classification,” in Proc. ANCS, 2008. [3] V. Srinivasan and G. Varghese, “Fast address lookups using controlled prefix expansion,” ACM Trans. Comput. Syst., vol. 17, pp. 1–40, 1999. [4] S. Sahni and K. S. Kim, “An O(log n) dynamic router-table design,” IEEE Transactions on Computers, vol. 53, no. 3, pp. 351–363, 2004. [5] H. Lu and S. Sahni, “O(log n) dynamic router-tables for prefixes and ranges,” IEEE Transactions on Computers, vol. 53, no. 10, pp. 1217–1230, 2004. [6] K. S. Kim and S. Sahni, “Efficient construction of pipelined multibittrie router-tables,” IEEE Transactions on Computers, vol. 56, no. 1,pp. 32–43, 2007.
  • 11. International Journal of Next-Generation Networks (IJNGN) Vol.4, No.3,September 2012 99 [7] H. Le, W. Jiang, and V. K. Prasanna, “A SRAM-based architecture for trie-based IP lookup using FPGA,” in Proc. FCCM ’08, 2008. [8] H. Fadishei, M. S. Zamani, and M. Sabaei, “A novel reconfigurable hardware architecture for IP address lookup,” in Proc. ANCS ’05, 2005, pp. 81–90. [9] F. Baboescu, D. M. Tullsen, G. Rosu, and S. Singh, “A tree based router search engine architecture with single port memories,” in Proc.ISCA ’05, 2005, pp. 123–133. [10] W. Jiang and V. K. Prasanna, “A memory-balanced linear pipeline architecture for trie-based IP lookup,” in Proc. HOTI ’07, 2007, pp.83–90. [11] R. Sangireddy, N. Futamura, S. Aluru, and A. K. Somani, “Scalable, memory efficient, high-speed IP lookup algorithms,” IEEE/ACM Trans. Netw., vol. 13, no. 4, pp. 802–812, 2005. [12] M. Blagojevic, A. Smiljanic: Design of Multicast Controller for High-capacity Internet Router, Electronic Letters, Vol. 44, No. 3, Jan. 2008, pp. 255 – 256. [13] M. Petrović, A. Smiljanić: Design of the Scheduler for the High-capacity Non-blocking Packet Switch, IEEE Workshop on High Performance Switching and Routing, Poznan, Poland, June 2006. [14] C. Partridge and P. P. Carvey, “A 50 Gb/s IP Router,” IEEE/ACM Transactions on Networking, vol. 6, pp. 237–248, June 1998. [15] J. R. Hess and D. C. Lee, “Implementation and Evaluation of a Prototype Reconfigurable Router,” in IEEE Symposium on FPGAs for Custom Configurable Computing Machines, pp. 260–264, April 1999. [16] The Programmable Logic Databook. Xilinx Databook Xilinx Inc., 1999. [17] V. Kumar, et al., “Beyond Best Effort: Router Architectures for the Differentiated,” IEEE Communications Magazine, vol.36, (no.5), IEEE, May 1998. p.152-64. [18] “Packet Reordering in Network Processors” S. Govind1, R. Govindarajan1;2 and Joy . Indian Institute of Science, Bangalore 560012, India. [19] “The Challenge for Next Generation Network Processors”, Whitepaper, Agere systems, Aril2001. [20] “On the Deployment of VoIP in Ethernet Networks: Methodology and Case Study”Khaled Salah** [21] “10 Gbit/s Line Rate Packet Processing Using Commodity Hardware: Survey and new Proposals” Luigi Rizzo, Luca Deri, Alfredo Cardigliano ANCS’10, October 25–26, 2010, La Jolla, CA, USA [22] “A Survey on Network Processors “ Md. Ehtesamul Haque and Md. Humayun Kabir Department of Computer Science and Engineering Bangladesh University of Engineering and Technology, Dhaka 1000, Bangladesh April 3, 2007 [23] “Understanding network processors” by Niraja sha4th September 2001. Authors Raja Jitendra Nayaka, Working as Senior Engineer at R&D, ITI Ltd, Govt Of India, He has over 18Yrs experience in design and development of telecom products, He has vast experience in Switching, Transmission, Internet, SDH, and optical communication, His field of interest is telecom and FPGA based designs. Dr. R. C. Biradar is working as Professor in ECE Department Reva Institute of Technology and Management, Bangalore, India. He obtained his Ph. D from VTU Belgaum, India. He has many publications in reputed national/international journals and conferences. Some of the journals where his research articles published are Elsevier, IET and Springer publications having very good impact factors. His research interests include multicast routing in mobile ad hoc networks, wireless Internet, group communication in MANETs, software agent technology, network security, multimedia communication, VLSI design and FPGA, etc. He is a reviewer of various reputed journals and conferences and chaired many conferences. He is a member IETE (MIETE) India, member IE (MIE) India, member ISTE (MISTE) India and member of IEEE (USA) and member of IACSIT. He has been listed in Marqui’s Who’s Who in the World (2012 Edition), USA and Top 100 Engineers by IBC, UK.