webinar series

Size: px
Start display at page:

Download "webinar series"

Transcription

1 webinar series Introdction to Atomotive Ethernet V

2 Agenda Information 3 Introdction 6 Physical layers 9 IEEE Ethernet MAC + VLAN 16 Internet Protocol (IPv4/IPv6) 19 TCP and UDP 22 DoIP 25 Signal/PDU 31 SOME/IP 35 TSN 40 Smmary and otlook 45 2

3 Information Moderator Dipl. Ing. (FH), M.Sc. Jan Bossert Technical Trainer Areas of responsibility CAN, FlexRay, Ethernet and IP CANoe and CANalyzer 3

4 Information Vector training classes/workshops VectorAcademy Basics: > CAN, LIN, Ethernet and IP, Prodcts: > CANoe, CANalyzer, CANape, Software components: > AUTOSAR, OSEK/VDX, Additional information: > Ethernet E-Learning: > 4

5 Agenda Information 3 Introdction 6 Physical layers 9 IEEE Ethernet MAC + VLAN 16 Internet Protocol (IPv4/IPv6) 19 TCP and UDP 22 DoIP 25 Signal/PDU 31 SOME/IP 35 TSN 40 Smmary and otlook 45 5

6 Introdction webinar series Part 1: Introdction to Atomotive Ethernet > Host: Jan Bossert > Thrsday, May 03 rd, 2018 Part 2: Moving Forward: Tool Spported Development for Atomotive Ethernet in Time Sensitive Networks > Host: Patrick Pfeifer > Thrsday, May 17 th, 2018 Part 3: The Vector Embedded Ethernet Stack and Its Use Cases in Motor Vehicles > Host: Marks Helmling, Bernd Jesse > Thrsday, Jne 07 th, 2018 Part 4: PREEvision Atomotive Ethernet Design > Host: Daniel Gebaer > Monday, Jne 25 th,

7 Introdction Application area Diagnostics and Flash Update Service-oriented Commnication Signal-oriented Commnication Adio/Video Time Sync 7 6 DoIP SOME/IP Signal/PDU 5 TSN 4 TCP/UDP 3 IPv4/IPv6 2 IEEE Ethernet MAC + VLAN 1 Ethernet PHY (IEEE 100Base-T1, IEEE 1000Base-T1, IEEE 100Base-TX, IEEE 1000Base-T) 7

8 Agenda Information 3 Introdction 6 Physical layers 9 IEEE Ethernet MAC + VLAN 16 Internet Protocol (IPv4/IPv6) 19 TCP and UDP 22 DoIP 25 Signal/PDU 31 SOME/IP 35 TSN 40 Smmary and otlook 45 8

9 Physical layers Ethernet topology in atomotive 9

10 Physical layers Components of an ECU Digital I/O µc MII MII µc: HOST Contains application and basic software Needs an IEEE Ethernet MAC for Ethernet commnication Ethernet PHY MII: Medim Independent Interface Connection between µc and PHY MDI MDI: Medim Dependent Interface Connection to physical layer Medim Data stream Control signals 10

11 Physical layers IEEE 100Base-T1 (formerly OABR) ECU 1 Coding/Decoding: ECU 2 4B/3B, 3B2T, PAM3 MASTER IEEE 100Base-T1 PHY MDI Clock recovery/synchronization: Master-slave behavior Configred in PHY SLAVE IEEE 100Base-T1 PHY MDI UTP: Unshielded Twisted Pair 100 Mbit/s FULL DUPLEX 11

12 Physical layers IEEE 1000Base-T1 Coding/Decoding: ECU 1 ECU 2 80B/81B, 3B2T, PAM3 FEC (Forward Error Correction) MASTER IEEE 1000Base-T1 PHY MDI Clock recovery/synchronization: Master-slave behavior Configred in PHY SLAVE IEEE 1000Base-T1 PHY MDI UTP: Unshielded Twisted Pair 1000 Mbit/s FULL DUPLEX 12

13 Physical layers IEEE 100Base-TX Coding/Decoding: NRZI, 4B5B, MLT-3 ECU 1 ECU 2 100Base-TX PHY Clock recovery/synchronization: Each path is activated by transmitter Synchronization is done continosly 100Base-TX PHY MDI MDI Tx Rx Tx Rx 100 Mbit/s FULL DUPLEX 13

14 Physical layers IEEE 1000Base-T Coding/Decoding: 4D-PAM5, 8B1Q4 ECU 1 Clock recovery: ECU 2 Master-slave behavior Role is configred or negotiated MASTER 1000Base-T PHY SLAVE 1000Base-T PHY MDI MDI 1000 Mbit/s FULL DUPLEX 14

15 Agenda Information 3 Introdction 6 Physical layers 9 IEEE Ethernet MAC + VLAN 16 Internet Protocol (IPv4/IPv6) 19 TCP and UDP 22 DoIP 25 Signal/PDU 31 SOME/IP 35 TSN 40 Smmary and otlook 45 15

16 IEEE Ethernet MAC + VLAN Properties Ethernet Medim Access Control + VLAN Independent data link layer which spports different PHYs Defines basic fnctions for commnication: > Bs access: CSMA/CD > Frame format: Ethernet Frame > Addressing: Node addressing Ethernet MAC + VLAN Detailed sb-layers of layer 2: > LLC: Logical Link Control Controls different connections of higher layers > MAC: Medim Access Control Provides above-named fnctions 1 Ethernet PHY 16

17 IEEE Ethernet MAC + VLAN MAC addresses and VLAN MAC address AA:BB:CC:DD:EE:01 VLAN 1, VLAN 2 Switch MAC address AA:BB:CC:DD:EE:02 VLAN 2, VLAN 3 MAC PHY PHY PHY PHY MAC address AA:BB:CC:DD:EE:03 VLAN 1, VLAN 3 MAC address AA:BB:CC:DD:EE:04 VLAN 1, VLAN 2, VLAN 3 17

18 Agenda Information 3 Introdction 6 Physical layers 9 IEEE Ethernet MAC + VLAN 16 Internet Protocol (IPv4/IPv6) 19 TCP and UDP 22 DoIP 25 Signal/PDU 31 SOME/IP 35 TSN 40 Smmary and otlook 45 18

19 Internet Protocol (IPv4/IPv6) Properties Internet Protocol v4/v6 7 Allows roting of data packets across network bondaries 6 5 Two versions are available > IPv4: For Byte addresses (32 Bit) > IPv6: Sixteen Byte addresses (128 Bit) 4 3 IPv4/IPv6 Is sing Ethernet Frames: > IPv4: Type 0x0800 > IPv6: Type 0x86DD 2 Ethernet MAC + VLAN 1 Ethernet PHY 19

20 Internet Protocol (IPv4/IPv6) IP addresses (Example IPv4) 20

21 Agenda Information 3 Introdction 6 Physical layers 9 IEEE Ethernet MAC + VLAN 16 Internet Protocol (IPv4/IPv6) 19 TCP and UDP 22 DoIP 25 Signal/PDU 31 SOME/IP 35 TSN 40 Smmary and otlook 45 21

22 TCP and UDP Introdction 7 TCP: Transmission Control Protocol Allows connection-oriented commnication 6 5 UDP: User Datagram Protocol Allows connectionless commnication TCP/UDP IPv4/IPv6 Ethernet MAC + VLAN Ethernet PHY TCP and UDP Ports are sed for addressing > Sorce Port: Transmitter sorce port > Destination Port: Receiver destination port Are sing IP packets: > TCP: protocol field = 6 > UDP: protocol field = 17 22

23 TCP and UDP TCP/UDP ports 23

24 Agenda Information 3 Introdction 6 Physical layers 9 IEEE Ethernet MAC + VLAN 16 Internet Protocol (IPv4/IPv6) 19 TCP and UDP 22 DoIP 25 Signal/PDU 31 SOME/IP 35 TSN 40 Smmary and otlook 45 24

25 DoIP DoIP: Diagnostics over IP Diagnostics and Flash Update 7 Application areas: > Diagnostics over Ethernet and IP 6 DoIP > Flash programming 5 Needs TCP and UDP packets: > UDP: Vehicle discovery, stats information 4 TCP/UDP > TCP: Diagnostics messages, alive check, etc. 3 IPv4/IPv6 Description file: CDD, ODX, etc. 2 Ethernet MAC + VLAN > Describes available diagnostic services 1 Ethernet PHY 25

26 DoIP Diagnostic Tester Description file: CDD, ODX, etc. Tester needs a description file for each ECU Tester Logical address: For each ECU and Tester an own logical address has to be defined Tester UDP/IP or TCP/IP: Layer 3: IP addresses (e.g ) Layer 4: UDP/TCP ports (e.g ) Ethernet Activation Line GW Door CAN Roof Seat 26

27 DoIP Diagnostic Gateway Activation Line: e.g. via WWH-OBD Activates the diagnostic connector at the Gateway (physically) Logical addresses: For each ECU and Tester an own logical address has to be defined UDP/IP or TCP/IP: Layer 3: IP addresses (e.g ) Layer 4: UDP/TCP ports (e.g ) Activation Line GW Door Ethernet CAN Roof Seat 27

28 DoIP Diagnostics Gateway for parallel re-programming Tester 0x0E00 Ethernet Diagnostics Gateway 0x0200 FlexRay CAN CAN LIN 0x0350 0x0301 0x0401 0x0501 0x0601 0x0351 0x0302 0x0402 0x0550 0x0352 0x0303 0x0403 0x0551 ECUs re-programmed in parallel 28

29 DoIP Seqence for CAN diagnostics Tester DHCP Server DoIP Client Diag. Gateway DHCP Client DoIP Server CAN ECU Activation line active [UDP] DHCP-based IP address assignment [UDP] DoIP Vehicle Identification [TCP] Connection setp [TCP] DoIP Roting Activation [TCP] DoIP Diagnostic Messages 1. Diag. Message (diagnostic reqest) 2. Diag. Message Acknowledgement 3. Diag. Message (diagnostic response) [TCP] Connection shtdown 29

30 Agenda Information 3 Introdction 6 Physical layers 9 IEEE Ethernet MAC + VLAN 16 Internet Protocol (IPv4/IPv6) 19 TCP and UDP 22 DoIP 25 Signal/PDU 31 SOME/IP 35 TSN 40 Smmary and otlook 45 30

31 Signal/PDU Signal-oriented Commnication (Signal/PDU) Signal-oriented Commnication 7 6 Signal/PDU Application areas : > Classical signal transmission via PDUs > Forwarding of data from classical bs systems via Ethernet Backbone TCP/UDP IPv4/IPv6 Needs TCP and UDP packets: > UDP: Allows Mlti-/Broadcast, faster than TCP > TCP: more reliable than UDP, only Unicast 2 Ethernet MAC + VLAN Description file: ARXML > Description of signals, PDUs and frames 1 Ethernet PHY 31

32 Signal/PDU Data transmission via Ethernet Backbone Central Gateway Ethernet GW A GW B GW C GW D FlexRay CAN CAN LIN GW E ECU 3 ECU 6 ECU 9 ECU 12 ECU 1 ECU 4 ECU 7 ECU 10 ECU 2 ECU 5 ECU 8 ECU 11 Data transmission via Ethernet Backbone 32

33 Signal/PDU Layot of signals, PDUs and frames Static Layot > Comparable to classical bs systems (CAN, FlexRay, etc.) Signals PDU Frame Dynamic Layot > Each PDU gets an own niqe Header (Identifier and Length) > A PDU has no fixed position in a Frame Header PDU Header Header Frame (e. g. UDP packet) 33

34 Agenda Information 3 Introdction 6 Physical layers 9 IEEE Ethernet MAC + VLAN 16 Internet Protocol (IPv4/IPv6) 19 TCP and UDP 22 DoIP 25 Signal/PDU 31 SOME/IP 35 TSN 40 Smmary and otlook 45 34

35 SOME/IP SOME/IP: Scalable service-oriented MiddlewarE over IP Service Control/Discovery 7 6 SOME/IP Application areas: > SOME/IP: Service-oriented data transmission for controlled commnication > SOME/IP-SD: SOME/IP Service Discovery 5 Uses TCP segments or UDP datagrams: 4 TCP/UDP > UDP: Allows Mlti-/Broadcast, faster than TCP > TCP: more reliable than UDP, only Unicast 3 IPv4/IPv6 2 1 Ethernet MAC + VLAN Ethernet PHY Description file: FIBEX 4.1, ARXML > Describes services (method, event, field) and content of services 35

36 SOME/IP Types of Services Client Server Methods: Reqest > Concept: Remote Procedre Call (RPC) Response > Reqest/Response: Method creates a retrn vale > Fire&Forget: Methode has no retrn vale Client Server Event/Field: Sbscribe Event Grop > Concept: Pblish/Sbscribe Acknowledgement > Sbscribe Event Grop: Client sbscribes to service on Server Notification > Notification: Server sends pdated information atomatically to Client 36

37 SOME/IP Service-oriented data transmission Data transmission: > Commnication relationships are bilt p dring rntime > Data are transmitted if there is a minimm of one receiver > Data serialization is done dynamically dring rntime C S Offer service Call method (Reqest) Get retrn vales (Response) Service Discovery (SOME/IP-SD): > Location of a service is flexible > A server can offer a service (Offer) or a client can find it (Find) > It s possible to sbscribe to Events and Fields, if there is a need to consme information (Sbscribe Event Grop) Offer service Sbscribe Event Grop Acknowledgement Notifications 37

38 SOME/IP Dynamic Data Serialization Classical Data Serialization: > Signals are mapped statically to a PDU Layot > Signals have fixed length and position in a PDU > It s possible that not every signal in a PDU contains sefl data Signals PDU Application data SOME/IP PDU Dynamic Data Serialization: > Signals and PDUs of dynamic length > Content and length are generated dring rntime > Only sefl content is transmitted strct int32 val1 float32 val2 int8 array[1..9] int8 val3 val1_1 val1_2 val1_3 val1_4 val2_1 val2_2 val2_3 val2_4 array len array_1 array_2 val3_1 38

39 Agenda Information 3 Introdction 6 Physical layers 9 IEEE Ethernet MAC + VLAN 16 Internet Protocol (IPv4/IPv6) 19 TCP and UDP 22 DoIP 25 Signal/PDU 31 SOME/IP 35 TSN 40 Smmary and otlook 45 39

40 TSN TSN: Time Sensitive Networking (formerly AVB) Adio/Video Time Sync TSN Use cases: > Mltimedia/Infotainment: Transmission of Adio/Video streams via Ethernet > Synchronization of sensor data streams (Camera, Radar, Lidar) for adaptive and atonomos driving 4 Qalitiy of Service (QoS): Ethernet MAC + VLAN Ethernet PHY > Time synchronos data transmission > Garanteed worst case latency for data transmission > Bandwidth reservation for garanteed worst case latency 40

41 TSN TSN Domain, Endpoint, Talker, Listener, Bridge Bridge/Switch Talker Endpoint Listener Endpoint TSN Domain Ethernet LAN 41

42 TSN Protocol stack of Talker, Bridge & Listener AV Appl. AV Appl. PTP SRP AVTP PTP SRP AVTP PTP SRP AVTP Ethernet FQTSS Ethernet FQTSS Ethernet Talker Bridge Listener 42

43 TSN Protocol stack and specifications 7 Adio/Video Application Precision Time Protocol (PTP): > Timing and Synchronization for Time-Sensitive Applications > IEEE 802.1AS 6 Stream Reservation Protocol (SRP): 5 PTP SRP AVTP > Dynamic stream annoncement with admission control > IEEE 802.1Qat 4 Adio/Video Transport Protocol (AVTP): 3 > Covers encryption, simple A/V streams and formats, atomotive message types within an A/V stream > IEEE Ethernet MAC +VLAN FQTSS Forwarding and Qeing Enhancement for Time Sensitive Stream (FQTSS): > Allows traffic shaping (priority or credit based) 1 Ethernet PHY > IEEE 802.1Qav 43

44 Agenda Information 3 Introdction 6 Physical layers 9 IEEE Ethernet MAC + VLAN 16 Internet Protocol (IPv4/IPv6) 19 TCP and UDP 22 DoIP 25 Signal/PDU 31 SOME/IP 35 TSN 40 Smmary and otlook 45 44

45 Smmary and otlook Application areas Diagnostics and Flash Update Service-oriented Commnication Signal-oriented Commnication Adio/Video Time Sync 7 6 DoIP SOME/IP Signal/PDU 5 TSN 4 TCP/UDP 3 IPv4/IPv6 2 IEEE Ethernet MAC + VLAN 1 Ethernet PHY (IEEE 100Base-T1, IEEE 1000Base-T1, IEEE 100Base-TX, IEEE 1000Base-T) 45

46 Smmary and otlook CANoe/CANalyzer.Ethernet CANoe/CANalyzer Demo inclding Ethernet: > Measring, analyzing, simlation, testing of Ethernet and IP based commnication > Free demo version: Prodcts: CANoe, Categories: Demos SCC AddOn (needs CANoe.Ethernet): > Measring, analyzing, simlation, testing of Smart Charge Commnication > Free download: Prodcts: CANoe, Categories: AddOns/Freeware CANoe/CANalyzer.Ethernet 46

47 Smmary and otlook webinar series Part 1: Introdction to Atomotive Ethernet > Host: Jan Bossert > Thrsday, May 03 rd, 2018 Part 2: Moving Forward: Tool Spported Development for Atomotive Ethernet in Time Sensitive Networks > Host: Patrick Pfeifer > Thrsday, May 17 th, 2018 Part 3: The Vector Embedded Ethernet Stack and Its Use Cases in Motor Vehicles > Host: Marks Helmling, Bernd Jesse > Thrsday, Jne 07 th, 2018 Part 4: PREEvision Atomotive Ethernet Design > Host: Daniel Gebaer > Monday, Jne 25 th,

48 For more information abot Vector and or prodcts please visit Athor: Bossert, Jan Vector Informatik GmbH Vector Informatik GmbH. All rights reserved. Any distribtion or copying is sbject to prior written approval by Vector. V

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

webinar series

webinar series Ethernet@Atomotive webinar series Moving Forward: Tool Spported Development for Atomotive Ethernet in Time Sensitive Networks V1.06 2016-07-04 Agenda Introdction 3 Recap: Physical layers, network topology

More information

AUTOSAR System and Software Design with PREEvision

AUTOSAR System and Software Design with PREEvision PREEvision 9.0 RELEASED V0.0 2018-10-15 Agenda CAN FD Commnication Design 2 OVERVIEW 3 Overview AUTOSAR in PREEvision Software Architectre Commnication Network Topology 4 Overview 5 Overview Mlti ser spport

More information

The CANoe.Ethernet Solution

The CANoe.Ethernet Solution Use in Praxis V1.0 2016-11-23 Agenda 1. Ethernet the Newcomer in Automotive 2. Why an Automotive Ethernet Option for CANoe? 3. Brief Look to CANoe 4. First Hand Usecase from Field 2/20 Network Topology

More information

CANoe.Ethernet. Product Information

CANoe.Ethernet. Product Information Product Information Table of Contents 1 Introduction... 3 1.1 Overview of Advantages... 3 1.2 Application Areas... 4 1.3 Further Information... 4 2 Functions... 4 3 Hardware... 5 4 Trainings... 5 5 Note...

More information

AUTOSAR Diagnostic Extract

AUTOSAR Diagnostic Extract AUTOSAR Diagnostic Extract The Standard in Practice V1.0 2017-09-26 Agenda Diagnostic Processes in Place AUTOSAR DEXT Introdction Designed for ECU development Enhancement of E/E Workflow Conclsion 2 Diagnostic

More information

Overview of Security Support in Vector Tools

Overview of Security Support in Vector Tools Overview of Secrity Spport in Vector Tools Secrity Manager V0.2 2017-09-22 Agenda Motivation Challenges Secrity Manager Otlook 2 Motivation Secrity protects Featres and Bsiness Models Secrity Goals: Integrity

More information

CAN FD. An Introduction V

CAN FD. An Introduction V CAN FD An Introdction V.02 208-0- Agenda Why CAN FD? What is CAN FD? CAN FD Use Cases Atomotive Application Domains CAN FD Controller CAN FD Performance CAN FD Devices CAN FD Standardization Smmary References

More information

Time-Sensitive Networking (TSN) How the additional value will meet your requirements

Time-Sensitive Networking (TSN) How the additional value will meet your requirements Time-Sensitive Networking (TSN) How the additional value will meet your requirements 3. Vector Automotive Ethernet Symposium May 3 rd 2017 V1.00.00 2017-04-27 Time-Sensitive Networking (TSN) How the additional

More information

Enabling Connectivity with Service Oriented Architectures

Enabling Connectivity with Service Oriented Architectures Enabling Connectivity with Service Oriented Architectres Vector GB Conference 2017 V2.0 2017-09-21 Agenda Different Perspectives on Connectivity From Signal Oriented to Service Oriented Architectres Ftre

More information

CANoe/CANalyzer New Features

CANoe/CANalyzer New Features CANoe/CANalyzer New Featres Version 11.0 V1.0 2018-04-10 Agenda Release Information General Diagnostics Testing (CANoe only) VT System AMD/XCP (CANoe only) Scope Sensor CAN / CAN FD Ethernet LIN Car2x

More information

Diagnostics is evolving

Diagnostics is evolving Diagnostics is evolving Vector India Conference, 208-07-8 V.0 208-07-3 Agenda AUTOSAR Development Remote Diagnostics and OTA Secrity 2 AUTOSAR Development DEXT Diagnostic Extract Template (=DEXT) Part

More information

European Conference on Nanoelectronics and Embedded Systems for Electric Mobility. Automotive Ethernet The Road Ahead

European Conference on Nanoelectronics and Embedded Systems for Electric Mobility. Automotive Ethernet The Road Ahead European Conference on Nanoelectronics and Embedded Systems for Electric Mobility emobility emotion 25-26 th September 2013, Toulouse, France Automotive Ethernet The Road Ahead Peter Hank, System Architect

More information

Vector Logger Cloud. VECTOR GB Ltd Conference, 28th Sept, 2017 V

Vector Logger Cloud. VECTOR GB Ltd Conference, 28th Sept, 2017 V Vector Logger Clod VECTOR GB Ltd Conference, 28th Sept, 2017 V1.0 2017-09-27 Agenda Challenges Vector Logger Clod Secrity Aspects Data Acqisition Policy Conclsion 2 Vector Logger Clod Challenges Growing

More information

Unit Testing with VectorCAST and AUTOSAR

Unit Testing with VectorCAST and AUTOSAR Unit Testing with VectorCAST and AUTOSAR Vector TechDay Software Testing with VectorCAST V1.0 2018-11-15 Agenda Introdction Unit Testing Demo Working with AUTOSAR Generated Code Unit Testing AUTOSAR SWCs

More information

AUTOSAR Diagnostic Extract

AUTOSAR Diagnostic Extract AUTOSAR Diagnostic Extract The Standard in Practice V1.0 2016-09-12 Agenda Diagnostic Processes in Place AUTOSAR DEXT Introdction Possibilities with DEXT in Diagnostic Tools Diagnostic Processes with DEXT

More information

Making Full Use of Multi-Core ECUs with AUTOSAR Basic Software Distribution

Making Full Use of Multi-Core ECUs with AUTOSAR Basic Software Distribution Making Fll Use of Mlti-Core ECUs with AUTOSAR Basic Software Distribtion Webinar V0.1 2018-09-07 Agenda Motivation for Mlti-Core AUTOSAR Standard: SWC-Split MICROSAR Extension: BSW-Split BSW-Split: Technical

More information

Ethernet Design Challenges The requirements and use of Ethernet with AUTOSAR

Ethernet Design Challenges The requirements and use of Ethernet with AUTOSAR Ethernet Design Challenges The requirements and use of Ethernet with AUTOSAR Anders Kallerdahl Product Manager AUTOSAR tools mentor.com/automotive Android is a trademark of Google Inc. Use of this trademark

More information

Product Information CANalyzer.IP

Product Information CANalyzer.IP Product Information CANalyzer.IP Table of Contents 1 Introduction... 3 1.1 Overview of Advantages... 3 1.2 Application Areas... 3 1.3 Further Information... 4 2 Functions... 4 3 Hardware... 5 4 Remote

More information

CANoe/CANalyzer. Tools for comprehensive CAN Network Analysis and Test - An Overview V

CANoe/CANalyzer. Tools for comprehensive CAN Network Analysis and Test - An Overview V CANoe/CANalyzer Tools for comprehensive CAN Network Analysis and Test - An Overview V1.53 2016-03-08 Agenda Overview Measrement and Simlation Setp Working with Databases Analysis Windows Data Logging Offline

More information

ETHERNET JOURNEY AT JAGUAR LAND ROVER CHALLENGES IN THE DEVELOPMENT OF AN ETHERNET BACKBONE

ETHERNET JOURNEY AT JAGUAR LAND ROVER CHALLENGES IN THE DEVELOPMENT OF AN ETHERNET BACKBONE ETHERNET JOURNEY AT JAGUAR LAND ROVER CHALLENGES IN THE DEVELOPMENT OF AN ETHERNET BACKBONE Vector GB Ltd Annual Conference 2017 Wednesday, September 27th, 2017 Syreeta Bath - Technical Specialist Vehicle

More information

What s New in AUTOSAR?

What s New in AUTOSAR? What s New in AUTOSAR? By Stephen Waldron Local Prodct Line Manager Vector UK Conference, Wednesday 27 th September 2017 V1.6.1 2017-08-22 Agenda What s New in AUTOSAR? AUTOSAR 4.3 Software Architectre

More information

CAPL Scripting Quickstart

CAPL Scripting Quickstart CAPL Scripting Qickstart CAPL (Commnication Access Programming Langage) For CANalyzer and CANoe V1.01 2015-12-03 Agenda Important information before getting started 3 Visal Seqencer (GUI based programming

More information

High Speed Networks per applicazioni mobili, protocolli e funzionalità

High Speed Networks per applicazioni mobili, protocolli e funzionalità High Speed Networks per applicazioni mobili, protocolli e funzionalità Giorgio Malaguti, Ph.D. E.S.T.E. Technology Automotive Trends 2 Changes in automotive connectivity 3 The connected vehicle of 2020

More information

ASAM-MCD-2 NET (FIBEX)

ASAM-MCD-2 NET (FIBEX) ASAM-MCD-2 NET (FIBEX) Data Model for ECU Network Systems (Field Bus Data Exchange Format) Version 4.1.2 Date: 2017-06-02 Base Standard by ASAM e.v., 2017 Disclaimer This document is the copyrighted property

More information

Diagnostic Use Cases V

Diagnostic Use Cases V Diagnostic Use Cases V1.01 2017-06-29 Agenda 1. Diagnostic Use Cases 3 2. Testing 6 3. Reprogramming 15 4. ECU Configuration 19 5. Vehicle Function Data 23 2 Diagnostic Use Cases Overview ECU Configuration

More information

CAN FD with Dynamic Multi-PDU-to-Frame Mapping

CAN FD with Dynamic Multi-PDU-to-Frame Mapping CAN FD with Dynamic Multi-PDU-to-Frame Mapping Flexible Network Architectures V0.1 2015-09-25 E/E Trends and Challenges Why is Dynamic Multi-PDU-to-Frame Mapping required? The Trend: Demand for communication

More information

Mentor Automotive. Vehicle Network Design to meet the needs of ADAS and Autonomous Driving

Mentor Automotive. Vehicle Network Design to meet the needs of ADAS and Autonomous Driving Mentor Automotive Vehicle Network Design to meet the needs of ADAS and Autonomous Driving Presented to AESIN Conference 2016 By Martin Wennberg October 2016 Abstract With the new automotive trends such

More information

This represents my personal understanding, not an official interpretation of any of the relevant standards.

This represents my personal understanding, not an official interpretation of any of the relevant standards. 1 Levi Pearson Principal Engineer, Harman International levi.pearson@harman.com levipearson@gmail.com Give tc developers some context about TSN Get feedback on existing TSN-related tc features Get suggestions

More information

AVB in Automotive Infotainment Networks

AVB in Automotive Infotainment Networks AVB in Automotive Infotainment Networks Günter Dannhäuser, Daimler AG Andrew Lucas, XMOS Ltd. 2014 IEEE-SA ETHERNET & IP @ AUTOMOTIVE TECHNOLOGY DAY COBO Center, Detroit, Michigan, USA 23 24 October 2014

More information

Insights into the performance and configuration of TCP in Automotive Ethernet Networks

Insights into the performance and configuration of TCP in Automotive Ethernet Networks Insights into the performance and configuration of TCP in Automotive Ethernet Networks Jörn MIGGE, RealTime-at-Work (RTaW) Nicolas NAVET, University of Luxembourg 2018 IEEE Standards Association (IEEE-SA)

More information

BMW Group Technology Office Palo Alto Automotive Use Cases AVB in a vehicular environment.

BMW Group Technology Office Palo Alto Automotive Use Cases AVB in a vehicular environment. 1722.1 Automotive Use Cases. 802.1 AVB in a vehicular environment. Current Car Bus Technologies. 1. Current Car Bus/Link Technologies 2. Future Ethernet Use Cases 3. Key Requirements and Assumptions 4.

More information

The Vector Embedded Ethernet Stack and Its Use Cases in Motor Vehicles

The Vector Embedded Ethernet Stack and Its Use Cases in Motor Vehicles The Vector Embedded Ethernet Stack and Its Use Cases in Motor Vehicles Webinar V4.00.03 2018-11-14 Overview Ethernet@Automotive webinar series Part 1: Introduction to Automotive Ethernet > Host: Jan Bossert

More information

Outline INSIGHTS ON THE CONFIGURATION AND PERFORMANCES OF SOME/IP SERVICE DISCOVERY. What is SOME/IP and SOME/IP SD

Outline INSIGHTS ON THE CONFIGURATION AND PERFORMANCES OF SOME/IP SERVICE DISCOVERY. What is SOME/IP and SOME/IP SD INSIGHTS ON THE CONFIGURATION AND PERFORMANCES OF SOME/IP SERVICE DISCOVERY Jan R. SEYLER, Daimler A.G, Mercedes Cars Nicolas NAVET, University of Luxembourg Loïc FEJOZ, RealTime-at-Work (RTaW) Outline

More information

OPEN ALLIANCE TC8. Compliance Verification for Ethernet ECUs. Stuttgart, May 3rd Georg Janker.

OPEN ALLIANCE TC8. Compliance Verification for Ethernet ECUs. Stuttgart, May 3rd Georg Janker. OPEN ALLIANCE TC8 Compliance Verification for Ethernet ECUs Stuttgart, May 3rd 2017 Georg Janker CTO Agenda 1. Motivation 2. The Compliance Verification Process 3. OPEN Alliance Automotive Ethernet ECU

More information

Lesson 5 TCP/IP suite, TCP and UDP Protocols. Chapter-4 L05: "Internet of Things ", Raj Kamal, Publs.: McGraw-Hill Education

Lesson 5 TCP/IP suite, TCP and UDP Protocols. Chapter-4 L05: Internet of Things , Raj Kamal, Publs.: McGraw-Hill Education Lesson 5 TCP/IP suite, TCP and UDP Protocols 1 TCP/IP Suite: Application layer protocols TCP/IP Suite set of protocols with layers for the Internet TCP/IP communication 5 layers: L7, L4, L3, L2 and L1

More information

AN A. GPON Optical Network Terminal. Product Manual. Version: A/1. FiberHome Telecommunication Technologies Co., Ltd.

AN A. GPON Optical Network Terminal. Product Manual. Version: A/1. FiberHome Telecommunication Technologies Co., Ltd. AN5506-01-A GPON Optical Network Terminal Prodct Manal Version: A/1 FiberHome Telecommnication Technologies Co., Ltd. April 2017 Thank yo for choosing or prodcts. We appreciate yor bsiness. Yor satisfaction

More information

AVB Gen 2: the Next Step. Michael Johas Teener Plumbing Architect and Sr. Technical Director, Broadcom Corp,

AVB Gen 2: the Next Step. Michael Johas Teener Plumbing Architect and Sr. Technical Director, Broadcom Corp, AVB Gen 2: the Next Step Michael Johas Teener Plumbing Architect and Sr. Technical Director, Broadcom Corp, mikejt@broadcom.com Agenda Requirements for automotive control networks other markets, too Existing

More information

RS232+LAN INTERFACE USER MANUAL

RS232+LAN INTERFACE USER MANUAL LAN202 USER MANUAL May 2006 - Ed. 1 English 1 SUMMARY 1 LAN202 module... 3 1.1 Connections via Ethernet... 4 2 Configuration... 5 2.1 Saving and protection of the configuration... 8 3 Virtual COM... 9

More information

Getting Started with VN5640

Getting Started with VN5640 Version 1.0 2017-04-11 Application Note AN-IND-1-020 Author Restrictions Abstract Vector Informatik GmbH Public Document Document about the configuration steps of the VN5640 interface to make settings

More information

Analysis and Testing of LIN ECUs

Analysis and Testing of LIN ECUs Welcome to the Vector Webinar: Analysis and Testing of LIN ECUs Presenter: Mr. Peter Decker Date: 2014-10-21, 9:00 10:00 am (CEST) V 1.0 2014-10-21 Agenda > LIN Tool Chain Product Overview CANoe.LIN &

More information

RAJIV GANDHI COLLEGE OF ENGINEERING AND TECHNOLOGY

RAJIV GANDHI COLLEGE OF ENGINEERING AND TECHNOLOGY RAJIV GANDHI COLLEGE OF ENGINEERING AND TECHNOLOGY DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING QUESTION BANK SUBJECT NAME: COMPUTER NETWORKS SUBJECT CODE: CST52 UNIT-I 2 MARKS 1. What is Network? 2.

More information

Adaptive AUTOSAR Extending the Scope of AUTOSAR-based Embedded Software

Adaptive AUTOSAR Extending the Scope of AUTOSAR-based Embedded Software Adaptive AUTOSAR Extending the Scope of AUTOSAR-based Embedded Software Vector Congress 2017, September 6 th 7 th, Shanghai China V0.1 2017-08-04 Introduction Use Cases for Adaptive AUTOSAR Infotainment

More information

Internetwork Basic. Possible causes of LAN traffic congestion are

Internetwork Basic. Possible causes of LAN traffic congestion are Internetworking 1 C H A P T E R 2 Internetworking Basics Internetworking Model The OSI Reference Model Ethernet Networking Wireless Networking Data Encapsulation Topic 3 1 Internetwork Basic 4 Possible

More information

Network Security Fundamentals. Network Security Fundamentals. Roadmap. Security Training Course. Module 2 Network Fundamentals

Network Security Fundamentals. Network Security Fundamentals. Roadmap. Security Training Course. Module 2 Network Fundamentals Network Security Fundamentals Security Training Course Dr. Charles J. Antonelli The University of Michigan 2013 Network Security Fundamentals Module 2 Network Fundamentals Roadmap Network Fundamentals

More information

The OSI Model. Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO).

The OSI Model. Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO). Network Models The OSI Model Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO). Model for understanding and developing computer-to-computer communication

More information

ISO/OSI Model and Collision Domain NETWORK INFRASTRUCTURES NETKIT - LECTURE 1 MANUEL CAMPO, MARCO SPAZIANI

ISO/OSI Model and Collision Domain NETWORK INFRASTRUCTURES NETKIT - LECTURE 1 MANUEL CAMPO, MARCO SPAZIANI ISO/OSI Model and Collision Domain NETWORK INFRASTRUCTURES NETKIT - LECTURE 1 MANUEL CAMPO, MARCO SPAZIANI ISO/OSI Model ISO: International Organization for Standardization OSI: Open Systems Interconnection

More information

GUARANTEED END-TO-END LATENCY THROUGH ETHERNET

GUARANTEED END-TO-END LATENCY THROUGH ETHERNET GUARANTEED END-TO-END LATENCY THROUGH ETHERNET Øyvind Holmeide, OnTime Networks AS, Oslo, Norway oeyvind@ontimenet.com Markus Schmitz, OnTime Networks LLC, Texas, USA markus@ontimenet.com Abstract: Latency

More information

Networked Audio: Current Developments & Perspectives for the Broadcast Market

Networked Audio: Current Developments & Perspectives for the Broadcast Market Tonmeistertagung 2010: Networked Audio: Current Developments & Perspectives for the Broadcast Market Andreas Hildebrand, Senior Product Manager ALC NetworX GmbH, Munich TMT 2010 1 Presentation Overview

More information

Defining Networks with the OSI Model. Module 2

Defining Networks with the OSI Model. Module 2 Defining Networks with the OSI Model Module 2 Objectives Skills Concepts Objective Domain Description Objective Domain Number Understanding OSI Basics Defining the Communications Subnetwork Defining the

More information

Lecture 17: Wireless Networking

Lecture 17: Wireless Networking Lectre 17: 802.11 Wireless Networking CSE 222A: Compter Commnication Networks Alex C. Snoeren Thanks: Lili Qi, Nitin Vaidya Lectre 17 Overview Project discssion Intro to 802.11 WiFi Jigsaw discssion CSE

More information

Audio Video Bridging (AVB) Assumptions IEEE AVB Plenary Jan 28 & 29, 2008 Los Gatos

Audio Video Bridging (AVB) Assumptions IEEE AVB Plenary Jan 28 & 29, 2008 Los Gatos Audio Video Bridging (AVB) Assumptions Plenary Jan 28 & 29, 2008 Los Gatos Green Text = Agreed to on Various AVB Calls/Meetings Black Text = Not Decided Changes Marked with Red from last version Don Pannell

More information

Hands-On Network Security: Practical Tools & Methods

Hands-On Network Security: Practical Tools & Methods Hands-On Network Security: Practical Tools & Methods Security Training Course Dr. Charles J. Antonelli The University of Michigan 2012 Hands-On Network Security Module 2 Network Fundamentals Roadmap Network

More information

Networking for Data Acquisition Systems. Fabrice Le Goff - 14/02/ ISOTDAQ

Networking for Data Acquisition Systems. Fabrice Le Goff - 14/02/ ISOTDAQ Networking for Data Acquisition Systems Fabrice Le Goff - 14/02/2018 - ISOTDAQ Outline Generalities The OSI Model Ethernet and Local Area Networks IP and Routing TCP, UDP and Transport Efficiency Networking

More information

Standard. 8029HEPTA DataCenter. Because every fraction of a second counts. network synchronization requiring minimum space. hopf Elektronik GmbH

Standard. 8029HEPTA DataCenter. Because every fraction of a second counts. network synchronization requiring minimum space. hopf Elektronik GmbH 8029HEPTA DataCenter Standard Becase every fraction of a second conts network synchronization reqiring minimm space hopf Elektronik GmbH Nottebohmstraße 41 58511 Lüdenscheid Germany Phone: +49 (0)2351

More information

CN-100 Network Analyzer Product Overview

CN-100 Network Analyzer Product Overview CN-100 Network Analyzer Product Overview CN-100 network analyzers offer an extremely powerful yet cost effective solution for today s complex networking requirements. Test Ethernet or ATM networks with

More information

10 th AUTOSAR Open Conference

10 th AUTOSAR Open Conference 10 th AUTOSAR Open Conference Dr. Günther Heling Vector Informatik AUTOSAR Adaptive Platform Now it s Time to get on Board AUTOSAR Nov-2017 Introduction At the first glance Adaptive and Classic don t have

More information

Realizing Automated Driving Systems using Ethernet TSN and Adaptive AUTOSAR

Realizing Automated Driving Systems using Ethernet TSN and Adaptive AUTOSAR Realizing Automated Driving Systems using Ethernet TSN and Adaptive AUTOSAR Prathap Venugopal, November 1-2, 2017 San Jose, CA, USA Agenda n Automated driving communication needs n Ethernet TSN standard

More information

IEEE TSN Standards Overview & Update

IEEE TSN Standards Overview & Update IEEE 802.1 TSN Standards Overview & Update 2017 IEEE Standards Association (IEEE-SA) Ethernet & IP @ Automotive Technology Day Presented by Kevin Stanton Chairman, Avnu Alliance Content by Don Pannell

More information

Question 7: What are Asynchronous links?

Question 7: What are Asynchronous links? Question 1:.What is three types of LAN traffic? Unicasts - intended for one host. Broadcasts - intended for everyone. Multicasts - intended for an only a subset or group within an entire network. Question2:

More information

Raj Jain. The Ohio State University Columbus, OH

Raj Jain. The Ohio State University Columbus, OH Columbus, OH 43210 Jain@CIS.Ohio-State.Edu http://www.cis.ohio-state.edu/~jain/ 3-1 Overview ISO/OSI Reference Model TCP/IP Reference Model Differences between ISO and TCP Ethernet/IEEE 802.3 LANs Interconnecting

More information

Chapter 2 - Part 1. The TCP/IP Protocol: The Language of the Internet

Chapter 2 - Part 1. The TCP/IP Protocol: The Language of the Internet Chapter 2 - Part 1 The TCP/IP Protocol: The Language of the Internet Protocols A protocol is a language or set of rules that two or more computers use to communicate 2 Protocol Analogy: Phone Call Parties

More information

CANoe and CANalyzer as Diagnostic Tools

CANoe and CANalyzer as Diagnostic Tools Version 1.5 2017-05-03 Application Note AN-IND-1-001 Author Restrictions Abstract Vector Informatik GmbH Public Document This application gives an introduction into working with diagnostics in CANoe/CANalyzer.

More information

Cisco Audio Video Bridging Design and Deployment for Enterprise Networks

Cisco Audio Video Bridging Design and Deployment for Enterprise Networks Cisco Audio Video Bridging Design and Deployment for Enterprise Networks May 2018 Audio-Video deployment trends Audio and Video (AV) equipment deployments have traditionally been analog, single-purpose,

More information

AVBTP layering and data transfer processing study

AVBTP layering and data transfer processing study AVBTP layering and data transfer processing study Draft 0.00 Alan K. Bartky, Bartky Networks alan@bartky.net www.bartky.net 1 Notice of copyright release Notice: This document has been prepared to assist

More information

ROYAL INSTITUTE OF INFORMATION & MANAGEMENT

ROYAL INSTITUTE OF INFORMATION & MANAGEMENT ROYAL INSTITUTE OF INFORMATION & MANAGEMENT BASICS NETWORKING CHAPTER 1 Networking Basics to Networking Advantages of Networking Types of Network 1 Local Area Network (LAN) LAN features Basic LAN components

More information

Standardization for efficient testing of Automotive Ethernet ECUs

Standardization for efficient testing of Automotive Ethernet ECUs Standardization for efficient testing of Automotive Ethernet ECUs Roman Pallierer (EB), Bogdan Tenea (Ixia), Fabian Nikolaus (C&S) October 28th, 2015 at Overview Motivation Need for testing Benefits of

More information

Ethernet 101 Siemens Industry Inc All rights reserved. usa.siemens.com/industry

Ethernet 101 Siemens Industry Inc All rights reserved. usa.siemens.com/industry Connected Manufacturing Ethernet 101 usa.siemens.com/industry Why Ethernet Ethernet is Everywhere! Page 2 Ethernet is everywhere Ethernet is the most common computer networking medium Standardization on

More information

MAX-860 Report FAIL. Job Information. Equicom Méréstechnikai Kft. Report Title: Circuit ID: Contractor Name: Customer Name: Operator Name: Comment:

MAX-860 Report FAIL. Job Information. Equicom Méréstechnikai Kft. Report Title: Circuit ID: Contractor Name: Customer Name: Operator Name: Comment: MAX-86 Report FAIL Report Header: Report Title: Report Date: Type: Job Information Job ID: Circuit ID: Contractor Name: Customer Name: Operator Name: Comment: Equicom Méréstechnikai Kft. 28.4.2. 9::34

More information

Study Guide. Module Two

Study Guide. Module Two Module Two Study Guide Study Guide Contents Part One -- Textbook Questions Part Two -- Assignment Questions Part Three -- Vocabulary Chapter 4 Data Link Layer What is the function of the data link layer?

More information

AUTOSAR Software Design with PREEvision

AUTOSAR Software Design with PREEvision AUTOSAR Software Design with PREEvision Webinar 2013-06-05 Slide: 1 AUTOSAR Software Design with PREEvision Agenda Overview AUTOSAR Software and System Design Integrated AUTOSAR Software Design Vector

More information

On Distributed Communications, Rand Report RM-3420-PR, Paul Baran, August 1964

On Distributed Communications, Rand Report RM-3420-PR, Paul Baran, August 1964 The requirements for a future all-digital-data distributed network which provides common user service for a wide range of users having different requirements is considered. The use of a standard format

More information

MA5400 IP Video Gateway. Introduction. Summary of Features

MA5400 IP Video Gateway. Introduction. Summary of Features MA5400 IP Video Gateway Introduction The MA5400 IP Video Gateway bridges the gap between the MPEG-2 and IP domains providing an innovative solution to the need to transport real-time broadcast quality

More information

Interconnecting Networks with TCP/IP. 2000, Cisco Systems, Inc. 8-1

Interconnecting Networks with TCP/IP. 2000, Cisco Systems, Inc. 8-1 Interconnecting Networks with TCP/IP 2000, Cisco Systems, Inc. 8-1 Objectives Upon completion of this chapter you will be able to perform the following tasks: Identify the IP protocol stack, its protocol

More information

Content Content Introduction

Content Content Introduction Content Content Introdction...................................................................... 3 Roles in the provisioning process............................................................... 4 Server

More information

PREEvision Technical Article

PREEvision Technical Article PREEvision Technical Article AUTOSAR-Conformant Vehicle Diagnostics over : Developing Diagnostic Communications for E/E Systems The electronically controlled systems of modern vehicles are networked with

More information

Diagnostic Trends 2017 An Overview

Diagnostic Trends 2017 An Overview Diagnostic Trends 2017 An Overview Vector India Conference, 2017-07-18+19 V1.0 2017-07-14 Agenda 1. DoIP 2. Remote Diagnostics 3. Cyber Security 4. Summary 2/29 DoIP Why DoIP? Why another diagnostic network?

More information

CAN FD - Flexible Tools for Flexible Data Rates

CAN FD - Flexible Tools for Flexible Data Rates CAN FD - Flexible Tools for Flexible Data Rates Peter Decker Vector Informatik GmbH V 0.01 2012-06-20 Simulation & Test Environment for Automotive Networks Database Test Spec. ECU Simulation & Test Tool

More information

Time-Sensitive Networking: A Technical Introduction

Time-Sensitive Networking: A Technical Introduction Time-Sensitive Networking: A Technical Introduction 2017 Cisco and/or its affiliates. All rights reserved. What is time-sensitive networking (TSN)? In its simplest form, TSN is the IEEE 802.1Q defined

More information

1 About this Support Note

1 About this Support Note 2018-08-21 Author(s) Restrictions Morizur, Pascale Table of contents 1 About this Support Note... 1 2 Overview... 1 2.1 Ready to use Pool Examples with simulation... 2 2.2 Usage of the detail view of the

More information

Cisco Cisco Certified Network Associate (CCNA)

Cisco Cisco Certified Network Associate (CCNA) Cisco 200-125 Cisco Certified Network Associate (CCNA) http://killexams.com/pass4sure/exam-detail/200-125 Question: 769 Refer to exhibit: Which destination addresses will be used by Host A to send data

More information

MAX-860 Report PASS. Job Information. Equicom Méréstechnikai Kft. Report Title: EtherSAM (Y.1564)

MAX-860 Report PASS. Job Information. Equicom Méréstechnikai Kft. Report Title: EtherSAM (Y.1564) MAX-86 Report Report Header: Report Title: Report Date: Type: Job Information Job ID: Circuit ID: Contractor Name: Customer Name: Operator Name: Comment: Equicom Méréstechnikai Kft. 218.4.2. 13:54:6 EtherSAM

More information

OSI Layer OSI Name Units Implementation Description 7 Application Data PCs Network services such as file, print,

OSI Layer OSI Name Units Implementation Description 7 Application Data PCs Network services such as file, print, ANNEX B - Communications Protocol Overheads The OSI Model is a conceptual model that standardizes the functions of a telecommunication or computing system without regard of their underlying internal structure

More information

Computer Networks Principles LAN - Ethernet

Computer Networks Principles LAN - Ethernet Computer Networks Principles LAN - Ethernet Prof. Andrzej Duda duda@imag.fr http://duda.imag.fr 1 Interconnection structure - layer 3 interconnection layer 3 router subnetwork 1 interconnection layer 2

More information

TECH. MGS2924G: 16-Port SFP + 8-Port Combo GbE L2 Plus Managed Switch

TECH. MGS2924G: 16-Port SFP + 8-Port Combo GbE L2 Plus Managed Switch TECH MGS2924G MGS2924G: 16-Port SFP + 8-Port Combo GbE Key Features 24-Port Gigabit SFP high port count fiber switch 9KB jumbo frame support IEEE 802.1x Access Control improves network security Port Mirroring

More information

Data Communication and Network. Introducing Networks

Data Communication and Network. Introducing Networks Data Communication and Network Introducing Networks Introduction to Networking Computer network, or simply network Refers to the connection of two or more computers by some type of medium You can connect

More information

Automatic validation of diagnostics in ECUs

Automatic validation of diagnostics in ECUs Automatic validation of diagnostics in ECUs CANoe.DiVa Diagnostic Integration and Validation Assistant V1.1 2016-10-10 Agenda Introduction CANoe.DiVa for Automated Diagnostics Validation Summary 2/22 Introduction

More information

Imi :... Data:... Nazwisko:... Stron:...

Imi :... Data:... Nazwisko:... Stron:... Imi :.................................................... Data:....................... Nazwisko:............................................... Stron:...................... 1. Which of the following protocols

More information

VN5640 Ethernet/CAN Interface Manual. Version 1.2 English

VN5640 Ethernet/CAN Interface Manual. Version 1.2 English VN5640 Ethernet/CAN Interface Manual Version 1.2 English Imprint Vector Informatik GmbH Ingersheimer Straße 24 D-70499 Stuttgart The information and data given in this user manual can be changed without

More information

UPnP QoS / AVB Interface Parameters (tspec)

UPnP QoS / AVB Interface Parameters (tspec) UPnP QoS / AVB Interface Parameters (tspec) Fred Tuck EchoStar 24-Jan-07 IEEE 802.1 AudioVideo Bridging TG 1 Background on UPnP Layer 3 IP interface for applications SRS: Scheduled Recording Service CDS:

More information

Time Synchronization Security using IPsec and MACsec

Time Synchronization Security using IPsec and MACsec Time Synchronization using IPsec and MACsec Appeared in ISPCS 2011 Tal Mizrahi Israel ing Seminar May 2012 Time Synchronization Time synchronization is used for various applications. Securing the time

More information

VoIP / RoIP for Technicians

VoIP / RoIP for Technicians Phase 4 Design, Inc VoIP / RoIP for Technicians Presented by Dave Grant Phase 4 Design, Inc dave@phase4.org 2017 Phase 4 Design, Inc Notes 2 2017, Phase 4 Design, Inc. Table of Contents What are we going

More information

Suggestions for P802.1Qcc Inputs and Outputs

Suggestions for P802.1Qcc Inputs and Outputs Suggestions for P802.1Qcc Inputs and Outputs Norman Finn Cisco Systems Version 1 Mar. 16, 2014 cc-nfinn-inputs-outputs-0314-v01 1 This is cc-nfinn-inputs-outputs-0314-v01. It is based on tsn-nfinn-l2-data-plane-0214-

More information

Networking interview questions

Networking interview questions Networking interview questions What is LAN? LAN is a computer network that spans a relatively small area. Most LANs are confined to a single building or group of buildings. However, one LAN can be connected

More information

Layering in Networked computing. OSI Model TCP/IP Model Protocols at each layer

Layering in Networked computing. OSI Model TCP/IP Model Protocols at each layer Layering in Networked computing OSI Model TCP/IP Model Protocols at each layer Learning outcomes Understand the need of layering in Networked computing Understand the OSI model and the tcp/ip model Understand

More information

Michael Johas Teener. April 11, 2008

Michael Johas Teener. April 11, 2008 Michael Johas Teener April 11, 2008 V date updates 1 31 jan 08 original version, class A only, no observation interval 2 11 may 08 validation of assumptions, where class observation interval is needed,

More information

Automotive Ethernet: In-vehicle Networking and Smart Mobility

Automotive Ethernet: In-vehicle Networking and Smart Mobility Automotive Ethernet: In-vehicle Networking and Smart Mobility Peter Hank NXP Semiconductors Hamburg, Germany Peter.Hank@nxp.com Ovidiu Vermesan SINTEF Oslo, Norway Ovidiu.Vermesan@sintef.no Steffen Müller

More information

Time Synchronization for AV applications across Wired and Wireless 802 LANs [for residential applications]

Time Synchronization for AV applications across Wired and Wireless 802 LANs [for residential applications] Time Synchronization for AV applications across Wired and Wireless 802 LANs [for residential applications] A presentation to 802.11 TGv Kevin Stanton Intel Corporation 5/20/2006 1 Agenda Motivation Time

More information

TCP/IP THE TCP/IP ARCHITECTURE

TCP/IP THE TCP/IP ARCHITECTURE TCP/IP-1 The Internet Protocol (IP) enables communications across a vast and heterogeneous collection of networks that are based on different technologies. Any host computer that is connected to the Internet

More information

Secure Ethernet Communication for Autonomous Driving. Jared Combs June 2016

Secure Ethernet Communication for Autonomous Driving. Jared Combs June 2016 Secure Ethernet Communication for Autonomous Driving Jared Combs June 2016 Agenda Motivation for Security The Multi-Level Security Architecture Proposal Level 1: Restrict access to the network Level 2:

More information