Results 1 to 5 of 5

Thread: Help understanding NetBIOS and DNS

  1. #1
    Junior Member
    Join Date
    May 2005
    Posts
    7

    Help understanding NetBIOS and DNS

    Hello all

    I am new to Anti Online and I am kind of new at computer networking so bare with me. I just started studying NetBIOS and DNS and I was wondering if anyone could explain to me the difference between the two.
    Thanks

  2. #2
    Junior Member
    Join Date
    May 2005
    Posts
    7

    Netbios and DNS

    What is DNS?

    DNS (Domain Name System), is the service which translates between Internet names and Internet addresses.

    Internet names are the names which we use to refer to hosts on the Internet, such as www.some-address.com and www.antionline.com.

    Internet addresses are the numbers which routers use to move traffic across the Internet, such as 216.17.138.115 and 216.136.204.117.
    --------------------------------------------------------------------------------------------------------------------------------------------------------
    NetBIOS

    An application programming interface (API) that can be used by programs on a local area network (LAN). NetBIOS provides programs with a uniform set of commands for requesting the lower-level services required to manage names, conduct sessions, and send datagrams between nodes on a network.

    Or to put simply it's local file sharing between networked computers.

    I hope this is what you were looking for.

  3. #3
    In And Above Man Black Cluster's Avatar
    Join Date
    Feb 2005
    Posts
    912

    Another set of definitions

    NetBIOS

    Network Basic Input/Output System is a program that allows applications on different computers to communicate within a local area network. It was created by IBM for its early PC Network, later adopted by Novell and Microsoft. NetBIOS is used in Ethernet, token ring and Windows NT networks. It does not support a routing mechanism, so applications communicating on a wide area network must use another "transport mechanism" (such as TCP/IP) rather than, or in addition, to NetBIOS.


    DNS

    DNS stands for Domain Name System. This System translates a domain name such as antionline.com into the Internet Protocol (IP) numbers (63.146.109.212) to find the correct web site - in this case the site for Domain Bank. The network of computers that constitute the Internet map domain names to their corresponding IP numbers. The data is then made available to all computers and users on the Internet.
    \"The only truly secure system is one that is powered off, cast in a block of concrete and sealed in a lead-lined room with armed guards - and even then I have my doubts\".....Spaf
    Everytime I learn a new thing, I discover how ignorant I am.- ... Black Cluster

  4. #4
    Just Another Geek
    Join Date
    Jul 2002
    Location
    Rotterdam, Netherlands
    Posts
    3,401
    I'm assuming you meant WINS not NetBIOS.

    WINS is the Windows Internet Naming Service. It's used to translate NetBIOS Names to IP addresses. There is no "reverse" WINS.

    WINS was created to make it "easier" to use dynamic addresses (DHCP) and to be able to segment your network. Normal NetBIOS name resolution is based on broadcasts. You don't want to route broadcast traffic. Broadcast traffic is usually the reason why you're segmenting your network in the first place.
    WINS is mostly dynamic, the server/workstation registers it's NetBIOS names (1 machine can have multiple names for different purposes) and it's IP address with the WINS server. When another machine needs to know where to find a NetBIOS Name it uses a WINS lookup to get the IP address instead of a broadcast.

    "Reverse WINS" (ip to name) is actually done using a "nbtstat -a <ip address>" type request.

    WINS is horrible to administer and gave me a lot of headaches in the past..
    Not replicating correctly, not registering 0x1B or 0x1C records, 0x1B records "taking a walk" (meaning some workstation became the master browser) etc...
    I'm glad MS decided to drop WINS and go for DNS..
    Oliver's Law:
    Experience is something you don't get until just after you need it.

  5. #5
    Junior Member
    Join Date
    May 2005
    Posts
    7
    Thank you all very much!!!
    I really appreciate the input from you all.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •