0% found this document useful (0 votes)
4 views16 pages

Network Definitions

The document provides an overview of key networking concepts, including definitions of network components such as nodes, protocols, IP addresses, and various types of networks (LAN, WAN, VPN). It also covers the OSI model layers, data transmission methods, and security measures like firewalls and intrusion detection systems. Additionally, it highlights the differences between IPv4 and IPv6, as well as various networking technologies and protocols.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views16 pages

Network Definitions

The document provides an overview of key networking concepts, including definitions of network components such as nodes, protocols, IP addresses, and various types of networks (LAN, WAN, VPN). It also covers the OSI model layers, data transmission methods, and security measures like firewalls and intrusion detection systems. Additionally, it highlights the differences between IPv4 and IPv6, as well as various networking technologies and protocols.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

1.

Network
is a system of interconnected devices (such as computers, servers, and
other hardware) that communicate with each other to share resources,
exchange data
Node: Any device connected to a network (e.g., computer, printer).

Bandwidth: The maximum rate of data transfer across a network..


2. Protocol
• A protocol is a set of rules that defines how data is transmitted and
received in a network. Protocols ensure reliable and secure data
transfer between devices.
3. IP Address
• An IP address (Internet Protocol address) is a unique identifier
assigned to each device on a network, allowing it to communicate
with other devices. IP addresses can be IPv4 (32-bit) or IPv6 (128-bit).
4. IPv4
• IPv4 (Internet Protocol version 4) is the fourth version of the IP,
providing 32-bit addresses (four numbers separated by dots, each
ranging from 0-255). IPv4 is widely used, though IPv6 is gradually
replacing it.
5. IPv6
• IPv6 (Internet Protocol version 6) is the latest version of IP, designed
to address the shortage of IPv4 addresses. It uses 128-bit addresses,
which allows a vast number of unique IPs. Summary Comparison:

• Feature • IPv4 • IPv6

• Address
• 32 bits • 128 bits
Length

• Address • Dotted-decimal • Hexadecimal (e.g.,


Format (e.g., [Link]) 2001:db8::1)

1
• Feature • IPv4 • IPv6

• 4.3 billion • 340 undecillion


• Address Space
addresses addresses

• Header
• More complex • Simplified
Complexity

• Routing • More efficient, no


• Uses NAT
Efficiency need for NAT

• Security • Optional (IPsec) • Built-in IPsec

• Stateless
• Configuration • Manual or DHCP
autoconfiguration

• Supports • No broadcast, uses


• Broadcast
broadcast multicast/anycast

• Performed by • Handled by the


• Fragmentation
routers/devices sender

• Checksum • Included • Not included

6. Subnet
• A subnet (subnetwork) is a logical subdivision of an IP network. It
divides a large network into smaller, manageable sections, which
helps with traffic management and enhances security.
7. Subnet Mask
subnet mask is used to divide an IP address into two parts. One part
identifies the host (computer), the other part identifies the network to
which it belongs
8. Router
Routers Definition: A router is a network device that connects different
networks and forwards data packets between them based on their IP
addresses
. Layer: Routers operate at Layer 3 (Network Layer) of the OSI model.

2
9. Switch
Switches Definition: A switch is a network device that connects devices
within a LAN and uses MAC addresses to forward data only to the intended
recipient.
Layer: Switches primarily operate at Layer 2 (Data Link Layer) but can
also function at Layer 3 for routing capabilities (Layer 3 switches).
10. Hub
• A hub is a basic networking device that connects multiple devices in
a network and broadcasts data to all devices in the network. It
operates at the physical layer (Layer 1) of the OSI model.
11. MAC Address
• A MAC address (Media Access Control address) is a unique identifier
assigned to a network interface card (NIC) for communication on a
physical network. It operates at the data link layer of the OSI model.
12. Broadcast
• Broadcast is a type of communication where data is sent from one
device to all devices on a network simultaneously.
13. Unicast
• Unicast is a type of network communication where data is sent from
one device to a specific device, ensuring a one-to-one transmission.
14. Multicast
• Multicast is a form of data transmission in which data is sent from
one device to a specific group of devices, rather than to all devices or
a single device.
15. DNS (Domain Name System)
• DNS is a protocol that translates human-readable domain names
(like [Link]) into IP addresses that computers use to
identify each other on the network.
16. DHCP (Dynamic Host Configuration Protocol)

3
• DHCP
• is a network protocol that automatically assigns IP addresses and
other network configuration details to devices, simplifying network
management.
17. NAT (Network Address Translation)
• NAT is a method that allows multiple devices on a private network to
share a single public IP address for accessing the internet, enhancing
security and conserving IP addresses.
18. Firewall
• A firewall is a security system that monitors and controls incoming
and outgoing network traffic based on predetermined security rules.
It can be hardware or software.
19. OSI Model
• The OSI (Open Systems Interconnection) Model is a conceptual
framework that standardizes network functions into seven layers
(Physical, Data Link, Network, Transport, Session, Presentation,
Application).

Application Layer (Layer 7)


• Purpose: It is Directly interacts with the end-user. It provides network
services directly
to applications and allows them to communicate over the network.
Protocols at this
layer include HTTP, FTP, SMTP, and DNS.
• Data Type: At this layer, data is referred to as Data.
Process: The Application layer initiates communication by preparing the
data from the
application (like a web page request) for network transmission.

4
2. Presentation Layer (Layer 6)
• Purpose: The Presentation layer translates data between the Application
layer and the
lower layers. It handles data encoding, data compression, and encryption
to ensure
compatibility across different systems.
• Data Type: Still referred to as Data.
• Process: Data is encoded or compressed if necessary, or decrypted if it
was encrypted.
This layer ensures data is in a readable format for the application or the
receiving
system.
3. Session Layer (Layer 5)
• Purpose: The Session layer establishes, manages, and terminates
connections
between applications. It maintains sessions and synchronizes data
exchange between
systems.
• Data Type: Data.
Process: It starts a session for communication and tracks it, making sure
it’s properly managed
and terminated after the exchange is complete.
4. Transport Layer (Layer 4)
• Purpose: The Transport layer is responsible for delivering data across a
network reliably
(using TCP) or unreliably (using UDP). It performs error checking, data
segmentation,
and flow control.
• Data Type: At this layer, data is divided into Segments.

5
• Process: Data is segmented, and a header is added that contains port
numbers,
sequence numbers, and error-checking information. Segmentation allows
the data to be
reassembled correctly at the receiving end.
5. Network Layer (Layer 3)
• Purpose: The Network layer is responsible for logical addressing and
routing of data
across multiple networks, typically using IP addresses.
• Data Type: Data at this layer is called a Packet.
• Process: Each segment from the Transport layer is encapsulated into a
packet, with an
IP header added that contains source and destination IP addresses.
Routers use this
information to determine the best path for data delivery.
6. Data Link Layer (Layer 2)
• Purpose: The Data Link layer handles communication between adjacent
network nodes
and deals with MAC (Media Access Control) addresses for physical
addressing. It is also
responsible for error detection at the physical layer level.
• Data Type: Here, data is referred to as a Frame.
• Process: Packets are framed with MAC addresses for the sender and
receiver, along
with error-checking codes. Frames are then prepared for physical
transmission across
the network.
7. Physical Layer (Layer 1)

6
• Purpose: The Physical layer deals with the actual physical connection
between devices,
including electrical signals, radio waves, or light pulses that represent
binary data.
• Data Type: The data here is represented as Bits.
• Process: Frames are converted into a bitstream (0s and 1s) and
transmitted as signals
over the medium, such as cables or wireless connections. These signals
are
reassembled back into frames by the receiving device.
20. TCP (Transmission Control Protocol)
• TCP is a core protocol in the internet protocol suite that provides
reliable, ordered, and error-checked delivery of data between
applications.
21. UDP (User Datagram Protocol)
• UDP is a connectionless protocol that allows data to be sent without
ensuring reliability, order, or error-checking. It is often used for time-
sensitive applications like video streaming.
• Summary of Differences:

Feature TCP UDP


Connection Type Connection-oriented Connectionless
Reliability Reliable, with error-checking Unreliable, no error-checking
Speed Slower, due to extra checks Faster, due to minimal checks
Use Cases Web browsing, email, file transfer Streaming, gaming, VoIP

22. LAN (Local Area Network)


• LAN is a network that covers a small geographic area, like a home,
school, or office, allowing devices to communicate and share
resources.

7
23. WAN (Wide Area Network)
• WAN is a network that spans a large geographic area, such as a city,
country, or globally. It connects multiple LANs.
24. VPN (Virtual Private Network)
is a technology that creates a secure, encrypted connection over the
internet between a user’s device and a network or server. It allows
users to send and receive data across public networks as if they were
directly connected to a private network.
PN (Virtual Private Network): A secure connection over the internet that
encrypts data traffic.
25. Topology
• Network topology is the physical or logical layout of a network.
Common topologies include star, ring, bus, and mesh.
• Topology in networking refers to the layout or arrangement of
devices, nodes, and connections within a network

26. Bandwidth

• Bandwidth is the maximum rate of data transfer across a network .


• 27. Throughput

• Throughput is the actual rate at which data is successfully transmitted over a network.
It’s often lower than bandwidth due to network congestion or other factors.

28. Latency

• Latency, or delay, is the time it takes for data to travel from its source to its destination
across a network. It’s usually measured in milliseconds (ms).

29. Ping

• Ping is a utility used to test the reachability and round-trip time of data packets from one
host to another over a network. It helps diagnose network connectivity issues.

30. Packet

• A packet is a small unit of data that is transmitted over a network

• 31. MTU (Maximum Transmission Unit)

8
32. Packet Switching

• Packet switching is a method of transmitting data over a network by breaking it into


packets and sending each packet independently. This is common in the internet and
enables efficient use of the network.

33. Circuit Switching

• Circuit switching establishes a dedicated communication path between two network


nodes before transmitting data, commonly used in traditional telephone networks.

34. Frame

• A frame is a data packet at the data link layer (Layer 2) of the OSI model

• 35. Broadcast Domain

• A broadcast domain is a segment of a network where all devices receive broadcast


messages sent by any device within the same segment. Routers typically separate
broadcast domains.

36. Collision Domain

• A collision domain is a network segment where data packets can collide with each other
when being sent. Switches and routers help to reduce collision domains.

37. VLAN (Virtual Local Area Network)

• VLAN is a technique that segments a physical network into multiple logical networks.
This enhances security and network management by isolating groups of devices.

38. Gateway

A gateway is a network node that serves as an entry point and connects two different
networks with different transmission protocols

39. SSID (Service Set Identifier)

• SSID is a unique identifier for a wireless network. It is used to name a Wi-Fi network,
allowing devices to identify and connect to it.

40. Encryption

• Encryption is the process of converting data into a secure format to prevent


unauthorized access

• . In networks, encryption secures data transmission.

41. Access Point (AP)

• An access point is a device that allows wireless devices to connect to a wired network
using Wi-Fi. It extends network coverage in wireless LANs.

42. Client-Server Network

9
• A client-server network is a network structure where multiple devices (clients) connect
to a centralized server that provides resources, applications, or data.

43. Peer-to-Peer (P2P) Network

• In a P2P network, all devices have equal status and share resources directly with each
other without needing a central server.

44. Ethernet

• Ethernet is a widely-used technology for wired local area networks, defining standards
for cabling, signal transmission, and network protocols.

45. PoE (Power over Ethernet)

• PoE is a technology that allows Ethernet cables to carry electrical power in addition to
data, enabling devices like cameras or phones to operate without separate power
cables.

46. Modem

• A modem is a device that converts digital data from a computer into analog signals for
transmission over phone or cable lines and vice versa, enabling internet access.

47. Load Balancing

• Load balancing distributes network or application traffic across multiple servers to


ensure reliability, speed, and availability.

48. Proxy Server

• A proxy server is an intermediary server that separates end-users from the websites they
browse. It helps with caching, controlling internet usage, and anonymizing users.

49. Firewall Rules

• Firewall rules are specific criteria set on a firewall that define which traffic is allowed or
denied through the firewall based on IP addresses, ports, or protocols.

50. DMZ (Demilitarized Zone)

• A DMZ is a physical or logical subnetwork that exposes an organization’s external-facing


services to the internet, while protecting the internal network from direct exposure.

51. Intrusion Detection System (IDS)

• IDS is a security system that monitors network traffic for suspicious activities and
potential security threats, alerting administrators to unauthorized actions.

52. Intrusion Prevention System (IPS)

• IPS is a network security tool that monitors and actively prevents threats by blocking
malicious traffic, taking action to prevent an attack.

53. SNMP (Simple Network Management Protocol)

• SNMP is a protocol for managing devices on a network, such as routers, switches, and
servers, by collecting and organizing information and altering device settings.

10
54. QoS (Quality of Service)

• QoS refers to techniques that manage network resources by prioritizing certain types of
traffic, ensuring high performance for critical applications.

55. Tunneling

• Tunneling is a method of encapsulating one type of network traffic inside another to


secure or route it over a different network, such as a VPN..

57. ARP (Address Resolution Protocol)

• ARP is a protocol used to map IP addresses to MAC addresses, enabling devices to


communicate within a local network by associating IP addresses with physical hardware
addresses.

58. CSMA/CD (Carrier Sense Multiple Access/Collision Detection)

• CSMA/CD is a network protocol that determines how devices on an Ethernet network


detect and manage data collisions to ensure orderly data transmission.

59. Wi-Fi (Wireless Fidelity)

• Wi-Fi is a wireless networking technology that allows devices to connect to the internet
or communicate with one another without physical cables.

0. Data Packet

• A data packet is a small unit of data encapsulated with control information such as
source and destination addresses, allowing data to travel efficiently over networks.

These definitions cover essential network el 61. WLAN (Wireless Local Area Network)

• A WLAN is a wireless network that connects devices within a limited area, such as a
home or office, without the use of cables. It typically uses Wi-Fi technology.

62. TCP/IP (Transmission Control Protocol/Internet Protocol)

• TCP/IP is a suite of communication protocols used to interconnect network devices on


the internet. It ensures reliable data transfer and routing of packets between devices.

63. Multilayer Switch

• A multilayer switch operates at multiple OSI layers, usually Layer 2 (Data Link) and Layer
3 (Network). It can perform both switching and routing, offering enhanced flexibility in
network design.

64. Access Control List (ACL)

• An ACL is a set of rules used by routers and firewalls to control traffic flow, determining
which packets are allowed or denied based on criteria like IP address, protocol, or port
number.

11
65. Network Interface Card (NIC)

• A NIC is a hardware component that enables a device to connect to a network. Each NIC
has a unique MAC address and can be wired or wireless.

67. VoIP (Voice over Internet Protocol)

• VoIP is a technology that enables voice calls to be made over the internet, allowing
digital voice data transmission without traditional telephone lines.

68. ISDN (Integrated Services Digital Network)

• ISDN is a set of standards for digital transmission over telephone lines, providing higher-
quality and faster speeds than analog.

69. Frame Relay

• Frame Relay is a WAN protocol used for sending data over virtual circuits in packet-
switched networks. It is typically used for connecting local area networks over a long
distance.

71. Point-to-Point Protocol (PPP)

• PPP is a data link protocol used to establish a direct connection between two network
nodes, often for remote access over dial-up.

72. Carrier Ethernet

• Carrier Ethernet is a standard for high-speed Ethernet used by telecommunications


companies to provide network services over large distances.

73. Wireless Mesh Network

• A wireless mesh network is a network where devices (nodes) connect in a mesh


topology. Each node relays data for the network, creating a resilient and expandable
wireless network.

74. SAN (Storage Area Network)

• A SAN is a high-speed network that connects storage devices to servers.

75. NAS (Network Attached Storage)

• NAS is a file-level storage system connected to a network, allowing multiple users to


access and share files centrally.

76. Network Latency Monitoring

• Network latency monitoring involves tools and techniques to measure and analyze the
delays in data transfer across a network to optimize performance.

77. Load Balancer

• A load balancer is a device or software that distributes network traffic across multiple
servers to ensure reliability and optimal use of resources.

12
78. SSL/TLS (Secure Sockets Layer / Transport Layer Security)

• SSL/TLS are cryptographic protocols that secure data transfer over a network, especially
in web communications. TLS is the more modern and secure successor to SSL.

79. ICMP (Internet Control Message Protocol)

• ICMP is a network protocol used for sending error messages and operational
information, often used by network diagnostic tools like ping and traceroute.

82. Router Table

• A router table is a data table stored in a router or network device that lists routes to
particular network destinations.

83. NAT Overloading (PAT - Port Address Translation)

• PAT is a type of NAT that allows multiple devices on a local network to be mapped to a
single public IP address, with different ports assigned to each device.

84. Anycast

Anycast is a network addressing and routing method in which incoming requests can be routed
to a variety of different locations or “nodes

85. Broadcast Storm

• A broadcast storm occurs when there is an excessive amount of broadcast traffic on a


network, often due to misconfiguration or network device malfunction.

86. SSID Broadcast

• SSID broadcast is a feature of wireless networks that makes the network name visible to
devices, allowing users to identify and connect to it.

88. Wireshark

• Wireshark is a network protocol analyzer used to capture and inspect data traveling
across a network, helpful in network troubleshooting and analysis.

89. Remote Access VPN

• A remote access VPN allows remote users to securely connect to a private network over
the internet, using encryption to protect data.

90. Site-to-Site VPN

• A site-to-site VPN connects entire networks to each other over the internet, often used
by organizations with multiple office locations.

92. Port Mirroring

• Port mirroring is a network switch feature that copies packets from one port to another,
allowing for network traffic monitoring and analysis.

13
93. Firewall Zones

• Firewall zones categorize parts of a network based on security needs. Common zones
include internal, external, and DMZ.

94. Data Center Networking

• Data center networking involves designing and managing a network within a data center
to support computing, storage, and applications.

96. SaaS (Software as a Service)

• SaaS is a cloud computing model where users access software applications over the
internet without needing local installations.

101. SDN (Software-Defined Networking)

• SDN is an approach to network management that allows network administrators to


programmatically control and automate network behavior through software
applications 102. NFV (Network Functions Virtualization)

104. 802.1X

• 802.1X is an IEEE standard for port-based Network Access Control (NAC) that provides
authentication mechanisms to secure network access.

• 105

106. RIP (Routing Information Protocol)

• RIP is a distance-vector routing protocol that uses hop count as a metric to determine
the best route for data, primarily used in small networks due to its limitations in
scalability.

107. OSPF (Open Shortest Path First)

• OSPF is a link-state routing protocol that calculates the shortest path for data through a
network using Dijkstra’s algorithm, commonly used in large enterprise networks.

108. EIGRP (Enhanced Interior Gateway Routing Protocol)

• EIGRP is an advanced distance-vector routing protocol developed by Cisco that uses


metrics like delay, bandwidth, and load to determine the best routes within a network.

110. Subnet Mask

• A subnet mask is a 32-bit number used to divide an IP address into a network and host
portion, enabling the creation of subnets within an IP network.

111. Classless Inter-Domain Routing (CIDR)

• CIDR is a method for assigning IP addresses and routing that allows for more flexible
subnetting by replacing the traditional IP address classes (A, B, C).

• Notation to specify IP address range

14
112. SIEM (Security Information and Event Management)

• SIEM systems collect and analyze security data from network devices and systems to
detect, investigate, and respond to potential security threats.

113. SSL VPN

• An SSL VPN is a type of virtual private network that uses the SSL/TLS protocol to secure
the connection, allowing remote users to access a network through a web browser.

114. Zero Trust Network

• Zero Trust is a security model that assumes no user or device is inherently trustworthy.
Every access request must be authenticated and authorized, even for internal users.

115. IPSec (Internet Protocol Security)

• IPSec is a suite of protocols used to secure IP communications by authenticating and


encrypting each IP packet in a data stream, commonly used in VPNs.

116. Redundancy

• Redundancy is a network design feature that provides alternate pathways or backup


systems to ensure network availability and resilience in case of failure.

117. Protocol

• A protocol is a set of rules and standards that define how data is transmitted and
received across a network. Examples include TCP, UDP, HTTP, and FTP.

119. Multicast

• Multicast is a method of communication where data is sent from one source to multiple
specified devices simultaneously, useful for applications like live streaming.

120. Any-to-Any Connectivity

• Any-to-any connectivity is a network feature that allows any device on a network to


communicate with any other device, facilitating flexibility and scalability.

121. Adaptive Security Appliance (ASA)

• ASA is a type of security device, often developed by Cisco, that provides firewall, VPN,
and intrusion prevention functions to protect a network.

123. VPC (Virtual Private Cloud)

• A VPC is an isolated virtual network in a public cloud that enables users to run cloud-
based resources securely and with fine-grained control.

124. IGMP (Internet Group Management Protocol)

• IGMP is a protocol used by IPv4 networks to establish and manage multicast group
memberships, often used in video streaming.

15
125. IGP (Interior Gateway Protocol)

• An IGP is a type of routing protocol used within a single autonomous system, such as
OSPF or EIGRP, to manage network traffic inside a local network.

126. NAT Traversal

• NAT traversal is a technique that allows devices behind a NAT (Network Address
Translation) gateway to communicate with external networks, typically used in VPNs.

132. Unified Threat Management (UTM)

• UTM is an approach to network security that integrates multiple security features, such
as firewalls, antivirus, and intrusion detection, into a single device or service.

136. Hop Count

• Hop count is the number of intermediate devices, like routers, that a packet passes
through to reach its destination

• 137. Public Key Infrastructure (PKI)

• PKI is a framework that uses encryption and digital certificates to secure


communications, authenticate users, and enable secure data transfer.

16

You might also like