loader

Network Simu/Emu Tools, GNS3 [01]

Lab Introduction It is undeniable that during a learning process it would be helpful if we could deal with the examples of real-life challenges in order to commit to memory and put them into practice. For practicing in the realm of data transmission network. They help to simulate and emulate the traffic flow, configurations, related […]

LIPC1-011-Basic Commands

mkdir Command In Linux, users use the “mkdir” command to create new directories. So because creating a directory is a “write” action on the parent directory, users should have the write permission on the parent directory. Users also can create multiple directories or nested directories. Syntax mkdir [option] dir-name  Examples: mkdir without any options and […]

IP Multicast Overview

Data delivery models Let’s review what Multicast is by first looking into three other types of data delivery. Unicast: one-to-one transmission Broadcast: one-to-all transmission Anycast: one-to-nearest transmission Multicast is data transmission from one or a group of publishers to a group of subscribers. With that being said we will have different applications with IP Multicast […]