Question:
whats the diffrance between DNS and NETbios?
?
2009-06-08 04:38:49 UTC
why DNS is better then netbios
Eight answers:
nutta_guy108
2009-06-08 04:51:14 UTC
Now, to subject. Computer may have many "names", and two main name groups of names computers have is a "DNS" names and a "NetBIOS" names.



The "NetBIOS" name is aname you assign to your computer using system->network identification->network ID. This name

is displayed in you "network neighborhood" and generally used in local networks to identify computers.



The "DNS" name is a name given to machine in internet. This name is a synonim to machine IP (becouse IP is\s not huma-friendly). "DNS" name is stored in special internet services (so-called "DNS" servers), not at the computer itself. Generally, computer can be shut off, but it's DNS name will be available and produce correct IP.



For example, if I install OS to new computer and call it "EYE", it will have a NetBIOS name "EYE", and, connecting it to my local network, i can access it in "network neighborhood". But, from the internet, i can't access to it using "EYE" name, and instead i must use it's IP - for example - 113.54.25.14. But if i need over users to access it from internet using a human-friendly name, i pay amount of money to sertain organization, and they register a name for it - for example - "www.GregorTheEye.com". Then, user can access my machine using this name, fopr example, writing:



ping www.GregorTheEye.com



or



telnet www.GregorTheEye.com



So, we have 2 names for machine - NetBIOS name and DNS name.

In my local network, following commands will be valid:



ping 113.54.25.14

ping EYE

ping www.GregorTheEye.com



Third command will be valid ONLY if my computer is conected to internet.



And from the internet, valid commands are:



ping 113.54.14

ping www.GregorTheEye.com



As you can see, NetBIOS name is not available from internet.



The main difference between NetBIOS name and DNS name is that DNS name will be available only if computer is connected to the internet and has i's name registered on it. NetBIOS name will be always available to computers that directly connected to target one.



To get DNS name, you must send a request to DNS server (it's IP is written in the system registry if you computer is connected to internet). If DNS server is unavailable, it will take default timeout time to discover this. If it's available, DNS server will return you human-friendly name of target machine if it's exist in database.



To obtain a NetBIOS name, you must send UDP packe to target machine and wait for responce. Becouse UDP is not a guaranteed-to-deliver protocol, responce may ot came, came corrupted, came many times etc. Your program must patiently wait for responce (it's not from 137 port - you must SEND UDP packet to 137 port of target machine, but responce will be returned to the port you specify. Only Win95 no OSR2 has a bug there responce always returns to port 137).



And, finally to Win32 functions -



gethostbyaddr() will first try to connect DNS server, and, if it's unavailable, will try to get NetBIOS name. So, it will get machine name one method or another in most cases.



getnameinfo() will ONLY try a DNS name, no attempts to get a NetBIOS name(). That's the difference.



If you write a program that must get names of local machines as well as names of internet machines (for example, network or port scanner), you MUST use gethostbyaddr(). If you write a program that will operate only with names of remote machines (IRC client, for example) - you MUST use getnameinfo() becouse Microsoft instructs so in lates MSDN releases.
2016-10-20 03:10:33 UTC
Netbios Vs Dns
2009-06-08 06:41:40 UTC
NetBIOS (Network Basic Input/Output System) is a program that allows applications on different computers to communicate within a local area network (LAN). It was created by IBM for its early PC Network, was adopted by Microsoft, and has since become a de facto industry standard. NetBIOS is used in Ethernet and Token Ring networks and, included as part of NetBIOS Extended User Interface (NetBEUI), in recent Microsoft Windows operating systems. It does not in itself support a routing mechanism so applications communicating on a wide area network (WAN) must use another "transport mechanism" (such as Transmission Control Protocol) rather than or in addition to NetBIOS

Domain Name System (DNS) is one of the industry-standard suite of protocols that comprise TCP/IP. Microsoft Windows Server 2003. DNS is implemented using two software components: the DNS server and the DNS client (or resolver). Both components are run as background service applications.



Network resources are identified by numeric IP addresses, but these IP addresses are difficult for network users to remember. The DNS database contains records that map user-friendly alphanumeric names for network resources to the IP address used by those resources for communication. In this way, DNS acts as a mnemonic device, making network resources easier to remember for network users.

The Windows Server 2003 DNS Server and Client services use the DNS protocol that is included in the TCP/IP protocol suite. DNS is part of the application layer of the TCP/IP reference model.
?
2013-10-07 23:40:24 UTC
Summary:



1. An IPv6 address consists of 128 bits, while an IPv4 address consists of only 32.



2. IPv6 has a lot more usable addresses compared to IPv4.







3. IPv6 makes the router’s task more simple compared to IPv4.



4. IPv6 is better suited to mobile networks than IPv4.



5. IPv6 addresses are represented in a hexadecimal, colon-separated notation, while IPv4 address use the dot-decimal notation.



6. IPv6 allows for bigger payloads than what is allowed in IPv4.



7. IPv6 is used by less than 1% of the networks, while IPv4 is still in use by the remaining 99%.
Deborah
2016-04-06 04:43:36 UTC
For the best answers, search on this site https://shorturl.im/axLOu



Anime is an animation that is shown or can be wayched on tv. Manga is a japanese version of comic. Animes are usually based off of manga, but sometimes it can be the other way around.
2016-03-17 13:37:42 UTC
Manga is Basicly a comic book. Anime is a Manga Brought to Life
2016-09-11 18:35:29 UTC
Wow! thankyou! I was asking myself the same thing yesterday
2016-08-03 11:57:40 UTC
Would be interested in knowing more about this too


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...