[ns-simple.tcl] code #Create a simulator object set ns [new Simulator] set ns [new Simulator] : generates an NS simulator object instance, and assigns it to variable ns (italics is used for variables and values in this section). What this line does is the following: Initialize the packet format (ignore this for now) Create a scheduler (default is calendar scheduler) Select the default address fo..