PES Solution Ethernet

Size: px
Start display at page:

Download "PES Solution Ethernet"

Transcription

1 PES Solution Ethernet The Vector Embedded Ethernet-Stack and its Use-Cases Vector Informatik GmbH. All rights reserved. Any distribution or copying is subject to prior written approval by Vector. V

2 PES Solution Ethernet Overview The PES Solution Ethernet comprises: Ethernet MICROSAR.ETH Service Discovery, SOME/IP UDP Network Management Signal- and PDU-based communication Diagnostics over Internet Protocol, Flashbootloader XCP on Ethernet, XCP Routing Mirroring Vehicle-to-Grid MICROSAR.V2G Smart Charge Communication Customer-specific functions Audio/Video Bridging MICROSAR.AVB Audio/Video Transport Protocol Generalized Precision Time Protocol / Best Master Clock Algorithm Slide: 2/50

3 Agenda PES Solution Ethernet Overview 2 > AUTOSAR and MICROSAR Software Architecture 4 MICROSAR.ETH 11 MICROSAR.V2G 35 MICROSAR.AVB 38 Summary 42 Slide: 3/50

4 AUTOSAR and MICROSAR Software Architecture E2E Protection Wrapper Application SCHM RTE OS SYS DIAG MEM OS BSWM DCM EA COMM DEM FEE CSM (CRY) FIM MEMIF DET J1939DCM NVM ECUM STBM TM WGDIF AMD WGDM DBG DLT RTM 1 XCP 1 MCAL COM COM LDCOM IPDUM NM COMXF CAN J1939TP J1939NM J1939RM CANXCP CANTP CANNM CANSM CANIF CANTSYN SOMEIPXF LIN FR ETH V2G 1 LINXCP 1 LINTP LINNM LINSM LINIF E2EXF FRXCP FRTP FRARTP FRNM FRSM FRIF FRTSYN SECOC ETHXCP SD PDUR UDPNM DOIP SOAD TCPIP ETHSM ETHIF ETHTSYN EXT IO IOHWAB DNS EXI HTTP SCC TLS XML Security AVB 1 AVTP BMCA PTP LIBS CAL (CPL) CRC E2E Complex Driver ADCDRV EEPDRV FLSTST IICDRV 1 PORTDRV SPIDRV CANTRCV LINTRCV CANDRV ETHDRV FRDRV LINDRV PMWDRV WDGDRV DRVEXT 2 CORTST ETHSWT GPTDRV MCUDRV RAMTST ETHTRCV DIODRV FLSDRV ICUDRV OCUDRV SHEDRV 1 FRTRCV Microcontroller Vector Standard Software 3 rd Party Software 1 Available extensions for AUTOSAR 2 Includes EXTADC, EEPEXT, FLSEXT, ETHSWTEXT and WDGEXT Slide: 4/50

5 AUTOSAR and MICROSAR Software Architecture Ethernet Communication Stack COMM ETHSM ETH ETHIF ETHSWT ETHTRCV ETH Ethernet Driver > Uniform API to access all Ethernet controllers of the same type ETHTRCV Ethernet Transceiver Driver > Uniform API to access all Ethernet transceivers of the same type ETHSWT Ethernet Switch Driver > Configuration of Ethernet switches e.g. Virtual Local Area Networks (VLANs) and routing tables > Uniform API to access all Ethernet switches of the same type (ETHSWTEXT for external switches which are configured e.g. via SPI) ETHIF Ethernet Interface > Hardware independent interface to access all Ethernet drivers and Ethernet transceiver drivers > Handling of different VLANs ETHSM Ethernet State Manager > Enabling and disabling of Ethernet controller and Ethernet transceiver to switch on or off Ethernet communication Slide: 5/50

6 AUTOSAR and MICROSAR Software Architecture Ethernet Communication Stack COMM ETHSM PDUR SOAD TCPIP IPv4, ARP, ICMPv4 IPv6, NDP, ICMPv6 UDP, TCP, DHCPv4, DHCPv6 TCPIP TCP/IP stack > IPv4/IPv6 Internet Protocol version 4/version 6 (IPv4 and IPv6 can be used in parallel on the same ECU) > ARP Address Resolution Protocol (IPv4) > NDP Neighbor Discovery Protocol (IPv6) ETHIF ETHSWT > ICMPv4/v6 Internet Control Message Protocol > UDP User Datagram Protocol > TCP Transmission Control Protocol ETH ETHTRCV > DHCPv4/v6 Dynamic Host Configuration Protocol > v4: Client and Server > v6: Client only SOAD Socket Adaptor > Transformation of socket-based into AUTOSAR PDU-oriented communication Slide: 6/50

7 AUTOSAR and MICROSAR Software Architecture Supported Hardware Microcontrollers / Ethernet controllers > MPC (FEC and ENET) > TriCore, Aurix > V850, RH850 > Jacinto 6 (incl. switch functionality) > AR7000 (Powerline communication) > CANoeEmu (Simulating an Ethernet controller within a CANoe DLL) Ethernet transceivers > BCM89810 (BroadR-Reach) > DP83848 (100BASE-TX) > AR7000 (Powerline communication) > CANoeEmu (Simulating an Ethernet transceiver within a CANoe DLL) > Generic (Support of all transceivers which have a MII interface) Ethernet switches > BCM89501 (BroadR-Reach) Further controllers, transceivers and switches can be supported on request! Slide: 7/50

8 AUTOSAR and MICROSAR Software Architecture Supported Hardware Ethernet Switches Automotive Ethernet switches offer different configuration possibilities > VLAN > Forwarding tables > Queuing mechanisms > AUTOSAR architecture fits to all known Ethernet switch architectures µc µc µc MAC Switch Engine Switch Engine MAC MAC Switch MAC SPI (config. only) PHY PHY PHY PHY MAC MAC MAC PHY PHY Slide: 8/50

9 Agenda PES Solution Ethernet Overview 2 AUTOSAR and MICROSAR Software Architecture 4 > MICROSAR.ETH 11 MICROSAR.V2G 35 MICROSAR.AVB 38 Summary 42 Slide: 10/50

10 MICROSAR.ETH In-Vehicle Ethernet Communication Service Discovery (SD) Service-oriented communication scheme instead of a classical signal-oriented approach What is a Service? > A Service can contain Methods which can be called by other ECUs, this mechanism is known as Remote Procedure Call (RPC) > A Service can contain Events to which other ECUs can subscribe to be informed about changes or updates > There are Service providers (servers) and Service consumers (clients) What is the purpose of Service Discovery? > A provider announces the availability and implicitly the location of a Service via Service Discovery to other ECUs > A consumer knows the availability of a Service, can call Methods and can subscribe to offered Event groups Service Discovery was first specified in AUTOSAR Slide: 11/50

11 MICROSAR.ETH In-Vehicle Ethernet Communication Advantages > Avoid sending of invalid signals > Save bandwidth > Avoid sending multi- and broadcasts but use unicast > Save bandwidth on alternative communication paths (use advantage to Ethernet as a switched network) > Reduce CPU load > Dynamic relocation of Services possible Modes > Announce on startup > Query/Announce > Publish/Subscribe Client Server Offer service Call method Get return values (if available) Query service Offer service Call method Get return values (if available) Offer service Subscribe to event group Get notifications automatically Slide: 12/50

12 MICROSAR.ETH In-Vehicle Ethernet Communication Scalable Service-Oriented Middleware over IP (SOME/IP) SOME/IP is an automotive serialization protocol > Definition of a header format which supports RPCs, i.e. calling a function on a remote server ECU like it would be executed on the own ECU > Definition how application data shall be serialized to the on-the-wire payload > Support of basic data types, complex data types (e.g. C-struct), static and dynamic array data types > Independent on endianness > Designed for AUTOSAR and non-autosar ECUs Structured data struct uint32 val1 float32 val2 uint8 arr[1..3] Byte stream val1_1 val1_2 val1_3 val1_4 val2_1 val2_2 val2_3 val2_4 length arr arr_1 (arr_2) (arr_3) Slide: 13/50

13 MICROSAR.ETH In-Vehicle Ethernet Communication SOME/IP does not require Service Discovery and vice versa; however, they are designed to work together > Methods calls can be performed via SOME/IP messages > Event notifications can be sent via SOME/IP messages > Service Discovery messages like Offer and Query use the SOME/IP header SOME/IP was specified by BMW > Auxiliary document in AUTOSAR > SOME/IP will be specified in AUTOSAR Client Server_Add(1, 2); Serialize(1, 2); Send serialized parameters (uint8[]) to server Deserialize(uint8[]); Add(1, 2); Serialize(3); Send serialized return value (uint8[]) to client Server Deserialize(uint8[]); Server_Add_Result(3); Slide: 14/50

14 MICROSAR.ETH In-Vehicle Ethernet Communication UDP Network Management (UDPNM) Coordination of the transition between normal operation and bus-sleep mode of an Ethernet network > Periodic broadcast messages are sent by nodes which want to keep the NM-cluster awake > No master node > Node detection (detect all present nodes in a network) > Ready sleep detection (detect if all nodes in a network are ready for bus-sleep mode) > Partial Networking support added with AUTOSAR > Similar to network management on CAN No wake-up based on Ethernet communication possible > Additional bus connection or wake-up line necessary > Transceiver support missing > Power consumption in sleep mode is too high (all switches have to be powered up) > New transceivers will be available soon (2014) Slide: 15/50

15 MICROSAR.ETH In-Vehicle Ethernet Communication Signal-/PDU-based communication Mapping of Signals onto a PDU and a PDU onto a frame > Similar to classical communication on CAN Signals PDU Frame Transmission and reception of multiple PDUs in one Ethernet frame to save resources > Fan-out mechanism allows to transmit one PDU to several destinations via unicast > Location of a PDU within a frame is dynamic > Socket Adaptor adds and removes a small header to differentiate between PDUs which comprises a PDU identifier and a length field > Different frame triggering mechanisms available PDU Header Frame (UDP packet) Header Header Slide: 16/50

16 MICROSAR.ETH In-Vehicle Ethernet Communication RTE COMM SD UDPNM ETHSM ETH BSWM RTE ETHIF COM SOAD TCPIP PDUR IPv4, ARP, ICMPv4 IPv6, NDP, ICMPv6 UDP, TCP, DHCPv4, DHCPv6 ETHSWT SOME/IP LDCOM ETHTRCV SD Service Discovery > Management of service states > Configuring communication paths over the Socket Adaptor e.g. disable routing if service is not available SOME/IP Scalable Service-Oriented Middleware over Internet Protocol > Serialization of application data and deserialization of received data > Since AUTOSAR specified as RTE transformer > Large Data COM (LDCOM) can be used to save resources UDPNM UDP Network Management > Coordinated shut down of Ethernet ECUs > Connection to NMIF is not shown in the figure Slide: 17/50

17 MICROSAR.ETH Diagnostics, Measurement and Calibration Diagnostics over Internet Protocol (DoIP) Use-cases > Diagnostics (repair shop, legislator) Engineering test equipment Handheld scan-tool > ECU re-programming Manufacturer: End of line programming Repair shop: Software update : Advantages > High-speed access to vehicle ECUs > Gateway to existing bus systems like CAN and FlexRay Ethernet switch & WLAN access point > Parallel flash download > Ethernet, TCP/IP as well-known technology > New possibility for production and repair shop infrastructure (WLAN) DoIP Diag. Message Eth IP TCP DoIP UDS Eth Slide: 18/50

18 MICROSAR.ETH Diagnostics, Measurement and Calibration ISO External Test Equipment Ethernet / VLAN1 In-vehicle Test Equipment Ethernet / VLAN2 > Diagnostics of all DoIP Nodes, DoIP Gateways and ECUs behind the DoIP Gateways (addressing via logical DoIP address) > Use VLANs to encapsulate vehicle-internal from vehicle external communication 1 2 Ethernet 3 Switch 4 VLAN1, VLAN2 Ethernet VLAN2 (VLAN1), VLAN2 CAN DoIP Gateway DoIP Node FlexRay ECU ECU > Possibly re-configure the switch during runtime to make DoIP Nodes visible to the external test equipment after authentication to the DoIP Gateway, otherwise the DoIP Gateway has to route messages Slide: 19/50

19 MICROSAR.ETH Diagnostics, Measurement and Calibration External Test Equipment Ethernet / VLAN1 Ethernet, Plain UDS In-vehicle Test Equipment 1 2 Ethernet Ethernet / VLAN2 3 DoIP Gateway Switch 4 VLAN1, VLAN2 Ethernet, DoIP ISO does not specify DoIP-to-DoIP routing (Ethernet behind the gateway) > VLAN1-to-VLAN2 conversion on the same Ethernet port is also considered as routing > There are different possible solutions > Use plain UDS over TCP/IP without additional protocol > Use subset of DoIP or other OEM-specific protocol > DoIP Gateway implements a diagnostic tester (emulation) Ethernet, e.g. DoIP subset ECU ECU DoIP Node Slide: 21/50

20 MICROSAR.ETH Diagnostics, Measurement and Calibration Application RTE DCM DOIP Diagnostics over Internet Protocol > Implementation of ISO > The handling of the DoIP protocol was specified as Socket Adaptor plug-in in AUTOSAR 4.0.x and became a separate module in AUTOSAR 4.1.x PDUR PDUR PDU Router COMM ETHSM DOIP SOAD TCPIP CANTP > Central module for PDU forwarding and routing e.g. DoIP Dcm and DoIP CanTp DCM Diagnostic Communication Manager > Implementation of the diagnostic protocol (UDS) > Interaction with the Diagnostic Event Manager (DEM) to get diagnostic event information ETH ETHIF ETHSWT ETHTRCV CAN CANIF CAN TRCV > Interaction with the application over the RTE to query diagnostic information and execute procedures Slide: 24/50

21 MICROSAR.ETH Diagnostics, Measurement and Calibration Ethernet Flashbootloader (FBL) Fast ECU (re-)programming over Ethernet via DoIP > 100MBit/s instead of max. 1MBit/s with CAN Use-cases > End-of-line (EOL) ECU programming > After-sales ECU re-programming > ECU development Properties > Independent application which remains permanently in the ECU > The FBL is based on the MICROSAR.ETH BSW modules, but the source code cannot be shared between FBL and normal application > Because of the special flash driver, the FBL is a hardware dependent application Offered as additional service ECUs with Ethernet flashbootloader Vehicle access via Ethernet (DoIP) Diagnostic tester e.g. PC-based Slide: 25/50

22 MICROSAR.ETH Diagnostics, Measurement and Calibration ETHSM Flashbootloader DOIP SOAD TCPIP Flashbootloader > Communication (COMM and PDUR) wrapper > Flash/EEPROM driver > FBL security module > FBL diagnostics > FBL application ETHIF ETHSWT ETH ETHTRCV Slide: 26/50

23 MICROSAR.ETH Diagnostics, Measurement and Calibration Universal (X) Measurement and Calibration Protocol (XCP) Successor of CCP CAN Calibration Protocol Used for measurement, calibration, bypassing and ECU re-programming The XCP protocol is split into transport and protocol layer > The protocol layer is identical for all network technologies i.e. CAN, FlexRay, Ethernet, USB > The transport layer is specific for each network technology (different header and trailer data) ASAM AE MCD-1 XCP V1.1.0 > ASAM AE MCD-1 XCP V1.2.0 only adds CAN-FD as new transport layer, no functional changes XCP on Ethernet Eth IP UDP/TCP XCP H. XCP P. Eth XCP H. XCP P. = XCP Header (transport layer specific) = XCP Packet (protocol layer) Slide: 29/50

24 MICROSAR.ETH Diagnostics, Measurement and Calibration XCP Routing CANape XCP Master Ethernet > Due to its different transport layers, XCP has no native support for routing > Vector has developed a solution for XCP routing (Ethernet to CAN/FlexRay) together with an OEM including embedded software (MICROSAR ETH) and calibration tool (CANape) Switch 4 Ethernet Ethernet CAN XCP Gateway XCP Slave ECU XCP Slave FlexRay ECU XCP Slave ECU XCP Slave Slide: 30/50

25 MICROSAR.ETH Diagnostics, Measurement and Calibration XCP Routing > Route XCP data from a XCP master over a gateway to multiple ECUs and back > Send XCP on CAN/FlexRay messages over Ethernet from a XCP master to the gateway > UDP or TCP can be used as transport protocol > Cascading of XCP on X messages possible XCP Message (generic) XCP Header XCP Packet XCP Trailer XCP on CAN Message XCP Packet XCP Trailer XCP on Ethernet Message XCP Header XCP Packet XCP Routing Message Eth IP UDP/TCP XCP RH. XCP on X Eth XCP RH. XCP on X = XCP Routing Header (Vector-specific extension) = XCP on CAN/FlexRay message Slide: 31/50

26 MICROSAR.ETH Diagnostics, Measurement and Calibration Mirroring How can vehicle internal bus traffic be logged and analyzed if Ethernet is the only access point to the vehicle and without additional logging equipment? Solution: Mirroring of CAN/LIN/FlexRay bus traffic to Ethernet > Mirroring of complete communication > Simultaneous mirroring of all connected busses possible > Multiple CAN/LIN/FlexRay messages are packed in one Ethernet packet > Additional information is added to the mirrored messages > Mirror functionality can be switched on/off e.g. by a diagnostic command > Implementation as CDD above the Socket Adaptor with direct access to bus drivers Analysis of mirrored data in CANoe Gateway Ethernet Data Logger CAN 1 CAN 2 FlexRay LIN 1 LIN 2 Slide: 32/50

27 MICROSAR.ETH Diagnostics, Measurement and Calibration ETHXCP SOAD SOAD MIRROR ETHXCP XCP on Ethernet > Ethernet specific transport layer of ASAM AE MCD-1 XCP V1.1.0 COMM ETHSM ETH TCPIP ETHIF ETHSWT ETHTRCV SOAD Socket Adaptor > Vector specific extensions to the AUTOSAR specification to support XCP routing and Mirroring MIRROR Mirroring > Complex Driver above the Socket Adaptor with direct access to communication drivers Slide: 33/50

28 Agenda PES Solution Ethernet Overview 2 AUTOSAR and MICROSAR Software Architecture 4 MICROSAR.ETH 11 > MICROSAR.V2G 35 MICROSAR.AVB 38 Summary 42 Slide: 34/50

29 MICROSAR.V2G Smart Charge Communication (SCC) Simulation of car/on-board charger Test automation When and how to charge an electric vehicle? > How much energy is available/required? > How to pay? ISO > AC and DC charging > Profile: Plug and Charge (PnC) charging in a public environment with billing > Profile: External Identification Means (EIM) simple charging > Value Added Services (VAS) DIN SUT charge station Control Pilot Powerline Comm. Charging Power > DC charging (similar to ISO DC EIM no encryption, no payment) Electronic Load VT System Control CANoe Ethernet Optional: sinking real power Customer Specific Functions If the vehicle is connected to the Internet e.g. via a charge spot, additional webservices may be available or implemented by using e.g. HTTP Slide: 35/50

30 MICROSAR.V2G COMM ETHSM RTE ETH COM SCC V2GTP, SCC, EXI, XML Sec. TLS RTE ETHIF TCPIP IPv4, ARP, ICMPv4 IPv6, NDP, ICMPv6 UDP, TCP, DHCPv4, DHCPv6 ETHSWT COM Customer Functions HTTP DNSv4/v6 ETHTRCV TLS Transport Layer Security > Encryption and decryption of TCP streams SCC Smart Charge Communication > Implementation of the V2GTP (Vehicle-to-Grid transport protocol) > Efficient XML Interchange (EXI) and XML Security are implemented in separate modules DNSv4/v6 Domain Name Service > Resolver only: Resolution of URLs into IP addresses (IPv4/IPv6) HTTP Hypertext Transfer Protocol > String-based communication with a server Customer Functions > Customer specific functions, which e.g. are based on HTTP communication > An implementation of XML Engine and JSON (JavaScript Object Notation) is also available Slide: 36/50

31 Agenda PES Solution Ethernet Overview 2 AUTOSAR and MICROSAR Software Architecture 4 MICROSAR.ETH 11 MICROSAR.V2G 35 > MICROSAR.AVB 38 Summary 42 Slide: 37/50

32 MICROSAR.AVB Audio/Video Bridging (AVB) Transport audio and video streams > Through standard Ethernet network technology > With simple cabling > Fast and in real-time > Well synchronized and prioritized Right Front Head Unit (Bridge) Rear Left t = 0 Endpoint Slide: 38/50

33 MICROSAR.AVB Important IEEE specifications for bridging & management > Introduction and Overview > IEEE 802.1BA Audio Video Bridging (AVB) Systems > Generalized Precision Time Protocol (gptp) and Best Master Clock Algorithm (BMCA) > IEEE 802.1AS Timing and Synchronization for Time-Sensitive Applications > References IEEE 1588 > Traffic shaping > IEEE 802.1Qav Forwarding and Queuing Enhancements for Time-Sensitive Streams > Stream management > IEEE 802.1Qat Stream Reservation Protocol (SRP) > Dynamic stream announcement with admission control > Static implementation for automotive possible Audio/Video data transmission and reception > Audio/Video Transport Protocol (AVTP) > IEEE 1722(a) Layer 2 Transport Protocol for Time Sensitive Applications (a): Automotive version in draft status covers encryption, simple A/V streams and formats, automotive message types within an A/V stream Slide: 39/50

34 MICROSAR.AVB COMM ETHSM ETH RTE STBM ETHTSYN / PTP ETHIF ETHSWT RTE / Appl. AVTP ETHTRCV ETHTSYN Ethernet Time Synchronization > Time synchronization between Ethernet ECUs > The Synchronized Time Base Manager (STBM) acts as coordinator between different networks > ETHTSYN can also be used without STBM > Implements the Generalized Precision Time Protocol (gptp) > IEEE 802.1AS > Is specified by AUTOSAR 4.2 > Is part of MICROSAR.ETH but because it implements gptp, it is explained in context of MICROSAR.AVB > Best Master Clock Algorithm (BMCA) to determine the best clock in the system > Can be provided on request AVTP Audio/Video Transport Protocol > Transmission and reception of audio and video streams > IEEE 1722(a) Slide: 40/50

35 Agenda PES Solution Ethernet Overview 2 AUTOSAR and MICROSAR Software Architecture 4 MICROSAR.ETH 11 MICROSAR.V2G 35 MICROSAR.AVB 38 > Summary 42 Slide: 41/50

36 Summary Overall MICROSAR Ethernet Architecture Application SOME/IP RTE COMM C D D C D D C D D BSWM SD LDCOM UDPNM DOIP SOAD PDUR ETHXCP MIRROR COM Customer Fcts HTTP DNSv4/v6 TLS SCC V2GTP, SCC, EXI, XML Sec. STBM AVTP ETHSM TCPIP IPv4, ARP, ICMPv4 IPv6, NDP, ICMPv6 UDP, TCP, DHCPv4, DHCPv6 ETHTSYN ETHIF ETHSWT ETH ETHTRCV MICROSAR.ETH is the basis of MICROSAR.V2G and MICROSAR.AVB > All clusters and use-cases can run in parallel > Figure does not show ETHSWTEXT and the flashbootloader Slide: 43/50

37 Summary ECU Configuration Flow for MICROSAR.ETH DaVinci Developer.XML System Description / ECU Extract of System Description AUTOSAR 4.1.x / 4.2.x Contains system information which are needed for the ECU.xml Software Component Description files Embedded Coder TargetLink DaVinci Configurator Pro 5 Configuration of RTE + BSW Editing and Generation.c.h BSW module configuration header and code files RTE header and code files SWC header files.cdd/.odx CANdela Diagnostic Data Base ECUC Generation.xml ECU Configuration Description Other AUTOSAR tools Slide: 44/50

38 Summary Vector Ethernet Solution Ethernet and TCP/IP in Vehicles Ethernet and TCP/IP technologies have made their way into the vehicle and they are expected to extend into new application areas Automotive OEMs and suppliers are facing diverse challenges here Vector supports you in meeting these challenges with professional tools, embedded software and services CANalyzer/CANoe CANape vflash Indigo Development, Simulation, Analysis and Test Measurement & Calibration Reprogramming Test vehicle / ECU diagnostics VN5610 Network Interface XCP on Ethernet / XCP routing DoIP DoIP Vehicle Ethernet Charge Spot Charge Spot Software MICROSAR AUTOSAR Basic Software ECU VC121 Universal Controller Slide: 45/50

39 Thank you for your attention. For detailed information about Vector and our products please visit Author: Weber, Marc Vector Informatik GmbH Slide: 46/50

Introduction to Ethernet and IP in automotive vehicles

Introduction to Ethernet and IP in automotive vehicles Introduction to Ethernet and IP in automotive vehicles Webinar V1.02 2014-05-14 Agenda > Information 3 Introduction 6 Physical layers 8 IEEE Ethernet MAC + VLAN 14 Internet Protocol (IPv4/IPv6) 18 TCP

More information

AUTOSAR Configuration Process - How to handle 1000s of parameters

AUTOSAR Configuration Process - How to handle 1000s of parameters AUTOSAR Configuration Process - How to handle 1000s of parameters Webinar 2013-04-19 V2.0 2013-04-18 Agenda >Introduction AUTOSAR ECU Configuration Description ECU Configuration Workflow Multi-User Workflow

More information

SOME/IP SERVICE DISCOVERY THE NEED FOR SERVICE DISCOVERY IN THE VEHICLE

SOME/IP SERVICE DISCOVERY THE NEED FOR SERVICE DISCOVERY IN THE VEHICLE 2014-05-27, BMW Group, Dr. Lars Völker SOME/IP SERVICE DISCOVERY THE NEED FOR SERVICE DISCOVERY IN THE VEHICLE AGENDA Motivation Where do we come from? What does Ethernet bring to the table? Efficiency

More information

Convenient Charging of Electric Vehicles

Convenient Charging of Electric Vehicles Technical Article Convenient Charging of Electric Vehicles Smart Charging with MICROSAR IP enables flexible charging processes and easy payment Compared to conventionally powered vehicles, electric vehicles

More information

Standardized software components will help in mastering the. software should be developed for FlexRay were presented at

Standardized software components will help in mastering the. software should be developed for FlexRay were presented at Embedded Software for FlexRay Systems Special aspects and benefits of implementing modularized software Standardized software components will help in mastering the growing complexity of the interplay of

More information

Automotive Ethernet Prototype and test development with CANoe/CANalyzer.Ethernet

Automotive Ethernet Prototype and test development with CANoe/CANalyzer.Ethernet Insert picture and click Align Title Graphic. Automotive Ethernet Prototype and test development with CANoe/CANalyzer.Ethernet Vector Webinar 2014 Hans-Werner Schaal Ver. 4.2.1, Jun 2014 Slide: 1 Agenda

More information

Product Information Services for Embedded Software

Product Information Services for Embedded Software Product Information Services for Embedded Software Table of Contents 1 Technical Consulting/Engineering Services... 3 1.1 Overview of Advantages... 3 1.2 Application Areas... 3 2 Product- Services - Proficient

More information

From Signal Routing to complete AUTOSAR compliant CAN design with PREEvision (II)

From Signal Routing to complete AUTOSAR compliant CAN design with PREEvision (II) From Signal Routing to complete AUTOSAR compliant CAN design with PREEvision (II) RELEASED V0.01 2014-12-02 Agenda PREEvision AUTOSAR Webinar Part I AUTOSAR System and Software Design with PREEvision The

More information

Transport and Network Layer

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

More information

CCNA R&S: Introduction to Networks. Chapter 5: Ethernet

CCNA R&S: Introduction to Networks. Chapter 5: Ethernet CCNA R&S: Introduction to Networks Chapter 5: Ethernet 5.0.1.1 Introduction The OSI physical layer provides the means to transport the bits that make up a data link layer frame across the network media.

More information

User-friendly Configuration of AUTOSAR ECUs with Specialized Software Tools

User-friendly Configuration of AUTOSAR ECUs with Specialized Software Tools User-friendly Configuration of AUTOSAR ECUs with Specialized Software Tools The simple CAN ECU is a thing of the past. Now, a typical ECU utilizes many functions of the AUTOSAR basic software to perform

More information

100-101: Interconnecting Cisco Networking Devices Part 1 v2.0 (ICND1)

100-101: Interconnecting Cisco Networking Devices Part 1 v2.0 (ICND1) 100-101: Interconnecting Cisco Networking Devices Part 1 v2.0 (ICND1) Course Overview This course provides students with the knowledge and skills to implement and support a small switched and routed network.

More information

CCT vs. CCENT Skill Set Comparison

CCT vs. CCENT Skill Set Comparison Operation of IP Data Networks Recognize the purpose and functions of various network devices such as Routers, Switches, Bridges and Hubs Select the components required to meet a given network specification

More information

XMVAE Gigabit Ethernet Modules

XMVAE Gigabit Ethernet Modules XMVAE Gigabit Ethernet Modules Ixia's XMVAE Gigabit Ethernet Load Modules offer complete Layer 2-3 network and application testing functionality in a single test system for Automotive Ethernet switch and

More information

Beschleunigen Sie die Entwicklung Ihrer Embedded Software mit Dienstleistungen von Vector

Beschleunigen Sie die Entwicklung Ihrer Embedded Software mit Dienstleistungen von Vector Beschleunigen Sie die Entwicklung Ihrer Embedded Software mit Dienstleistungen von Vector Vector Embedded Software 2013 V1.3.0 2013-04-04 Your Presenters Today Michael Buck Manager Product Services / Technical

More information

Final for ECE374 05/06/13 Solution!!

Final for ECE374 05/06/13 Solution!! 1 Final for ECE374 05/06/13 Solution!! Instructions: Put your name and student number on each sheet of paper! The exam is closed book. You have 90 minutes to complete the exam. Be a smart exam taker -

More information

Industrial Communication Whitepaper. Principles of EtherNet/IP Communication

Industrial Communication Whitepaper. Principles of EtherNet/IP Communication Industrial Communication Whitepaper Principles of EtherNet/IP Communication 1 Contents Introduction...3 Producer/Consumer Model...4 EtherNet/IP Messaging Types...7 Real Time Data Exchanges...9 Typical

More information

Local Interconnect Network Training. Local Interconnect Network Training. Overview

Local Interconnect Network Training. Local Interconnect Network Training. Overview Overview Local Interconnect Network Training History and introduction Technical features The ISO/OSI reference model and LIN Frames Message Frames Communication concept of LIN Command Frames and Extended

More information

Networking Test 4 Study Guide

Networking Test 4 Study Guide Networking Test 4 Study Guide True/False Indicate whether the statement is true or false. 1. IPX/SPX is considered the protocol suite of the Internet, and it is the most widely used protocol suite in LANs.

More information

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 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

More information

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 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

More information

Course Overview: Learn the essential skills needed to set up, configure, support, and troubleshoot your TCP/IP-based network.

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

More information

ECU State Manager Module Development and Design for Automotive Platform Software Based on AUTOSAR 4.0

ECU State Manager Module Development and Design for Automotive Platform Software Based on AUTOSAR 4.0 ECU State Manager Module Development and Design for Automotive Platform Software Based on AUTOSAR 4.0 Dhanamjayan P.R. 1, Kuruvilla Jose 2, Manjusree S. 3 1 PG Scholar, Embedded Systems, 2 Specialist,

More information

Mathatma Gandhi University

Mathatma Gandhi University Mathatma Gandhi University BSc Computer Science IV th semester BCS 402 Computer Network &Internet MULTIPLE CHOICE QUESTIONS 1. The computer network is A) Network computer with cable B) Network computer

More information

VXLAN: Scaling Data Center Capacity. White Paper

VXLAN: Scaling Data Center Capacity. White Paper VXLAN: Scaling Data Center Capacity White Paper Virtual Extensible LAN (VXLAN) Overview This document provides an overview of how VXLAN works. It also provides criteria to help determine when and where

More information

Joint ITU-T/IEEE Workshop on Next Generation Optical Access Systems. DBA & QoS on the PON - Commonalities with Switching & Routing

Joint ITU-T/IEEE Workshop on Next Generation Optical Access Systems. DBA & QoS on the PON - Commonalities with Switching & Routing Joint ITU-T/IEEE Workshop on Next Generation Optical Access Systems DBA & QoS on the PON - Commonalities with Switching & Routing Howard Frazier, Technical Director Broadcom Corporation Agenda Passive

More information

HARTING Ha-VIS Management Software

HARTING Ha-VIS Management Software HARTING Ha-VIS Management Software People Power Partnership HARTING Management Software Network Management Automation IT - with mcon Switches from HARTING With the Ha-VIS mcon families, HARTING has expanded

More information

Understanding TCP/IP. Introduction. What is an Architectural Model? APPENDIX

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

More information

WISE-4000 Series. WISE IoT Wireless I/O Modules

WISE-4000 Series. WISE IoT Wireless I/O Modules WISE-4000 Series WISE IoT Wireless I/O Modules Bring Everything into World of the IoT WISE IoT Ethernet I/O Architecture Public Cloud App Big Data New WISE DNA Data Center Smart Configure File-based Cloud

More information

Review: Lecture 1 - Internet History

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

More information

Embedded OS. Product Information

Embedded OS. Product Information Product Information Table of Contents 1 Operating Systems for ECUs... 3 2 MICROSAR.OS The Real-Time Operating System for the AUTOSAR Standard... 3 2.1 Overview of Advantages... 3 2.2 Properties... 4 2.3

More information

Software Stacks for Mixed-critical Applications: Consolidating IEEE 802.1 AVB and Time-triggered Ethernet in Next-generation Automotive Electronics

Software Stacks for Mixed-critical Applications: Consolidating IEEE 802.1 AVB and Time-triggered Ethernet in Next-generation Automotive Electronics Software : Consolidating IEEE 802.1 AVB and Time-triggered Ethernet in Next-generation Automotive Electronics Soeren Rumpf Till Steinbach Franz Korf Thomas C. Schmidt till.steinbach@haw-hamburg.de September

More information

Lean and Easy Ways to Adopt MOST Technology

Lean and Easy Ways to Adopt MOST Technology Lean and Easy Ways to Adopt MOST Technology Microchip Puts the Synergistic Power of Evolution Right Into Your Hands Harald Kohler, Senior Manager, Business Development & Strategic Marketing Microchip Technology

More information

SSVVP SIP School VVoIP Professional Certification

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

More information

Procedure: You can find the problem sheet on Drive D: of the lab PCs. 1. IP address for this host computer 2. Subnet mask 3. Default gateway address

Procedure: You can find the problem sheet on Drive D: of the lab PCs. 1. IP address for this host computer 2. Subnet mask 3. Default gateway address Objectives University of Jordan Faculty of Engineering & Technology Computer Engineering Department Computer Networks Laboratory 907528 Lab.4 Basic Network Operation and Troubleshooting 1. To become familiar

More information

Lecture (02) Networking Model (TCP/IP) Networking Standard (OSI) (I)

Lecture (02) Networking Model (TCP/IP) Networking Standard (OSI) (I) Lecture (02) Networking Model (TCP/IP) Networking Standard (OSI) (I) By: Dr. Ahmed ElShafee ١ Dr. Ahmed ElShafee, ACU : Fall 2015, Networks II Agenda Introduction to networking architecture Historical

More information

Data Communication and Computer Network

Data Communication and Computer Network 1 Data communication principles, types and working principles of modems, Network principles, OSI model, functions of data link layer and network layer, networking components, communication protocols- X

More information

From Fieldbus to toreal Time Ethernet

From Fieldbus to toreal Time Ethernet Process Automation From Fieldbus to toreal Time Ethernet Safety, reliability IEC61158-2 as the physical layer too slow for Ethernet/IP frames Unsafe cables towards wireless solutions Factory automation

More information

UPPER LAYER SWITCHING

UPPER LAYER SWITCHING 52-20-40 DATA COMMUNICATIONS MANAGEMENT UPPER LAYER SWITCHING Gilbert Held INSIDE Upper Layer Operations; Address Translation; Layer 3 Switching; Layer 4 Switching OVERVIEW The first series of LAN switches

More information

District of Columbia Courts Attachment 1 Video Conference Bridge Infrastructure Equipment Performance Specification

District of Columbia Courts Attachment 1 Video Conference Bridge Infrastructure Equipment Performance Specification 1.1 Multipoint Control Unit (MCU) A. The MCU shall be capable of supporting (20) continuous presence HD Video Ports at 720P/30Hz resolution and (40) continuous presence ports at 480P/30Hz resolution. B.

More information

Safety and Security Features in AUTOSAR

Safety and Security Features in AUTOSAR Safety and Security Features in AUTOSAR Nagarjuna Rao Kandimala, Michal Sojka Czech Technical University in Prague 166 27 Praha 6, Czech Republic Thursday 15 th November, 2012 Contents 1 Introduction 2

More information

Protocol Data Units and Encapsulation

Protocol Data Units and Encapsulation Chapter 2: Communicating over the 51 Protocol Units and Encapsulation For application data to travel uncorrupted from one host to another, header (or control data), which contains control and addressing

More information

LIN (Local Interconnect Network):

LIN (Local Interconnect Network): LIN (Local Interconnect Network): History: LIN (Local Interconnect Network) was developed as cost-effective alternate to CAN protocol. In 1998 a group of companies including Volvo, Motorola, Audi, BMW,

More information

IT4504 - Data Communication and Networks (Optional)

IT4504 - Data Communication and Networks (Optional) - Data Communication and Networks (Optional) INTRODUCTION This is one of the optional courses designed for Semester 4 of the Bachelor of Information Technology Degree program. This course on Data Communication

More information

Overview of Computer Networks

Overview of Computer Networks Overview of Computer Networks Client-Server Transaction Client process 4. Client processes response 1. Client sends request 3. Server sends response Server process 2. Server processes request Resource

More information

Automatic Configuration and Service Discovery for Networked Smart Devices

Automatic Configuration and Service Discovery for Networked Smart Devices Automatic Configuration and Service Discovery for Networked Smart Devices Günter Obiltschnig Applied Informatics Software Engineering GmbH St. Peter 33 9184 St. Jakob im Rosental Austria Tel: +43 4253

More information

ISO11783 a Standardized Tractor Implement Interface

ISO11783 a Standardized Tractor Implement Interface ISO a ized Tractor Implement Interface Peter Fellmeth, Vector Informatik GmbH The upcoming ISO standard will be the preferred tractor Implement interface in the agricultural industry. Therefore the ISO

More information

IP Networking. Overview. Networks Impact Daily Life. IP Networking - Part 1. How Networks Impact Daily Life. How Networks Impact Daily Life

IP Networking. Overview. Networks Impact Daily Life. IP Networking - Part 1. How Networks Impact Daily Life. How Networks Impact Daily Life Overview Dipl.-Ing. Peter Schrotter Institute of Communication Networks and Satellite Communications Graz University of Technology, Austria Fundamentals of Communicating over the Network Application Layer

More information

Product Information CANalyzer.J1939

Product Information CANalyzer.J1939 Product Information CANalyzer.J1939 Table of Contents 1 Introduction... 3 1.1 Application Areas... 3 1.2 Features and Advantages... 3 1.3 Further Information... 3 2 Functions... 4 3 Hardware Interfaces...

More information

Remote Serial over IP Introduction on serial connections via IP/Ethernet

Remote Serial over IP Introduction on serial connections via IP/Ethernet Remote Serial over IP Introduction on serial connections via IP/Ethernet TABLE OF CONTENT TABLE OF CONTENT... I TABLE OF IMAGES... I INTRODUCTION... 1 Classic Style of Communication... 1 Ethernet and

More information

10/100/1000 Ethernet MAC with Protocol Acceleration MAC-NET Core

10/100/1000 Ethernet MAC with Protocol Acceleration MAC-NET Core 1 Introduction The implements, in conjunction with a triple speed 10/100/1000 MAC, Layer 3 network acceleration functions, which are designed to accelerate the processing of various common networking protocols

More information

Ethernet. Ethernet. Network Devices

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

More information

Networking 4 Voice and Video over IP (VVoIP)

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

More information

Data Communication Networks and Converged Networks

Data Communication Networks and Converged Networks Data Communication Networks and Converged Networks The OSI Model and Encapsulation Layer traversal through networks Protocol Stacks Converged Data/Telecommunication Networks From Telecom to Datacom, Asynchronous

More information

Internet Control Protocols Reading: Chapter 3

Internet Control Protocols Reading: Chapter 3 Internet Control Protocols Reading: Chapter 3 ARP - RFC 826, STD 37 DHCP - RFC 2131 ICMP - RFC 0792, STD 05 1 Goals of Today s Lecture Bootstrapping an end host Learning its own configuration parameters

More information

Chapter 2 - The TCP/IP and OSI Networking Models

Chapter 2 - The TCP/IP and OSI Networking Models Chapter 2 - The TCP/IP and OSI Networking Models TCP/IP : Transmission Control Protocol/Internet Protocol OSI : Open System Interconnection RFC Request for Comments TCP/IP Architecture Layers Application

More information

20 GE + 4 GE Combo SFP + 2 10G Slots L3 Managed Stackable Switch

20 GE + 4 GE Combo SFP + 2 10G Slots L3 Managed Stackable Switch GTL-2691 Version: 1 Modules are to be ordered separately. 20 GE + 4 GE Combo SFP + 2 10G Slots L3 Managed Stackable Switch The LevelOne GEL-2691 is a Layer 3 Managed switch with 24 x 1000Base-T ports associated

More information

MBP_MSTR: Modbus Plus Master 12

MBP_MSTR: Modbus Plus Master 12 Unity Pro MBP_MSTR 33002527 07/2011 MBP_MSTR: Modbus Plus Master 12 Introduction This chapter describes the MBP_MSTR block. What s in this Chapter? This chapter contains the following topics: Topic Page

More information

48 GE PoE-Plus + 2 GE SFP L2 Managed Switch, 375W

48 GE PoE-Plus + 2 GE SFP L2 Managed Switch, 375W GEP-5070 Version: 1 48 GE PoE-Plus + 2 GE SFP L2 Managed Switch, 375W The LevelOne GEP-5070 is an intelligent L2 Managed Switch with 48 x 1000Base-T PoE-Plus ports and 2 x 100/1000BASE-X SFP (Small Form

More information

Interconnecting Cisco Network Devices 1 Course, Class Outline

Interconnecting Cisco Network Devices 1 Course, Class Outline www.etidaho.com (208) 327-0768 Interconnecting Cisco Network Devices 1 Course, Class Outline 5 Days Interconnecting Cisco Networking Devices, Part 1 (ICND1) v2.0 is a five-day, instructorled training course

More information

FlexRay A Communications Network for Automotive Control Systems

FlexRay A Communications Network for Automotive Control Systems FlexRay A Communications Network for Automotive Control Systems WFCS 2006 Rainer Makowitz Automotive Systems Engineering, EMEA Freescale and the Freescale logo are trademarks of Freescale Semiconductor,

More information

Internetworking and IP Address

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

More information

Guide to Network Defense and Countermeasures Third Edition. Chapter 2 TCP/IP

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

More information

AlliedWare Plus OS How To Use sflow in a Network

AlliedWare Plus OS How To Use sflow in a Network AlliedWare Plus OS How To Use sflow in a Network Introduction sflow is an industry-standard sampling system that is embedded in Allied Telesis' high-performing Layer 3 switches. sflow enables you to use

More information

"Charting the Course...

Charting the Course... Description "Charting the Course... Course Summary Interconnecting Cisco Networking Devices: Accelerated (CCNAX), is a course consisting of ICND1 and ICND2 content in its entirety, but with the content

More information

Introduction to IP v6

Introduction to IP v6 IP v 1-3: defined and replaced Introduction to IP v6 IP v4 - current version; 20 years old IP v5 - streams protocol IP v6 - replacement for IP v4 During developments it was called IPng - Next Generation

More information

Safety compliance. Energy management. System architecture advisory services. Diagnostics. Network topologies. Physical and functional partitioning

Safety compliance. Energy management. System architecture advisory services. Diagnostics. Network topologies. Physical and functional partitioning Energy management Network topologies Physical and functional partitioning Safety compliance Diagnostics System architecture advisory services www.continental-corporation.com Why system architecture? 2

More information

CCNA 1: Networking Basics. Cisco Networking Academy Program Version 3.0

CCNA 1: Networking Basics. Cisco Networking Academy Program Version 3.0 CCNA 1: Networking Basics Cisco Networking Academy Program Version 3.0 Table of Contents CCNA 1: NETWORKING BASICS...1 TARGET AUDIENCE...3 PREREQUISITES...3 COURSE DESCRIPTION...3 COURSE OBJECTIVES...3

More information

The BANDIT Device in the Network

The BANDIT Device in the Network encor! enetworks TM Version A.1, March 2010 2013 Encore Networks, Inc. All rights reserved. The BANDIT Device in the Network The BANDIT II and the BANDIT III, ROHS-compliant routers in the family of BANDIT

More information

This topic lists the key mechanisms use to implement QoS in an IP network.

This topic lists the key mechanisms use to implement QoS in an IP network. IP QoS Mechanisms QoS Mechanisms This topic lists the key mechanisms use to implement QoS in an IP network. QoS Mechanisms Classification: Each class-oriented QoS mechanism has to support some type of

More information

In-Vehicle Networking

In-Vehicle Networking In-Vehicle Networking SAE Network classification Class A networks Low Speed (

More information

BASIC ANALYSIS OF TCP/IP NETWORKS

BASIC ANALYSIS OF TCP/IP NETWORKS BASIC ANALYSIS OF TCP/IP NETWORKS INTRODUCTION Communication analysis provides powerful tool for maintenance, performance monitoring, attack detection, and problems fixing in computer networks. Today networks

More information

The Elements of GigE Vision

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

More information

Data Networking and Architecture. Delegates should have some basic knowledge of Internet Protocol and Data Networking principles.

Data Networking and Architecture. Delegates should have some basic knowledge of Internet Protocol and Data Networking principles. Data Networking and Architecture The course focuses on theoretical principles and practical implementation of selected Data Networking protocols and standards. Physical network architecture is described

More information

Overview of Routing between Virtual LANs

Overview of Routing between Virtual LANs Overview of Routing between Virtual LANs This chapter provides an overview of virtual LANs (VLANs). It describes the encapsulation protocols used for routing between VLANs and provides some basic information

More information

Reducing Configuration Complexity with Next Gen IoT Networks

Reducing Configuration Complexity with Next Gen IoT Networks Reducing Configuration Complexity with Next Gen IoT Networks Orama Inc. November, 2015 1 Network Lighting Controls Low Penetration - Why? Commissioning is very time-consuming & expensive Network configuration

More information

VIA CONNECT PRO Deployment Guide

VIA CONNECT PRO Deployment Guide VIA CONNECT PRO Deployment Guide www.true-collaboration.com Infinite Ways to Collaborate CONTENTS Introduction... 3 User Experience... 3 Pre-Deployment Planning... 3 Connectivity... 3 Network Addressing...

More information

Internet of things (IOT) applications covering industrial domain. Dev Bhattacharya dev_bhattacharya@ieee.org

Internet of things (IOT) applications covering industrial domain. Dev Bhattacharya dev_bhattacharya@ieee.org Internet of things (IOT) applications covering industrial domain Dev Bhattacharya dev_bhattacharya@ieee.org Outline Internet of things What is Internet of things (IOT) Simplified IOT System Architecture

More information

Chapter 5. Data Communication And Internet Technology

Chapter 5. Data Communication And Internet Technology Chapter 5 Data Communication And Internet Technology Purpose Understand the fundamental networking concepts Agenda Network Concepts Communication Protocol TCP/IP-OSI Architecture Network Types LAN WAN

More information

Procedure: You can find the problem sheet on Drive D: of the lab PCs. Part 1: Router & Switch

Procedure: You can find the problem sheet on Drive D: of the lab PCs. Part 1: Router & Switch University of Jordan Faculty of Engineering & Technology Computer Engineering Department Computer Networks Laboratory 907528 Lab. 2 Network Devices & Packet Tracer Objectives 1. To become familiar with

More information

Objectives of Lecture. Network Architecture. Protocols. Contents

Objectives of Lecture. Network Architecture. Protocols. Contents Objectives of Lecture Network Architecture Show how network architecture can be understood using a layered approach. Introduce the OSI seven layer reference model. Introduce the concepts of internetworking

More information

Transport Layer Protocols

Transport Layer Protocols Transport Layer Protocols Version. Transport layer performs two main tasks for the application layer by using the network layer. It provides end to end communication between two applications, and implements

More information

Network Simulation Traffic, Paths and Impairment

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

More information

Software Development for Multiple OEMs Using Tool Configured Middleware for CAN Communication

Software Development for Multiple OEMs Using Tool Configured Middleware for CAN Communication 01PC-422 Software Development for Multiple OEMs Using Tool Configured Middleware for CAN Communication Pascal Jost IAS, University of Stuttgart, Germany Stephan Hoffmann Vector CANtech Inc., USA Copyright

More information

The OSI and TCP/IP Models. Lesson 2

The OSI and TCP/IP Models. Lesson 2 The OSI and TCP/IP Models Lesson 2 Objectives Exam Objective Matrix Technology Skill Covered Exam Objective Exam Objective Number Introduction to the OSI Model Compare the layers of the OSI and TCP/IP

More information

Cisco Certified Network Associate Exam. Operation of IP Data Networks. LAN Switching Technologies. IP addressing (IPv4 / IPv6)

Cisco Certified Network Associate Exam. Operation of IP Data Networks. LAN Switching Technologies. IP addressing (IPv4 / IPv6) Cisco Certified Network Associate Exam Exam Number 200-120 CCNA Associated Certifications CCNA Routing and Switching Operation of IP Data Networks Operation of IP Data Networks Recognize the purpose and

More information

User Manual. EtherUSB

User Manual. EtherUSB User Manual EtherUSB USB Ethernet Access Point for PDA V 2.0 Clarinet Systems, Inc. Clarinet Systems, Inc. http://www.clarinetsys.com Page 1 Publication Revision No. Control Table Rev. No. Date Contents

More information

Agenda. Distributed System Structures. Why Distributed Systems? Motivation

Agenda. Distributed System Structures. Why Distributed Systems? Motivation Agenda Distributed System Structures CSCI 444/544 Operating Systems Fall 2008 Motivation Network structure Fundamental network services Sockets and ports Client/server model Remote Procedure Call (RPC)

More information

hp ProLiant network adapter teaming

hp ProLiant network adapter teaming hp networking june 2003 hp ProLiant network adapter teaming technical white paper table of contents introduction 2 executive summary 2 overview of network addressing 2 layer 2 vs. layer 3 addressing 2

More information

EITF25 Internet Techniques and Applications L5: Wide Area Networks (WAN) Stefan Höst

EITF25 Internet Techniques and Applications L5: Wide Area Networks (WAN) Stefan Höst EITF25 Internet Techniques and Applications L5: Wide Area Networks (WAN) Stefan Höst Data communication in reality In reality, the source and destination hosts are very seldom on the same network, for

More information

MINIMUM NETWORK REQUIREMENTS 1. REQUIREMENTS SUMMARY... 1

MINIMUM NETWORK REQUIREMENTS 1. REQUIREMENTS SUMMARY... 1 Table of Contents 1. REQUIREMENTS SUMMARY... 1 2. REQUIREMENTS DETAIL... 2 2.1 DHCP SERVER... 2 2.2 DNS SERVER... 2 2.3 FIREWALLS... 3 2.4 NETWORK ADDRESS TRANSLATION... 4 2.5 APPLICATION LAYER GATEWAY...

More information

Safety and security related features in AUTOSAR

Safety and security related features in AUTOSAR Safety and security related features in Dr. Stefan Bunzel Spokesperson (Continental) Co-Authors: S. Fürst, Dr. J. Wagenhuber (BMW), Dr. F. Stappert (Continental) Automotive - Safety & Security 2010 22

More information

R&S AFQ100A, R&S AFQ100B I/Q Modulation Generator Supplement

R&S AFQ100A, R&S AFQ100B I/Q Modulation Generator Supplement I/Q Modulation Generator Supplement The following description relates to the Operating Manuals, version 03 of R&S AFQ100A, and version 01 of R&S AFQ100B. It encloses the following topics: LXI features,

More information

Introduction to LIN. Webinar

Introduction to LIN. Webinar Introduction to LIN Webinar V2.2.07 2014-03-03 Agenda > Information 4 Overview 6 LIN Workflow 9 LIN Physical Layer 12 LIN Communication 14 Synchronization of the LIN nodes 16 LIN Message & Scheduling 19

More information

From Diagnostic Requirements to Communication

From Diagnostic Requirements to Communication From Diagnostic Requirements to Communication Standardization is the Trend in the Development of Automotive Electronics A key aim of open architectures, configurable components and harmonized exchange

More information

IP SAN Fundamentals: An Introduction to IP SANs and iscsi

IP SAN Fundamentals: An Introduction to IP SANs and iscsi IP SAN Fundamentals: An Introduction to IP SANs and iscsi Updated April 2007 Sun Microsystems, Inc. 2007 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, CA 95054 USA All rights reserved. This

More information

4. H.323 Components. VOIP, Version 1.6e T.O.P. BusinessInteractive GmbH Page 1 of 19

4. H.323 Components. VOIP, Version 1.6e T.O.P. BusinessInteractive GmbH Page 1 of 19 4. H.323 Components VOIP, Version 1.6e T.O.P. BusinessInteractive GmbH Page 1 of 19 4.1 H.323 Terminals (1/2)...3 4.1 H.323 Terminals (2/2)...4 4.1.1 The software IP phone (1/2)...5 4.1.1 The software

More information

TYLER JUNIOR COLLEGE School of Continuing Studies 1530 SSW Loop 323 Tyler, TX 75701 1.800.298.5226 www.tjc.edu/continuingstudies/mycaa

TYLER JUNIOR COLLEGE School of Continuing Studies 1530 SSW Loop 323 Tyler, TX 75701 1.800.298.5226 www.tjc.edu/continuingstudies/mycaa TYLER JUNIOR COLLEGE School of Continuing Studies 1530 SSW Loop 323 Tyler, TX 75701 1.800.298.5226 www.tjc.edu/continuingstudies/mycaa Education & Training Plan CompTIA N+ Specialist Program Student Full

More information

Automotive Communication Network Trends

Automotive Communication Network Trends Automotive Communication Network Trends Renesas Electronics America Inc. Renesas Technology & Solution Portfolio 2 Microcontroller and Microprocessor Line-up 2010 2012 32-bit 1200 DMIPS, Superscalar Automotive

More information

GregSowell.com. Mikrotik Basics

GregSowell.com. Mikrotik Basics Mikrotik Basics Terms Used Layer X When I refer to something being at layer X I m referring to the OSI model. VLAN 802.1Q Layer 2 marking on traffic used to segment sets of traffic. VLAN tags are applied

More information