when i execute this file i get the error as said below. plz help #Create a ns simulator set ns [new Simulator] #Open the NS trace file set tracefile [open out1.tr w] $ns trace-all $tracefile #Open the NAM trace file set namfile [open out1.nam w] $ns namtrace-all $namfile #===========================...