1 / 8

Net-X

Net-X. Pradeep Kyasanur, Chandrakanth Chereddi, and Nitin H. Vaidya University of Illinois at Urbana-Champaign Presentor: Jaeseon Hwang 2009.08.17. Net-X Overview. What is Net-X?

step
Download Presentation

Net-X

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Net-X Pradeep Kyasanur, Chandrakanth Chereddi, and Nitin H. Vaidya University of Illinois at Urbana-Champaign Presentor: Jaeseon Hwang 2009.08.17

  2. Net-X Overview • What is Net-X? • A wireless Networking framework providing system eXtensions for supporting multiple channels, multiple interfaces, and other interface capabilities • Goal • To develop operating system support for utilizing interface capabilities. • Implementation • Two interfaces based on Atheros chipset using madwifi • Strongly connected with Linux kernel (bonding driver)

  3. Channel Assignment • Hybrid channel assignment • Static + Dynamic • Use one interface for receiving data on a fixed channel. • Use second interface for sending data.

  4. Packet Scheduling • Round-robin scheduling on all interfaces. • Sending multiple packets to amortize interface switching delay (about 5ms).

  5. System Architecture • Userspace daemon • Kernel multichannel routing support (KMCR) • Channel abstraction layer (CAL)

  6. Userspace daemon • Userspace daemon • An interface management by IOCTL and routing protocol by Netlink messages • Maintain channel and interface tables and routing.

  7. Kernel multichannel routing support (KMCR) • Kernel support for on-demand routing • Netlink library supports communication between kernel and userspace in Linux. • Netlink messages • AddRoute • DiscoveryFailed • DeleteRoute • InitiateDiscovery • IsRouteActive • RouteStatus

  8. Channel abstraction layer (CAL) • Manages multiple channels and interfaces. • Unicast; Broadcast; Scheduling and queuing compoment • Functionality • Specifying the channel to use for reaching a neighbor. • Specifying channels to use for broadcast. • Buffering and scheduling support. • IOCTL calls from userspace daemon • AddValidChannel • UnicastEntry • BroadcastEntry • SwitchChannel • GetStatistics Bonding driver

More Related