Explore routing, forwarding, and switching with examples.
Also find me here:
Baeldung Author
Subham Datta
I'm currently pursuing Ph.D. degree in Computer Engineering from the University of Cyprus. I'm also working at KIOS Research and Innovation Center of Excellence. My research area includes Cyber Security, Algorithms, Machine Learning. In my free time, I love watching cricket and movies.
Here's what I've written (so far):
Baeldung on Computer Science
- All
- Networking (35)
- OS (24)
- Security (23)
- Algorithms (23)
- Trees (11)
- Graphs (8)
- Programming (7)
- Math and Logic (7)
- Data Structures (7)
- Path Finding (4)
- Sorting (2)
- Software Architecture (2)
- Graph Traversal (2)
- Core Concepts (2)
- Artificial Intelligence (2)
- Web (1)
- Searching (1)
- Machine Learning (1)
- Concurrency (1)
Networking: Stateless and Stateful Protocols
Filed under Networking
Explore two types of networking protocols: stateless and stateful.
Remote Procedure Calls vs. Local Procedure Calls
Filed under Programming
Learn about the procedure calls in programming.
UDP Packet Loss
Filed under Networking
Explore several reasons for packet loss in UDP.
Differences Between Stream Cipher and Block Cipher
Filed under Security
Explore stream and block ciphers in detail.
Private Bytes, Virtual Bytes, and Working Set
Filed under OS
Learn about some memory-related concepts in the operating system: private bytes, virtual bytes, and working sets.
Data Compression: ZLib vs. GZip vs. Zip
Filed under Algorithms
Explore three popular data compression techniques: zlib, gzip, and ZIP.
Socket vs. RPC
Filed under Networking
Explore two techniques that can create a channel of information flow in networking: socket and RPC.
Which Is Faster – Hash Lookup or Binary Search?
Filed under Data Structures, Searching
Compare two searching methods: binary search and hash lookup.