VxWorks 6. P r o d u c t n o t e. Integrated Run-Time Technologies
|
|
|
- Laurence Norton
- 10 years ago
- Views:
Transcription
1 P r o d u c t n o t e VxWorks 6 Wind River s VxWorks, the world s most widely adopted commercial-grade real-time operating system, is the premier foundation for all device software applications. The latest edition of VxWorks, version 6.2, is backward compatible with VxWorks 5.5, 6.0, and 6.1. This release includes enhanced memory protection and error management, improved operating system scalability, improved POSIX compliance, support for the latest networking and security protocols, and connectivity between devices and the enterprise. New in VxWorks 6.2 The latest release of VxWorks extends the capabilities of previous versions with: Improved OS scalability using new configuration profiles Full support for the JTRS SCA AEP A new file system framework that supports: - Multiple file systems - Removable media and auto-detection of file systems - New POSIX-conformant highly reliable file system (HRFS) A new power management framework - Reference power managers for CPU performance and thermal management - Support for user-defined scenarios A new high-speed interconnect framework - PCI and local bus support - Enhancements to the network stack Support for additional architectures and BSPs - Momentum Maple-D (PowerPC 970) - MIPS malta24kec (malta24kec_mips32sf and malta24kec_ mips32sfle) (MIPS32) - Wind River wrsbc834x (PowerPC 83xx) - Intel IXP46x (XScale) Integrated Run-Time Technologies OS Error Management IPv4/IPv6 USB 1.1, 2.0 Flash Support (TrueFFS) Transactional Reliable FS Architecture of VxWorks 6.2 DOS FS Highly Reliable FS a/b/g PPP UDP TCP Servers: FTP, NFS, SNTP, Telnet, RSH, DHCP, TFTP Clients: FTP, NFS, SNTP, Telnet, RSH, DHCP, TFTP, Ping, DNS, Rlogin VxWorks Features and Benefits VxWorks is the industry s leading device software operating system. Its determinism, performance, scalability, and footprint make more than 300 million devices worldwide run faster and more reliably. The next generation of VxWorks adds powerful new features and a focus on openness, performance, reliability, and interoperability. With VxWorks 6.2, companies can: Optimize developer productivity through open standards Increase reliability through MMU-based memory protection Accelerate time-to-market through enhanced error management Seamlessly migrate existing VxWorks-based IP and other existing IP, including open-source Continue to deliver products that rely on the core attributes of VxWorks, including high performance, reliability, determinism, low latency, small footprint, and scalability Wind River also offers the following solutions to complement our operating system: the integrated, Eclipse-based Wind River Workbench development suite; broad middleware components; comprehensive processor and BSP availability; professional services support; legions of experienced VxWorks developers; and the Device Software Optimization industry s widest-ranging partner ecosystem of premier hardware, software, development tools, middleware, and applications providers. Compatibility VxWorks 6 was built from the ground up to ease migration from VxWorks 5.5. To that end, the kernel of VxWorks 6 supports the VxWorks 5.5 kernel operating environment. Most BSPs, drivers, and kernel applications developed for or ported to VxWorks 5.5 will run in the VxWorks 6 kernel, with only a recompilation required. By default, the VxWorks 6 kernel builds like that of VxWorks 5.5. VxWorks 6.2 is also backward compatible with VxWorks 6.0 and 6.1. A set of migration guides in the product documentation describes: Migrating BSPs and drivers Migrating VxWorks 5.5 kernel applications to the VxWorks 6 kernel and user mode Migrating VxWorks AE applications to VxWorks 6 user mode Migrating from Tornado and SNiFF+ projects to Wind River Workbench
2 In addition, VxWorks 6 provides increased support for open standards. This promotes compatibility between open-source applications and VxWorks 6, with the following improvements: Increased POSIX compliance eases porting of open-source and third-party software to VxWorks Standard process-based programming model reduces the learning curve for programming new applications on VxWorks 6 Support for IPv6 enables development of the next generation of networked devices Standard sockets-based and modular message channels provide a common interprocess communication (IPC) interface State-of-the-Art Memory Protection VxWorks 6 enables manufacturers to increase their device reliability through MMU-based memory protection. VxWorks introduces processbased, user-mode application execution in addition to its traditional kernel-mode execution. The kernel is protected from user-mode applications running in VxWorks real-time processes (RTPs). These are also protected from each other. RTP 2 Features of memory protection include: MMU-based memory protection provides isolation of the kernel from user-mode applications and of applications from each other, increasing device reliability Standard, process-based programming model simplifies application development Support of RTPs on MMU-less processors reduces device cost by enabling the use of low-cost processors The ability to use RTPs with the MMU enabled during development, and with the MMU disabled during deployment, speeds development and maximizes device performance VxWorks preemptive, priority-based global task scheduler ensures real-time deterministic behavior Ability to create private or public objects in the kernel and in RTPs offers flexibility to use objects that are protected from manipulation, or that can easily be shared among kernel and process tasks Extensible system call interface enables application developers to employ custom-developed kernel services from user-mode execution Support for shared libraries among RTPs improves code efficiency and reusability, as well as speeding code development and debugging RTP 2 Heap RTP 1 RTP 1 Heap VxWorks Kernel Environment Sem A App A App B VxWorks OS Modules VxWorks BSP Sem B App C Msg Q App D Driver1 VxWorks kernel environment and two real-time processes Driver2 Heap Manager Message Channels and Wind River TIPC With memory protection comes the challenge of fast communications between applications in protected memory spaces. Message Channels are a new connection-oriented, bidirectional messaging mechanism that allows tasks to communicate across memory boundaries and complements traditional communication mechanisms provided in VxWorks. s located in different processes or in the kernel can establish connections with each other independent of their location. Communication can take place between one task in a process and another in the kernel, or between tasks in separate processes, or between tasks in the same process. In VxWorks 6.1 and later, Message Channels use the open-source, industry-standard TIPC (Transparent Interprocess Communication) protocol to extend messaging to tasks in multiprocessor systems that run VxWorks, Linux, or any other operating system that supports TIPC. Features of Wind River TIPC 1.2 include: Open-standard Transparent Interprocess Communication (TIPC) - High-speed, reliable message-passing service - Location transparency with logical address and internal address translation table - Lightweight, connectionless, connection-oriented communication modes - No message losses - No duplicates - Uninterrupted message sequence order OS independence, with interoperability between VxWorks and Linux Scalability from single processor to multi-core to cluster Extensible framework for failover Suitability for systems where short, real-time critical transactions are performed Complements traditional Wind River communication methods 2
3 VxWorks Kernel Environment RTP 2 Tight integration with error management to maximize reliability and minimize time-to-market Compiler-assisted code instrumentation to improve static code analysis of memory errors RTP 1 Reply Fire & Forget Reply Error Management Wind River provides an error management framework to help customers isolate, diagnose, and correct error conditions encountered during development and testing. With this framework, customers can manage failures, minimizing the need to reproduce the failure in order to diagnose the device. The error management framework includes error detection and reporting technology that works automatically in both the kernel and in RTPs, provides a foundation for debugging device software out of the box, and is extensible to enable customers to design reliable devices. User Application: RTP RTOS Error Management EDR System Call Kernel Async Send Memory map showing various virtual memory contexts Block Until Reply Memory Management Although VxWorks 6 provides MMU-enabled memory protection, it continues to use the non-overlapped addressing model used in all earlier versions of VxWorks. The non-overlapped memory model promotes backward compatibility with legacy VxWorks code and provides the following benefits: High determinism and low latency are maintained by not requiring memory to be mapped in or out, and by eliminating unnecessary cache flushes Address pointers are unique, enabling reuse of existing VxWorks drivers and applications, as well as simplifying new driver and application development Support for both MMU-enabled and MMU-less processors gives device manufacturers more flexibility to choose processors that fit their capability and budget requirements Memory translation tables are not required, saving memory space and improving memory access performance Other VxWorks 6 memory management enhancements include: Automatic resource reclamation to maximize memory availability and help prevent memory leaks, improving device robustness Improved memory allocation using a best fit algorithm to reduce memory fragmentation and achieve near deterministic memory allocation/free performance User-mode heap and memory partition support to enable RTPs and user-mode execution Developer-replaceable user-mode heap allocator to maximize system design flexibility Heap instrumentation for heaps and memory partitions in both the kernel and RTPs to assist in diagnosing common memory problems by detecting and reporting memory errors BSP Error Detection Error Handling Policies Error Injection Routines Target Hardware Error management EDR API Error management capabilities include: User Application: Kernel Memory Management Persistent Memory Configuration Persistent Memory Error Log ISR and task stack overrun and underrun detection corruption detection Null pointer usage detection Heap block overrun and underrun detection Heap usage tracking and leakage detection API support for kernel application errors API support for user-defined application errors Customizable error handling policies Comprehensive error records with common headers, key OS information, hardware information, and user-defined optional string User-defined memory storage of error records
4 Processor Abstraction Layer With VxWorks 6, the Processor Abstraction Layer (PAL) provides the capability to extend OS support to similar architecture families with less effort than earlier versions of VxWorks required. An architecture-specific PAL defines the functional interconnects for each architecture family, and, to a degree, abstracts the functionality of that hardware feature from the operating system. While this is transparent to the application, the presence of a PAL for an architecture family facilitates the quick adoption of processor variants, improving time-to-market for VxWorks 6 customers. Benefits of the Processor Abstraction Layer include: Faster processor ports within an architecture family give VxWorks 6 customers more design options and shorter time-to-market for new processors Easier application migration across architectures provides better flexibility for product life cycle management Increased systematic testing of common PAL components increases quality Operating System Scalability VxWorks 6.2 introduces improved scalability through the use of predefined configuration profiles. The functionality provided by the profiles varies, enabling customers to build OS images that fit their functionality, footprint, and performance constraints. Note that for all profiles, actual size depends on the specific processor and architecture, and whether the cache is enabled or disabled. The Minimal Kernel Profile, the smallest default configuration, provides microkernel functionality in a footprint of less than 100KB, down to 36KB. This kernel is fully static (no dynamic memory allocation), and semaphores and watchdogs are optional capabilities. The Basic Kernel Profile includes all the functionality of the Minimal Kernel Profile, with dynamic memory allocation and other features added to achieve a VxWorks image size of approximately 150KB. The Basic OS Profile builds on the Basic Kernel Profile, adding functionality like the I/O system and coprocessor support to provide an approximately 250KB footprint. Each profile provides a default configuration that may be configured further by enabling or disabling individual components, allowing for faster and easier optimization of the OS to meet specific device requirements. File Systems VxWorks 6 incorporates a new file system framework that enhances the capabilities, performance, and reliability of VxWorks-based file systems. Features of the file system framework include: Support for multiple file systems, removable media, and automatic file system detection New transaction-based highly reliable file system (HRFS) that provides complete power-safe reliability, except for an interrupted write action Cache write-through option for dosfs ensures data is committed to the file system, enhancing reliability Improved CheckDisk for dosfs utilizes the clean bit, allowing the file system to skip CheckDisk for improved boot-up performance Transactional layer for dosfs provides atomicity of file system updates, guaranteeing file system consistency Unicode filename support Wind River VxWorks Simulator VxWorks Simulator 6.2, formerly known as VxSIM, is a complete prototyping and simulation tool for VxWorks 6 applications. It enables you to develop and test significant portions of your application earlier in the development cycle, before hardware is available. The simulator is fully integrated into the Wind River Workbench development environment as a target connection, allowing complete configuration and debugging control through standard interfaces. VxWorks Simulator is a native application that is derived from the VxWorks 6 operating system to accurately implement the sophisticated features of VxWorks 6, including real-time processes, memory protection, file systems, and UNIX-style networking (TCP/IP, rlogin, etc.). The simulator also provides network simulation capabilities that let you create complete simulations of complex networks consisting of multiple IPv4, IPv6, or other protocols, subnets, and routing systems. The simulator runs on your chosen host workstation, decreasing the quantity of evaluation hardware typically purchased for early development. It also provides easy access to the host operating system API, so you can use the host facilities and peripherals in your simulation. For instance, a PCI card used in your final system can be installed on the host machine, then accessed by the simulator. Features of VxWorks Simulator 6.2 include: Rapid and precise prototyping of VxWorks 6 applications Support for RTPs Support for user-level IP network simulation of complex network topologies Layer 2 network simulation Broadcast and multicast support Simulation of packet loss Support for simulation of a large number of nodes Support for VxWorks file systems Integration into Workbench development environment Support for broad range of host platforms Access to the host operating system API from within the VxWorks simulation Support for real-time clock VxWorks boot parameter parsing at startup to allow multiple instances of a single image to exist Wind River Network Stack Wind River Network Stack, an integral part of VxWorks, is a dual IPv4/IPv6 network stack based on a port of the KAME/FreeBSD TCP/IP release. High performance and scalability are two key elements. Wind River has invested significant effort and engineering resources into optimizing the TCP/IP stack for typical constraints found in device software environments. Wind River Network Stack has a clean code structure for easy integration and faster implementation. Extensive testing against third-party test suites and external test lab validation ensures high quality, standards conformance, and interoperability with other network devices. Wind River Network Stack is among the first TCP/IP stacks in the industry to receive the IPv6 Ready Logo, Phase 2. Benefits of Wind River Network Stack 3.0 include: Full integration with the VxWorks operating system, development tools, device management products, and peripheral networking protocols and utilities Clear and structured code for ease of configuration and maintenance Flexible configuration options to optimize required memory resources
5 IPv6-enabled and enhanced utilities/applications Several performance enhancements to the stack for improved forwarding and end-to-end performance Several applications running on one or multiple RTPs Optimized, high-performance implementation from the leader in device software networking Features of Wind River Network Stack 3.0 include: Support for TCP, UDP, IPv4, and IPv6 BPF devices for packet monitoring Fast IP forwarding IPv6 jumbograms ICMP IGMP versions 1 and 2 host ARP, Neighbor Discovery Proxy ARP client RARP NDP Router solicitation Router advertisement ICMP redirects RIP and RIPng DNS client Tunneling devices, gif, and stf fastudplib, a fast UDP-based communication API (faster than sockets) Sockets in the following domains: - IPv4 Internet communications domain (AF_INET) - IPv6 Internet communications domain (AF_INET6) - Routing communications domain (AF_ROUTE) - Local domain sockets for interprocess communication (AF_LOCAL) zbuf sockets (zero-copy sockets) RPC Protocol, version 2 Remote access support: RSH, FTP, TFTP, rlogin, Telnet IPv4 server and client, Telnet IPv6 server and client NFS, versions 2 and 3 BOOTP (boot images only) DHCPv4, server, client, relay agent DHCPv6, server, client, relay agent - prefix delegation option - DNS option - NTP option SNTP (updated with RFC 2030) Ping, Ping6 IPv4 Auto Configuration to enable UPnP IPv6 Auto Configuration Standard MIB II instrumentation Enhanced Routing Table Manager - Route table support for multiple same-destination routes UNIX-like network stack configuration and monitoring utilities - ifconfig: configure a network interface - netstat: report network status - prefixcmd( ): functionality could move to ifcofig( ) soon - routec: manually edit the route table - Sysctl/sysctl: set and get network stack configuration parameters Features available only in industry-specific Wind River platforms - Support for SCTP - Mobile IPv6 Mobile Node - Port-based, socket-based, and subnet-based VLAN tagging library support - IGMPv2 up-calls to support a routing protocol - IGMPv3 Host - Multicast Listener Discovery v2 host, proxy router - Two virtual instances of the stack Wind River PPP (PPP, PPPoE, ML-PPP, RAF) The Wind River PPP 2.2 component provides a set of PPP implementation modules that you can plug into a remote access framework. Using this framework, you can create one or more PPP stack instances. Using a PPP stack instance, you can create and manage a PPP connection with a remote peer. Bundled with Wind River PPP are modules that provide support for PPP over Ethernet connections, as well as modules that provide support for PPP multilink functionality. Using this multilink functionality, you can bundle multiple parallel point-to-point links into a single virtual high-bandwidth pipe. PPP component protocol framework PPP-Specific Plug-In Objects Protocol Framework VxWorks Wind River PPP is a source-code product, written in C with an objectoriented design. With Wind River PPP, you can implement a dynamically configured PPP stack for diverse remote access applications. These applications can have a variety of network interface types, network stack types, link speeds, numbers of PPP connections, control protocols, framing techniques, and so on. Features of the Wind River PPP 2.2 implementation include: Multiple framework instances Multiple network type support Multiple driver type support Multiple PPP framing support Unlimited PPP connections Dynamic configuration of the stack Configuration profiles Multilink (ML-PPP), PPPoE, and RAF support
6 Wind River USB Wind River USB enables developers to quickly incorporate standard universal serial bus (USB) connectivity in VxWorks-based embedded devices and their attached peripherals. Wind River USB 2.2 supports version 2.0 of the USB specification, providing support for the universal host controller interface (UHCI), the open host controller interface (OHCI), and the enhanced host controller interface (EHCI), and currently incorporates low-speed (1.5Mb/sec), medium-speed (12Mb/sec), and high-speed (480Mb/sec) data rates. All four USB modes of data transfer are available with Wind River USB: control, interrupt, bulk, and isochronous. These data transfer modes enable simultaneous transmission of asynchronous and isochronous data. Asynchronous data is typically error-rate-critical data, while isochronous data is typically used in multimedia applications, such as real-time audio or streaming video. Host-class drivers provided with Wind River USB allow developers to connect a wide range of peripherals, from the most common to the most advanced. Out-of-the-box class drivers included in the product support keyboard and mouse human interface devices (HIDs), printers, speakers (audio-isochronous), mass storage devices (bulk-only and control-bulkinterrupt), and communications devices (END and ACM). The mass storage and communications-class drivers enable developers to establish USB connections between embedded devices and advanced peripherals, such as Ethernet networks, modems, digital cameras, and portable storage devices. Technical Specifications VxWorks 6.2 VxWorks 5.5, 6.0, and 6.1 compatibility Improved scalability through scaled OS configuration profiles State-of-the-art memory protection Improved memory management Memory error management Message Channels IPC, including support for multiprocessor and multi-os messaging using TIPC Improved POSIX compliancy, including full support for JTRS SCA AEP Power management framework, with CPU power management TrueFFS flash file system dosfs file system Transactional layer for dosfs file system Highly reliable file system (HRFS) High-speed interconnect framework with PCI and local bus support VxMP Wind River Network Stack 3.0 Wind River PPP 2.2 Wind River USB 2.2 Supported Hosts Red Hat Enterprise Workstation 3, 4 Solaris 2.8, 2.9 SuSE Linux Desktop 9.2, 9.3 Windows 2000 Professional, Windows XP Supported Target Architectures ARM Architecture - ARM 9 - ARM 11 Intel Architecture - Pentium Family (Pentium 2/3/4, M) Intel XScale Architecture - IXP425 - IXP465 MIPS Architecture - MIPS 4Kx - MIPS 5Kx - MIPS tx49xx - MIPS24KEc - BCM125x - RM9000GL PowerPC Architecture - PowerPC 40x - PowerPC 44x - PowerPC 60x - PowerPC 7xx - PowerPC 8xx - PowerPC 74xx - PowerPC 82xx - PowerPC 83xx - PowerPC 85xx - PowerPC 52xx - PowerPC 970FX SuperH Architecture - SuperH-4 - SuperH-4a 6
7 Professional Services Wind River Professional Services enables companies to reduce risk and improve competitiveness. Our experienced team delivers device software expertise that directly addresses key development challenges and contributes to the success of our clients. Based on our commercial-grade project methodology, service offerings include device design, BSP and driver optimization, software system and middleware integration, legacy application and infrastructure migration, and real-time best practices. Education Services Education is fundamentally connected not only to individual performance, but also to the success of a project or company. Lack of instructional services can translate into longer release schedules, poorer quality, and higher costs. The ability to learn and to convert that learning into improved performance creates extraordinary value for individuals, teams, and organizations. To help your team achieve that end, Wind River offers public courses and on-site education intended to increase your productivity as quickly as possible. Public Courses Wind River s public courses are scheduled for your geographical convenience. They are conducted over one to five days, using a mixed lecture and lab classroom format that allows students to leverage the experience of Wind River instructors and their peers. Courses provide a fast, cost-effective way for students to become more productive immediately. Benefits of public courses include: A conceptual introduction that orients students to the subject matter A selective examination of the details, focusing on the most commonly used areas, or on areas with which users tend to be least familiar Personal guidance and hands-on application of individual tools and course concepts The chance to grasp embedded software concepts, as well as the fundamental issues involved in real-time design The knowledge needed to develop device drivers, perform hardware porting, or develop applications Answers to specific questions about topics addressed in the course Please consult your local Wind River sales representative for course schedules and fees. Support Visit Wind River Online Support for fast access to product manuals, downloadable software, and other problem-solving resources. Online Support visitors can also access a community of developers to discuss their issues and experiences. If you cannot find the information you need through Online Support, please contact our global support team: North America, South America, and Asia/Pacific [email protected] toll-free tel.: (800-USA-4WRS) tel.: fax: hours: 6:00 a.m. to 5:00 p.m. (Pacific time) Japan [email protected] tel.: +(00) fax: +(00) hours: 10:00 a.m. to 5:00 p.m. (local time) Europe, the Middle East, and Africa [email protected] toll-free tel.: +(00)(800) UK tel.: +44(0) UK fax: +44(0) France tel.: +33(0) France fax: +33(0) Germany tel.: +49(0) Germany fax: +49(0) Israel tel.: +972(0) Israel fax: +972(0) hours: 9:00 a.m. to 6:00 p.m. (local time) On-Site Education If you have a large project team or a number of new users, you may benefit greatly from custom on-site education. Instructors will consult with you and, based on the workshop series curriculum, determine which topics should be included and emphasized. This type of education offers an opportunity for one-on-one discussions with our instructors about your specific project needs, technical requirements, and challenges all in the comfort of your own office. Advantages of on-site education include: The entire team gains a common knowledge base The training format helps ensure that knowledge and skills will transfer from the classroom to the workplace The on-site location saves employees both travel expenses and time away from the office Please consult your local Wind River sales representative for further information.
Wind River VxWorks Platforms 6.9
Wind River VxWorks Platforms 6.9 Table of Contents Available VxWorks Platforms...2 New in VxWorks Platforms 6.9...2 VxWorks Platforms Features...3 VxWorks Real-Time Operating System...3 Compatibility...3
Wind River ICE 2. Table of Contents. Key Features
Wind River ICE 2 Developers working with complex 32- and 64-bit multicore systems-on-chip (SoCs) require development tools that leverage the key debug and analysis capabilities built into these devices.
Notes and terms of conditions. Vendor shall note the following terms and conditions/ information before they submit their quote.
Specifications for ARINC 653 compliant RTOS & Development Environment Notes and terms of conditions Vendor shall note the following terms and conditions/ information before they submit their quote. 1.
Course Overview: Learn the essential skills needed to set up, configure, support, and troubleshoot your TCP/IP-based network.
Course Name: TCP/IP Networking Course Overview: Learn the essential skills needed to set up, configure, support, and troubleshoot your TCP/IP-based network. TCP/IP is the globally accepted group of protocols
InfiniBand Software and Protocols Enable Seamless Off-the-shelf Applications Deployment
December 2007 InfiniBand Software and Protocols Enable Seamless Off-the-shelf Deployment 1.0 Introduction InfiniBand architecture defines a high-bandwidth, low-latency clustering interconnect that is used
CONNECTING WINDOWS XP PROFESSIONAL TO A NETWORK
1 Chapter 10 CONNECTING WINDOWS XP PROFESSIONAL TO A NETWORK Chapter 10: CONNECTING WINDOWS XP PROFESSIONAL TO A NETWORK 2 OVERVIEW Configure and troubleshoot the TCP/IP protocol Connect to a wireless
Network Programming TDC 561
Network Programming TDC 561 Lecture # 1 Dr. Ehab S. Al-Shaer School of Computer Science & Telecommunication DePaul University Chicago, IL 1 Network Programming Goals of this Course: Studying, evaluating
VxWorks Guest OS Programmer's Guide for Hypervisor 1.1, 6.8. VxWorks GUEST OS PROGRAMMER'S GUIDE FOR HYPERVISOR 1.1 6.8
VxWorks Guest OS Programmer's Guide for Hypervisor 1.1, 6.8 VxWorks GUEST OS PROGRAMMER'S GUIDE FOR HYPERVISOR 1.1 6.8 Copyright 2009 Wind River Systems, Inc. All rights reserved. No part of this publication
Industry Automation White Paper Januar 2013 IPv6 in automation technology
Table of contents: 1 Why another White Paper IPv6?... 3 2 IPv6 for automation technology... 3 3 Basics of IPv6... 3 3.1 Turning point/initial situation... 3 3.2 Standardization... 4 3.2.1 IPv6 address
1 Data information is sent onto the network cable using which of the following? A Communication protocol B Data packet
Review questions 1 Data information is sent onto the network cable using which of the following? A Communication protocol B Data packet C Media access method D Packages 2 To which TCP/IP architecture layer
evm Virtualization Platform for Windows
B A C K G R O U N D E R evm Virtualization Platform for Windows Host your Embedded OS and Windows on a Single Hardware Platform using Intel Virtualization Technology April, 2008 TenAsys Corporation 1400
Programación de Sistemas Empotrados y Móviles (PSEM)
Introduction to Windows Embedded Programación de Sistemas Empotrados y Móviles (PSEM) Marco A. Peña [email protected] Table of contents Windows XP Embedded vs. Windows CE Windows XP Embedded Windows CE
CT505-30 LANforge-FIRE VoIP Call Generator
1 of 11 Network Testing and Emulation Solutions http://www.candelatech.com [email protected] +1 360 380 1618 [PST, GMT -8] CT505-30 LANforge-FIRE VoIP Call Generator The CT505-30 supports SIP VOIP
Transport and Network Layer
Transport and Network Layer 1 Introduction Responsible for moving messages from end-to-end in a network Closely tied together TCP/IP: most commonly used protocol o Used in Internet o Compatible with a
Guide to TCP/IP, Third Edition. Chapter 3: Data Link and Network Layer TCP/IP Protocols
Guide to TCP/IP, Third Edition Chapter 3: Data Link and Network Layer TCP/IP Protocols Objectives Understand the role that data link protocols, such as SLIP and PPP, play for TCP/IP Distinguish among various
2057-15. First Workshop on Open Source and Internet Technology for Scientific Environment: with case studies from Environmental Monitoring
2057-15 First Workshop on Open Source and Internet Technology for Scientific Environment: with case studies from Environmental Monitoring 7-25 September 2009 TCP/IP Networking Abhaya S. Induruwa Department
New Products and New Features May, 2015
NetAcquire Server 8 New Products and New Features May, 2015 1. Includes all NetAcquire 7.6 and earlier enhancements 2. Runs on a new real-time operating system: NetAcquire Deterministic Linux (NDL) a.
Freescale MQX Software Solutions
Freescale Enablement Solutions Freescale MQX Software Solutions Complimentary proven RTOS, TCP/IP, file system and USB Overview The increasing complexity of industrial applications and expanding functionality
Cisco Packet Tracer 6.3 Frequently Asked Questions
Cisco Packet Tracer 6.3 Frequently Asked Questions Last Updated 22 January 2015 FAQ Table of Contents Cisco Packet Tracer 6.3 Release...1 Q1. What is Cisco Packet Tracer?... 1 Q2. How can I obtain Packet
VMware vcloud Networking and Security Overview
VMware vcloud Networking and Security Overview Networks and Security for Virtualized Compute Environments WHITE PAPER Overview Organizations worldwide have gained significant efficiency and flexibility
CSE 3461 / 5461: Computer Networking & Internet Technologies
Autumn Semester 2014 CSE 3461 / 5461: Computer Networking & Internet Technologies Instructor: Prof. Kannan Srinivasan 08/28/2014 Announcement Drop before Friday evening! k. srinivasan Presentation A 2
Guide to Network Defense and Countermeasures Third Edition. Chapter 2 TCP/IP
Guide to Network Defense and Countermeasures Third Edition Chapter 2 TCP/IP Objectives Explain the fundamentals of TCP/IP networking Describe IPv4 packet structure and explain packet fragmentation Describe
Internetworking Microsoft TCP/IP on Microsoft Windows NT 4.0
Internetworking Microsoft TCP/IP on Microsoft Windows NT 4.0 Course length: 5 Days Course No. 688 - Five days - Instructor-led Introduction This course provides students with the knowledge and skills required
Networking 4 Voice and Video over IP (VVoIP)
Networking 4 Voice and Video over IP (VVoIP) Course Objectives This course will give delegates a good understanding of LANs, WANs and VVoIP (Voice and Video over IP). It is aimed at those who want to move
Network connectivity controllers
Network connectivity controllers High performance connectivity solutions Factory Automation The hostile environment of many factories can have a significant impact on the life expectancy of PCs, and industrially
IPv6 Challenges for Embedded Systems István Gyürki 30.08.2011
IPv6 Challenges for Embedded Systems István Gyürki 30.08.2011 AGENDA Introduction IPv6 why do we need it? Selecting the right TCP/IP stack Case study Conclusions Page 2 Company Profile Wireless Products
IPv4 and IPv6 Integration. Formation IPv6 Workshop Location, Date
IPv4 and IPv6 Integration Formation IPv6 Workshop Location, Date Agenda Introduction Approaches to deploying IPv6 Standalone (IPv6-only) or alongside IPv4 Phased deployment plans Considerations for IPv4
760 Veterans Circle, Warminster, PA 18974 215-956-1200. Technical Proposal. Submitted by: ACT/Technico 760 Veterans Circle Warminster, PA 18974.
760 Veterans Circle, Warminster, PA 18974 215-956-1200 Technical Proposal Submitted by: ACT/Technico 760 Veterans Circle Warminster, PA 18974 for Conduction Cooled NAS Revision 4/3/07 CC/RAIDStor: Conduction
cnds@napier Slide 1 Introduction cnds@napier 1 Lecture 6 (Network Layer)
Slide 1 Introduction In today s and next week s lecture we will cover two of the most important areas in networking and the Internet: IP and TCP. These cover the network and transport layer of the OSI
IP Network Layer. Datagram ID FLAG Fragment Offset. IP Datagrams. IP Addresses. IP Addresses. CSCE 515: Computer Network Programming TCP/IP
CSCE 515: Computer Network Programming TCP/IP IP Network Layer Wenyuan Xu Department of Computer Science and Engineering University of South Carolina IP Datagrams IP is the network layer packet delivery
ODP Application proof point: OpenFastPath. ODP mini-summit 2015-11-10
ODP Application proof point: OpenFastPath ODP mini-summit 2015-11-10 What is Our Intention with OpenFastPath? To enable efficient IP communication Essential in practically all networking use-cases, including
ProCurve Networking IPv6 The Next Generation of Networking
ProCurve Networking The Next Generation of Networking Introduction... 2 Benefits from... 2 The Protocol... 3 Technology Features and Benefits... 4 Larger number of addresses... 4 End-to-end connectivity...
Network-Oriented Software Development. Course: CSc4360/CSc6360 Instructor: Dr. Beyah Sessions: M-W, 3:00 4:40pm Lecture 2
Network-Oriented Software Development Course: CSc4360/CSc6360 Instructor: Dr. Beyah Sessions: M-W, 3:00 4:40pm Lecture 2 Topics Layering TCP/IP Layering Internet addresses and port numbers Encapsulation
Nios II Software Developer s Handbook
Nios II Software Developer s Handbook Nios II Software Developer s Handbook 101 Innovation Drive San Jose, CA 95134 www.altera.com NII5V2-13.1 2014 Altera Corporation. All rights reserved. ALTERA, ARRIA,
Protocol Specification & Design. The Internet and its Protocols. Course Outline (trivia) Introduction to the Subject Teaching Methods
The Internet and its Protocols Protocol Specification & Design Robert Elz [email protected] [email protected] http://fivedots.coe.psu.ac.th/~kre/ Friday: 13:30-15:00 (Rm: 101)???: xx:x0-xx:x0 (Rm:???)
Distributed Systems LEEC (2005/06 2º Sem.)
Distributed Systems LEEC (2005/06 2º Sem.) Introduction João Paulo Carvalho Universidade Técnica de Lisboa / Instituto Superior Técnico Outline Definition of a Distributed System Goals Connecting Users
SSVVP SIP School VVoIP Professional Certification
SSVVP SIP School VVoIP Professional Certification Exam Objectives The SSVVP exam is designed to test your skills and knowledge on the basics of Networking, Voice over IP and Video over IP. Everything that
Monitoring high-speed networks using ntop. Luca Deri <[email protected]>
Monitoring high-speed networks using ntop Luca Deri 1 Project History Started in 1997 as monitoring application for the Univ. of Pisa 1998: First public release v 0.4 (GPL2) 1999-2002:
Virtualization for Hard Real-Time Applications Partition where you can Virtualize where you have to
Virtualization for Hard Real-Time Applications Partition where you can Virtualize where you have to Hanspeter Vogel Triadem Solutions AG Real-Time Systems GmbH Gartenstrasse 33 D-88212 Ravensburg Germany
CT522-128 LANforge WiFIRE Chromebook 802.11a/b/g/n WiFi Traffic Generator with 128 Virtual STA Interfaces
1 of 8 Network Testing and Emulation Solutions http://www.candelatech.com [email protected] +1 360 380 1618 [PST, GMT -8] CT522-128 LANforge WiFIRE Chromebook 802.11a/b/g/n WiFi Traffic Generator with
FarSync T2Ue. A 2 port PCI Express synchronous communications adapter
FarSync T2Ue A 2 port PCI Express synchronous communications adapter Key Features PCI Express bus mastering WAN adapter 2 synchronous ports Network interfaces for RS232C, X.21, RS530, RS449 and V.35 Wide
Basic Networking Concepts. 1. Introduction 2. Protocols 3. Protocol Layers 4. Network Interconnection/Internet
Basic Networking Concepts 1. Introduction 2. Protocols 3. Protocol Layers 4. Network Interconnection/Internet 1 1. Introduction -A network can be defined as a group of computers and other devices connected
VMware View 4 with PCoIP I N F O R M AT I O N G U I D E
VMware View 4 with PCoIP I N F O R M AT I O N G U I D E Table of Contents VMware View 4 with PCoIP................................................... 3 About This Guide........................................................
WIND RIVER HYPERVISOR
TABLE OF CONTENTS Embedded Virtualization... 2 Multi-core Software Configurations... 3 Applications for Embedded Virtualization... 5 Cost Reduction and Increased Capacity Through OS Consolidation.... 5
Advanced Diploma In Hardware, Networking & Server Configuration
Advanced Diploma In Hardware, Networking & Server Configuration Who should do this course? This course is meant for those persons who have a dream of getting job based on Computer Hardware, Networking
THE RTOS AS THE ENGINE POWERING THE INTERNET OF THINGS
THE RTOS AS THE ENGINE POWERING THE INTERNET OF THINGS By Bill Graham and Michael Weinstein INNOVATORS START HERE. EXECUTIVE SUMMARY Driven by the convergence of cloud technology, rapidly growing data
Embedded PC The modular Industrial PC for mid-range control. Embedded PC 1
Embedded PC The modular Industrial PC for mid-range control Embedded PC 1 Embedded OS Operating Systems Major differences Details XPE / CE Embedded PC 2 The Windows Embedded OS family CX1000 The modular,
CSIS 3230. CSIS 3230 Spring 2012. Networking, its all about the apps! Apps on the Edge. Application Architectures. Pure P2P Architecture
Networking, its all about the apps! CSIS 3230 Chapter 2: Layer Concepts Chapter 5.4: Link Layer Addressing Networks exist to support apps Web Social ing Multimedia Communications Email File transfer Remote
2. IP Networks, IP Hosts and IP Ports
1. Introduction to IP... 1 2. IP Networks, IP Hosts and IP Ports... 1 3. IP Packet Structure... 2 4. IP Address Structure... 2 Network Portion... 2 Host Portion... 3 Global vs. Private IP Addresses...3
Lecture 25 Symbian OS
CS 423 Operating Systems Design Lecture 25 Symbian OS Klara Nahrstedt Fall 2011 Based on slides from Andrew S. Tanenbaum textbook and other web-material (see acknowledgements) cs423 Fall 2011 1 Overview
smxns TM RTOS Innovators Components FEATURES
RTOS Innovators smxns TM smxns is a compact TCP/IP networking stack for use with real-time, embedded applications. It provides drop-in support for many processors and tool chains. A large selection of
Linux. Reverse Debugging. Target Communication Framework. Nexus. Intel Trace Hub GDB. PIL Simulation CONTENTS
Android NEWS 2016 AUTOSAR Linux Windows 10 Reverse ging Target Communication Framework ARM CoreSight Requirements Analysis Nexus Timing Tools Intel Trace Hub GDB Unit Testing PIL Simulation Infineon MCDS
Topics. Computer Networks. Let s Get Started! Computer Networks: Our Definition. How are Networks Used by Computers? Computer Network Components
Topics Use of networks Network structure Implementation of networks Computer Networks Introduction Let s Get Started! Networking today: Where are they? Powerful computers are cheap Networks are everywhere
How To Test A Microsoft Vxworks Vx Works 2.2.2 (Vxworks) And Vxwork 2.4.2-2.4 (Vkworks) (Powerpc) (Vzworks)
DSS NETWORKS, INC. The Gigabit Experts GigMAC PMC/PMC-X and PCI/PCI-X Cards GigPMCX-Switch Cards GigPCI-Express Switch Cards GigCPCI-3U Card Family Release Notes OEM Developer Kit and Drivers Document
Special FEATURE. By Heinrich Munz
Special FEATURE By Heinrich Munz Heinrich Munz of KUKA Roboter discusses in this article how to bring Microsoft Windows CE and WindowsXP together on the same PC. He discusses system and application requirements,
CGI-based applications for distributed embedded systems for monitoring temperature and humidity
CGI-based applications for distributed embedded systems for monitoring temperature and humidity Grisha Spasov, Nikolay Kakanakov Abstract: The paper discusses the using of Common Gateway Interface in developing
Ways to Use USB in Embedded Systems
Ways to Use USB in Embedded Systems by Yingbo Hu, R&D Embedded Engineer and Ralph Moore, President of Micro Digital Universal Serial Bus (USB) is a connectivity specification that provides ease of use,
Internetworking and IP Address
Lecture 8 Internetworking and IP Address Motivation of Internetworking Internet Architecture and Router Internet TCP/IP Reference Model and Protocols IP Addresses - Binary and Dotted Decimal IP Address
About the Technical Reviewers
About the Author p. xiii About the Technical Reviewers p. xv Acknowledgments p. xvii Introduction p. xix IPv6 p. 1 IPv6-Why? p. 1 IPv6 Benefits p. 2 More Address Space p. 2 Innovation p. 3 Stateless Autoconfiguration
Ethernet. Ethernet. Network Devices
Ethernet Babak Kia Adjunct Professor Boston University College of Engineering ENG SC757 - Advanced Microprocessor Design Ethernet Ethernet is a term used to refer to a diverse set of frame based networking
Interconnecting IPv6 Domains Using Tunnels
Interconnecting Domains Using Tunnels Version History Version Number Date Notes 1 30 July 2002 This document was created. 2 19 May 2003 Updated the related documents section. This document describes how
DB2 Connect for NT and the Microsoft Windows NT Load Balancing Service
DB2 Connect for NT and the Microsoft Windows NT Load Balancing Service Achieving Scalability and High Availability Abstract DB2 Connect Enterprise Edition for Windows NT provides fast and robust connectivity
Cisco Application Networking Manager Version 2.0
Cisco Application Networking Manager Version 2.0 Cisco Application Networking Manager (ANM) software enables centralized configuration, operations, and monitoring of Cisco data center networking equipment
Embedded Development Tools
Embedded Development Tools Software Development Tools by ARM ARM tools enable developers to get the best from their ARM technology-based systems. Whether implementing an ARM processor-based SoC, writing
Availability Digest. www.availabilitydigest.com. Redundant Load Balancing for High Availability July 2013
the Availability Digest Redundant Load Balancing for High Availability July 2013 A large data center can comprise hundreds or thousands of servers. These servers must not only be interconnected, but they
White Paper. Real-time Capabilities for Linux SGI REACT Real-Time for Linux
White Paper Real-time Capabilities for Linux SGI REACT Real-Time for Linux Abstract This white paper describes the real-time capabilities provided by SGI REACT Real-Time for Linux. software. REACT enables
alcatel-lucent vitalqip Appliance manager End-to-end, feature-rich, appliance-based DNS/DHCP and IP address management
alcatel-lucent vitalqip Appliance manager End-to-end, feature-rich, appliance-based DNS/DHCP and IP address management streamline management and cut administrative costs with the alcatel-lucent VitalQIP
Performance Analysis of IPv4 v/s IPv6 in Virtual Environment Using UBUNTU
Performance Analysis of IPv4 v/s IPv6 in Virtual Environment Using UBUNTU Savita Shiwani Computer Science,Gyan Vihar University, Rajasthan, India G.N. Purohit AIM & ACT, Banasthali University, Banasthali,
Stateful Inspection Technology
Stateful Inspection Technology Security Requirements TECH NOTE In order to provide robust security, a firewall must track and control the flow of communication passing through it. To reach control decisions
Lustre Networking BY PETER J. BRAAM
Lustre Networking BY PETER J. BRAAM A WHITE PAPER FROM CLUSTER FILE SYSTEMS, INC. APRIL 2007 Audience Architects of HPC clusters Abstract This paper provides architects of HPC clusters with information
How To Connect To Bloomerg.Com With A Network Card From A Powerline To A Powerpoint Terminal On A Microsoft Powerbook (Powerline) On A Blackberry Or Ipnet (Powerbook) On An Ipnet Box On
Transport and Security Specification 15 July 2015 Version: 5.9 Contents Overview 3 Standard network requirements 3 Source and Destination Ports 3 Configuring the Connection Wizard 4 Private Bloomberg Network
AP-GSS3000 TM 512Ch GSM SIM Server
AP-GSS3000 TM 512Ch GSM SIM Server High Performance GSM SIM Server Solution Preliminary Product Overview (Without notice, following described technical spec. can be changed) www.addpac.com AddPac Technology
HP and IPv6 Deployment. Bill Medlin HP-UX IPv6 Project Manager
HP and IPv6 Deployment Bill Medlin HP-UX IPv6 Project Manager OUTLINE Why IPv6? Current HP-UX IPv6 Features IPv6 Customer Experience HP-UX and IPv6 Deployment HP Strategy for IPv6 page 2 Why IPv6? Immediate
Welcome to Todd Lammle s CCNA Bootcamp
Welcome to Todd Lammle s CCNA Bootcamp Todd Lammle Cisco Authorized CCNA Bootcamps are now available, delivered by CCSI instructor, and popular Sybex author Todd Lammle. Todd Lammle CCNA Training Boot
MOST Training and Workshops
Get the Know-How for Your Projects One of SMSC's primary goals is to support its customers with the design process throughout all phases of their product development cycle. SMSC s MOST training modules
Raritan Valley Community College Academic Course Outline. CISY 253 - Advanced Computer Networking
Raritan Valley Community College Academic Course Outline CISY 253 - Advanced Computer Networking I. Basic Course Information A. Course number and Title: CISY 253- Advanced Computer Networking (TCP/IP)
Frequently Asked Questions
Frequently Asked Questions 1. Q: What is the Network Data Tunnel? A: Network Data Tunnel (NDT) is a software-based solution that accelerates data transfer in point-to-point or point-to-multipoint network
Chapter 1 Personal Computer Hardware------------------------------------------------ 7 hours
Essential Curriculum Networking Essentials Total Hours: 244 Cisco Discovery 1: Networking for Home and Small Businesses 81.5 hours teaching time Chapter 1 Personal Computer Hardware------------------------------------------------
Network Simulation Traffic, Paths and Impairment
Network Simulation Traffic, Paths and Impairment Summary Network simulation software and hardware appliances can emulate networks and network hardware. Wide Area Network (WAN) emulation, by simulating
GadgetGatewayIa Configurable LON to IP Router and/or Remote Packet Monitor. ANSI 709.1 (LonTalk ) and ANSI 852 (IP) standards based.
Configurable LON to IP Router and/or Remote Packet Monitor. ANSI.1 (LonTalk ) and ANSI 852 (IP) standards based. Creator of GadgetTek Products 2966 Fort Hill Road Eagle Mountain, Utah 84043-4108 USA (voice)
VMware vsphere 5.0 Evaluation Guide
VMware vsphere 5.0 Evaluation Guide Auto Deploy TECHNICAL WHITE PAPER Table of Contents About This Guide.... 4 System Requirements... 4 Hardware Requirements.... 4 Servers.... 4 Storage.... 4 Networking....
AS/400e. TCP/IP routing and workload balancing
AS/400e TCP/IP routing and workload balancing AS/400e TCP/IP routing and workload balancing Copyright International Business Machines Corporation 2000. All rights reserved. US Government Users Restricted
Simplifying Big Data Deployments in Cloud Environments with Mellanox Interconnects and QualiSystems Orchestration Solutions
Simplifying Big Data Deployments in Cloud Environments with Mellanox Interconnects and QualiSystems Orchestration Solutions 64% of organizations were investing or planning to invest on Big Data technology
Principles and characteristics of distributed systems and environments
Principles and characteristics of distributed systems and environments Definition of a distributed system Distributed system is a collection of independent computers that appears to its users as a single
Document ID: 45741. Introduction
Products & Services 6bone Connection Using 6to4 Tunnels for IPv6 Document ID: 45741 Contents Introduction Prerequisites Requirements Components Used Conventions How 6to4 Tunnels Work Limitations of 6to4
Dynamic Host Configuration Protocol (DHCP) 02 NAT and DHCP Tópicos Avançados de Redes
Dynamic Host Configuration Protocol (DHCP) 1 1 Dynamic Assignment of IP addresses Dynamic assignment of IP addresses is desirable for several reasons: IP addresses are assigned on-demand Avoid manual IP
Computer Systems Structure Input/Output
Computer Systems Structure Input/Output Peripherals Computer Central Processing Unit Main Memory Computer Systems Interconnection Communication lines Input Output Ward 1 Ward 2 Examples of I/O Devices
ADM5120 HOME GATEWAY CONTROLLER. Product Notes
HOME GATEWAY CONTROLLER Product Notes ADMtek.com.tw Information in this document is provided in connection with ADMtek products. ADMtek may make changes to specifications and product descriptions at any
The Elements of GigE Vision
What Is? The standard was defined by a committee of the Automated Imaging Association (AIA). The committee included Basler AG and companies from all major product segments in the vision industry. The goal
JOB READY ASSESSMENT BLUEPRINT COMPUTER NETWORKING FUNDAMENTALS - PILOT. Test Code: 4514 Version: 01
JOB READY ASSESSMENT BLUEPRINT COMPUTER NETWORKING FUNDAMENTALS - PILOT Test Code: 4514 Version: 01 Specific Competencies and Skills Tested in this Assessment: PC Principles Identify physical and equipment
Understanding TCP/IP. Introduction. What is an Architectural Model? APPENDIX
APPENDIX A Introduction Understanding TCP/IP To fully understand the architecture of Cisco Centri Firewall, you need to understand the TCP/IP architecture on which the Internet is based. This appendix
Network Configuration Settings
Network Configuration Settings Many small businesses already have an existing firewall device for their local network when they purchase Microsoft Windows Small Business Server 2003. Often, these devices
Review: Lecture 1 - Internet History
Review: Lecture 1 - Internet History late 60's ARPANET, NCP 1977 first internet 1980's The Internet collection of networks communicating using the TCP/IP protocols 1 Review: Lecture 1 - Administration
IPv6 Fundamentals: A Straightforward Approach
IPv6 Fundamentals: A Straightforward Approach to Understanding IPv6 Rick Graziani Cisco Press 800 East 96th Street Indianapolis, IN 46240 IPv6 Fundamentals Contents Introduction xvi Part I: Background
IPv6 in Axis Video Products
TECHNICAL NOTE REFERENCE DOCUMENT IPv6 in Axis Video Products Created: 2006-01-31 Last updated: 2006-05-29 TABLE OF CONTENTS DOCUMENT HISTORY... 2 1 IPV6 IN GENERAL... 3 1.1 The IPv6 address... 3 1.1.1
Last Class: OS and Computer Architecture. Last Class: OS and Computer Architecture
Last Class: OS and Computer Architecture System bus Network card CPU, memory, I/O devices, network card, system bus Lecture 3, page 1 Last Class: OS and Computer Architecture OS Service Protection Interrupts
Lab 2. CS-335a. Fall 2012 Computer Science Department. Manolis Surligas [email protected]
Lab 2 CS-335a Fall 2012 Computer Science Department Manolis Surligas [email protected] 1 Summary At this lab we will cover: Basics of Transport Layer (TCP, UDP) Broadcast ARP DNS More Wireshark filters
Study and installation of a VOIP service on ipaq in Linux environment
Study and installation of a VOIP service on ipaq in Linux environment Volkan Altuntas Chaba Ballo Olivier Dole Jean-Romain Gotteland ENSEIRB 2002 Summary 1. Introduction 2. Presentation a. ipaq s characteristics
