Udemy - Part B - Network Protocol Development in C ( from Scratch )

seeders: 0
leechers: 0
Added 4 years ago by freecoursewb in Other

Download Fast Safe Anonymous
movies, software, shows...

Files

Udemy - Part B - Network Protocol Development in C ( from Scratch ) (Size: 1.8 GB)
  1. AVL Tree Library Tuorial.mp4 83.3 MB
  1. AVL Tree Library Tuorial.srt 15.2 KB
  1. Agenda - What is in this Course .mp4 46.4 MB
  1. Agenda - What is in this Course .srt 11.1 KB
  1. Getting Started with Link State Database ( LSDB ).mp4 26.1 MB
  1. Getting Started with Link State Database ( LSDB ).srt 6.1 KB
  1. Introducing Asynchronous Programming.mp4 19.3 MB
  1. Introducing Asynchronous Programming.srt 4.5 KB
  1. LSP Packet Generation.mp4 24.3 MB
  1. LSP Packet Generation.srt 4.9 KB
  1. LSP Periodic Generation and Disbursement.mp4 24 MB
  1. LSP Periodic Generation and Disbursement.srt 5.4 KB
  1. LSP Pkt Generation API Integration - Part1.mp4 47.6 MB
  1. LSP Pkt Generation API Integration - Part1.srt 11.3 KB
  1. Link State Packet Format.mp4 27.6 MB
  1. Link State Packet Format.srt 6.3 KB
  2. API to create LSP pkt.mp4 69.9 MB
  2. API to create LSP pkt.srt 7 KB
  2. Implementation Periodic LSP Packet Generation.mp4 58.1 MB
  2. Implementation Periodic LSP Packet Generation.srt 6.3 KB
  2. LSP Pkt Generation API Integration - Part2.mp4 95.9 MB
  2. LSP Pkt Generation API Integration - Part2.srt 13.3 KB
  2. Link State Database APIs and Initialization.mp4 70.5 MB
  2. Link State Database APIs and Initialization.srt 10.8 KB
  2. Redundant Work - Problem example 1 and Solution.mp4 67.8 MB
  2. Redundant Work - Problem example 1 and Solution.srt 13.3 KB
  2. TLV 22 Format.mp4 66.6 MB
  2. TLV 22 Format.srt 12.2 KB
  3. Assignment Defining new TLV Code Points.html 204.8 B
  3. Demo and Testing.mp4 42.8 MB
  3. Demo and Testing.srt 7.2 KB
  3. LSP Disbursement Design.mp4 90.4 MB
  3. LSP Disbursement Design.srt 15.9 KB
  3. Link-State Database API Implementation.mp4 152.5 MB
  3. Link-State Database API Implementation.srt 18.9 KB
  3. Mandatory Assignment.html 204.8 B
  3. Redundant Work - Problem example 2 and Solution.mp4 39.7 MB
  3. Redundant Work - Problem example 2 and Solution.srt 8.5 KB
  3.1 VDO4.3_TimeStamps.txt 307.2 B
  4. API to encode TLV22.mp4 41.1 MB
  4. API to encode TLV22.srt 5.5 KB
  4. Asynchronous Programming - APIs to Use.mp4 54.4 MB
  4. Asynchronous Programming - APIs to Use.srt 10.4 KB
  4. Debugging and Verification.mp4 39.6 MB
  4. Debugging and Verification.srt 9.9 KB
  4. Demonstration - Redundant Computations in Action.mp4 53.3 MB
  4. Demonstration - Redundant Computations in Action.srt 12.4 KB
  4. LSP Disbursement API Discussion.mp4 39.4 MB
  4. LSP Disbursement API Discussion.srt 6.3 KB
  4. Updating LSDB with LSPs.mp4 39.3 MB
  4. Updating LSDB with LSPs.srt 9.6 KB
  4.1 VDO3.3_ExpectedOutput.txt 614.4 B
  5. Converting Synchronous Call to Asynchronous Call.mp4 65.6 MB
  5. Converting Synchronous Call to Asynchronous Call.srt 8.6 KB
  5. LSP Flooding Algorithm.mp4 90.6 MB
  5. LSP Flooding Algorithm.srt 22.2 KB
  5. TLV22 Encoding APIs Implementation.mp4 109.4 MB
  5. TLV22 Encoding APIs Implementation.srt 10.3 KB
  5. isis_show_one_lsp_pkt_detail ( ) Implementation.mp4 119.1 MB
  5. isis_show_one_lsp_pkt_detail ( ) Implementation.srt 8.7 KB
  6. Assignment - Write TLV 22 Aggregating APIs.html 204.8 B
  6. Assignment Task clean up during protocol shutdown.html 204.8 B
  6. show CLI and Testing Procedure.mp4 66.5 MB
  6. show CLI and Testing Procedure.srt 8 KB
  7. End Result Witness Final Optimization.mp4 31.5 MB
  7. End Result Witness Final Optimization.srt 4.3 KB
  7. Mandatory Assignment Enabling LSP Packet tracing.html 204.8 B
  7. Structure to represent LSP Pkt.mp4 14.8 MB
  7. Structure to represent LSP Pkt.srt 4.1 KB
  8. Assignment Browse the cheat sheet.html 204.8 B
  9. The Sequence Number.mp4 24.5 MB
  9. The Sequence Number.srt 5.4 KB
  Bonus Resources.txt 307.2 B
  Get Bonus Downloads Here.url 204.8 B
  ▲ 74 total files

Description


Part B - Network Protocol Development in C ( from Scratch )
https://CourseMega.com

Genre: eLearning | MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 1.79 GB | Duration: 4h 14m
Network Coding Project for Network Core Developers, Linux, System Programming, Operating systems, Projects in C/C++
What you'll learn
Understand how Network Protocols are implemented on Network Devices
Packet processing, Update protocol data structures through packets processing
Debugging and troubleshoot code to resolve issues
Implement new features incrementally
Implement complex protocol state machines and Network Algorithms
The AIM of this project is to cycle you through the experience of end-to-end implementation of a typical network protocol

Description
First of all Congratulations on completing the Part-A of this Course in which we develop the Adjacency Mgmt feature of the protocol. I hope you enjoyed and had a great learning. You must be Feeling confident in developing timer-based state machines now?

And here starts a new challenge when we enter into Phase 2 of the Project - Link State Database Mgmt. Every Router will use its Adjacency Objects sitting on an interface to build its local Link State Database. But the challenge is - every router has to share its own local copy of the link-state database ( LSDB ) with every other router in the topology running ISIS protocol so that every router has a coherent and common view of the IGP topology. This is what is the end goal of this phase of the project.

Once again we shall cover all required theories and concepts before we hit the keyboard for implementation. The three main concepts we shall going to implement in this installment of the course are :

Related Torrents

torrent name size uploader age seed leech
6
6
0
0
0