Posts

Showing posts with the label NETWORKING COMMANDS FOR WINDOWS ADMINISTRATION

Sales KPIs

Image
  SALES KPI TO ACHIEVE BUSSINESS GOALS     TO BOOST SALE   ·           Year-over-year sales YoY Sale) ·           Conversion rate (CR) ·           Average order value (AOV) ·           Basket size     TO STRENGTHEN CUSTOMER EXPERIENCE   ·           conversion rate (CR) ·           average order value (AOV) ·           basket size ·           customer retention rate (CRR)     TO Reduce stock-outs   ·           Inventory turnover (ITR) ·           Sell-through rate (STR) ·   ...

NETWORKING COMMANDS FOR WINDOWS ADMINISTRATION

Image
    Ping   Ping is used to test the ability of one network host to communicate with another.   C:\>ping <hostname>   C:\>ping <hostname>   -t   C:\>ping -4   <hostname>   C:\>ping -6   <hostname>   C:\>ping    <ip address>   C:\>ping    <ip address>   -t   Hostname   Find local computer name from command line   c:\> hostname   NbtStat   Finding a computer name using IP (NetBIOS over TCP/IP)   nbtstat -a <ip_address>   NETSTAT   NETSTAT: Network Statistics   list of all active TCP connections from your computer.   c:\> netstat   ARP   The ARP (Address Resolution Protocol ) command corresponds to the Address Resolution Protocol, it gives MAC address of target host.   c:\> arp -a <targethost-i...