Category: Education

  • 5.2 Reading Domain Names

    When we look at an IP address like “212.78.1.25”, the left prefix is the “Network Number”, so in a sense we read IP addresses from left to right, where the left part of the IP address is the most general part of the address and right part of the address is most specific: 212.78.1.25 Broad…

  • 5.1 Allocating Domain Names

    If you recall from the previous section, IP addresses are allocated based on where you connect a new network to the Internet. Domain names are allocated based on organizations that “own” the domain name. At the top of the domain name hierarchy is an organization called the International Corporation for Assigned Network Names and Numbers(ICANN).…

  • 5. The Domain Name System

    The Domain Name System lets you access websites by their domain name like (www.khanacademy.org), so you don’t have to keep a list of numeric Internet Protocol (IP) addresses like “212.78.1.25”. IP address are determined by where your computer connects to the Internet. When you have a portable computer and you move from one location to…

  • 4.1 Internet Protocol (IP) Addresses

    In the previous section where we talked about Link layer addresses, we said that link addresses were assigned when the hardware was manufactured and stayed the same throughout the life of a computer. We cannot use link layer addresses to route packets across multiple networks because there is no relationship between a link layer address…

  • 4.4 Determining Your Route

    There is no place in the Internet that knows in advance the route your packets will take from your computer to a particular destination. Even the routers that participate in forwarding your packets across the Internet do not know the entire route your packet will take. They only know which link to send your packets…

  • 4 Internetworking Layer (IP)

    Now that we can move data across a single link, it’s time to figure out how to move it across the country or around the world. To send data from your computer to any of a billion destinations, the data needs to move across multiple hops and across multiple networks. When you travel from your…

  • 4.5 Getting an IP Address

    Increasingly, computers are portable or mobile. We just pointed out how important it was for the IP layer to track large groups of computers using network numbers instead of tracking every single computer individually. But since these network numbers indicate a particular physical connection to the network, when we move a computer from one location…

  • 4.6 A Different Kind of Address Reuse

    If you know how to find the IP address on your laptop, you can do a little experiment and look at the different IP addresses you get at different locations. If you made a list of the different addresses you received at the different locations, you might find that many of the locations give out…

  • 4.7 Global IP Address Allocation

    If you wanted to connect the network for a new organization to the Internet you would need to contact an Internet Service Provider and make a connection. Your ISP would give you a range of IP addresses (i.e., one or more network numbers) that you could allocate to the computers attached to your network. The…

  • 4.8 Summary Chapter 4

    The Internetworking Protocol layer extends our network from a single hop (Link layer) to a series of hops that result in packets quickly and efficiently being routed from your computer to a destination IP address and back to your computer. The IP layer is designed to react and route around network outages and maintain near-ideal…

  • 4.9 Glossary-Chapter 4

    core router: A router that is forwarding traffic within the core of the Internet. DHCP: Dynamic Host Configuration Protocol. DHCP is how a portable computer gets an IP address when it is moved to a new location. edge router: A router which provides a connection between a local network and the Internet. Equivalent to “gateway”.…

  • 4.3 When Things Get Worse and Better

    Sometimes the network has problems and a router must find a way to route data around the problems. A common problem is that one of the outbound links fails. Perhaps someone tripped over a wire and unplugged a fiber optic cable. At this point, the router has a bunch of network numbers that it wants…

  • 4.10 Questions-Chapter 4

    You can take this quiz online at http://www.net-intro.com/quiz/4.10 What is the goal of the Internetworking layer? a) Move packets across multiple hops from a source to destina- tion computer b) Move packets across a single physical connection c) Deal with web server failover d) Deal with encryption of sensitive data How many different physical links…

  • 3.6 Questions-Chapter 3

    You can take this quiz online at http://www.net-intro.com/quiz/ When using a WiFi network to talk to the Internet, where does your computer send its packets? a) A gateway b) A satellite c) A cell phone tower32 CHAPTER 3. LINK LAYER d) The Internet Central Office How is the link/physical address for a network device assigned?a)…

  • 3.5 Glossary-Chapter 3

    base station: Another word for the first router that handles your packets as they are forwarded to the Internet.broadcast: Sending a packet in a way that all the stations connected to a local area network will receive the packet.gateway: A router that connects a local area network to a wider area network such as the…