Definition2 Flashcards
(37 cards)
Definition of a Network
A collection of computers and other hardware components interconnected by communication channels that allow sharing of resources and information.
Example: A network in a company allows employees to share files and printers.
Definition of Network Topology
The physical or logical arrangement of network devices and how they are connected.
Definition of PAN (Personal Area Network)
A network that connects devices within a personal space, typically within a range of 10 meters, such as Bluetooth and Wi-Fi Direct.
Definition of LAN (Local Area Network)
A network that covers a small geographical area, such as a home, school, or office, allowing sharing of resources like files and printers.
Definition of MAN (Metropolitan Area Network)
A network that spans a city or a large campus, used to connect LANs within a metropolitan area.
Definition of WAN (Wide Area Network)
A network that covers a large geographical area, often spanning countries or continents, such as the Internet.
Definition of CAN (Campus Area Network)
A network that connects multiple buildings within a campus or a large institution.
Definition of VPN (Virtual Private Network)
A secure, encrypted connection over a less secure network, like the internet, used to protect data transmission and ensure privacy.
Definition of SAN (Storage Area Network)
A network designed to provide high-speed, reliable access to storage devices.
Definition of NIC (Network Interface Card)
A hardware component that allows a computer to connect to a network, either through wired or wireless connections.
Definition of MAC Address (Media Access Control Address)
A unique identifier assigned to the network interface of a device, used in communication within the physical network.
Definition of IP Address (Internet Protocol Address)
A numerical label assigned to each device connected to a network, used for identifying and locating devices within the network.
Definition of Router
A networking device that forwards data packets between computer networks, directing traffic on the internet.
Definition of Switch
A device used in a network to connect multiple devices. It uses MAC addresses to forward data to the correct destination, making the network more efficient.
Definition of DNS (Domain Name System)
A system that translates domain names like www.example.com into IP addresses, allowing users to access websites without memorizing numerical IP addresses.
Definition of Bandwidth
The maximum amount of data that can be transferred over a network in a given amount of time, usually measured in bits per second (bps).
Definition of Firewall
A security system that monitors and controls incoming and outgoing network traffic based on predetermined security rules.
Definition of Packet Switching
A method of transmitting data in which messages are divided into packets that travel independently across the network, reassembling at the destination.
Definition of Circuit Switching
A method of communication where a dedicated communication path is established between two devices for the duration of the connection, typically used in telephone networks.
Definition of Message Switching
A method where entire messages are stored and forwarded to the next network node. Each message waits in a queue until the next network node is available.
Definition of VoIP (Voice over Internet Protocol)
A technology that allows voice communication over the internet instead of traditional telephone networks.
Definition of TCP (Transmission Control Protocol)
A protocol that ensures reliable, ordered, and error-checked delivery of data between applications communicating over an IP network.
Definition of UDP (User Datagram Protocol)
A protocol used for transmitting data quickly without establishing a connection, but without the reliability and error checking provided by TCP.
Definition of HTTP (Hypertext Transfer Protocol)
A protocol used for transferring hypertext requests and information on the World Wide Web.