



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
A lecture on computer networks and the internet. It discusses the geometric topology and physical medium used to connect computers together. It also covers different naming schemes used to identify computers on the internet, such as physical or MAC addresses, IP numbers, and hostnames. The lecture ends with a discussion on ports, which are used to identify specific programs on a computer.
Typology: Lecture notes
1 / 6
This page cannot be seen from the preview
Don't miss anything!




In this lecture we take a look at Computer Networks and the Internet. We begin by looking at how Computer Networks are defined by their geometric topology and the physical medium used to connect them together. As we discover the Internet is an Internetwork, composed of many different types of networks. Information travelling through networks, and particularly through internetworks, are subject to lag and latency. We learn that there are many different naming schemes used to identify computers on the Internet. These include Physical or MAC Addresses, IP Numbers, and Hostnames with each naming scheme serving a different purpose. Ultimately, traffic on the Internet needs an IP Number, and Hostnames are converted to IP Number via the Domain Name System (DNS). We end our discussion of names by taking a look at Ports, which are used to identify specific programs we want to communicate with on a computer. Topology and Medium: When we create a computer network, we need to define its topology and choose a physical medium to connect the computers or devices on the network. The topology is basically the geometric shape that connects the computers together. Here, for example, are three classic network topologies: In a Star Network each network node is connected to a central node. As its name implies, in a Ring Network the nodes are connected together in a ring. In a Bus Network, all the nodes are connected to a single shared wire. Each network topology has strengths and weaknesses. For example:
The network’s physical medium determines how the devices are physically connected together. Are we going to connect the devices using a twisted pair of copper cables, a fiber optic cable, or by sending messages wirelessly? Internetworks So what is the topology and media of the Internet? The Internet is not a single network — it’s actually what we refer to as an Internetwork. An Internetwork is composed of many different networks.
This number should be unique for any device manufactured. It consists of 6 pairs of hexadecimal digits, for example: 00 - 01 - 42 - AF-3B- 05 These are also sometimes written using colons as separators: 00:01: 42 :AF:3B: 05 The first three pairs of digits specify the device manufacturer. For example, the 00- 01 - 42 prefix is one of several hundred that has been assigned to Apple Computer. Every network device has a unique number, so if your computer has WiFi, a physical Ethernet port, and the ability to connect to other devices using Bluetooth, you will have three different MAC Addresses, one for each of these.