answersLogoWhite

0

The '.com' portion of a Domain Name System name is called the TLD or Top Level Domain. There are many TLDs such as .gov, .com, .tv, .org and .net to name a few. [JMH]

User Avatar

Wiki User

17y ago

What else can I help you with?

Related Questions

Which processor had a 32-bit internal bus and a 16-bit external bus?

Which processor has a 32-bit Data Bus and a 24-bit Address Bus?


For the address 1101 0110 1001 0010 1110 0111 0100 1101 give its address class the subnet address the broad cast address and host address if sub netting is done using the last 5 bit for the host?

3675309


Is there a website that you can read the entire book The Last Olympian?

No, but you can read a bit of the first chapter at http://search.barnesandnoble.com/The-Last-Olympian/Rick-Riordan/e/9781423101475#EXC


What is a Mac address and what is the bit size of a Mac address in a nic?

MAC bit size is 16 digits. but MAC bit is 48 each.


How many Terabytes of memory would a 40 bit address bus be able to address if the system word length was 8bits 16bits 32bits?

1TB is 240 bytes. It follows that a 40 bit address bus can address 1TB. Since 1TB is 1TB regardless of the system's word size, a 40 bit address bus can address 1TB on a computer with an 8 bit, a 16 bit, a 32 bit, or any other word size.


How are segment registers used to form a 20-bit address?

The 16 bit segment register is left shifted by 4 and added to the effective address to form a 20 bit physical address.


What is higher order address of a 16 bit address?

In the 8085, the high order address is A8-A15. In the 8086/8088, the high order address is A8-A19. (For a 16-bit address, the answer is A8-A15, but the answer above reflects the chosen categories, 8085 and 8086/8088, with the 8086/8088 running in 20-bit mode.) In Windows XP, running in 32-bit mode, the high order address is A8-A31, a 32 bit address.


Address bus width?

Varies from machine to machine:many early machines had address busses only 12 to 18 bits wideearly microprocessors has address busses 10 to 14 bits wide16 bit address busses were common on microprocessors in the early 1980sthe 8086 had a 20 bit address bus and the 68000 a 24 bit address busmost modern computers have 32 bit address busses with high-end ones having as many as 64 bit address busses


What is forum spring?

Do you mean formspring? It's a website that allows you to sign up, then be asked questions by people. They can be anonymous if they wish. You can get quite a bit of abuse on there. Some think it is a website for cyberbullying. While others think it's just a bit of fun :)


What is a 32-bit string used to identify a computer on a network?

IP address are the unique address. IP or internet protocol addresses are also known as logical addresses . The 32 bit address is the IPV4 address.


How many address lines are required to access 1MB RAM using microprocessor 8086?

The 8086/8088 microprocessor has a 20 bit address bus, so the number of memory locations it can address is 220 or 1,048,576.


How many bytes of date can be addressed by a computer system with an 11-bit address bus and an 8-bit data bus?

There can be one byte of data transferred at one time on the 8-bit data bus, but without knowing more about the architecture and the address and data bus multiplexing we cannot know how many bytes can be addressed.Perhaps the machine architecture uses 2 address bus cycles to send out a 16-bit address and 6-bits of control signals, then uses 2 data bus cycles to read or write the 16-bit word at that address, which would mean this computer system addressed two bytes at one time.Perhaps the machine architecture uses 3 address bus cycles to send out a 32-bit address and a 1-bit control signal, then uses 4 data bus cycles to read or write the 32-bit word at that address, which would mean this computer system addressed four bytes at one time.Perhaps the machine architecture uses 6 address bus cycles to send out a 64-bit address and 2-bits of control signals, then uses 8 data bus cycles to read or write the 64-bit word at that address, which would mean this computer system addressed eight bytes at one time.Perhaps the machine architecture has a variable word length (which could be specified in many different ways depending on the architecture), in which case almost any number of bytes could be addressed at one time (with different numbers of bytes in each addressing operation).There are many other possibilities.