Networking for Developers – part 3: Network and Physical layers

NOTE: Catch up with the previous posts in this post series:Part 1: OverviewPart 2: Application and Transport layers In the Internet, the network layer uses the Internet Protocol and it's responsible to analyse the destination address in the packets and direct them to where they should go. The job to actually move the packets around … Continue reading Networking for Developers – part 3: Network and Physical layers

Networking for Developers – part 2: application and transport layers

NOTE: Catch up with the previous posts in this post series:Part 1: Overview The Network Stack has four layers: Application, Transport, Network (or Internet) and Physical. This post will cover the top two layers: Application and Transport and together they help the destination computer identify what type of data it's receiving through the network. The … Continue reading Networking for Developers – part 2: application and transport layers