Optimizing the GigE transfer What follows comes from company Pleora.

Size: px
Start display at page:

Download "Optimizing the GigE transfer What follows comes from company Pleora."

Transcription

1 Optimizing the GigE transfer What follows comes from company Pleora. Selecting a NIC and Laptop Based on our testing, we recommend Intel NICs. In particular, we recommend the PRO 1000 line of Intel PCI Express (PCIe) NICs, which are affordable, receive data well, and are easy to find. In cases where it is difficult to find an Intel NIC that suits your needs (for example, for some laptops) or where you already have a non-intel NIC, we also support all other brands of NICs, with some limitations. PCIe NICs versus PCI NICs Pleora recommends PCIe NICs, which are found in most modern computers (instead of PCI NICs). These NICs provide 1 Gbps of bandwidth. If you have a PCI NIC in your computer, the theoretical bandwidth of the bus is Gbps (133 MBps). However, it is important to note that the full bandwidth may not be available, due to the following constraints: The PCI bus is shared with other devices in the computer, meaning that all of the cards in your computer share the same bandwidth. There is overhead associated with PCI bus communication. Note: MISSING_PACKET errors can be an indication that there is insufficient bandwidth. Choosing a Laptop Pleora has seen good performance on laptops that have the Intel Pro chipset. When selecting a laptop, this is the recommended chipset. If selecting an add-on laptop Gigabit card, we recommend ExpressCard, which streams well at maximum bandwidth. List of NICs with Potential Issues Table 1: Marvell Yukon 88E8058 PCI-E Gigabit Ethernet Controller (On MacBook Pro) Component Vendor ID: Device ID: OS: Problem: Solution: Details 11AB 436A Microsoft Windows 7, 64 bit. Drops packets when streaming close to 400 Mbps. Use another NIC or another bandwidth range. Table 2: SysKonnect SK-9521 V2.0 10/100/1000 Base-T Adapter (Marvell Yukon) Component Details Vendor ID: 1148 Page 1

2 Table 2: SysKonnect SK-9521 V2.0 10/100/1000 Base-T Adapter (Marvell Yukon) Component Details Device ID: 4320 OS: Problem: Solution: Microsoft Windows 7, 23 and 64 bit. Number of receive (RX) descriptors is too low when used with the default driver settings. Increase the number of RX descriptors on the driver configuration page. Table 3: Intel Gigabit CT Desktop Adapter (Intel Pro 1000 CT 82574L) Component Details Vendor ID: 8086 Device ID: OS: Problem: Solution: 10D3 Microsoft Windows XP, 32 bit. Other Windows versions work properly. Does not stream properly. Do not use this adapter with the 32-bit version of Windows XP. Use another adapter or a different version of Windows. Table 4: Intel Gigabit PL Desktop Adapter (Intel Pro 1000 PL 82573L) Component Details Vendor ID: 8086 Device ID: OS: Problem: Solution: 10D3 Red Hat Enterprise Linux 5.4, 32 and 64 bit. Jumbo frames may not work properly on some laptops. By design. See section 17 "ASPM/Jumbo Frames Disabled Due to Early Receive Threshold Overrun Buffer" in Intel Family Gigabit Ethernet Controllers Specification Update, available at: Selecting the Appropriate Version of the Manufacturer s Driver The latest version of a driver is most often the best version, since it has the latest bug fixes from the manufacturer. The driver that is distributed with the operating system is often not the most recent Page 2

3 and a later version can be obtained from the manufacturer. We generally suggest using the latest version of the driver provided by the manufacturer. Configuring Jumbo Packets, Receive Buffers, and the Interrupt Moderation Rate You can configure the NIC to ensure the best possible performance. The following table lists the NIC settings that you should adjust to maximize performance. Table 5: Configuring Jumbo Packets, Receive Buffers, and Interrupt Moderation Rate Setting Details Recommendations Jumbo packets (jumbo frames) Allows for a larger Ethernet frame size, which corresponds to a larger data payload per Ethernet frame, and allows each block to be transferred using fewer packets. As a result, this setting decreases the amount of interrupts that the PC has to service and results in lower overall CPU usage. When a system exceeds 9 KB Ethernet frame size, the gain in CPU savings becomes negligible. If the image size will be smaller than the size of the jumbo frame, the use of jumbo frames should be avoided. If devices across the network support jumbo frames, then jumbo frames should be enabled and configured to support the desired frame size. Before you enable jumbo frames, ensure that all of your NICs, switches, and devices/cameras support jumbo frames (most new devices do). Receive buffers (receive descriptors) Sets the number of receive buffers used by the adapter when copying data to memory. If the system runs out of receive descriptors, the NIC will drop packets (older packets will be overwritten). We recommend that you increase the receive descriptors to the maximum possible value. While an increased number of receive buffers allows you to store more packets and improves stability (that is, fewer older packets are overwritten), more memory is required. Interrupt moderation rate (interrupt throttling) When a packet arrives, the adapter generates an interrupt that allows the driver to handle the packet. At greater link speeds, more interrupts are created and CPU usage increases, resulting in poor system performance. When you enable interrupt moderation, the interrupt rate is lower, resulting in better system performance. Note: The number of receive descriptors does not affect your system s CPU usage. To improve system performance, you can configure the interrupt moderation rate. This setting defines the number of interrupts per second. Note that decreasing this value decreases the CPU usage. For applications where low latency is critical, this setting should be approximately 8000 interrupts per second. If some latency as a trade-off for lower CPU usage is acceptable, then set the number of interrupts per second at approximately If you do not know what to set, you have two options: Page 3

4 Table 5: Configuring Jumbo Packets, Receive Buffers, and Interrupt Moderation Rate Setting Details Recommendations Use the default value set by the manufacturer s drivers. Some NICs support adaptive throttling mode. This mode allows for good overall performance based on the NIC load. Experimentation with your system will provide you with the appropriate value for this parameter. To configure jumbo packets, receive buffers, and interrupt moderation rate On the Windows Start menu, click Control Panel. Navigate to the Device Manager section of the Control Panel. In Windows 7, you can locate this section by clicking Hardware and Sound. Alternately, you can open the Device Manager section of the Control Panel by typing the following command at the Windows command line prompt: > rundll32.exe devmgr.dll DeviceManager_Execute Expand the Network adapters list, right click the NIC that you want to configure, and then click Properties. Click the Advanced tab in the Adapter Properties dialog box. In most cases, you do not need to change the network adaptor s default settings. However, you can adjust the following settings depending on your data rate and frame rate. For a description of each setting and recommended settings, see Table 5: Configuring Jumbo Packets, Receive Buffers, and Interrupt Moderation Rate. Page 4

5 Jumbo Packets (also known as Jumbo Frames) Receive Buffers (also known as Receiver Descriptors) Interrupt Moderation Rate (also known as Interrupt Throttling). The default setting (Adaptive) adjusts the interrupt rates dynamically, depending on traffic type and network usage. Choosing a different setting can improve network and system performance. At higher data rates, a High interrupt moderation setting may improve system performance. At lower data rates, a Low interrupt moderation setting is preferred, since delayed interrupts cause additional latency. Note: Because the procedures for configuring these options vary from one manufacturer to another (including the way the value is interpreted), we recommend that you refer to the documentation accompanying the NIC for instructions. Click OK. Minimizing the Impact of Windows Firewall and Other Filter Drivers Firewalls, anti-virus software, third-party filter drivers, Wireshark, and Windows networking traffic monitoring software can affect the performance of your system because they monitor the incoming packets at different network stack layers. For powerful systems or a low bandwidth stream, the impact of these filters may be negligible. For other systems, the impact can be significant and needs to be handled appropriately. To minimize the impact of Windows Firewall and other filter drivers, ensure you: Turn off the Windows firewall. Disable the anti-virus scan. Disable third-party filter drivers (on the NIC s properties page). Do not open the Networking tab in Windows Task Manager. Page 5

6 Do not run the Windows Performance Monitor (perfmon.exe). Do not run Wireshark. Only use Wireshark when it is needed for debugging purposes. Configuring Multiple NICs in a Single Computer When there are multiple NICs installed in the same computer, we recommend that you configure each NIC with an IP address on a unique subnet. The following scenario shows a computer with three NICs: NIC #1 IP address: Subnet mask: For example, an office network. NIC #2: IP address: Subnet mask: For example, connected to one GigE Vision device. NIC #3: IP address: Subnet mask: For example, connected to another GigE Vision device. With the configuration above, NIC #1 is on an office network with a DHCP server, which provides an IP address on the x subnet. NIC #2 and NIC #3 use a static IP address. To configure a static IP address for a NIC 1. In the Windows Control Panel, click Network and Internet. 2. Click Network and Sharing Center. 3. In the left-hand panel, click Change adapter settings. Page 6

7 4. Right-click the NIC and then click Properties. 5. Click Internet Protocol Version 4 (TCP/IPv4) and then click Properties. 6. Select Use the following IP address and give the NIC an IP address. We recommend you leave the Default gateway box empty. Page 7

8 7. Close the open dialog boxes to apply the changes. Note: If NIC #2 and #3 both use Obtain an IP address automatically (the default Windows setting) and there is no DHCP server on either network, both NICs automatically get an LLA IP address of x.y and a subnet mask of In this situation, the IP addresses are on the same subnet, which is an incorrect configuration. Note: If there is an unused NIC in your computer and it is not connected to a network, then you do not need to configure its IP address. Configuring Power Management For image streaming applications that run for an extended period of time, we recommend that you change the Windows power plan settings to ensure the computer and NIC never go to sleep. If you do not change the power plan settings, the computer or NIC may go to sleep when there is no activity from the keyboard or mouse for certain amount of time and the image stream may be interrupted. To configure the power plan settings 1. In the Windows Control Panel, click Hardware and Sound and then click Power Options. Page 8

9 2. Beside the selected power plan, click Change plan settings. 3. In the Put the computer to sleep list, click Never. 4. You do not need to change the Turn off the display option. You can leave it at its current setting. Page 9

10 To configure the power settings for the NIC 1. In the Windows Control Panel, click Network and Internet. 2. Click Network and Sharing Center. 3. In the left-hand panel, click Change adapter settings. Page 10

11 4. Right-click the NIC and then click Properties. 5. Click Configure. 6. Configure the power management settings for the NIC to ensure the computer does not turn off the device to save power. 7. Click OK. 8. Repeat steps 4-7 for each NIC on your computer. Page 11

12 LINUX OPERATING SYSTEM ONLY To enable jumbo packets You can change the frame size using the following commands: ifconfig eth[index] mtu [SIZE] ifconfig eth[index] up where, [INDEX] = 0,1,2,,n (depending on the number of NICs present) [SIZE] = desired frame size For example, ifconfig eth0 down ifconfig eth0 mtu 8164 ifconfig eth0 up - Or - The configuration can be done at boot time by modifying the etc/sysconfig/network-scripts/ifcfgeth[index] file with the line: MTU = [SIZE] To configure receive descriptors Note: The Intel PCI driver is named e1000 and the PCIe version is named e1000e. For the PCI version of the driver, for example (e1000): You can customize the Intel driver using the RxDescriptors parameter on the modprobe command line. This can be done by loading the driver with: modprobe e1000 RxDescriptors = 512 If you have more than one NIC that you are configuring, the parameter for each adapter must be comma-delimited: modprobe e1000 RxDescriptors = 512, 512, 512 Alternately, the configuration can be performed at boot time by modifying the /etc/modprobe.conf file with the line: options e1000 RxDescriptors = 512 For the PCI Express version of the driver, for example ( e1000e ): The tool ethtool provided by many Linux distributions can be used to configure the number of receive descriptors (buffers), as per the following command: ethtool -G ethx rx 512 where, ethx represents your NIC (for example, eth0) To configure interrupt coalescing You can customize the Intel driver using the InterruptThrottleRate parameter on the modprobe command line. This can be done by loading the driver with: modprobe e1000 InterruptThrottleRate = 8000 Page 12

13 If you have more than one NIC that you are configuring, the parameter for each adapter must be comma-delimited: modprobe e1000 InterruptThrottleRate = 8000, 8000, 4000 The configuration can be performed at boot up by modifying the /etc/modprobe.conf file with the line: options e1000 InterruptThrottleRate = 8000 Configuring Socket Buffer Size When you configure the socket buffer size, you are increasing the number of UDP datagrams that the operating system can buffer before delivering them to the network stack. You must configure the socket buffer size to ensure that it is large enough to allow the application to survive normal CPU scheduling latency without dropping packets. For high bandwidth applications (for example, streams of 800 Mbps or higher), the default value is too small and should be increased. If the value is too small, the side effect is lost packets, which could have negative side effects on your system. This should be avoided at all times. If the value is too large, the application may use excessive amounts of memory. It may also increase the latency in the system after the connection is lost. Pick this number with caution. In-house testing shows good results when this value is set to 10,485,760. This is a good starting value if you need to configure the socket buffer size. Note: Manual configuration of the socket buffer size is not available in the Windows operating system. It is only used on the Linux operating system. To configure the socket buffer size You can change the socket buffer size with the following command: sysctl -w net.core.rmem_max= sysctl -w net.core.wmem_max= The configuration can be performed at boot up by modifying the /etc/sysctl.conf file with the lines: net.core.rmem_max= net.core.wmem_max= Page 13

Optimizing Performance: Intel Network Adapters User Guide

Optimizing Performance: Intel Network Adapters User Guide Optimizing Performance: Intel Network Adapters User Guide Network Optimization Types When optimizing network adapter parameters (NIC), the user typically considers one of the following three conditions

More information

INTERNAL USE ONLY (Set it to white if you do not need it)

INTERNAL USE ONLY (Set it to white if you do not need it) APPLICATION NOTE Interfacing Basler GigE and USB3 Vision Cameras with Stemmer Imaging Common Vision Blox (CVB) Applicable to Vision Interface Standard cameras and Windows operating systems only Document

More information

INTERNAL USE ONLY (Set it to white if you do not need it)

INTERNAL USE ONLY (Set it to white if you do not need it) APPLICATION NOTE Interfacing Basler GigE and USB3 Vision Cameras with Matrox Imaging Library (MIL) Applicable to Vision Interface Standard cameras and Windows operating systems only Document Number: AW000648

More information

Video capture using GigE Vision with MIL. What is GigE Vision

Video capture using GigE Vision with MIL. What is GigE Vision What is GigE Vision GigE Vision is fundamentally a standard for transmitting video from a camera (see Figure 1) or similar device over Ethernet and is primarily intended for industrial imaging applications.

More information

IBM POWER8 100 GigE Adapter Best Practices

IBM POWER8 100 GigE Adapter Best Practices Introduction IBM POWER8 100 GigE Adapter Best Practices With higher network speeds in new network adapters, achieving peak performance requires careful tuning of the adapters and workloads using them.

More information

Technical Note How to Deal with Frame Loss in GigE Vision Cameras

Technical Note How to Deal with Frame Loss in GigE Vision Cameras When using the GigE Vision Interface, a general purpose LAN card (NIC) is often used on the PC side. However, since the NIC card does not have built-in image processing functions, the CPU on host PC performs

More information

PCIe 10G 5-Speed. Multi-Gigabit Network Card

PCIe 10G 5-Speed. Multi-Gigabit Network Card PCIe 10G 5-Speed Multi-Gigabit Network Card User Manual Ver. 2.00 All brand names and trademarks are properties of their respective owners. Contents: Chapter 1: Introduction... 3 1.1 Product Introduction...

More information

Intel PRO/1000 PT and PF Quad Port Bypass Server Adapters for In-line Server Appliances

Intel PRO/1000 PT and PF Quad Port Bypass Server Adapters for In-line Server Appliances Technology Brief Intel PRO/1000 PT and PF Quad Port Bypass Server Adapters for In-line Server Appliances Intel PRO/1000 PT and PF Quad Port Bypass Server Adapters for In-line Server Appliances The world

More information

Advanced Computer Networks. End Host Optimization

Advanced Computer Networks. End Host Optimization Oriana Riva, Department of Computer Science ETH Zürich 263 3501 00 End Host Optimization Patrick Stuedi Spring Semester 2017 1 Today End-host optimizations: NUMA-aware networking Kernel-bypass Remote Direct

More information

Neousys Technology Inc. PCIe-PoE2+/PCIe-PoE4+ User s Manual. Rev. A1

Neousys Technology Inc. PCIe-PoE2+/PCIe-PoE4+ User s Manual. Rev. A1 Neousys Technology Inc. PCIe-PoE2+/PCIe-PoE4+ 2-Port/4-Port x4 PCI-E Gigabit Power over Ethernet Frame Grabber Card User s Manual Rev. A1 Published Apr 10 th, 2012 Page 1 of Contents Declaimer...3 Declaration

More information

QuickSpecs. HP Z 10GbE Dual Port Module. Models

QuickSpecs. HP Z 10GbE Dual Port Module. Models Overview Models Part Number: 1Ql49AA Introduction The is a 10GBASE-T adapter utilizing the Intel X722 MAC and X557-AT2 PHY pairing to deliver full line-rate performance, utilizing CAT 6A UTP cabling (or

More information

FPGAs and Networking

FPGAs and Networking FPGAs and Networking Marc Kelly & Richard Hughes-Jones University of Manchester 12th July 27 1 Overview of Work Looking into the usage of FPGA's to directly connect to Ethernet for DAQ readout purposes.

More information

Performance Optimisations for HPC workloads. August 2008 Imed Chihi

Performance Optimisations for HPC workloads. August 2008 Imed Chihi Performance Optimisations for HPC workloads August 2008 Imed Chihi Agenda The computing model The assignment problem CPU sets Priorities Disk IO optimisations gettimeofday() Disabling services Memory management

More information

1-Port 10G SFP+ Fiber Optic Network Card - PCIe - Intel Chip - MM

1-Port 10G SFP+ Fiber Optic Network Card - PCIe - Intel Chip - MM 1-Port 10G SFP+ Fiber Optic Network Card - PCIe - Intel Chip - MM Product ID: PEX10000SRI This fiber optic network card delivers reliable, high-performance network connectivity, providing an easy and cost-effective

More information

Digiview 4 Gig-E Installation. COPYRIGHT EDAX INC 2013 ALL RIGHTS RESERVED EDAX INC 91 McKEE DRIVE MAHWAH, NJ USA

Digiview 4 Gig-E Installation. COPYRIGHT EDAX INC 2013 ALL RIGHTS RESERVED EDAX INC 91 McKEE DRIVE MAHWAH, NJ USA Digiview 4 Gig-E Installation COPYRIGHT EDAX INC 2013 ALL RIGHTS RESERVED EDAX INC 91 McKEE DRIVE MAHWAH, NJ 07430 USA 9499.089.10360/G4 Revision 4.0 August 1, 2013 Digiview 4 Gig-E Installation System

More information

USB Type-C Dual Port Gigabit. Ethernet Cable

USB Type-C Dual Port Gigabit. Ethernet Cable USB Type-C Dual Port Gigabit Ethernet Cable User Manual Ver. 1.00 All brand names and trademarks are properties of their respective owners. Contents: Chapter 1: Introduction... 3 1.1 Product Introduction...

More information

4-Port Gigabit Ethernet Network Card - PCI Express, Intel I350 NIC

4-Port Gigabit Ethernet Network Card - PCI Express, Intel I350 NIC 4-Port Gigabit Ethernet Network Card - PCI Express, Intel I350 NIC Product ID: ST4000SPEXI Here s a dependable and cost-effective way to add four high-performance Gigabit Ethernet ports to your server

More information

PCIe Dual Port Gigabit Server. Adapter

PCIe Dual Port Gigabit Server. Adapter PCIe Dual Port Gigabit Server Adapter User Manual Ver. 2.01 All brand names and trademarks are properties of their respective owners. Contents: Chapter 1: Introduction... 3 1.1 Product Introduction...

More information

USB Type-C Gigabit Ethernet. Adapter

USB Type-C Gigabit Ethernet. Adapter USB Type-C Gigabit Ethernet Adapter User Manual Ver. 1.00 All brand names and trademarks are properties of their respective owners. Contents: Chapter 1: Introduction... 3 1.1 Product Introduction... 3

More information

10GE network tests with UDP. Janusz Szuba European XFEL

10GE network tests with UDP. Janusz Szuba European XFEL 10GE network tests with UDP Janusz Szuba European XFEL Outline 2 Overview of initial DAQ architecture Slice test hardware specification Initial networking test results DAQ software UDP tests Summary 10GE

More information

CT LANforge ICE 48-port WAN Emulator

CT LANforge ICE 48-port WAN Emulator Network Testing and Emulation Solutions http://www.candelatech.com sales@candelatech.com +1 360 380 1618 [PST, GMT -8] CT970-48 LANforge ICE 48-port WAN Emulator The CT970-48 is an excellent choice for

More information

Dominion KX II-101-V2

Dominion KX II-101-V2 Dominion KX II-101-V2 Quick Setup Guide Thank you for your purchase of the KX II-101-V2, the industry's most full-featured, enterprise-class, secure, digital KVM (Keyboard, Video, Mouse) switch. This Quick

More information

PCIe 10G SFP+ Network Card

PCIe 10G SFP+ Network Card PCIe 10G SFP+ Network Card User Manual Ver. 1.00 All brand names and trademarks are properties of their respective owners. Contents: Chapter 1: Introduction... 3 1.1 Product Introduction... 3 1.2 Features...

More information

QuickSpecs. Integrated NC7782 Gigabit Dual Port PCI-X LOM. Overview

QuickSpecs. Integrated NC7782 Gigabit Dual Port PCI-X LOM. Overview Overview The integrated NC7782 dual port LOM incorporates a variety of features on a single chip for faster throughput than previous 10/100 solutions using Category 5 (or better) twisted-pair cabling,

More information

Exploiting the full power of modern industry standard Linux-Systems with TSM Stephan Peinkofer

Exploiting the full power of modern industry standard Linux-Systems with TSM Stephan Peinkofer TSM Performance Tuning Exploiting the full power of modern industry standard Linux-Systems with TSM Stephan Peinkofer peinkofer@lrz.de Agenda Network Performance Disk-Cache Performance Tape Performance

More information

JAI SDK Software Development Kit and Control Tool

JAI SDK Software Development Kit and Control Tool JAI SDK Software Development Kit and Control Tool Document Version: A Document P/N: 10671 JAI SDK - Getting Started Guide Table of Contents Table of Contents... iii 1 General... 5 2 Downloading the software...

More information

1-1. Switching Networks (Fall 2010) EE 586 Communication and. October 25, Lecture 24

1-1. Switching Networks (Fall 2010) EE 586 Communication and. October 25, Lecture 24 EE 586 Communication and Switching Networks (Fall 2010) Lecture 24 October 25, 2010 1-1 Announcements Midterm 1: Mean = 92.2 Stdev = 8 Still grading your programs (sorry about the delay) Network Layer

More information

Dominion KX II-101. Quick Setup Guide. Step 1: Configure the Target Server

Dominion KX II-101. Quick Setup Guide. Step 1: Configure the Target Server Dominion KX II-101 Quick Setup Guide Thank you for your purchase of the KX II-101, the industry's most full-featured, enterprise-class, secure, digital KVM (Keyboard, Video, Mouse) switch. This Quick Setup

More information

Netchannel 2: Optimizing Network Performance

Netchannel 2: Optimizing Network Performance Netchannel 2: Optimizing Network Performance J. Renato Santos +, G. (John) Janakiraman + Yoshio Turner +, Ian Pratt * + HP Labs - * XenSource/Citrix Xen Summit Nov 14-16, 2007 2003 Hewlett-Packard Development

More information

USER MANUAL. VIA IT Deployment Guide for Firmware 2.3 MODEL: P/N: Rev 7.

USER MANUAL. VIA IT Deployment Guide for Firmware 2.3 MODEL: P/N: Rev 7. USER MANUAL MODEL: VIA IT Deployment Guide for Firmware 2.3 P/N: 2900-300631 Rev 7 www.kramerav.com Contents 1 Introduction 1 1.1 User Experience 2 1.2 Pre-Deployment Planning 2 2 Connectivity 3 2.1 Network

More information

Achieving 98Gbps of Crosscountry TCP traffic using 2.5 hosts, 10 x 10G NICs, and 10 TCP streams

Achieving 98Gbps of Crosscountry TCP traffic using 2.5 hosts, 10 x 10G NICs, and 10 TCP streams Achieving 98Gbps of Crosscountry TCP traffic using 2.5 hosts, 10 x 10G NICs, and 10 TCP streams Eric Pouyoul, Brian Tierney ESnet January 25, 2012 ANI 100G Testbed ANI Middleware Testbed NERSC To ESnet

More information

LREC9030PF PCIe x1 100FX Desktop Fiber Ethernet Adapter (Intel Based)

LREC9030PF PCIe x1 100FX Desktop Fiber Ethernet Adapter (Intel Based) LREC9030PF PCIe x1 100FX Desktop Fiber Ethernet Adapter (Intel 82574 Based) Descriptions: LREC9030PF-SFP is a typical model of 100FX Ethernet adapter, based on Intel 82574 Ethernet Controller, researched

More information

1 Port PCI Express 10 Gigabit Ethernet Network Card - PCIe x4 10Gb NIC

1 Port PCI Express 10 Gigabit Ethernet Network Card - PCIe x4 10Gb NIC 1 Port PCI Express 10 Gigabit Ethernet Network Card - PCIe x4 10Gb NIC Product ID: ST10000SPEX The ST10000SPEX PCI Express 10 Gbps Network Card lets you add a 10-Gigabit Ethernet port to your server or

More information

Network device drivers in Linux

Network device drivers in Linux Network device drivers in Linux Aapo Kalliola Aalto University School of Science Otakaari 1 Espoo, Finland aapo.kalliola@aalto.fi ABSTRACT In this paper we analyze the interfaces, functionality and implementation

More information

Improving Cluster Performance

Improving Cluster Performance Improving Cluster Performance Service Offloading Larger clusters may need to have special purpose node(s) to run services to prevent slowdown due to contention (e.g. NFS, DNS, login, compilation) In cluster

More information

Lab - Connect to a Router for the First Time

Lab - Connect to a Router for the First Time Introduction In this lab, you will configure basic settings on a wireless router. Recommended Equipment A computer with Windows installed An Ethernet NIC installed Wireless router Ethernet patch cable

More information

1-Port 10G Ethernet Network Card - PCI Express - Intel X550-AT Chip

1-Port 10G Ethernet Network Card - PCI Express - Intel X550-AT Chip 1-Port 10G Ethernet Network Card - PCI Express - Intel X550-AT Chip Product ID: ST10000SPEXI Here s a powerful and cost-effective solution for upgrading your server or workstation to 10 Gigabit Ethernet

More information

Implementation and Analysis of Large Receive Offload in a Virtualized System

Implementation and Analysis of Large Receive Offload in a Virtualized System Implementation and Analysis of Large Receive Offload in a Virtualized System Takayuki Hatori and Hitoshi Oi The University of Aizu, Aizu Wakamatsu, JAPAN {s1110173,hitoshi}@u-aizu.ac.jp Abstract System

More information

QuickSpecs. Models HP NC364T PCI Express Quad Port Gigabit Server Adapter B21. HP NC364T PCI Express Quad Port Gigabit Server Adapter.

QuickSpecs. Models HP NC364T PCI Express Quad Port Gigabit Server Adapter B21. HP NC364T PCI Express Quad Port Gigabit Server Adapter. DA - 12701 Worldwide Version 1 3.26.2007 Page 1 Overview The HP NC364T PCI Express Quad-Port Gigabit Server features four 10/100/1000T Gigabit Ethernet ports on a single card, saving valuable server I/O

More information

RC-NIC Port Gigabit PCIe Card

RC-NIC Port Gigabit PCIe Card RC-NIC413 4-Port Gigabit PCIe Card Contents: Chapter 1: Introduction... 3 1.1 Product Introduction... 3 1.2 Features... 4 1.3 System Requirements... 4 1.4 Package Contents... 5 Chapter 2: Getting Started...

More information

1-Port Gigabit Ethernet Network Card - PCI Express, Intel I210 NIC

1-Port Gigabit Ethernet Network Card - PCI Express, Intel I210 NIC 1-Port Gigabit Ethernet Network Card - PCI Express, Intel I210 NIC Product ID: ST1000SPEXI Boost the performance and capabilities of your server or desktop computer by adding a Gigabit Ethernet port through

More information

Linux Network Tuning Guide for AMD EPYC Processor Based Servers

Linux Network Tuning Guide for AMD EPYC Processor Based Servers Linux Network Tuning Guide for AMD EPYC Processor Application Note Publication # 56224 Revision: 1.00 Issue Date: November 2017 Advanced Micro Devices 2017 Advanced Micro Devices, Inc. All rights reserved.

More information

Full file at

Full file at Guide to Networking Essentials, Sixth Edition 2-1 Chapter 2 Network Hardware Essentials At a Glance Instructor s Manual Table of Contents Overview Objectives Tips Quick Quizzes Class Discussion Topics

More information

Clearswift SECURE Gateways

Clearswift SECURE Gateways Clearswift SECURE Gateways Virtual Deployment Guidelines Issue 1.1 December 2015 Copyright Version 1.1, December, 2015 Published by Clearswift Ltd. 1995 2015 Clearswift Ltd. All rights reserved. The materials

More information

USB 3.0 Dual Port Gigabit. Ethernet Cable

USB 3.0 Dual Port Gigabit. Ethernet Cable USB 3.0 Dual Port Gigabit Ethernet Cable User Manual Ver. 1.00 All brand names and trademarks are properties of their respective owners. Contents: Chapter 1: Introduction... 3 1.1 Product Introduction...

More information

NIC-PCIE-4RJ45-PLU PCI Express x4 Quad Port Copper Gigabit Server Adapter (Intel I350 Based)

NIC-PCIE-4RJ45-PLU PCI Express x4 Quad Port Copper Gigabit Server Adapter (Intel I350 Based) NIC-PCIE-4RJ45-PLU PCI Express x4 Quad Port Copper Gigabit Server Adapter (Intel I350 Based) Quad-port Gigabit Ethernet server adapters designed with performance enhancing features and new power management

More information

NFS on the Fast track - fine tuning and futures

NFS on the Fast track - fine tuning and futures NFS on the Fast track - fine tuning and futures Bikash Roy Choudhury Solutions Architect, NetApp Agenda Overview of NFS layers Linux Client Why is the NFS performance Slow? Understanding application behavior

More information

TOE10G-IP Demo on VC707 Instruction Rev Jun-14

TOE10G-IP Demo on VC707 Instruction Rev Jun-14 TOE10G-IP Demo on VC707 Instruction Rev1.0 13-Jun-14 This document describes the instruction to run TOE10G-IP for transferring 10-Gb data between VC707 development board and PC through 10Gigabit Ethernet.

More information

CNPE Communications and Networks Lab Book: Data Transmission Over Digital Networks

CNPE Communications and Networks Lab Book: Data Transmission Over Digital Networks Lab Book: Data Transmission Over Digital Networks Contents Data Transmission Over Digital Networks... 3 Lab Objectives... 3 Lab Resources... 3 Task 1 Build the Home Network... 3 Task 2 Configure IP Addresses...

More information

High bandwidth, Long distance. Where is my throughput? Robin Tasker CCLRC, Daresbury Laboratory, UK

High bandwidth, Long distance. Where is my throughput? Robin Tasker CCLRC, Daresbury Laboratory, UK High bandwidth, Long distance. Where is my throughput? Robin Tasker CCLRC, Daresbury Laboratory, UK [r.tasker@dl.ac.uk] DataTAG is a project sponsored by the European Commission - EU Grant IST-2001-32459

More information

6.9. Communicating to the Outside World: Cluster Networking

6.9. Communicating to the Outside World: Cluster Networking 6.9 Communicating to the Outside World: Cluster Networking This online section describes the networking hardware and software used to connect the nodes of cluster together. As there are whole books and

More information

A specific IP with specific Ports and Protocols uses a dedicated WAN (Load Balance Policy).

A specific IP with specific Ports and Protocols uses a dedicated WAN (Load Balance Policy). 21. Multiple WAN Vigor 3300Bplus has three WAN interfaces, while Vigor 3300 and Vigor 3300V both have four WAN interfaces. With the Load Balance feature, you can use multiple WAN links simultaneously.

More information

USB-C to Gigabit Ethernet Adapter - USB 3.0

USB-C to Gigabit Ethernet Adapter - USB 3.0 USB-C to Gigabit Ethernet Adapter - USB 3.0 Product ID: US1GC30DB This USB-C to Gigabit Ethernet adapter lets you connect easily to a wired Ethernet network, with full Gigabit bandwidth support, through

More information

打造 Linux 下的高性能网络 北京酷锐达信息技术有限公司技术总监史应生.

打造 Linux 下的高性能网络 北京酷锐达信息技术有限公司技术总监史应生. 打造 Linux 下的高性能网络 北京酷锐达信息技术有限公司技术总监史应生 shiys@solutionware.com.cn BY DEFAULT, LINUX NETWORKING NOT TUNED FOR MAX PERFORMANCE, MORE FOR RELIABILITY Trade-off :Low Latency, throughput, determinism Performance

More information

[PST, GMT -8] Network Testing and Emulation Solutions 8GB RAM

[PST, GMT -8] Network Testing and Emulation Solutions 8GB RAM Network Testing and Emulation Solutions http://www.candelatech.com sales@candelatech.com +1 360 380 1618 [PST, GMT -8] CT934 LANforge-ICE 1 Gbps Desktop WAN Emulator 8GB RAM The CT934 is an excellent choice

More information

RNG-406Uv2. USB 3.0 to Gigabit Ethernet Cable

RNG-406Uv2. USB 3.0 to Gigabit Ethernet Cable RNG-406Uv2 USB 3.0 to Gigabit Ethernet Cable Contents: Chapter 1: Introduction... 3 1.1 Product Introduction... 3 1.2 Features... 3 1.3 System Requirements... 4 1.4 Package Contents... 4 Chapter 2: Getting

More information

The reasons for this problem might be: some special settings in the router itself or the switch might not be working properly.

The reasons for this problem might be: some special settings in the router itself or the switch might not be working properly. TROUBLESHOOTING If the Ethernet light is not on when the PC is connected to the switch by cable, please refer to this FAQ: What can I do if the Ethernet LED indicators on the Unmanaged Switch are off?

More information

InfiniPath Drivers and Software for QLogic QHT7xxx and QLE7xxx HCAs. Table of Contents

InfiniPath Drivers and Software for QLogic QHT7xxx and QLE7xxx HCAs. Table of Contents InfiniPath 2.2.1 Drivers and Software for QLogic QHT7xxx and QLE7xxx HCAs This software license applies only to QLogic customers. QLogic Corporation. All rights reserved. Table of Contents 1. Version 2.

More information

Network Testing and Emulation Solutions [PST, GMT -8]

Network Testing and Emulation Solutions [PST, GMT -8] Network Testing and Emulation Solutions http://www.candelatech.com sales@candelatech.com +1 360 380 1618 [PST, GMT -8] CT963 LANforge-ICE 1Gbps WAN Emulator The CT963 is an excellent choice for a 1U rack-mount

More information

QuickSpecs. HPE Ethernet 1Gb Adapters HPE ProLiant DL, ML & Apollo. Overview

QuickSpecs. HPE Ethernet 1Gb Adapters HPE ProLiant DL, ML & Apollo. Overview Overview The HPE Ethernet 1Gb adapters deliver full line-rate performance across all ports with low power consumption, providing Ethernet connectivity ideal for virtualization, security, server consolidation,

More information

CT LANforge-ICE 16-port WAN Emulator

CT LANforge-ICE 16-port WAN Emulator Network Testing and Emulation Solutions http://www.candelatech.com sales@candelatech.com +1 360 380 1618 [PST, GMT -8] CT970-16 LANforge-ICE 16-port WAN Emulator The CT970-16 is an excellent choice for

More information

[PST, GMT -8] Network Testing and Emulation Solutions STA Interfaces

[PST, GMT -8] Network Testing and Emulation Solutions STA Interfaces Network Testing and Emulation Solutions http://www.candelatech.com sales@candelatech.com +1 360 380 1618 [PST, GMT -8] CT525-384-6ac LANforge WiFIRE six a/b/g/n/ac 6- radio WiFi Traffic Generator supporting

More information

Lighting the Blue Touchpaper for UK e-science - Closing Conference of ESLEA Project The George Hotel, Edinburgh, UK March, 2007

Lighting the Blue Touchpaper for UK e-science - Closing Conference of ESLEA Project The George Hotel, Edinburgh, UK March, 2007 Working with 1 Gigabit Ethernet 1, The School of Physics and Astronomy, The University of Manchester, Manchester, M13 9PL UK E-mail: R.Hughes-Jones@manchester.ac.uk Stephen Kershaw The School of Physics

More information

Sena Technologies White Paper: Latency/Throughput Test. Device Servers/Bluetooth-Serial Adapters

Sena Technologies White Paper: Latency/Throughput Test. Device Servers/Bluetooth-Serial Adapters Sena Technologies White Paper: Latency/Throughput Test of October 30, 2007 Copyright Sena Technologies, Inc 2007 All rights strictly reserved. No part of this document may not be reproduced or distributed

More information

Windows Server 2012 and Windows Server 2012 R2 NIC Optimization and Best Practices with Dell PS Series

Windows Server 2012 and Windows Server 2012 R2 NIC Optimization and Best Practices with Dell PS Series Windows Server 2012 and Windows Server 2012 R2 NIC Optimization and Best Practices with Dell PS Series Dell EMC Engineering January 2017 A Dell EMC Best Practices Guide Revisions Date July 2013 September

More information

CONNECT TROUBLESHOOTING GUIDE. dspec and Resyn. Troubleshoot connections between dspec and Resyn.

CONNECT TROUBLESHOOTING GUIDE. dspec and Resyn. Troubleshoot connections between dspec and Resyn. CONNECT TROUBLESHOOTING GUIDE dspec and Resyn Troubleshoot connections between dspec and Resyn. Page 2 Table of Contents dspec and Resyn Network Overview... 3 Direct... 3 Indirect... 3 Remote... 3 Network

More information

5-Speed NBASE-T Network. Controller Card

5-Speed NBASE-T Network. Controller Card 5-Speed NBASE-T Network Controller Card User Manual Ver. 1.00 All brand names and trademarks are properties of their respective owners. Contents: Chapter 1: Introduction... 3 1.1 Product Introduction...

More information

LANCOM Techpaper IEEE n Indoor Performance

LANCOM Techpaper IEEE n Indoor Performance Introduction The standard IEEE 802.11n features a number of new mechanisms which significantly increase available bandwidths. The former wireless LAN standards based on 802.11a/g enable physical gross

More information

ExpressCard. Gigabit Ethernet

ExpressCard. Gigabit Ethernet ExpressCard Gigabit Ethernet User Manual (DN-10141) All brand names and trademarks are properties of their Respective owners. 1 Features and Benefits Fully compliant with ExpressCard Specification 1.0

More information

Presentation_ID. 2002, Cisco Systems, Inc. All rights reserved.

Presentation_ID. 2002, Cisco Systems, Inc. All rights reserved. 1 Gigabit to the Desktop Session Number 2 Gigabit to the Desktop What we are seeing: Today s driver for Gigabit Ethernet to the Desktop is not a single application but the simultaneous use of multiple

More information

Wireless PC Network Settings

Wireless PC Network Settings APPENDIX C This appendix provides instructions for changing the TCP/IP and radio card settings in your wireless PC. Choose the instructions appropriate for your operating system. Here is what you will

More information

QuickSpecs. Models. HP NC510C PCIe 10 Gigabit Server Adapter. Overview

QuickSpecs. Models. HP NC510C PCIe 10 Gigabit Server Adapter. Overview Overview The NC510C is a x8 PCI Express (PCIe) 10 Gigabit Ethernet CX4 (10GBASE-CX4 copper) network solution offering the highest bandwidth available in a ProLiant Ethernet adapter. This high-performance,

More information

2-Port PCI Express 10GBase-T Ethernet Network Card - with Intel X540 Chip

2-Port PCI Express 10GBase-T Ethernet Network Card - with Intel X540 Chip 2-Port PCI Express 10GBase-T Ethernet Network Card - with Intel X540 Chip Product ID: ST20000SPEXI Now, you can add 10 GbE networking, while minimizing your deployment costs. This 10Gbase-T network card

More information

JAI SDK Software Development Kit and Control Tool

JAI SDK Software Development Kit and Control Tool JAI SDK Software Development Kit and Control Tool Document Version: E Document P/N: 10671 JAI SDK - Getting Started Guide Table of Contents Table of Contents... iii 1 General... 4 2 Downloading the software...

More information

Virtual Iron Software Release Notes

Virtual Iron Software Release Notes Virtual Iron Software Release Notes Virtual Iron Version 4.4 Copyright (c) 2008 Virtual Iron Software, Inc. 000082608R1 This information is the intellectual property of Virtual Iron Software, Inc. This

More information

Configuring IP Services

Configuring IP Services This module describes how to configure optional IP services. For a complete description of the IP services commands in this chapter, refer to the Cisco IOS IP Application Services Command Reference. To

More information

Neousys Technology Inc. PCIe-PoE354at/PCIe-PoE352at. User s Manual. Rev. A1

Neousys Technology Inc. PCIe-PoE354at/PCIe-PoE352at. User s Manual. Rev. A1 Neousys Technology Inc. PCIe-PoE354at/PCIe-PoE352at 4-Port / 2-Port Server-grade Gigabit 802.3at PoE+ Frame Grabber Card User s Manual Rev. A1 Published Jun 18th, 2015 Copyright 2015 Neousys Technology

More information

2-Port Gigabit Ethernet PCIe Card

2-Port Gigabit Ethernet PCIe Card 2-Port Gigabit Ethernet PCIe Card User Manual Ver. 1.00 All brand names and trademarks are properties of their respective owners. Contents: Chapter 1: Introduction... 3 1.1 Product Introduction... 3 1.2

More information

Protecting the Platforms. When it comes to the cost of keeping computers in good working order, Chapter10

Protecting the Platforms. When it comes to the cost of keeping computers in good working order, Chapter10 Chapter10 Protecting the Platforms Painting: The art of protecting flat surfaces from the weather and exposing them to the critic. Ambrose Bierce (1842 1914) When it comes to the cost of keeping computers

More information

Interrupt Swizzling Solution for Intel 5000 Chipset Series based Platforms

Interrupt Swizzling Solution for Intel 5000 Chipset Series based Platforms Interrupt Swizzling Solution for Intel 5000 Chipset Series based Platforms Application Note August 2006 Document Number: 314337-002 Notice: This document contains information on products in the design

More information

Yealink VCS Network Deployment Solution

Yealink VCS Network Deployment Solution Yealink VCS Network Deployment Solution Oct. 2015 V10.6 Yealink Network Deployment Solution Table of Contents Table of Contents... iii Network Requirements... 1 Bandwidth Requirements... 1 Calculating

More information

2-Port 10G Fiber Network Card with Open SFP+ - PCIe, Intel Chip

2-Port 10G Fiber Network Card with Open SFP+ - PCIe, Intel Chip 2-Port 10G Fiber Network Card with Open SFP+ - PCIe, Intel Chip Product ID: PEX20000SFPI Get fast, high-bandwidth connectivity with this cost-effective fiber network card. It adds two open SFP+ slots to

More information

CT ac2-1n-10g LANforge WiFIRE a/b/g/n/ac 4x4 MU-MIMO 3 radio WiFi Traffic

CT ac2-1n-10g LANforge WiFIRE a/b/g/n/ac 4x4 MU-MIMO 3 radio WiFi Traffic Network Testing and Emulation Solutions http://www.candelatech.com sales@candelatech.com +1 360 380 1618 [PST, GMT -8] CT524-328-2ac2-1n-10g LANforge WiFIRE 802.11a/b/g/n/ac 4x4 MU-MIMO 3 radio WiFi Traffic

More information

1-Port PCIe 10GBase-T / NBASE-T Ethernet Network Card

1-Port PCIe 10GBase-T / NBASE-T Ethernet Network Card 1-Port PCIe 10GBase-T / NBASE-T Ethernet Network Card Product ID: ST10GSPEXNB This 5-speed network adapter card offers versatile and cost-efficient network connectivity. It lets you add an Ethernet port

More information

Network Adapter. Increased demand for bandwidth and application processing in. Improve B2B Application Performance with Gigabit Server

Network Adapter. Increased demand for bandwidth and application processing in. Improve B2B Application Performance with Gigabit Server Improve B2B Application Performance with Gigabit Server Network Adapter By Uri Elzur Business-to-business (B2B) applications and gigabit networking speeds increase the load on server CPUs. These challenges

More information

RADIAN FLEX VIDEO WALL PROCESSOR

RADIAN FLEX VIDEO WALL PROCESSOR NEW INSTALLATION GUIDE VW-FLEX RADIAN FLEX VIDEO WALL PROCESSOR 24/7 TECHNICAL SUPPORT AT 877.877.2269 OR VISIT BLACKBOX.COM 12:16 Schedules Save Environment Manage Content Content Status Messages Displays

More information

EVPath Performance Tests on the GTRI Parallel Software Testing and Evaluation Center (PASTEC) Cluster

EVPath Performance Tests on the GTRI Parallel Software Testing and Evaluation Center (PASTEC) Cluster EVPath Performance Tests on the GTRI Parallel Software Testing and Evaluation Center (PASTEC) Cluster Magdalena Slawinska, Greg Eisenhauer, Thomas M. Benson, Alan Nussbaum College of Computing, Georgia

More information

DXE-810S. Manual. 10 Gigabit PCI-EXPRESS-Express Ethernet Network Adapter V1.01

DXE-810S. Manual. 10 Gigabit PCI-EXPRESS-Express Ethernet Network Adapter V1.01 DXE-810S 10 Gigabit PCI-EXPRESS-Express Ethernet Network Adapter Manual V1.01 Table of Contents INTRODUCTION... 1 System Requirements... 1 Features... 1 INSTALLATION... 2 Unpack and Inspect... 2 Software

More information

RELEASE NOTES Vision SDK Release Vision SDK 4.0.3

RELEASE NOTES Vision SDK Release Vision SDK 4.0.3 Vision SDK 4.0.3 Release Notes June 2011 1 2011. Pleora Technologies Inc. All rights reserved. Information in this document is subject to change without notice. Vision, ebus, PureGEV, iport, vdisplay,

More information

Active Silicon Phoenix and FireBird (CameraLink)

Active Silicon Phoenix and FireBird (CameraLink) Active Silicon Phoenix and FireBird (CameraLink) DCAM Version DCAM Module 18.3.322.5462 (for 32-bit) 18.3.642.5462 (for 64-bit) DRIVER 6.86.300.5462 (for PHX; D24CL-PE1) 7.05.140.5462 (for FBD; 1xCLD-2PE8)

More information

APPLICATION NOTE AN0004 CHANGING THE IP ADDRESS ON AN EWSi PORTAL PLUS CONTROLLER WITH WINDOWS 7

APPLICATION NOTE AN0004 CHANGING THE IP ADDRESS ON AN EWSi PORTAL PLUS CONTROLLER WITH WINDOWS 7 INTRODUCTION Before installing an EWSi Portal Plus Controller on a network it is necessary to change the default IP address of the unit to one supplied by the network administrator. The following screen

More information

FaultLine TM. Certus Digital, Inc Woodmoor Drive, Suite 202, Monument, Colorado

FaultLine TM. Certus Digital, Inc Woodmoor Drive, Suite 202, Monument, Colorado FaultLine TM Certus Digital, Inc. 1850 Woodmoor Drive, Suite 202, Monument, Colorado 80132-9099 Toll free USA +1.866.899.0226 Telephone +1.719.481.0226 Requirements Software: Microsoft Windows Vista, Windows

More information

NSEMD Feed Specification. Version: 6.0 Date: September 21, National Stock Exchange India Limited. All rights reserved.

NSEMD Feed Specification. Version: 6.0 Date: September 21, National Stock Exchange India Limited. All rights reserved. NSEMD Feed Specification Version: 6.0 Date: September 21, 2018 2013 National Stock Exchange India Limited. All rights reserved. Revision History Name Description Date Version 6.0 Inclusion of Commodity

More information

Bandwidth under control with IDS GigE Vision cameras

Bandwidth under control with IDS GigE Vision cameras Bandwidth under control with IDS GigE Vision cameras GigE Vision cameras transmit image data in small packets over the network, even before a captured sensor image is read out completely. This minimizes

More information

FreeBSD Network Performance Tuning

FreeBSD Network Performance Tuning Sucon 2004 Zurich, Switzerland Hendrik Scholz hscholz@raisdorf.net http://www.wormulon.net/ Agenda Motivation Overview Optimization approaches sysctl() tuning Measurement NIC comparision Conclusion Motivation

More information

Network Layer: Router Architecture, IP Addressing

Network Layer: Router Architecture, IP Addressing Network Layer: Router Architecture, IP Addressing UG3 Computer Communications & Networks (COMN) Mahesh Marina mahesh@ed.ac.uk Slides thanks to Myungjin Lee and copyright of Kurose and Ross Router Architecture

More information

IP over IB Protocol. Introduction CHAPTER

IP over IB Protocol. Introduction CHAPTER CHAPTER 3 The following sections appear in this chapter: Introduction, page 3-1 Manually Configure IPoIB for Default IB Partition, page 3-2 Subinterfaces, page 3-2 Verify IPoIB Functionality, page 3-5

More information

The Network Layer and Routers

The Network Layer and Routers The Network Layer and Routers Daniel Zappala CS 460 Computer Networking Brigham Young University 2/18 Network Layer deliver packets from sending host to receiving host must be on every host, router in

More information

Application Notes for Ardence Desktop Edition with Avaya Interaction Center Issue 1.0

Application Notes for Ardence Desktop Edition with Avaya Interaction Center Issue 1.0 . Avaya Solution & Interoperability Test Lab Application Notes for Ardence Desktop Edition with Avaya Interaction Center Issue 1.0 Abstract These Application Notes describe the configuration steps required

More information

WHITE PAPER: PROFISHARK PERFORMANCE RESULTS WIRESHARK HEROES SERIES VISIT

WHITE PAPER: PROFISHARK PERFORMANCE RESULTS WIRESHARK HEROES SERIES VISIT WHITE PAPER: PROFISHARK PERFORMANCE WIRESHARK HEROES SERIES VISIT WWW.PROFITAP.COM TABLE OF CONTENT TONY FORTUNATO NETWORK PERFORMANCE SPECIALIST Tony Fortunato is a Senior Network Performance Specialist

More information