Christopher Hart
@_chrisjhart
Software Consulting Engineering Technical Leader at Cisco. Systems & network administration, Python, Ansible, DevOps, CI/CD, and much more! Tweets are my own
ID: 4843380796
http://chrisjhart.com 24-01-2016 21:06:48
1,1K Tweet
3,3K Followers
383 Following
Work-in-progress sneak peek from an upcoming Pluralsight course I'm developing on analyzing network protocols in Wireshark! This course includes a 3-minute speedrun refresher on how Ethernet works, with this GIF'd slideware summarizing multicast communication.
#YesterdaysCCNAQuestion The answer is Management Plane Data plane deals with traffic as it traverses the network. Control plane handles processes destined for the network device. Christopher Hart has a great post on it. tinyurl.com/yd8dtzs7
Great, quick article from Packet Coders on how to use Python's itertools.product() function to make nested for loops in #Python easier to read! packetcoders.io/how-to-flatten…