Internet Fundamentals/Networking

From Wikiversity
Jump to navigation Jump to search
CAT5 UTP cable
CAT5 UTP cable
Wi-Fi logo
Wi-Fi logo

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]

  1. Wikipedia: Computer network
  2. Wikipedia: Internet protocol suite
  3. Wikipedia: Domain Name System
  4. Just Added: Wikibooks: Introduction to Computer Information Systems/Computer Networks

Multimedia[edit | edit source]

  1. YouTube: Computer Networks - Crash Course
  2. YouTube: The Internet: IP Addresses and DNS
  3. YouTube: The Internet: Packets, Routing and Reliability
  4. YouTube: How does the INTERNET work?
  5. YouTube: DNS Explained
  6. YouTube: The OSI Model Demystified
  7. YouTube: IT Fundamentals - Basic Networking Devices
  8. YouTube: Introduction to Computer Networks Part 1 - Easy to understand basics
  9. YouTube: Introduction to Computer Networks Part 2 - Easy to understand basics
  10. YouTube: Introduction to Computer Networks Part 3 - Easy to understand basics
  11. YouTube: Installing a SOHO Network

Activities[edit | edit source]

  1. Complete the following tutorials:
  2. Review IP address settings for your local network:
  3. Verify Internet connectivity:
    1. 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.
    2. 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.
    3. 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.
    4. Review Tracert. Trace the route to an Internet host such as 8.8.8.8.
    5. Use https://traceroute-online.com/ to visually trace the route to en.wikiversity.org or another host.
    6. Review Nslookup. Verify name resolution using nslookup and an Internet host name, such as en.wikiversity.org.
  4. Share a folder and connect to the shared folder:
  5. Research and compare license and support costs for Windows, macOS, and Linux.
  6. 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.
  7. 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]

See Also[edit | edit source]

References[edit | edit source]

  1. CIW: Internet Business Associate Exam Objectives
  2. CIW: Internet Business Associate Course Description
  3. Wikipedia: Computer network
  4. Wikipedia: Computer network
  5. Wikipedia: Computer network
  6. Wikipedia: Computer network
  7. Wikipedia: Computer network
  8. Wikipedia: Computer network
  9. Wikipedia: Computer network
  10. Wikipedia: Computer network
  11. Wikipedia: Computer network
  12. Wikipedia: Computer network
  13. Wikipedia: Computer network
  14. Wikipedia: Computer network
  15. Wikipedia: Computer network
  16. Wikipedia: Computer network
  17. Wikipedia: Computer network
  18. Wikipedia: Computer network
  19. Wikipedia: Computer network
  20. Wikipedia: Computer network
  21. Wikipedia: Computer network
  22. Wikipedia: Computer network
  23. Wikipedia: Computer network
  24. Wikipedia: Computer network
  25. Wikipedia: Internet protocol suite
  26. Wikipedia: Internet protocol suite
  27. Wikipedia: Internet protocol suite
  28. Wikipedia: Internet protocol suite
  29. Wikipedia: Internet protocol suite
  30. Wikipedia: Internet protocol suite
  31. Wikipedia: Internet protocol suite
  32. Wikipedia: Domain Name System
  33. Wikipedia: Domain Name System
  34. Wikipedia: Domain Name System
  35. Wikipedia: Domain Name System
  36. Wikipedia: Domain Name System
  37. Wikipedia: Domain Name System
  38. Wikipedia: 4G
  39. Live action: Glossary of Network Terms
  40. Wikipedia: Backbone network
  41. Wikipedia: Bandwidth (computing)
  42. Wikipedia: Client (computing)
  43. Wikipedia: DARPA
  44. Wikipedia: Domain name
  45. Wikipedia: Digital subscriber line
  46. Wikipedia: Frame (networking)
  47. Wikipedia: Fully qualified domain name
  48. Wikipedia: Gateway (telecommunications)
  49. Wikipedia: Host (network)
  50. Wikipedia: Internet Assigned Numbers Authority
  51. Wikipedia: Internet Protocol
  52. Wikipedia: Internet service provider
  53. Wikipedia: Network packet
  54. Wikipedia: Communications protocol
  55. Wikipedia: Proxy server
  56. Wikipedia: Server (computing)
  57. Wikipedia: Transmission Control Protocol
  58. Wikipedia: Top-level domain
  59. Wikipedia: Throughput
  60. Wikipedia: Wireless access point