IT Fundamentals/2014/Networking

From Wikiversity
Jump to navigation Jump to search

A computer network or data network is a 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.[1] This lesson covers computer networks, wireless networks, addressing, and shared resources.

Objectives and Skills[edit | edit source]

Objectives and skills for the networking portion of IT Fundamentals certification include:[2]

  • Compare and contrast different methods of sharing and storage
    • Local vs. hosted storage
      • File and print sharing
        • Workgroup
        • Homegroup
      • Network drives
      • Network attached storage
      • Direct attached storage
      • External hard drives
    • Network vs. local printing
      • USB
      • Wireless / wired network
  • Given a scenario, set up and configure a basic SOHO router (wired / wireless)
    • Verify wired connection, if applicable
    • Verify Internet connectivity

Readings[edit | edit source]

  1. Wikipedia: Computer network
  2. Wikipedia: Wireless network
  3. Wikipedia: IP address
  4. Wikipedia: Shared resource

Multimedia[edit | edit source]

  1. YouTube: IT Fundamentals - Basic Networking Devices
  2. YouTube: Introduction to Computer Networks Part 1 - Easy to understand basics
  3. YouTube: Introduction to Computer Networks Part 2 - Easy to understand basics
  4. YouTube: Introduction to Computer Networks Part 3 - Easy to understand basics
  5. YouTube: Introduction to Networking
  6. YouTube: Lecture - Networking
  7. YouTube: Lecture - OSI Model

Activities[edit | edit source]

  1. Review Internet Archive: What is the Difference Between a Domain, a Workgroup, and a Homegroup. Compare and contrast different methods of sharing and storage between a domain, workgroup, and homegroup. On Windows, identify whether your system belongs to a domain, workgroup, or homegroup.
  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.
      • OS X: 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 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. Play the GoCertify: OSI Networking game to practice matching protocols to their corresponding OSI layer.

Lesson Summary[edit | edit source]

  • A computer network or data network is a 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]
  • An access point is a device that allows wireless devices to connect to a wired network using Wi-Fi, or related standards.[14]
  • An Internet Protocol address (IP address) is a numerical label assigned to each device participating in a network that uses the Internet Protocol for communication. An IP address serves two principal functions: host identification and network addressing.[15]
  • IP addresses are 32-bit (IPv4) or 128-bit (IPv6) numbers usually written and displayed in human-readable notations, such as 198.51.100.1 (IPv4), and 2001:db8:0:1234:0:567:8:1 (IPv6).[16]
  • IP addresses are assigned to a host either anew at the time of booting, or permanently by fixed configuration of its hardware or software. Persistent configuration is also known as using a static IP address. In contrast, in situations when the computer's IP address is assigned newly each time, this is known as using a dynamic IP address.[17]
  • Static IP addresses are manually assigned to a computer by an administrator.[18]
  • Dynamic IP addresses are assigned either by the computer interface or host software itself through automatic configuration, or assigned by a server using Dynamic Host Configuration Protocol (DHCP).[19]
  • A shared resource, or network share, is a computer resource made available from one host to other hosts on a computer network.[20]
  • Common network sharing protocols include Server Message Block (Windows, OS X, Unix-like), Apple File Protocol (OS X), and Network File System (Unix-like).[21]
  • In SOHO networks, a decentralized approach is often used, where every user may make their local folders and printers available to others. This approach is sometimes denoted as a workgroup or peer-to-peer network.[22]
  • In a workgroup, each computer is responsible for its own security, rather than relying on centralized authentication.[23]
  • Windows 7 and later Microsoft operating systems extend the workgroup with a homegroup option that uses a password to join computers into the group, and allows users' libraries, along with individual files and folders, to be shared between multiple computers.[24]
  • In larger networks, a centralized file server or print server, sometimes denoted client–server network, is typically used. A client process on the local user computer takes the initiative to start the communication, while a server process on the file server or print server remote computer passively waits for requests to start a communication session.[25]
  • The centralized authentication approach used in larger networks is referred to as a domain, where all user accounts, computers, printers and other security principals, are registered with a central directory service.[26]
  • In very large networks, a Storage Area Network (SAN) approach to shared resources may be used in addition to file and print servers.[27]
  • ipconfig is a Microsoft Windows console application that displays all current TCP/IP network configuration values and can modify Dynamic Host Configuration Protocol DHCP and Domain Name System DNS settings.[28]
  • ifconfig is a system administration utility in Unix-like operating systems that has features for configuring, controlling, and querying TCP/IP network interface parameters.[29]
  • ping is a computer network administration software utility used to test the reachability of a host on an Internet Protocol (IP) network and to measure the round-trip time for messages sent from the originating host to a destination computer.[30]
  • nslookup is a network administration command-line tool available for many computer operating systems for querying the Domain Name System (DNS) to obtain domain name or IP address mapping or for any other specific DNS record.[31]
  • net share is a Microsoft Windows command that manages shared resources.[32]
  • net use is a Microsoft Windows command that connects a computer to or disconnects a computer from a shared resource, or displays information about computer connections.[33]

Key Terms[edit | edit source]

DHCP (Dynamic Host Configuration Protocol)
A standardized network protocol used on Internet Protocol (IP) networks for dynamically distributing network configuration parameters, such as IP addresses for interfaces and services.[34]
directory service
A software system that stores, organizes, and provides access to operating system information.[35]
DNS (Domain Name Services or Domain Name Server)
A hierarchical distributed naming system for computers, services, or any resource connected to the Internet or a private network.[36]
Ethernet
A family of computer networking technologies for local area networks (LANs) and metropolitan area networks (MANs) standardized in 1983 as IEEE 802.3.[37]
IP (Internet Protocol)
The principal communications protocol in the Internet protocol suite for routing / relaying datagrams across network boundaries.[38]
IP address
A numerical label assigned to each device in a computer network that uses the Internet Protocol for communication.[39]
LAN (Local Area Network)
A computer network that interconnects computers within a limited geographic area such as a home, school, computer laboratory, or office building.[40]
MAC address
A unique identifier assigned to network interfaces for communications on the physical network segment.[41]
protocol
A system of digital rules for data exchange within or between computers.[42]
SAN (Storage Area Network)
A dedicated network that provides access to consolidated, block level data storage.[43]
TCP (Transmission Control Protocol)
A core protocol of the Internet Protocol Suite that provides reliable, ordered, and error-checked delivery of a stream of octets between applications running on hosts communicating over an IP network.[44]
TCP/IP (Transmission Control Protocol / Internet Protocol)
The computer networking model and set of communications protocols used on the Internet and similar computer networks.[45]
topology
The arrangement of the various elements (links, nodes, etc.) of a computer network.[46]

Review Questions[edit | edit source]

Enable JavaScript to hide answers.
Click on a question to see the answer.
  1. A computer network or data network is a _____. Networked computing devices pass data to each other in the form of _____ across connections established using _____.
    A computer network or data network is a 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.
  2. A network packet is a ___. Once packets arrive, they are _____.
    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.
  3. Wired media includes _____, _____, and _____.
    Wired media includes coaxial cable, twisted-pair cable, and optical fiber.
  4. Wireless local area network connections use _____ technology based on a common flavor of open-standards wireless radio-wave technology defined as _____ and known as _____.
    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.
  5. A network interface controller (NIC) is _____.
    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.
  6. In Ethernet networks, each NIC has a unique _____.
    In Ethernet networks, each NIC has a unique 48-bit Media Access Control (MAC) address.
  7. A repeater or hub is _____. In local area networks, hubs have been replaced by _____.
    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.
  8. A bridge or switch is _____.
    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.
  9. A router is _____.
    A router is a device that forwards data packets between different computer networks based on network address (IP address).
  10. A modem is _____.
    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.
  11. A firewall is _____.
    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.
  12. An access point is _____.
    An access point is a device that allows wireless devices to connect to a wired network using Wi-Fi, or related standards.
  13. An Internet Protocol address (IP address) is _____. An IP address serves two principal functions: _____ and _____.
    An Internet Protocol address (IP address) is a numerical label assigned to each device participating in a network that uses the Internet Protocol for communication. An IP address serves two principal functions: host identification and network addressing.
  14. IP addresses are _____-bit (IPv4) or _____-bit (IPv6) numbers usually written and displayed in human-readable notations, such as _____ (IPv4), and _____ (IPv6).
    IP addresses are 32-bit (IPv4) or 128-bit (IPv6) numbers usually written and displayed in human-readable notations, such as 198.51.100.1 (IPv4), and 2001:db8:0:1234:0:567:8:1 (IPv6).
  15. IP addresses are assigned to a host either _____, or _____.
    IP addresses are assigned to a host either anew at the time of booting, or permanently by fixed configuration of its hardware or software. Persistent configuration is also known as using a static IP address. In contrast, in situations when the computer's IP address is assigned newly each time, this is known as using a dynamic IP address.
  16. Static IP addresses are assigned _____.
    Static IP addresses are assigned to a computer manually by an administrator.
  17. Dynamic IP addresses are assigned _____.
    Dynamic IP addresses are assigned either by the computer interface or host software itself through automatic configuration, or assigned by a server using Dynamic Host Configuration Protocol (DHCP).
  18. A shared resource, or network share, is _____.
    A shared resource, or network share, is a computer resource made available from one host to other hosts on a computer network.
  19. Common network sharing protocols include _____, _____, and _____.
    Common network sharing protocols include Server Message Block (Windows, OS X, Unix-like), Apple File Protocol (OS X), and Network File System (Unix-like).
  20. In SOHO networks, a decentralized approach is often used, where _____. This approach is sometimes denoted as a _____ or _____ network.
    In SOHO networks, a decentralized approach is often used, where every user may make their local folders and printers available to others. This approach is sometimes denoted as a workgroup or peer-to-peer network.
  21. In a workgroup, each computer is responsible for _____.
    In a workgroup, each computer is responsible for its own security, rather than relying on centralized authentication.
  22. Windows 7 and later Microsoft operating systems extend the workgroup with _____.
    Windows 7 and later Microsoft operating systems extend the workgroup with a homegroup option that uses a password to join computers into the group, and allows users' libraries, along with individual files and folders, to be shared between multiple computers.
  23. In larger networks, a centralized file server or print server, sometimes denoted _____, is typically used. A _____ process on the local user computer takes the initiative to start the communication, while a _____ process on the file server or print server remote computer passively waits for requests to start a communication session.
    In larger networks, a centralized file server or print server, sometimes denoted client–server network, is typically used. A client process on the local user computer takes the initiative to start the communication, while a server process on the file server or print server remote computer passively waits for requests to start a communication session.
  24. The centralized authentication approach used in larger networks is referred to as a _____, where all _____ are registered with _____.
    The centralized authentication approach used in larger networks is referred to as a domain, where all user accounts, computers, printers and other security principals, are registered with a central directory service.
  25. In very large networks, a _____ approach to shared resources may be used in addition to file and print servers.
    In very large networks, a Storage Area Network (SAN) approach to shared resources may be used in addition to file and print servers.
  26. ipconfig is _____.
    ipconfig is a Microsoft Windows console application that displays all current TCP/IP network configuration values and can modify Dynamic Host Configuration Protocol DHCP and Domain Name System DNS settings.
  27. ifconfig is _____.
    ifconfig is a system administration utility in Unix-like operating systems that has features for configuring, controlling, and querying TCP/IP network interface parameters.
  28. ping is _____.
    ping is a computer network administration software utility used to test the reachability of a host on an Internet Protocol (IP) network and to measure the round-trip time for messages sent from the originating host to a destination computer.
  29. nslookup is _____.
    nslookup is a network administration command-line tool available for many computer operating systems for querying the Domain Name System (DNS) to obtain domain name or IP address mapping or for any other specific DNS record.
  30. net share is _____.
    net share is a Microsoft Windows command that manages shared resources.
  31. net use is _____.
    net use is a Microsoft Windows command that connects a computer to or disconnects a computer from a shared resource, or displays information about computer connections.

Assessments[edit | edit source]

See Also[edit | edit source]

References[edit | edit source]

Type classification: this is a lesson resource.
Completion status: this resource is considered to be complete.
  1. Wikipedia: Computer network
  2. CompTIA IT Fundamentals Certification Exam Objectives (FC0-U51)
  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: Wireless access point
  15. Wikipedia: IP address
  16. Wikipedia: IP address
  17. Wikipedia: IP address
  18. Wikipedia: IP address
  19. Wikipedia: IP address
  20. Wikipedia: Shared resource
  21. Wikipedia: Shared resource
  22. Wikipedia: Shared resource
  23. Wikipedia: Workgroup (computer networking)
  24. Wikipedia: Features new to Windows 7
  25. Wikipedia: Shared resource
  26. Wikipedia: Windows domain
  27. Wikipedia: Shared resource
  28. Wikipedia: ipconfig
  29. Wikipedia: ifconfig
  30. Wikipedia: Ping (networking utility)
  31. Wikipedia: nslookup
  32. Microsoft TechNet: Net Share
  33. Microsoft TechNet: Net Use
  34. Wikipedia: Dynamic Host Configuration Protocol
  35. Wikipedia: Directory service
  36. Wikipedia: Domain Name System
  37. Wikipedia: Ethernet
  38. Wikipedia: Internet Protocol
  39. Wikipedia: IP address
  40. Wikipedia: Local area network
  41. Wikipedia: MAC address
  42. Wikipedia: Communications protocol
  43. Wikipedia: Storage area network
  44. Wikipedia: Transmission Control Protocol
  45. Wikipedia: Internet protocol suite
  46. Wikipedia: Network topology