17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
TORRENT DETAILS
Part A - Network Protocol Development In C ( From Scratch )
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
This Course presents the Case study in which we implement the Pseudo Interior Gateway Protocol similar to OSPF (Open Shortest Path First) & ISIS (Intermediate System to Intermediate System). Both ISIS and OSPF are IGP protocols that fall under the category of link-state protocols and achieves the same objectives. Don’t worry, We shall cover all necessary theories regarding what we shall be going to implement in the project before we hit the first line of code of the project.
This full course is divided into 3 parts – Part A, Part B, and Part C out of which Part A and B are Live, and Part C is under Development as of 19 Oct 2022.
We shall implement the Simplified version of the actual ISIS protocol using our tcp-ip stack library. The goal is to learn the nuances involved in implementing a typical Network protocol on a device from absolute scratch. You will be doing it all your life once you join the industry, but here, this case study aims at giving you firsthand experience regarding what it takes to implement a typical Network protocol on a (simulated) device.
I bet if you are giving an interview in the company for a network developer role, entry-level up to 2-3 yrs of experience, or making a cross-domain switch into Networking Development, seeing the above mention of the project in your resume would give goosebumps to the interviewer. If you could answer cross-questions (I shall be covering in this Course) – you shall be selected without any doubt. Maintain GitHub to present your codes to him if asked.
Project Goals
The AIM of this project is to cycle you through the experience of end-to-end implementation of a typical network protocol. In this case study, we have chosen a routing protocol as an example, but the high-level logistics involved to implement a typical network protocol are more or less the same. For example, a typical network protocol has to:
Configurable via CLIs
Show internal states and results through show CLIs
Respond to generic configuration changes ( such as link shut-down, IP Address on interface change, etc)
Compute results and install the results in Tables (Routing Information Base, MAC Tables, hardware Tables, etc )
Respond to Topological Changes (link failures, device failures, etc )
Time-out stale Data structures if any.
Periodically Generate Or Process Protocol packet
How to add a new feature to the existing working Protocol Codebase. (This is what you shall be doing all your life as a software engineer !!)
Since the project is quite big (I am expecting around 20k LOCs), you would also get the opportunity to learn how to :
Organize the code in header and src files
Modularize the codebase: How to keep the code of different features in different src files
Testing the new feature, and cross-check it doesn’t break existing features
Maintain Code Commits through Version control system ( Github in this case )
Bug Fixing, and exercise various debugging techniques (gdb, Valgrind, etc )
Needless to say, you Can’t exercise the above points unless you do a project of considerable size.
Pre-requisites to do this Course
Needless to say, this project is very challenging, and you need to be reasonably good at Data Structures and Algorithms in C/C++ programming. If you are still struggling with LinkedList/Trees or other common Computer Science basic fundamentals, I would not recommend you spend time on this project – rather work on building your basics first. There is no point in showcasing this project on your resume while at the same time you cannot answer other fundamentals such as questions on Heap Memory, Multithreading, etc, or fail miserably in reversing a linked list.
Also, I shall assume that you have no background in Networking routing protocol (but do possess Networking Basics such as L3 routing, etc ) therefore I shall begin from absolute scratch, covering all necessary theories before we start coding. Along the journey in the implementation, we shall pick up various new concepts related to Networking, Project Planning, feature designing, or Coding Standards at the Industry level.
Who this course is for:
Core Developers aiming to work in Networking / Distributed Systems / System Programming side
Not for those seeking non-development roles ( This is pure Dev oriented Course )
Not for those still struggling with basic data structures, basic C programming concepts
Working professionals, Job Seekers, domain changers to Networking Dev, Learners, starving for knowledge
Requirements
Basic L2 and L3 Networking knowledge
Should be excellent with pointers, pointer arithmetic
Must understand memory manipulations in C programming
Patience, fighters, challengers, winners
Last Updated 1/2022
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
.pad/0
27 B
.pad/1
50 B
.pad/2
16 B
.pad/3
60 B
TutsNode.net.txt
63 B
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/1. Course Objectives and Pre-requisites/1. Course Objectives and Pre-requisites.srt
12.2 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/1. Course Objectives and Pre-requisites/1.1 Download Full Course PPTPDF.html
143 B
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/1. Course Objectives and Pre-requisites/2. Agenda and Challenges.srt
19 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/1. Course Objectives and Pre-requisites/3. Project Road Map.srt
10.7 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/1. Course Objectives and Pre-requisites/4. How to do this Course .srt
9.3 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/11. Phase 1 - Interface Config Change Notifications/1. Interface Config Processing - Design.srt
9.6 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/11. Phase 1 - Interface Config Change Notifications/3. Processing Interface Events.srt
15.3 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/11. Phase 1 - Interface Config Change Notifications/6. Testing Procedure.srt
10.6 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/12. Phase 1 - Shutting Down the Protocol/1. Protocol Shutdown.srt
12.1 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/13. Mini Project - Implement Layer2 Mapping/1. Problem Statement.srt
12.5 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/13. Mini Project - Implement Layer2 Mapping/2. Project Working.srt
8.8 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/13. Mini Project - Implement Layer2 Mapping/3. APIs and Working Demo.mp4
113.6 MB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/13. Mini Project - Implement Layer2 Mapping/3. APIs and Working Demo.srt
14.6 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/14. Appendix A - Part 1 - LibClI Library Tutorial/2. Command Types and quick demo.srt
6.2 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/14. Appendix A - Part 1 - LibClI Library Tutorial/5. Backend Handler Implementation.srt
9.1 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/15. Appendix A - Part 2 - LibClI Library Tutorial/1. Building a Library.srt
7.8 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/15. Appendix A - Part 2 - LibClI Library Tutorial/2. Hdr File Inclusions.srt
9 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/15. Appendix A - Part 2 - LibClI Library Tutorial/3. show command example.mp4
118 MB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/15. Appendix A - Part 2 - LibClI Library Tutorial/3. show command example.srt
20.6 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/15. Appendix A - Part 2 - LibClI Library Tutorial/5. Front-End to Backend Data Flow.srt
8.3 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/15. Appendix A - Part 2 - LibClI Library Tutorial/7. Config Command Example.srt
11.3 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/16. Appendix B - Glue Based Linked List/3. Pictorial Difference.srt
5.5 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/16. Appendix B - Glue Based Linked List/4. Structure Field offset.srt
8.7 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/16. Appendix B - Glue Based Linked List/6. GLThread Iteration.srt
3.5 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/16. Appendix B - Glue Based Linked List/8. Code Walk Demo.srt
7.3 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/16. Appendix B - Glue Based Linked List/9. Traditional Linked List Problems.srt
6.8 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/17. Appendix C - Header File Inclusion Tips/1. Duplicate Hdr File Inclusion.srt
7 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/17. Appendix C - Header File Inclusion Tips/2. Preprocessor Directives.srt
7.7 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/17. Appendix C - Header File Inclusion Tips/3. Solution.srt
10.7 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/18. Appendix D - TLVs ( Type Length Value )/1. Concept of TLVs.srt
6.6 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/18. Appendix D - TLVs ( Type Length Value )/2. Parsing TLV Buffer.srt
6.5 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/19. Appendix E - Timer Library Tutorial/1. Working of Timers.srt
13.6 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/2. Schooling - Get familiar with TCPIP Stack Library/1. Download Src Code.srt
10.6 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/2. Schooling - Get familiar with TCPIP Stack Library/1.1 commit+hashcode.txt
192 B
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/2. Schooling - Get familiar with TCPIP Stack Library/2. Setup Code Navigator.srt
7.7 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/2. Schooling - Get familiar with TCPIP Stack Library/2.1 Download link.html
177 B
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/2. Schooling - Get familiar with TCPIP Stack Library/3. Topology Building ( Optional, you may Skip ).srt
10.7 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/2. Schooling - Get familiar with TCPIP Stack Library/4. Checking RT and MAC Tables.srt
7.1 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/2. Schooling - Get familiar with TCPIP Stack Library/5. Packet Capture and Debugging.mp4
113 MB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/2. Schooling - Get familiar with TCPIP Stack Library/5. Packet Capture and Debugging.srt
14.3 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/2. Schooling - Get familiar with TCPIP Stack Library/6. Library Internal Design and Architecture.srt
6.7 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/2. Schooling - Get familiar with TCPIP Stack Library/7. Handling Interface Config Change Events.srt
6.6 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/2. Schooling - Get familiar with TCPIP Stack Library/8. LIBCLI Library.srt
8 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/3. Theory - Layer3 Routing Fundamentals/2. L3 Routing Table Construction - Introduction.srt
14.1 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/3. Theory - Layer3 Routing Fundamentals/4. Routing Table Entry Format.srt
7.1 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/3. Theory - Layer3 Routing Fundamentals/7. Generic Steps to Build Routing Table.srt
2.7 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/4. Theory - Understanding IGP Protocols Functioning/10. Conclusion.srt
1.4 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/4. Theory - Understanding IGP Protocols Functioning/3. Phase 1 - Step 1 and 2.srt
8.3 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/4. Theory - Understanding IGP Protocols Functioning/4. Phase 1 - Steps 3 and 4.srt
11.4 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/4. Theory - Understanding IGP Protocols Functioning/5. Phase 2 - Spf Algorithm.srt
1.6 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/4. Theory - Understanding IGP Protocols Functioning/6. Phase 2 - Spf Algo Example 1.srt
16.1 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/4. Theory - Understanding IGP Protocols Functioning/7. Phase 2 - Spf Algo Rules.srt
6.1 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/4. Theory - Understanding IGP Protocols Functioning/8. Phase 2 - Spf Algo Example 2.srt
10.4 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/4. Theory - Understanding IGP Protocols Functioning/9. Phase 3 - Final Routing Table Computation.srt
2.8 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/5. Professional - Getting Started with Protocol Dev/1. Getting Started.srt
2.9 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/5. Professional - Getting Started with Protocol Dev/10. CLI for Configuring Interfaces.srt
6.7 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/5. Professional - Getting Started with Protocol Dev/11. Mandatory Assignment.html
173 B
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/5. Professional - Getting Started with Protocol Dev/12. Enable Disable Protocol On interfaces.srt
8 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/5. Professional - Getting Started with Protocol Dev/13. Mandatory Assignment.html
173 B
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/5. Professional - Getting Started with Protocol Dev/2. Ecosystem for Protocol Development.srt
8 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/5. Professional - Getting Started with Protocol Dev/4. Ist CLI Development.srt
17.3 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/5. Professional - Getting Started with Protocol Dev/5. CLI Backend Handler Implementation.srt
14.5 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/5. Professional - Getting Started with Protocol Dev/6. Protocol Configuration Holders.srt
10.8 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/5. Professional - Getting Started with Protocol Dev/7. Assignment Questions ( Mandatory ).html
173 B
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/5. Professional - Getting Started with Protocol Dev/8. Developing a Show CLI.srt
9.4 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/5. Professional - Getting Started with Protocol Dev/9. Configuring Protocol Interfaces.srt
11 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/6. Protocol Control Packets/1. Protocol Packet Types.srt
6.2 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/6. Protocol Control Packets/2. Manipulating Ethernet Frames - APIs.srt
19.4 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/6. Protocol Control Packets/3. Packet Registration Step 1 of 2.srt
9.8 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/6. Protocol Control Packets/4. Packet Registration Step 2 of 2.srt
7.4 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/6. Protocol Control Packets/5. Conclusion.srt
1.8 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/7. Phase 1 - Adjacency Mgmt Implementation/11. Hello Packet Format.srt
10.1 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/7. Phase 1 - Adjacency Mgmt Implementation/11.1 VDO7.10_Hello_pkt_format.xlsx
13.2 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/7. Phase 1 - Adjacency Mgmt Implementation/13. Cooking up Hello Protocol Packets - Pre-requisites.srt
6.2 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/7. Phase 1 - Adjacency Mgmt Implementation/14. Cooking up Hello Protocol Packets.mp4
148.9 MB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/7. Phase 1 - Adjacency Mgmt Implementation/14. Cooking up Hello Protocol Packets.srt
20.6 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/7. Phase 1 - Adjacency Mgmt Implementation/16. Hello Packet Transmission Implementation.mp4
136.7 MB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/7. Phase 1 - Adjacency Mgmt Implementation/16. Hello Packet Transmission Implementation.srt
27.4 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/7. Phase 1 - Adjacency Mgmt Implementation/2. Hello Pkt Content.srt
7.7 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/7. Phase 1 - Adjacency Mgmt Implementation/3. Adjacency Formation.srt
6.4 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/7. Phase 1 - Adjacency Mgmt Implementation/5. Adjacency Timers.srt
9.9 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/8. Phase 1 - Packet Capture and Debugging/1. Packet Logging.srt
14.4 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/8. Phase 1 - Packet Capture and Debugging/2. Packet Registration for Tracing and logging.srt
11.2 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/8. Phase 1 - Packet Capture and Debugging/4. Logging Internal Traces.srt
17.4 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/9. Phase 1 - Protocol Hello Packet Processing/1. Entry point for Packet Processing.srt
10.6 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/9. Phase 1 - Protocol Hello Packet Processing/12. Show Command Enhancement Display Adjacency Timer Status.srt
8.9 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/9. Phase 1 - Protocol Hello Packet Processing/13. Adjacency State Transition Diagram.srt
9.4 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/9. Phase 1 - Protocol Hello Packet Processing/14. Adjacency State Transition Diagram Implementation.srt
8.5 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/9. Phase 1 - Protocol Hello Packet Processing/15. Adjacency State Transition Diagram Implementation - Part 2.srt
11.4 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/9. Phase 1 - Protocol Hello Packet Processing/16. Bug Fix - Adjacency State Machine - Missing Breaks.srt
0 B
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/9. Phase 1 - Protocol Hello Packet Processing/3. Validation Checks on Hello Pkts.srt
11.6 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/9. Phase 1 - Protocol Hello Packet Processing/5. Adjacency Object Creation.srt
10 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/9. Phase 1 - Protocol Hello Packet Processing/8. Adjacency Timers.srt
12.4 KB
[TutsNode.net] - Part A - Network Protocol Development in C ( from scratch )/9. Phase 1 - Protocol Hello Packet Processing/9. Adjacency Delete Timer APIs Implementation.srt