Networking Basics and Concepts

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to Lesson

Podcast

Listen to an AI-generated conversation about this lesson
Download our mobile app to listen on the go
Get App

Questions and Answers

Which of the following best describes a 'network' in the context of data communication?

  • A device that connects two different physical media together.
  • A collection of websites accessible through a web browser.
  • A single computer connected to the internet.
  • Two or more electronic devices capable of sharing information. (correct)

In a shared network, devices can transmit data simultaneously without any contention.

False (B)

Match the following terms with their correct descriptions:

Intranet = Private network accessible only to authorized members of an organization. Extranet = Controlled private network allowing access to selected external organizations. Internet = Global network of interconnected networks. World Wide Web = A system of accessing information on the internet using HTML.

What is the key difference between client-server and peer-to-peer network relationships?

<p>Client-server networks have a device hierarchy, whereas peer-to-peer networks do not. (C)</p>
Signup and view all the answers

A unicast transmission sends data to all devices on a network.

<p>False (B)</p>
Signup and view all the answers

Match each network device with its primary function:

<p>Network Switch = Connects individual network nodes and routes data. Network Router = Routes data traffic between two different networks. Bridge = Connects two different physical media together (e.g., wired and wireless). Wireless Access Point = Connects wireless devices to a wired network.</p>
Signup and view all the answers

What is the significance of Ethernet in modern networking?

<p>It is a common, interoperable technology used for local area networks (LANs) and has a high degree of backward compatibility. (A)</p>
Signup and view all the answers

The Internet of Things (IoT) refers exclusively to traditional computing devices connected to the internet.

<p>False (B)</p>
Signup and view all the answers

Match the following concepts with their definitions:

<p>Cloud = Hardware or software at a distant, generally unknown location on the Internet. Thin Client = Small software application that handles the user interface for software running on a remote computer. Cloud Computing = Software applications running and accessed on a remote computer.</p>
Signup and view all the answers

What is meant by 'virtualization' in computing?

<p>Emulating a hardware environment in software. (A)</p>
Signup and view all the answers

A virtual machine (VM) runs independently of the host operating system.

<p>False (B)</p>
Signup and view all the answers

Match the type of Hypervisor with its corresponding functionality:

<p>Type 1 Hypervisor = Runs directly on the underlying host system, having direct access to hardware resources. Type 2 Hypervisor = Runs as an application on a native OS and accesses hardware resources through the native OS.</p>
Signup and view all the answers

What is the role of a virtual switch in network virtualization?

<p>To manage network traffic between virtual machines running on the same server. (C)</p>
Signup and view all the answers

Software Defined Networks (SDN) involves physical network hardware managed by software.

<p>False (B)</p>
Signup and view all the answers

Match the following VPN terms with their corresponding functions:

<p>Authentication = Verifying the identity of received packets. Integrity = Ensuring packet contents have not been altered. Confidentiality = Providing data security using encryption.</p>
Signup and view all the answers

What is the primary role of IPsec in VPN technology?

<p>To ensure completely secure communications between two devices. (A)</p>
Signup and view all the answers

A VPN connection allows a remote client to appear as though it is not part of the local network.

<p>False (B)</p>
Signup and view all the answers

Associate the following network components to their common usage:

<p>Routers = Connect different networks together Switches = Connect multiple devices within the same network Hubs = Connect multiple devices within the same network segment (less efficient than switches)</p>
Signup and view all the answers

What is the main difference between remote desktop software and VPN software?

<p>VPN allows access to the entire company network, while remote desktop simply replicates the desktop experience on a remote computer. (D)</p>
Signup and view all the answers

Remote Desktop Protocol (RDP) is exclusively available on Windows operating systems.

<p>False (B)</p>
Signup and view all the answers

Match the remote access configuration with its corresponding description:

<p>Remote Router VPN Client = Connects multiple remote laptops through a single VPN connection via a router. Site-to-site VPN = Connects multiple corporate offices securely over the Internet. VPN Service Provider = Offers secure, encrypted connections from any location through an intermediary server.</p>
Signup and view all the answers

Which of the following is a disadvantage of using VPNs?

<p>They can slow down data rates due to encryption and added overhead. (B)</p>
Signup and view all the answers

Using Remote Desktop software, the user's mouse movements and keystrokes are transmitted unencrypted to the host computer.

<p>False (B)</p>
Signup and view all the answers

Flashcards

How is data transmitted?

Data is transmitted serially, bit by bit, byte by byte, at high data rates.

What is a network?

Two or more electronic devices that can share information over interconnected media.

What are network protocols?

A set of rules that define and document how everything on a network behaves, ensuring interoperability

What is the Internet?

A global network of interconnected networks using fiber-optics and microwaves.

Signup and view all the flashcards

What is an Intranet?

An organization’s private local network accessible only by authorized members.

Signup and view all the flashcards

What is an Extranet?

A controlled private network allowing external organizations limited access.

Signup and view all the flashcards

What is Peer-to-Peer?

A network where any device can communicate with any other device without hierarchy.

Signup and view all the flashcards

What is Client-Server?

A relationship where a client requests a service from a server.

Signup and view all the flashcards

What is a Unicast?

Data sent to one specific address.

Signup and view all the flashcards

What is a Multicast?

Data sent to multiple nodes simultaneously.

Signup and view all the flashcards

What is a Broadcast?

Data sent to every device on a network.

Signup and view all the flashcards

What is a network node?

Any device connected to a network.

Signup and view all the flashcards

What is Ethernet?

A family of technologies for local area networks (LANs).

Signup and view all the flashcards

What is a network switch?

Connects individual network nodes and routes data.

Signup and view all the flashcards

What is a network router?

Routes data traffic between two networks.

Signup and view all the flashcards

What is a Bridge?

Connects two different physical media together.

Signup and view all the flashcards

What is The Internet of Things (IoT)?

A term for the growing number of electronic devices that can communicate peer-to-peer with anything else on the Internet.

Signup and view all the flashcards

What is The Cloud?

Something (software, hardware) that resides at a distant, often unknown, location on the internet.

Signup and view all the flashcards

What is Cloud Computing?

Running and accessing software applications on a remote computer.

Signup and view all the flashcards

What is Virtualization?

Emulating a hardware environment in software.

Signup and view all the flashcards

What is a Virtual Machine (VM)?

An application that can run an operating system

Signup and view all the flashcards

What is a Hypervisor?

A specialized software layer that enables one host computer to simultaneously support multiple VMs.

Signup and view all the flashcards

What is Network Virtualization?

Extending the virtual machine concept to network components.

Signup and view all the flashcards

What is a Virtual Private Network (VPN)?

Creates a private, secure connection over the internet between a local network and a remote device.

Signup and view all the flashcards

What is Remote Desktop?

Connect, interact, and control a computer in another location over a network or the internet.

Signup and view all the flashcards

Study Notes

  • Introduces basic networking concepts, architecture, terminology, and common network devices.
  • Assumes familiarity with basic computer software/hardware and limited network exposure.
  • Skills covered include defining network concepts, cloud/virtualization, and remote access methods.

Defining Network Concepts

  • A network consists of two or more electronic devices sharing information over interconnected media.
  • Each device has a unique MAC or IP address for identification on the network.
  • The Internet is a collection of interconnected networks.
  • Devices communicate using bits and bytes, transmitted serially.
  • Shared networks require devices to take turns sending data in small chunks called frames or packets.
  • Multiple access protocol is a technique of sharing a common media among many devices.

Network Protocols

  • Protocols are sets of rules that define network behavior, covering hardware and software.
  • Protocols ensure interoperability between devices from different manufacturers.
  • Common protocols include IP, TCP, and Ethernet.

Internet Structure

  • The Internet is a global network of interconnected local networks.
  • Access providers connect homes/offices to the internet.
  • Service providers aggregate traffic from access provider locations.
  • Backbone providers offer long-haul, high-speed infrastructure.
  • The Internet Engineering Task Force (IETF) provides protocols and standards.
  • The World Wide Web (Web) is a way of accessing information on the internet using the HTML protocol and web browsers.

Intranet and Extranet

  • Intranet is an organization's private network accessible only to authorized members with limited external access.
  • Extranet is an intranet with expanded access for external organizations, restricted to selected users with login credentials.

Client-Server vs. Peer-to-Peer

  • Peer-to-peer networks allow any device to communicate with any other, without hierarchy.
  • Client-server involves a client requesting services from a server; common on the internet.
  • Client-side software resides on the end-user device, while server-side software is on a server at a service provider.

Transmission Types

  • Unicast transmission sends data to one specific address (one-to-one).
  • Multicast transmission sends data to multiple nodes simultaneously (one-to-many)
  • Broadcast transmissions sends a message to every device on a network (one-to-all).

Network Devices and Ethernet

  • A network node is any connected device.
  • Network hardware (switches, routers, bridges) enables network operation.
  • Application hardware constitutes "user" devices (computers, printers, etc.)
  • Ethernet is a family of networking technologies for LANs, defining hardware and data transmission.
  • Network switches connect individual network nodes and route data.
  • Network routers route traffic between networks.
  • Bridges connect different physical media.

Internet of Things (IoT)

  • IoT refers to the growing number of electronic devices communicating peer-to-peer over the Internet.
  • IoT devices have created interoperability and security challenges.

Cloud Computing

  • Cloud refers to something (software, hardware) residing at a distant, unknown location on the internet.
  • Cloud computing involves running and accessing application software on a remote computer which has several advantages:
    • Not needing to own, install, or maintain the software.
    • Being able to access the software from anywhere with an internet connection.
    • Data being stored on remote servers with access granted to other co workers
  • If there is no internet then files are not accessible, there are also potential security risks

Virtualization

  • Virtualization emulates a hardware environment in software to fake a hardware environment to other software.
  • Virtual machines (VMs) run operating systems within an application, behaving like independent computers.
  • It allows multiple applications/users to share hardware resources, improving processor time utilization.

Hypervisors

  • Hypervisors are specialized software that enables a host computer to support multiple VMs simultaneously.
  • They isolate operating systems/applications from hardware and manage shared resources.
    • Type 1 hypervisors run directly on the host system ("bare metal").
    • Type 2 hypervisors run as an application on the native OS ("hosted").

Network Virtualization

  • Network virtualization extends the virtual machine concept to network components.
  • Virtual NIC cards and switches can be implemented in software.
  • Virtualizing networks (SDN) allows easier configuration, upgrade, and maintenance.

Virtual Private Networks (VPNs)

  • A VPN creates a private, secure, encrypted connection over the Internet to conceal the identity and activity of the device.
  • VPNs rely on IPsec and provide authentication, integrity, and confidentiality.
  • VPN software creates a secure connection, encrypts data, and encapsulates it within a non-encrypted packet for tunneling.
  • VPNs facilitate remote workers becoming part of the office, with access to printers and files.
  • VPN communications can run on a single computer, a router or a site-to-site network
  • VPN service providers provide encrypted and secure connections from any location
  • The extra encryption and tunneling adds overhead that can slow everything down
  • Compatibility issues can emerge as VPN software from different manufacturers can all have different algorithms which affect speeds

Remote Desktop

  • Remote desktop software allows controlling a computer in another location over a network.
  • It uses Remote Desktop Protocol (RDP) to display the remote screen and control it.
  • There are two major categories of remote desktop software: operating system-based and third-party solutions.
  • RDP encrypts data for secure connections.
  • The delay can cause slow keystrokes, transmitted mouse movements, and desktop displays

Studying That Suits You

Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

Quiz Team

More Like This

Computer Networks Basics Quiz
12 questions

Computer Networks Basics Quiz

ExtraordinaryParadox avatar
ExtraordinaryParadox
Computer Networks and Protocols
47 questions
Computer Networks Elements
16 questions
Computer Networks
30 questions
Use Quizgecko on...
Browser
Browser