<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://staging.moocwiki.org/index.php?action=history&amp;feed=atom&amp;title=English%3AComputer_Networks_and_the_Internet</id>
	<title>English:Computer Networks and the Internet - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://staging.moocwiki.org/index.php?action=history&amp;feed=atom&amp;title=English%3AComputer_Networks_and_the_Internet"/>
	<link rel="alternate" type="text/html" href="https://staging.moocwiki.org/index.php?title=English:Computer_Networks_and_the_Internet&amp;action=history"/>
	<updated>2026-08-28T12:34:28Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in MOOCsWiki Staging</subtitle>
	<generator>MediaWiki 1.45.4</generator>
	<entry>
		<id>https://staging.moocwiki.org/index.php?title=English:Computer_Networks_and_the_Internet&amp;diff=47157&amp;oldid=prev</id>
		<title>Glanz: aiMOOC über GPT aiMOOC Action erstellt</title>
		<link rel="alternate" type="text/html" href="https://staging.moocwiki.org/index.php?title=English:Computer_Networks_and_the_Internet&amp;diff=47157&amp;oldid=prev"/>
		<updated>2026-08-27T12:47:42Z</updated>

		<summary type="html">&lt;p&gt;aiMOOC über GPT aiMOOC Action erstellt&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{T}}&lt;br /&gt;
[[Category:English]]&lt;br /&gt;
[[Category:Computer Networks and the Internet]]&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
Every time you send a message, stream a video, play an online game, or open a website, computers exchange data across networks. A &amp;#039;&amp;#039;&amp;#039;computer network&amp;#039;&amp;#039;&amp;#039; is a group of connected devices that can communicate and share resources. The &amp;#039;&amp;#039;&amp;#039;Internet&amp;#039;&amp;#039;&amp;#039; is a global network of networks: many independently operated networks use common standards so that data can travel between them.&lt;br /&gt;
&lt;br /&gt;
In this aiMOOC, you will learn how devices connect, how data is divided into packets, how addresses and names help information reach the right destination, and how protocols make communication reliable and secure. You will also learn to distinguish the Internet from the [[English:World Wide Web|Web]], analyze network performance, and reason about common security risks. The course is designed for Grades 9–10 and connects [[English:Computer science|Computer science]], [[English:Information technology|Information technology]], [[English:Digital literacy|Digital literacy]], mathematics, geography, and English communication.&lt;br /&gt;
&lt;br /&gt;
[[File:Structure of the Internet.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
The diagram above shows that the Internet is not one single machine or company. It is built from access networks, Internet service providers, Internet exchange points, and many interconnected autonomous networks.&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=3QhU9jd03a0|500|center}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= From Devices to Networks =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== End Devices and Network Devices ==&lt;br /&gt;
&lt;br /&gt;
An &amp;#039;&amp;#039;&amp;#039;end device&amp;#039;&amp;#039;&amp;#039; or &amp;#039;&amp;#039;&amp;#039;host&amp;#039;&amp;#039;&amp;#039; is a device that sends or receives data, such as a laptop, smartphone, server, printer, or game console. Between end devices are network devices that forward traffic.&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;&amp;#039;switch&amp;#039;&amp;#039;&amp;#039; connects devices within a local network and forwards Ethernet frames toward the correct port. A &amp;#039;&amp;#039;&amp;#039;router&amp;#039;&amp;#039;&amp;#039; connects different IP networks and forwards packets toward their destination. A &amp;#039;&amp;#039;&amp;#039;wireless access point&amp;#039;&amp;#039;&amp;#039; lets wireless devices join a network, while a home router often combines routing, switching, Wi-Fi, and other services in one box.&lt;br /&gt;
&lt;br /&gt;
You can think of these devices as having different jobs. Hosts create and consume data. Switches organize traffic inside a local network. Routers move traffic between networks.&lt;br /&gt;
&lt;br /&gt;
[[File:Router switch in OSI model.png|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Network Size and Scope ==&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;&amp;#039;local area network&amp;#039;&amp;#039;&amp;#039; or &amp;#039;&amp;#039;&amp;#039;LAN&amp;#039;&amp;#039;&amp;#039; covers a limited area such as a classroom, home, office, or school building. A &amp;#039;&amp;#039;&amp;#039;wide area network&amp;#039;&amp;#039;&amp;#039; or &amp;#039;&amp;#039;&amp;#039;WAN&amp;#039;&amp;#039;&amp;#039; connects networks across larger geographic areas. The Internet is the largest example of interconnected networks, but it is not controlled as one giant LAN.&lt;br /&gt;
&lt;br /&gt;
Networks may be connected by copper cable, fiber-optic cable, radio waves, microwave links, or satellite links. Different media have different capacities, ranges, costs, and delays.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Physical Media: Copper, Fiber, and Wireless ==&lt;br /&gt;
&lt;br /&gt;
Copper Ethernet cables carry electrical signals. Fiber-optic cables carry pulses of light and can transmit very large amounts of data over long distances. Wi-Fi uses radio waves, which makes mobility possible but also means that walls, distance, interference, and shared airtime can affect performance.&lt;br /&gt;
&lt;br /&gt;
[[File:RJ45 Ethernet Cable.jpg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
Large parts of international Internet traffic travel through fiber-optic cables on land and under the sea. Wireless connections are important at the edges of the Internet, but long-distance global links still depend heavily on physical infrastructure.&lt;br /&gt;
&lt;br /&gt;
[[File:Submarine cable map umap.png|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=ZhEf7e4kopM|500|center}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Network Topologies =&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;&amp;#039;network topology&amp;#039;&amp;#039;&amp;#039; describes how devices and links are arranged. In a &amp;#039;&amp;#039;&amp;#039;star topology&amp;#039;&amp;#039;&amp;#039;, devices connect to a central switch or access point. In a &amp;#039;&amp;#039;&amp;#039;bus topology&amp;#039;&amp;#039;&amp;#039;, devices share one main communication path. In a &amp;#039;&amp;#039;&amp;#039;ring topology&amp;#039;&amp;#039;&amp;#039;, each device is linked in a circular pattern. Real networks can use combinations of these structures.&lt;br /&gt;
&lt;br /&gt;
Topology affects cost, reliability, troubleshooting, and how failures spread. A star network is common in modern Ethernet LANs because one cable failure usually affects only one device, although failure of the central switch can affect many devices.&lt;br /&gt;
&lt;br /&gt;
[[File:Network topology diagram.png|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Addresses: Finding the Right Device =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== MAC Addresses ==&lt;br /&gt;
&lt;br /&gt;
An Ethernet network uses &amp;#039;&amp;#039;&amp;#039;MAC addresses&amp;#039;&amp;#039;&amp;#039; at the data-link level. A switch learns which MAC addresses are reachable through which ports and uses this information to forward frames inside the local network.&lt;br /&gt;
&lt;br /&gt;
A MAC address is useful for local delivery, but Internet communication needs an addressing system that works across many connected networks.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== IP Addresses ==&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;Internet Protocol&amp;#039;&amp;#039;&amp;#039; or &amp;#039;&amp;#039;&amp;#039;IP&amp;#039;&amp;#039;&amp;#039; provides logical addressing and forwarding across networks. An IP address identifies an interface on an IP network. Routers examine destination IP addresses to decide where to send packets next.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;IPv4&amp;#039;&amp;#039;&amp;#039; addresses are 32 bits long. Because the number of Internet-connected devices grew enormously, techniques such as private addressing and network address translation became common. &amp;#039;&amp;#039;&amp;#039;IPv6&amp;#039;&amp;#039;&amp;#039; uses 128-bit addresses and provides a vastly larger address space.&lt;br /&gt;
&lt;br /&gt;
You do not need to memorize address ranges for this course. What matters is understanding that an IP address is used for routing packets between networks, while a MAC address is mainly used for delivery on a local link.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Domain Names and DNS =&lt;br /&gt;
&lt;br /&gt;
Humans prefer names such as &amp;#039;&amp;#039;&amp;#039;example.org&amp;#039;&amp;#039;&amp;#039; to long numerical addresses. The &amp;#039;&amp;#039;&amp;#039;Domain Name System&amp;#039;&amp;#039;&amp;#039; or &amp;#039;&amp;#039;&amp;#039;DNS&amp;#039;&amp;#039;&amp;#039; is a distributed naming system that helps translate domain names into information such as IP addresses.&lt;br /&gt;
&lt;br /&gt;
DNS is hierarchical. A lookup may involve a recursive resolver and authoritative DNS servers. Caching allows previously obtained answers to be reused for a limited time, which can make later lookups faster and reduce repeated traffic.&lt;br /&gt;
&lt;br /&gt;
[[File:DNS schema.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
A useful analogy is a contact list: you remember a person&amp;#039;s name, while the system finds the number needed to reach them. The analogy is not perfect because DNS is distributed and hierarchical rather than one central directory.&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=5o8CwafCxnU|500|center}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Packets, Switching, and Routing =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Why Data Is Divided into Packets ==&lt;br /&gt;
&lt;br /&gt;
Instead of reserving one complete path for one conversation, Internet data is usually divided into smaller units called &amp;#039;&amp;#039;&amp;#039;packets&amp;#039;&amp;#039;&amp;#039;. Each packet carries control information as well as part of the data being transmitted.&lt;br /&gt;
&lt;br /&gt;
Packet switching lets many users share network links efficiently. Packets from different conversations can be interleaved on the same links. They may experience different delays, and in some situations packets can be lost or arrive out of order.&lt;br /&gt;
&lt;br /&gt;
[[File:Packet Switching.gif|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Routing and Hops ==&lt;br /&gt;
&lt;br /&gt;
A router forwards an IP packet from one network toward another. The packet may pass through several routers, called &amp;#039;&amp;#039;&amp;#039;hops&amp;#039;&amp;#039;&amp;#039;, before reaching its destination. Routers use routing information to choose a next hop; they do not need a complete physical map inside each individual packet.&lt;br /&gt;
&lt;br /&gt;
If a link or route becomes unavailable, routing systems may eventually choose another path. This ability contributes to resilience, although it does not guarantee that every failure is invisible to users.&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=AYdF7b3nMto|500|center}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Protocols: Rules for Communication =&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;&amp;#039;protocol&amp;#039;&amp;#039;&amp;#039; is an agreed set of rules for communication. Networks work because different devices and software systems follow compatible protocols.&lt;br /&gt;
&lt;br /&gt;
Important examples include:&lt;br /&gt;
# [[English:Ethernet|Ethernet]]: Common technology for wired local networks.&lt;br /&gt;
# [[English:Internet Protocol|IP]]: Provides addressing and packet forwarding between networks.&lt;br /&gt;
# [[English:Transmission Control Protocol|TCP]]: Provides a reliable, ordered byte stream between applications.&lt;br /&gt;
# [[English:User Datagram Protocol|UDP]]: Sends datagrams with less transport overhead and without TCP-style delivery guarantees.&lt;br /&gt;
# [[English:Domain Name System|DNS]]: Maps domain names to information such as IP addresses.&lt;br /&gt;
# [[English:Hypertext Transfer Protocol|HTTP]]: Transfers web requests and responses.&lt;br /&gt;
# [[English:HTTPS|HTTPS]]: Uses HTTP over TLS so that web traffic can be encrypted and authenticated in transit.&lt;br /&gt;
&lt;br /&gt;
Protocols work together. For example, a browser may use DNS to find an address, IP to move packets across networks, TCP or another transport mechanism to carry application data, and HTTPS to protect communication with a web server.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Layered Models =&lt;br /&gt;
&lt;br /&gt;
Engineers use layers to separate networking tasks into manageable parts. The &amp;#039;&amp;#039;&amp;#039;TCP/IP model&amp;#039;&amp;#039;&amp;#039; describes the practical protocol suite used by the Internet. The &amp;#039;&amp;#039;&amp;#039;OSI model&amp;#039;&amp;#039;&amp;#039; is a seven-layer conceptual reference model often used for learning, design discussions, and troubleshooting.&lt;br /&gt;
&lt;br /&gt;
A simplified comparison is useful:&lt;br /&gt;
# [[English:Application layer|Application layer]]: Services used by applications, including protocols such as HTTP and DNS.&lt;br /&gt;
# [[English:Transport layer|Transport layer]]: End-to-end transport, including TCP and UDP.&lt;br /&gt;
# [[English:Internet layer|Internet layer]]: IP addressing and routing.&lt;br /&gt;
# [[English:Link layer|Link layer]]: Local delivery over technologies such as Ethernet or Wi-Fi.&lt;br /&gt;
&lt;br /&gt;
The models are not identical, and real implementations do not always fit perfectly into neat boxes. The value of layering is that you can reason about one part of communication without treating the entire network as one undivided problem.&lt;br /&gt;
&lt;br /&gt;
[[File:OSI Model v1.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= The Internet and the World Wide Web =&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;Internet&amp;#039;&amp;#039;&amp;#039; is the global networking infrastructure and protocol system that connects networks. The &amp;#039;&amp;#039;&amp;#039;World Wide Web&amp;#039;&amp;#039;&amp;#039; is one service that uses the Internet. The Web consists of linked resources accessed with technologies such as URLs, HTTP, HTTPS, browsers, and web servers.&lt;br /&gt;
&lt;br /&gt;
Other Internet services include email, voice and video calling, multiplayer games, file transfer, cloud applications, and many machine-to-machine services. Saying that the Internet and the Web are the same is therefore incorrect.&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=AEaKrq3SpW8|500|center}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Network Performance =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Bandwidth, Throughput, and Latency ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Bandwidth&amp;#039;&amp;#039;&amp;#039; describes a link&amp;#039;s capacity to carry data, usually expressed in bits per second. &amp;#039;&amp;#039;&amp;#039;Throughput&amp;#039;&amp;#039;&amp;#039; is the useful rate actually achieved during a transfer. Throughput can be lower than the theoretical bandwidth because of congestion, protocol overhead, interference, device limits, server limits, or other traffic.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Latency&amp;#039;&amp;#039;&amp;#039; is the delay between sending information and receiving a response or result. A high-bandwidth connection can still have noticeable latency. Online games, voice calls, and remote control systems can be especially sensitive to delay.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Packet Loss and Jitter ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Packet loss&amp;#039;&amp;#039;&amp;#039; occurs when some packets do not reach their destination. &amp;#039;&amp;#039;&amp;#039;Jitter&amp;#039;&amp;#039;&amp;#039; is variation in packet delay over time. Real-time applications can be affected by both. TCP can retransmit missing data, which supports reliability but can increase delay. Some real-time applications use UDP because timely delivery can matter more than retransmitting every missing unit.&lt;br /&gt;
&lt;br /&gt;
When diagnosing performance, do not assume that one speed-test number explains everything. Consider bandwidth, throughput, latency, loss, Wi-Fi conditions, server location, congestion, and the application itself.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Security and Responsible Use =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Encryption and HTTPS ==&lt;br /&gt;
&lt;br /&gt;
When a website uses &amp;#039;&amp;#039;&amp;#039;HTTPS&amp;#039;&amp;#039;&amp;#039;, TLS is used to protect data in transit between your browser and the server. Encryption helps prevent outsiders on the path from easily reading the content. Authentication helps your browser verify the server&amp;#039;s identity through certificates.&lt;br /&gt;
&lt;br /&gt;
HTTPS does not prove that a website is trustworthy in every way. A malicious site can also use HTTPS. You still need to check the domain name, think critically about requests for personal information, and follow school or workplace security rules.&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=ZghMPWGXexs|500|center}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Common Risks and Good Habits ==&lt;br /&gt;
&lt;br /&gt;
Common risks include phishing, malware, weak or reused passwords, unsafe downloads, insecure software, and accidental sharing of sensitive information. Good habits include using strong unique passwords, enabling multi-factor authentication where available, keeping software updated, checking links and domain names carefully, and reporting suspicious activity through the correct channel.&lt;br /&gt;
&lt;br /&gt;
When you perform networking experiments for this course, use only your own devices, a school lab, or systems your teacher has explicitly approved. Do not scan, probe, or attempt to bypass access controls on networks you do not have permission to test.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= A Packet&amp;#039;s Journey: Putting the Ideas Together =&lt;br /&gt;
&lt;br /&gt;
Imagine that you enter a secure website address in a browser:&lt;br /&gt;
# Your device connects to a local network through Ethernet or Wi-Fi.&lt;br /&gt;
# DNS helps your device obtain an IP address for the website&amp;#039;s service.&lt;br /&gt;
# Your device creates application data and passes it through transport and Internet protocols.&lt;br /&gt;
# The data is divided into packets and placed into frames for the local link.&lt;br /&gt;
# A switch or wireless access point helps move local traffic toward the router.&lt;br /&gt;
# Routers forward packets across multiple networks using destination IP addresses.&lt;br /&gt;
# The destination server processes the request and sends response data back.&lt;br /&gt;
# HTTPS protects the application exchange in transit when TLS is correctly established.&lt;br /&gt;
&lt;br /&gt;
This sequence is simplified, but it connects the central ideas: physical links carry signals, link technologies handle local delivery, IP supports internetwork routing, transport protocols support application communication, DNS handles names, and application protocols define what the communicating programs are trying to do.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Interactive Tasks =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Quiz: Test Your Knowledge ==&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What best describes the Internet?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(A global network of interconnected networks)&lt;br /&gt;
(!A single worldwide computer)&lt;br /&gt;
(!Only the collection of all websites)&lt;br /&gt;
(!A private network inside one building)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Which device mainly forwards packets between different IP networks?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(Router)&lt;br /&gt;
(!Keyboard)&lt;br /&gt;
(!Monitor)&lt;br /&gt;
(!Printer)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What is the main purpose of DNS?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(To map domain names to information such as IP addresses)&lt;br /&gt;
(!To increase screen resolution)&lt;br /&gt;
(!To charge a laptop battery)&lt;br /&gt;
(!To compress every Internet packet)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Why is data commonly divided into packets on the Internet?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(To let traffic share network links efficiently)&lt;br /&gt;
(!To make every message follow one permanent cable)&lt;br /&gt;
(!To remove the need for addresses)&lt;br /&gt;
(!To guarantee zero delay)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Which protocol provides logical addressing and packet forwarding across networks?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(IP)&lt;br /&gt;
(!HTML)&lt;br /&gt;
(!USB)&lt;br /&gt;
(!JPEG)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Which statement about TCP is correct?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(It provides reliable ordered transport)&lt;br /&gt;
(!It is a type of fiber optic cable)&lt;br /&gt;
(!It replaces all IP addresses with names)&lt;br /&gt;
(!It is the same thing as Wi Fi)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What does latency describe?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(Delay in network communication)&lt;br /&gt;
(!The physical color of a cable)&lt;br /&gt;
(!The number of files on a server)&lt;br /&gt;
(!The size of a keyboard)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What is the relationship between the Web and the Internet?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(The Web is a service that uses the Internet)&lt;br /&gt;
(!The Web is the physical cable inside every router)&lt;br /&gt;
(!The Internet is only one website)&lt;br /&gt;
(!The Web and the Internet are always identical terms)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What does HTTPS mainly add to HTTP communication?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(Protection using TLS)&lt;br /&gt;
(!A larger computer screen)&lt;br /&gt;
(!A guarantee that every website is honest)&lt;br /&gt;
(!A replacement for all routers)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Which statement best compares bandwidth and throughput?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(Bandwidth is capacity while throughput is the rate actually achieved)&lt;br /&gt;
(!Bandwidth is a password while throughput is a username)&lt;br /&gt;
(!Bandwidth is a domain name while throughput is an IP address)&lt;br /&gt;
(!Bandwidth and throughput always have exactly the same value)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Memory Game ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;memo-quiz&amp;quot;&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| Router || Forwards packets between IP networks&lt;br /&gt;
|-&lt;br /&gt;
| Switch || Forwards frames within a local network&lt;br /&gt;
|-&lt;br /&gt;
| DNS || Resolves domain names to network information&lt;br /&gt;
|-&lt;br /&gt;
| Latency || Delay in communication&lt;br /&gt;
|-&lt;br /&gt;
| Packet || Small unit of data sent through a network&lt;br /&gt;
|-&lt;br /&gt;
| Fiber || Medium that carries data using light&lt;br /&gt;
|}&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Drag and Drop ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;lueckentext-quiz&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Match the correct terms.&lt;br /&gt;
! Topic&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;MAC address&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Local link identification&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;IP address&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Logical network addressing&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;DNS&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Domain name resolution&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;TCP&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Reliable ordered transport&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;HTTPS&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Protected web communication&lt;br /&gt;
|}&lt;br /&gt;
{{E}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Crossword Puzzle ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;kreuzwort-quiz&amp;quot;&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| Ethernet || Which common wired LAN technology sends frames across local links?&lt;br /&gt;
|-&lt;br /&gt;
| Router || Which device forwards packets between IP networks?&lt;br /&gt;
|-&lt;br /&gt;
| Packet || What small unit carries part of a message across a packet-switched network?&lt;br /&gt;
|-&lt;br /&gt;
| Protocol || What is an agreed set of communication rules called?&lt;br /&gt;
|-&lt;br /&gt;
| Latency || What term means communication delay?&lt;br /&gt;
|-&lt;br /&gt;
| Firewall || What security system can filter network traffic according to rules?&lt;br /&gt;
|}&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== LearningApps ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;iframe&amp;gt; https://learningapps.org/index.php?s=Computer+Networks+and+the+Internet &amp;lt;/iframe&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Cloze Text ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;quiz display=simple&amp;gt;&lt;br /&gt;
{&amp;#039;&amp;#039;&amp;#039;Complete the text.&amp;#039;&amp;#039;&amp;#039;&amp;lt;br&amp;gt;&lt;br /&gt;
|type=&amp;quot;{}&amp;quot;}&lt;br /&gt;
A computer { network } connects devices so that they can communicate and share resources. The global network of networks is called the { Internet }. A { switch } mainly forwards frames inside a local network. A { router } forwards packets between IP networks. The { DNS } helps translate domain names into information such as IP addresses. Internet data is commonly divided into { packets } for transmission. The { TCP } transport protocol provides reliable ordered delivery. Network communication delay is called { latency }. Secure web communication commonly uses { HTTPS }. The World Wide Web is one { service } that uses the Internet.&lt;br /&gt;
&amp;lt;/quiz&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Open-Ended Tasks =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
=== Easy ===&lt;br /&gt;
# [[English:Network Vocabulary Map|Network Vocabulary Map]]: Create a one-page concept map using at least ten course terms and draw labeled connections between devices, addresses, protocols, and services.&lt;br /&gt;
# [[English:Home Network Sketch|Home Network Sketch]]: Draw a privacy-safe diagram of a typical home or classroom network using generic labels rather than real passwords, account names, or sensitive addresses.&lt;br /&gt;
# [[English:Packet Journey Comic|Packet Journey Comic]]: Produce a six-panel comic showing how a browser request can travel from a device through a local network and routers to a web server.&lt;br /&gt;
# [[English:Internet and Web Explanation|Internet and Web Explanation]]: Write a short explanation for a younger student that clearly distinguishes the Internet from the World Wide Web and includes two examples of non-Web Internet services.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
=== Standard ===&lt;br /&gt;
# [[English:Latency Experiment|Latency Experiment]]: With teacher approval, use a standard ping tool on approved public hosts, record several round-trip times, calculate a simple average, and explain why the results may vary.&lt;br /&gt;
# [[English:Traceroute Investigation|Traceroute Investigation]]: With teacher approval, run traceroute or tracert to an approved destination, describe the visible sequence of hops, and explain what the tool can and cannot prove about the physical route.&lt;br /&gt;
# [[English:Network Professional Interview|Network Professional Interview]]: Interview a school IT staff member or another network professional about reliability, security, and troubleshooting, then summarize three insights in your own words.&lt;br /&gt;
# [[English:Protocol Explainer Video|Protocol Explainer Video]]: Create a two-minute video that explains how DNS, IP, TCP or UDP, and HTTPS can work together when a user accesses an online service.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
=== Advanced ===&lt;br /&gt;
# [[English:Network Design Challenge|Network Design Challenge]]: Design a network for a small school club room, justify your choice of wired and wireless connections, and explain how your design addresses performance, reliability, security, and cost.&lt;br /&gt;
# [[English:Packet Loss Investigation|Packet Loss Investigation]]: Build a teacher-approved simulation or use a classroom network simulator to compare reliable and real-time traffic under packet loss, then explain the trade-offs you observe.&lt;br /&gt;
# [[English:Infrastructure Research Project|Infrastructure Research Project]]: Research one submarine fiber-optic cable or Internet exchange point from trustworthy sources and present how geography, redundancy, ownership, and maintenance influence connectivity.&lt;br /&gt;
# [[English:Network Policy Proposal|Network Policy Proposal]]: Write a concise acceptable-use and security proposal for a fictional school network, defending your choices with technical reasoning about passwords, updates, permissions, encryption, and incident reporting.&lt;br /&gt;
&lt;br /&gt;
{{:Open Task - Create a MOOC}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Learning Assessment =&lt;br /&gt;
&lt;br /&gt;
# [[English:Diagnose a Slow Connection|Diagnose a Slow Connection]]: Given a scenario with high bandwidth but high latency and packet loss, explain which symptoms users may notice and propose a justified troubleshooting sequence.&lt;br /&gt;
# [[English:Compare TCP and UDP|Compare TCP and UDP]]: Choose suitable transport behavior for file transfer and live voice communication, explain the trade-offs, and state why no single choice is best for every application.&lt;br /&gt;
# [[English:Trace a Web Request|Trace a Web Request]]: Explain how local networking, DNS, IP routing, transport, and HTTPS cooperate from the moment a user enters a web address until a response arrives.&lt;br /&gt;
# [[English:Evaluate Network Resilience|Evaluate Network Resilience]]: Compare two hypothetical topologies after a link or central-device failure and argue which design better fits a stated school use case.&lt;br /&gt;
# [[English:Security Reasoning|Security Reasoning]]: Analyze a phishing scenario in which the page uses HTTPS and explain why encryption alone does not make the page trustworthy.&lt;br /&gt;
# [[English:Infrastructure Transfer Task|Infrastructure Transfer Task]]: Explain how the same networking principles apply to a new context such as a hospital, factory, sports venue, or remote research station, identifying at least three design priorities.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Evidence of Learning =&lt;br /&gt;
&lt;br /&gt;
Strong evidence of learning includes accurate use of networking vocabulary; a correct distinction between the Internet and the Web; the ability to explain the roles of hosts, switches, routers, access points, DNS, IP, TCP, UDP, HTTP, HTTPS, and TLS; and the ability to reason about packet switching, routing, addressing, bandwidth, throughput, latency, packet loss, and security.&lt;br /&gt;
&lt;br /&gt;
Your products can include network diagrams, concept maps, experiment records, interview summaries, videos, research presentations, and design proposals. High-quality work shows that you can connect ideas rather than list isolated facts, interpret evidence from simple network measurements, communicate technical explanations clearly, follow permission and privacy rules during practical work, and transfer networking principles to unfamiliar real-world situations.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= OERs on the Topic =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;iframe&amp;gt; https://en.m.wikipedia.org/wiki/Computer_network &amp;lt;/iframe&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Linked Learning Areas =&lt;br /&gt;
&lt;br /&gt;
The topic connects physical infrastructure, digital communication, software protocols, mathematics, cybersecurity, geography, and communication skills. Understanding these links helps you move from simply using online services to explaining how networked systems function and how design choices affect reliability, speed, access, and safety.&lt;br /&gt;
&lt;br /&gt;
{| align=center&lt;br /&gt;
{{:D-Tab}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[English:Computer Networks and the Internet|Computer Networks and the Internet]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
# [[English:Computer network|Computer network]]&lt;br /&gt;
# [[English:Internet|Internet]]&lt;br /&gt;
# [[English:Network topology|Network topology]]&lt;br /&gt;
# [[English:Ethernet|Ethernet]]&lt;br /&gt;
# [[English:Router|Router]]&lt;br /&gt;
# [[English:Internet Protocol|Internet Protocol]]&lt;br /&gt;
# [[English:Domain Name System|Domain Name System]]&lt;br /&gt;
# [[English:Transmission Control Protocol|Transmission Control Protocol]]&lt;br /&gt;
# [[English:User Datagram Protocol|User Datagram Protocol]]&lt;br /&gt;
# [[English:World Wide Web|World Wide Web]]&lt;br /&gt;
# [[English:HTTPS|HTTPS]]&lt;br /&gt;
# [[English:Cybersecurity|Cybersecurity]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:English]]&lt;br /&gt;
[[Category:Computer Networks and the Internet]]&lt;br /&gt;
[[Category:Computer science]]&lt;br /&gt;
[[Category:Information technology]]&lt;br /&gt;
[[Category:Digital literacy]]&lt;br /&gt;
[[Category:STEM education]]&lt;br /&gt;
[[Category:Grades 9-10]]&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= aiMOOC Projects =&lt;br /&gt;
[[Category:English]]&lt;br /&gt;
[[Category:Computer Networks and the Internet]]&lt;br /&gt;
[[Category:Computer science]]&lt;br /&gt;
[[Category:Information technology]]&lt;br /&gt;
[[Category:Digital literacy]]&lt;br /&gt;
[[Category:STEM education]]&lt;br /&gt;
[[Category:Grades 9-10]]&lt;br /&gt;
[[Category:AI_MOOC]]&lt;br /&gt;
[[Category:GPT aiMOOC]]&lt;br /&gt;
{{MT}}&lt;/div&gt;</summary>
		<author><name>Glanz</name></author>
	</entry>
</feed>