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.
List two or more advantages of the Ethernet
Widely adopted: Ethernet is one of the most prevalent networking technologies and is
supported by a wide range of devices and vendors.
Cost-effective: Ethernet hardware is relatively inexpensive, making it a cost-effective
solution for LAN deployments.
Scalable: Ethernet networks can easily accommodate additional devices and scale to
meet growing bandwidth demands.
High performance: Ethernet offers high-speed data transmission rates, ranging from
10 Mbps (Ethernet) to 100 Gbps (Ethernet over fiber optic).
List at least 2 disadvantages of the Ethernet
Susceptible to collisions: In shared Ethernet networks, collisions can occur when
multiple devices attempt to transmit data simultaneously, leading to degraded
performance.
Limited distance: Ethernet has distance limitations, with maximum cable lengths
typically ranging from 100 meters (Ethernet over twisted pair) to several kilometers
(Ethernet over fiber optic).
Security concerns: Ethernet networks may be vulnerable to security threats, such as
unauthorized access and packet sniffing, if adequate security measures are not
implemented.
Briefly Explain FDDI (Fibre Distributed Data Interface )
FDDI is a high-speed networking technology designed for fiber optic LANs. It
operates at the Physical Layer (Layer 1) and Data Link Layer (Layer 2) of the OSI model and
provides a ring topology for data transmission.
List at least 2 advantages of FDDI
High bandwidth: FDDI supports high-speed data transmission rates, typically up to
100 Mbps, making it suitable for bandwidth-intensive applications.
Fault tolerance: FDDI networks utilize a dual-ring topology with counter-rotating
rings, providing redundancy and fault tolerance. If one ring fails, data can still be
transmitted via the secondary ring.
Long-distance connectivity: FDDI supports longer cable distances compared to
Ethernet, with maximum cable lengths extending up to several kilometers.
Secure: FDDI offers built-in security features, such as token passing and encryption,
to ensure data confidentiality and integrity.
List atleast 2 disadvantages of FDDI
Complexity: FDDI networks require specialized hardware and configuration, which
can be more complex and costly to deploy and maintain compared to Ethernet.
Limited adoption: FDDI has seen limited adoption compared to Ethernet, primarily
due to its higher cost and the widespread availability of alternative technologies.
Single point of failure: While FDDI’s dual-ring topology provides redundancy, the
central concentrator (MAU - Multi-Station Access Unit) acts as a single point of
failure for the entire network.
Define the term ‘Network Topology’
Network topology refers to the physical or logical arrangement of devices and connections in
a computer network. It defines how devices are interconnected and how data flows between
them. Different network topologies have distinct characteristics, advantages, and
disadvantages, which influence their suitability for specific applications.
Briefly Explain the Star Topology
In a star topology, all devices are connected to a central hub or switch. Each
device communicates directly with the central hub, which acts as a mediator for data
transmission.