|
|
|
|
LEADER |
00000cam a2200000 i 4500 |
001 |
EBSCO_ocn910639616 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
150603s2015 enka o 001 0 eng d |
040 |
|
|
|a UMI
|b eng
|e rda
|e pn
|c UMI
|d IDEBK
|d EBLCP
|d DEBSZ
|d COO
|d DEBBG
|d C6I
|d OCLCF
|d N$T
|d OCLCQ
|d MERUC
|d CEF
|d UKMGB
|d OCLCQ
|d UAB
|d AU@
|d UKAHL
|d OCLCQ
|d SFB
|d AJS
|d OCLCO
|d OCLCQ
|d QGK
|d OCLCO
|
016 |
7 |
|
|a 018007080
|2 Uk
|
019 |
|
|
|a 908632237
|a 1259165911
|
020 |
|
|
|a 9781783987955
|q (electronic bk.)
|
020 |
|
|
|a 1783987952
|q (electronic bk.)
|
020 |
|
|
|z 1783987952
|
020 |
|
|
|z 1783987944
|
020 |
|
|
|z 9781783987948
|
029 |
1 |
|
|a DEBBG
|b BV042683633
|
029 |
1 |
|
|a DEBBG
|b BV043620353
|
029 |
1 |
|
|a DEBSZ
|b 433562757
|
029 |
1 |
|
|a DEBSZ
|b 446588393
|
029 |
1 |
|
|a GBVCP
|b 835876063
|
029 |
1 |
|
|a UKMGB
|b 018007080
|
035 |
|
|
|a (OCoLC)910639616
|z (OCoLC)908632237
|z (OCoLC)1259165911
|
037 |
|
|
|a CL0500000599
|b Safari Books Online
|
050 |
|
4 |
|a TK5105.55
|
072 |
|
7 |
|a COM
|x 013000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 014000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 018000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 067000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 032000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 037000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 052000
|2 bisacsh
|
082 |
0 |
4 |
|a 004.6
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Smiler. S, Kingston,
|e author.
|
245 |
1 |
0 |
|a OpenFlow cookbook :
|b over 110 recipes to design and develop your own OpenFlow switch and OpenFlow controller /
|c Kingston Smiler. S.
|
246 |
3 |
0 |
|a Over 110 recipes to design and develop your own OpenFlow switch and OpenFlow controller
|
264 |
|
1 |
|a Birmingham, UK :
|b Packt Publishing,
|c 2015.
|
300 |
|
|
|a 1 online resource (1 volume) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
588 |
0 |
|
|a Online resource; title from cover (Safari, viewed May 26, 2015).
|
500 |
|
|
|a Includes index.
|
500 |
|
|
|a "Quick answers to common problems."
|
520 |
8 |
|
|a Annotation
|b This book is intended for network protocol developers, SDN controller application developers, and academics who would like to understand and develop their own OpenFlow switch or OpenFlow controller in any programming language. With basic understanding of OpenFlow and its components, you will be able to follow the recipes in this book.
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: OpenFlow Channel Connection Establishment from Switch to the Controller ; (Part 1); Introduction; Connection setup on TCP and TLS; Connection setup with multiple controllers; Setting the role of the communication channel towards a controller; Establishing an auxiliary connection to the controller; Handling a handshake message from the controller; Handling a switch configuration message from the controller; Connection interruption procedures; (Part 2); Introduction
|
505 |
8 |
|
|a Connection setup on TCP and TLSMultiple controllers managing a switch with different roles; Setting the role of a controller's communication channel; Auxiliary connection establishment; Sending a handshake message to the switch; Sending a switch configuration message to the switch; Chapter 2: Symmetric Messages and Asynchronous Messages ; (Part 1); Sending and processing a hello message; Sending and processing an echo request and a reply message; Sending and processing an error message; Sending and processing an experimenter message; Handling a ""Set Asynchronous Configuration message""
|
505 |
8 |
|
|a Handling a ""Get Asynchronous Configuration message"" from the controllerSending a packet-in message to the controller; Sending a flow-removed message to the controller; Sending a port-status message to the controller; Sending a controller role-status message to the controller; Sending a table-status message to the controller; Sending a request-forward message to the controller; Handling a packet-out message from the controller; Handling a barrier message from the controller; (Part 2); Sending and processing a hello message; Sending and processing an echo request and a reply message
|
505 |
8 |
|
|a Sending and processing error messageSending and processing experimenter message; Configuring the switch to send a list of asynchronous events the controller channel is interested in; Fetching the list of possible asynchronous events that can come from the switch to the controller channel; Processing a packet-in asynchronous message from the switch; Processing a flow removed asynchronous message from the switch; Processing a port-status asynchronous message from the switch; Processing the controller role-status message from the switch
|
505 |
8 |
|
|a Processing a table status asynchronous message from the switchProcessing a request forward message from the switch; Sending a packet-out message to the switch; Sending a barrier message to the switch; Chapter 3: Flow Table and Flow Entry Modification Messages ; (Part 1); Introduction; Modifying a flow table with eviction enabled; Modifying a flow table with vacancy enabled; Adding a new flow entry to a flow table; Deleting a flow entry in a flow table; Modifying a flow entry in a flow table; Flow table synchronizations; (Part 2); Introduction; Modifying a flow table with eviction enabled
|
546 |
|
|
|a English.
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
650 |
|
0 |
|a Computer network protocols.
|
650 |
|
0 |
|a OpenFlow (Computer network protocol)
|
650 |
|
6 |
|a Protocoles de réseaux d'ordinateurs.
|
650 |
|
6 |
|a OpenFlow (Protocole de réseaux d'ordinateurs)
|
650 |
|
7 |
|a COMPUTERS
|x Computer Literacy.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Computer Science.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Data Processing.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Hardware
|x General.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Information Technology.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Machine Theory.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Reference.
|2 bisacsh
|
650 |
|
7 |
|a Computer network protocols
|2 fast
|
650 |
|
7 |
|a OpenFlow (Computer network protocol)
|2 fast
|
776 |
0 |
8 |
|i Print version:
|a Smiler. S, Kingston.
|t OpenFlow cookbook : over 110 recipes to design and develop your own OpenFlow switch and OpenFlow controller.
|d Birmingham, England ; Mumbai, [India] : Packt Publishing, ©2015
|h xiii, 266 pages
|z 9781783987948
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=987623
|z Texto completo
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH28576292
|
938 |
|
|
|a EBL - Ebook Library
|b EBLB
|n EBL2040611
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 987623
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis31536895
|
994 |
|
|
|a 92
|b IZTAP
|