Network Terminologies and stuff Flashcards
Protocol
A set of rules and conventions governing communication between devices
in a network. Protocols ensure data exchange occurs efficiently and accurately.
IP Adress:
A unique numerical label assigned to each device connected to a
network. IP addresses enable devices to identify and communicate with each other.
Router
A networking device that forwards data packets between computer networks.
Routers facilitate communication between devices in different networks.
LAN (Local Area Network)
A network that connects devices within a limited
geographical area, such as a home, school, or office building. LANs allow for the
sharing of resources and information among connected devices.
WAN
(Wide Area Network): A network that spans a large geographical area,
connecting multiple LANs and other networks. The internet is the most prominent
example of a WAN.
Ethernet:
Ethernet: A widely used networking technology for connecting devices in a LAN.
Ethernet uses cables to transmit data packets between devices, providing reliable and
high-speed communication.
TCP/IP (Transmission Control Protocol/Internet Protocol):
A suite of protocols
used for communication over the internet and other networks. TCP/IP ensures data
integrity, routing, and addressing in network communications.
DNS (Domain Name System):
A system that translates domain names (e.g.,
www.example.com) into IP addresses, enabling users to access websites using
human-readable names.
Firewall:
A security device or software that monitors and controls incoming and
outgoing network traffic based on predetermined security rules. Firewalls protect
networks from unauthorized access and malicious threats.
Packet
A unit of data transmitted over a network. Data is divided into packets for
efficient transmission, with each packet containing a portion of the original data
along with addressing and control information.
Switch
A networking device that connects multiple devices in a LAN and forwards
data packets between them. Switches operate at the data link layer of the OSI model
and improve network performance by directing traffic only to the intended recipient.
Wireless Network
A network that allows devices to connect and communicate
without the use of physical cables. Wireless networks use radio waves or infrared
signals for data transmission.
MAC Address (Media Access Control Address):
A unique identifier assigned to
network interfaces for communication on a physical network segment. MAC
addresses are hardcoded into network devices and are used for addressing at the
data link layer.
VPN
A secure network connection that allows users to
access a private network over a public network, such as the internet. VPNs encrypt
data to ensure confidentiality and privacy.
Bandwidth
The maximum rate of data transfer across a network or internet
connection. Bandwidth is typically measured in bits per second (bps) and determines
the speed and capacity of a network connection.
What are Networking Protocols
Networking protocols are rules and conventions that govern communication between
devices on a network.
They define how data is formatted, transmitted, received, and interpreted across the
network.
Common networking protocols include TCP/IP (Transmission Control
Protocol/Internet Protocol), HTTP (Hypertext Transfer Protocol), and FTP (File
Transfer Protocol).
Briefly Explain the Ethernet
Ethernet is a widely used networking technology that defines the standards for
wired LANs (Local Area Networks). It operates at the Data Link Layer (Layer 2) of the OSI
model and uses CSMA/CD (Carrier Sense Multiple Access with Collision Detection) for
media access control.