Internet Fundamentals/Networking
Appearance
This lesson introduces networking fundamentals, including network devices, Internet protocols, and name resolution.
Objectives and Skills
[edit | edit source]Objectives and skills for this lesson include:[1][2]
- Identify the infrastructure required to access the Internet, including hardware and software components.
- Define important Internet communications protocols and their roles in delivering basic Internet services.
- Identify the basic principles of the Domain Name System (DNS).
Readings
[edit | edit source]- Wikipedia: Computer network
- Wikipedia: Internet protocol suite
- Wikipedia: Domain Name System
- Just Added: Wikibooks: Introduction to Computer Information Systems/Computer Networks
Multimedia
[edit | edit source]- YouTube: Computer Networks - Crash Course
- YouTube: The Internet: IP Addresses and DNS
- YouTube: The Internet: Packets, Routing and Reliability
- YouTube: How does the INTERNET work?
- YouTube: DNS Explained
- YouTube: The OSI Model Demystified
- YouTube: IT Fundamentals - Basic Networking Devices
- YouTube: Introduction to Computer Networks Part 1 - Easy to understand basics
- YouTube: Introduction to Computer Networks Part 2 - Easy to understand basics
- YouTube: Introduction to Computer Networks Part 3 - Easy to understand basics
- YouTube: Installing a SOHO Network
Activities
[edit | edit source]- Complete the following tutorials:
- Review IP address settings for your local network:
- Windows:
- Review Microsoft: How do I fix network adapter problems? and Microsoft: Change TCP/IP Settings. Review network settings for your system.
- Review ipconfig. Complete the activities to display IP address information, all information, and release and renew a dynamic IP address.
- macOS:
- Review Apple: About Network Utility. Use Network Utility to review network settings for your system.
- Review MacWorld: Configuring Your Mac's Network Settings Use System Preferences / Network to review network settings for your system. Use the Advanced button and TCP/IP settings to renew your DHCP lease.
- Review Wikipedia: ifconfig. Use
ifconfig
to review network settings for your system.
- Linux:
- Review YoLinux: Network GUI Configuration Tools. Use Network Configuration or System Settings / Networking to review network settings for your system.
- Review Wikipedia: ifconfig. Use
ifconfig
to review network settings for your system. Review CyberCiti: Linux Force DHCP Client to Renew IP Address. Usedhclient
to release and renew a dynamic IP address.
- Windows:
- Verify Internet connectivity:
- Verify a physical connection:
- Wired: Check for connectivity lights on the network adapter and switch or router.
- Wireless: Check for connectivity through the user interface.
- Verify ip address settings.
- Windows: Use
ipconfig
. - macOS: Use Network Utility, System Preferences / Network, or
ifconfig
. - Linux: Use Network Configuration, System Settings / Networking, or
ifconfig
.
- Windows: Use
- Review Ping/Host. Verify local and remote connectivity using
ping
.- Ping your local IP address.
- Ping your local default gateway address.
- Ping an Internet host such as 8.8.8.8.
- Review Tracert. Trace the route to an Internet host such as 8.8.8.8.
- Use https://traceroute-online.com/ to visually trace the route to en.wikiversity.org or another host.
- Review Nslookup. Verify name resolution using
nslookup
and an Internet host name, such as en.wikiversity.org.
- Verify a physical connection:
- Share a folder and connect to the shared folder:
- Windows GUI:
- Review Microsoft: File Sharing Essentials. Share a folder on your system.
- From another computer, use a UNC path to connect to the shared folder.
- Windows CLI:
- Review Microsoft: Net Share. Use the
net share
command to share a folder on your system. - Review Microsoft: Net Use. From another computer, use the
net use
command to connect to the shared folder.
- Review Microsoft: Net Share. Use the
- macOS:
- Review Apple: Mac Basics: File Sharing. Share a folder on your system.
- Review Apple: Connect to Shared Computers and File Servers on a Network. From another computer, connect to the shared folder.
- Linux:
- Review TechGage: Using Samba to Share Your Linux Folders. Install Samba if necessary and share a folder on your system.
- Review HowToGeek: 3 Easy Ways to Connect to Windows Shared Folders from Linux. From another computer, connect to the shared folder.
- Windows GUI:
- Research and compare license and support costs for Windows, macOS, and Linux.
- Research plans available from different wired (cable, DSL) and wireless (cellular, wireless, satellite) Internet providers. Compare mobility, availability, bandwidth, reliability, delay, concurrent connections, security, and cost.
- Research, identify and describe the necessary components required to set-up a home network for yourself.
Lesson Summary
[edit | edit source]- A computer network or data network is a digital telecommunications network that allows computers to exchange data. Networked computing devices pass data to each other in the form of packets across connections established using either cable or wireless media.[3]
- A network packet is a formatted unit of data sent through a network to the destination. Once packets arrive, they are reassembled into their original message.[4]
- Wired media includes coaxial cable, twisted-pair cable, and optical fiber.[5]
- Wireless local area network connections use spread spectrum technology based on a common flavor of open-standards wireless radio-wave technology defined as IEEE 802.11 and known as Wi-Fi.[6]
- A network interface controller (NIC) is hardware that provides a computer with the ability to access the transmission media, and has the ability to process low-level network information.[7]
- In Ethernet networks, each NIC has a unique 48-bit Media Access Control (MAC) address.[8]
- A repeater or hub is an electronic device that receives a network signal in the form of bits, cleans it of unnecessary noise, and regenerates it. In local area networks, switches have replaced hubs.[9]
- A bridge or switch is a device that connects and filters multiple network segments or devices, by forwarding data only to one or multiple devices that need to receive the data based on destination MAC address.[10]
- A router is a device that forwards data packets between different computer networks based on network address (IP address).[11]
- A modem is a device used to connect network nodes via wire not originally designed for digital network traffic, by modulating the digital signal to produce an analog signal for transmission.[12]
- A firewall is a device used to control network security and access rules by rejecting access requests from unrecognized sources while allowing actions from recognized ones.[13]
- Network topology is the layout or organizational hierarchy of interconnected nodes of a computer network. Common topologies include bus, star, ring, and mesh.[14]
- A communications protocol is a set of rules for exchanging information over a network. In a protocol stack, each protocol leverages the services of the protocol below it.[15]
- An important example of a protocol stack is HTTP (the World Wide Web protocol) running over TCP over IP (the Internet protocols) over IEEE 802.11 (the Wi-Fi protocol).[16]
- Participants in the Internet use a diverse array of methods of several hundred documented, and often standardized, protocols compatible with the Internet Protocol Suite and an addressing system (IP addresses) administered by the Internet Assigned Numbers Authority and address registries.[17]
- A network can be characterized by its physical capacity or its organizational purpose. These include personal area network (PAN), local area network (LAN), and wide area network (WAN).[18]
- A virtual private network (VPN) is an overlay network in which some of the links between nodes are carried by open connections or virtual circuits in some larger network instead of by physical wires.[19]
- An intranet is a set of networks that are under the control of a single administrative entity.[20]
- An extranet is a network that is under the administrative control of a single organization, but supports a limited connection to a specific external network.[21]
- Routing is the process of selecting network paths to carry network traffic.[22]
- Network services are applications hosted by servers on a computer network, to provide some functionality for members or users of the network, or to help the network itself to operate.[23]
- Network security consists of provisions and policies adopted by the network administrator to prevent and monitor unauthorized access, misuse, modification, or denial of the computer network and its network-accessible resources.[24]
- The Internet protocol suite is the set of communications protocols used for the Internet and similar networks.[25]
- The Internet protocol suite is a four-layer model containing Link, Internet, Transport, and Application layers.[26]
- The Internet protocol suite is maintained by the Internet Engineering Task Force (IETF).[27]
- The Link layer contains communication technologies for a local network.[28]
- The Internet layer connects local networks, thus establishing internetworking.[29]
- The Transport layer handles host-to-host communication.[30]
- The Application layer contains all protocols for specific data communications services on a process-to-process level.[31]
- The Domain Name System (DNS) is a hierarchical distributed naming system for computers, services, or any resource connected to the Internet or a private network.[32]
- The Domain Name System translates more readily memorized domain names to the numerical IP addresses needed for locating and identifying computer services and devices with the underlying network protocols.[33]
- The Domain Name System delegates the responsibility of assigning domain names and mapping those names to Internet resources by designating authoritative name servers for each domain. Network administrators may delegate authority over sub-domains of their allocated name space to other name servers.[34]
- The domain name space consists of a tree data structure. Each node or leaf in the tree has a label and zero or more resource records (RR), which hold information associated with the domain name.[35]
- The domain name itself consists of the label, possibly concatenated with the name of its parent node on the right, separated by a dot.[36]
- The domain name tree sub-divides into zones beginning at the root zone. The right-most label conveys the top-level domain.[37]
Key Terms
[edit | edit source]- 4G
- The fourth generation of mobile telecommunications technology.[38]
- address
- A numerical designation that uniquely refers to a specific communication entity.[39]
- backbone
- A part of computer network that interconnects various pieces of network, providing a path for the exchange of information between different LANs or subnetworks.[40]
- bandwidth
- The bit-rate of available or consumed information capacity expressed typically in metric multiples of bits per second.[41]
- client
- A piece of computer hardware or software that accesses a service made available by a server.[42]
- DARPA
- An agency of the U.S. Department of Defense responsible for the development of emerging technologies for use by the military.[43]
- domain name
- An identification string that defines a realm of administrative autonomy, authority or control within the Internet.[44]
- DSL (Digital Subscriber Line)
- A family of technologies that are used to transmit digital data over telephone lines.[45]
- frame
- A digital data transmission unit in computer networking and telecommunication.[46]
- FQDN (Fully Qualified Domain Name)
- A domain name that specifies its exact location in the tree hierarchy of the Domain Name System (DNS).[47]
- gateway
- A piece of networking hardware equipped for interfacing with another network that uses different protocols.[48]
- host
- A computer or other device connected to a computer network.[49]
- IANA (Internet Assigned Numbers Authority)
- A department of ICANN, a nonprofit private American corporation that oversees global IP address allocation, autonomous system number allocation, root zone management in the Domain Name System, media types, and other Internet Protocol-related symbols and Internet numbers.[50]
- IP (Internet Protocol)
- The principal communications protocol in the Internet protocol suite for relaying datagrams across network boundaries.[51]
- ISP (Internet Service Provider)
- An organization that provides services accessing and using the Internet.[52]
- packet
- A formatted unit of data carried by a packet-switched network.[53]
- protocol
- A system of rules that allow two or more entities of a communications system to transmit information via any kind of variation of a physical quantity.[54]
- proxy server
- A server that acts as an intermediary for requests from clients seeking resources from other servers.[55]
- server
- A computer program or a device that provides functionality for other programs or devices.[56]
- TCP (Transmission Control Protocol)
- One of the main protocols of the Internet protocol suite; It provides reliable, ordered, and error-checked delivery of a stream of bytes between applications running on hosts communicating by an IP network.[57]
- TLD (Top-Level Domain)
- One of the domains at the highest level in the hierarchical Domain Name System of the Internet.[58]
- throughput
- The rate of successful message delivery over a communication channel.[59]
- wireless access point
- A networking hardware device that allows a Wi-Fi device to connect to a wired network.[60]
Assessments
[edit | edit source]- Crossword Puzzle: Crossword Basic Networking Terms
See Also
[edit | edit source]References
[edit | edit source]- ↑ CIW: Internet Business Associate Exam Objectives
- ↑ CIW: Internet Business Associate Course Description
- ↑ Wikipedia: Computer network
- ↑ Wikipedia: Computer network
- ↑ Wikipedia: Computer network
- ↑ Wikipedia: Computer network
- ↑ Wikipedia: Computer network
- ↑ Wikipedia: Computer network
- ↑ Wikipedia: Computer network
- ↑ Wikipedia: Computer network
- ↑ Wikipedia: Computer network
- ↑ Wikipedia: Computer network
- ↑ Wikipedia: Computer network
- ↑ Wikipedia: Computer network
- ↑ Wikipedia: Computer network
- ↑ Wikipedia: Computer network
- ↑ Wikipedia: Computer network
- ↑ Wikipedia: Computer network
- ↑ Wikipedia: Computer network
- ↑ Wikipedia: Computer network
- ↑ Wikipedia: Computer network
- ↑ Wikipedia: Computer network
- ↑ Wikipedia: Computer network
- ↑ Wikipedia: Computer network
- ↑ Wikipedia: Internet protocol suite
- ↑ Wikipedia: Internet protocol suite
- ↑ Wikipedia: Internet protocol suite
- ↑ Wikipedia: Internet protocol suite
- ↑ Wikipedia: Internet protocol suite
- ↑ Wikipedia: Internet protocol suite
- ↑ Wikipedia: Internet protocol suite
- ↑ Wikipedia: Domain Name System
- ↑ Wikipedia: Domain Name System
- ↑ Wikipedia: Domain Name System
- ↑ Wikipedia: Domain Name System
- ↑ Wikipedia: Domain Name System
- ↑ Wikipedia: Domain Name System
- ↑ Wikipedia: 4G
- ↑ Live action: Glossary of Network Terms
- ↑ Wikipedia: Backbone network
- ↑ Wikipedia: Bandwidth (computing)
- ↑ Wikipedia: Client (computing)
- ↑ Wikipedia: DARPA
- ↑ Wikipedia: Domain name
- ↑ Wikipedia: Digital subscriber line
- ↑ Wikipedia: Frame (networking)
- ↑ Wikipedia: Fully qualified domain name
- ↑ Wikipedia: Gateway (telecommunications)
- ↑ Wikipedia: Host (network)
- ↑ Wikipedia: Internet Assigned Numbers Authority
- ↑ Wikipedia: Internet Protocol
- ↑ Wikipedia: Internet service provider
- ↑ Wikipedia: Network packet
- ↑ Wikipedia: Communications protocol
- ↑ Wikipedia: Proxy server
- ↑ Wikipedia: Server (computing)
- ↑ Wikipedia: Transmission Control Protocol
- ↑ Wikipedia: Top-level domain
- ↑ Wikipedia: Throughput
- ↑ Wikipedia: Wireless access point