Archive for the ‘Internetwork’ Category

“A research project at the University of Washington spots sections on the Internet that cannot be reached for several hours.”

Popularity: 26% [?]

NEW YORK (Reuters) - Technology company InterDigital Inc said on Monday it was in settlement talks with leading cell phone maker Nokia and that the companies have made substantial progress toward resolving all of their disputes.

Popularity: 34% [?]

“A leading marketing forecaster on Tuesday cut its projection for U.S. spending on online advertising this year, signalling that economic troubles are likely biting into corporate marketing budgets.”

Popularity: 47% [?]

NSLOOKUP

admin

   NSLOOKUP is the name server lookup program that comes with many
   TCP/IP software packages. A user can use NSLOOKUP to examine entries
   in the Domain Name System (DNS) database that pertain to a particular
   host or domain; one common use is to determine a host system’s IP
   address from its name or the host’s name from its IP address. The
   general form of the command to make a single query is:

      nslookup [IP_address|host_name]

   If the program is started without any parameters, the user will be
   prompted for input; the user can enter either an IP address or host
   name at that time, and the program will respond with the name and    address of the default name sever, the name server actually used to
   resolve each request, and the IP address and host name that was
   queried. Exit is used to quit the NSLOOKUP application.

Read the rest of this entry »

Popularity: 42% [?]

There are several tools that let you learn information about Internet
   hosts and domains. These tools provide the ability for an application
   or a user to perform host name/address reconciliation (NSLOOKUP),
   determine whether another host is up and available (PING), learn
   about another host’s users (Finger), and learn the route that packets
   will take to another host (Traceroute).

Popularity: 41% [?]