What must devices that communicate with one another on the internet have in common?

If you're seeing this message, it means we're having trouble loading external resources on our website.

If you're behind a web filter, please make sure that the domains *.kastatic.org and *.kasandbox.org are unblocked.

Updated: 03/06/2020 by

What must devices that communicate with one another on the internet have in common?

Using the Internet, computers connect and communicate with one another, primarily using the TCP/IP (Transmission Control Protocol / Internet Protocol). Think of TCP/IP as a book of rules, a step-by-step guide that each computer uses to know how to talk to another computer. This book of rules dictates what each computer must do to transmit data, when to transmit data, how to transmit that data. It also states how to receive data in the same manner. If the rules are not followed, the computer can't connect to another computer, nor send and receive data between other computers.

To connect to the Internet and other computers on a network, a computer must have a NIC (network interface card) installed. A network cable plugged into the NIC on one end and plugged into a cable modem, DSL modem, router, or switch can allow a computer to access the Internet and connect to other computers.

ISPs (Internet service providers)

ISPs (Internet service providers), the companies that provide Internet service and connectivity, also follow these rules. The ISP provides a bridge between your computer and all the other computers in the world on the Internet. The ISP uses the TCP/IP protocols to make computer-to-computer connections possible and transmit data between them. An ISP assigns an IP address, which is a unique address given to your computer or network to communicate on the Internet.

Home network

What must devices that communicate with one another on the internet have in common?

If you have a home computer network, the computers are also using TCP/IP to connect. The TCP/IP protocol allows each computer to "see" the other computers on the network, and share files and printers.

When computers connect on the same network, it is called a local area network, or LAN. When multiple networks are connected, it is called a wide area network, or WAN. With this type of network, your home has a network router that connects to your ISP. The router is given the IP address for your connection to the Internet and then assigns local IP addresses to each device in your network. These local addresses are often 192.168.1.2-255. When accessing a local computer in your network, your router sends your TCP/IP packets between the local IP addresses. However, when you want to connect to the Internet, your router uses the IP address assigned by the ISP. Your IP address is not a 192.168.x.x address because the ISP assigns that IP address and not your router.

When requesting information from a web page, such as Computer Hope, you enter a URL that is easy to understand and remember. For your computer to access the computer containing the pages, that URL must be converted into an IP address, which is done with DNS. Once DNS has converted the URL into an IP address, the routers on the Internet will know how to route your TCP/IP packet.

The illustration below helps explain the information in the previous sections about your computer communicates with others on the Internet.

What must devices that communicate with one another on the internet have in common?

Windows, macOS, and Linux computers use the TCP/IP protocol to connect to other computers on a LAN or WAN. Connecting to a LAN or WAN requires either a wired connection or a wireless connection. A wired connection is usually done using a network cable (Cat 5 or Cat 6 network cable). A wireless connection (Wi-Fi) uses an 802.11b, 802.11g or 802.11n wireless network card. With both connection types, a network router is usually required to connect to other computers. Connecting to the Internet at your home also requires either a cable modem or a DSL modem, depending on which ISP you use.

Tip

See our DNS page for further information on how DNS resolves a web address into an IP address.

What must devices that communicate with one another on the internet have in common?

Network technologies allow two or more computers to connect with each other. The most common of these technologies include Local Area Network (LAN), Wireless Area Network (WAN), the Internet via client servers and Bluetooth. Each of these computer network types serves a different purpose and you may find a need to use each one.

Local Area Network

  1. A Local Area Network (LAN) connects two or more computers together via Ethernet cables. For office networking, this is one of the most common network types, because of its reliability, stability and performance. This type allows computers to communicate directly with each other, as long as each computer on the network has been granted access to the computer with which it is trying to connect. A LAN can also take the external Internet connection and distribute it to all computers on the network, making it possible to pull up outside websites.

Wireless Area Network

  1. A Wireless Area Network (WAN) has the same function of connecting computers on a home or office network as a LAN, but it distributes the signal wirelessly. A wireless connection allows compatible desktop computers, laptops, smart phones and tablet devices to connect with one another. A wireless connection is most commonly used in homes to connect with the Internet. Wi-Fi hotspots that you find at local shops also use a WAN to distribute the Internet to their patrons.

Internet

  1. The Internet is the most commonly used network technology with billions of daily users throughout the world. An Internet provider services paying customers via client servers. The provider's servers are responsible for going out and finding the requested website and sending it through the cable lines back to the user. Websites are hosted on a client server, which then delivers the Web pages to your computer's browser.

Bluetooth

  1. Bluetooth is a relatively newer technology, which usually wirelessly connects accessories to a device, such as a Bluetooth headset that allows you to talk hands-free on your mobile phone. You can also create a Personal Area Network (PAN) with Bluetooth technology, which allows you to connect up to eight computers. The central computer is known as the master and the seven auxiliary computers are known as slaves. A slave computer must call up to the master to get access to the Personal Area Network (PAN), or to receive access to any of the other slave computers.

What device is used to connect computers together in an Ethernet network?

Hub. Hubs connect multiple computer networking devices together.

How are messages typically transmitted over the internet?

Data travels across the internet in packets. Each packet can carry a maximum of 1,500 bytes. Around these packets is a wrapper with a header and a footer.

Which of the following describes the relationship between the Web and the internet?

Which of the following best describes the relationship between the World Wide Web and the Internet? The World Wide Web is a system of linked pages, programs, and files that is accessed via a network called the Internet.

What is the primary transfer protocol used by the World Wide Web for delivering web content that have been formatted using HTML?

Hypertext Transfer Protocol (HTTP) is a method for encoding and transporting information between a client (such as a web browser) and a web server. HTTP is the primary protocol for transmission of information across the Internet.