Network: A computer network comprises two or more computers that are connected—either by cables (wired) or WiFi (wireless)—with the purpose of transmitting, exchanging, or sharing data and resources.
DHCP: Dynamic Host Configuration Protocol (DHCP) is a client/server protocol that automatically provides an Internet Protocol (IP) host with its IP address and other related configuration information such as the subnet mask and default gateway.
Network Interface Card: It is used to connect different networking devices such as computers and servers to share data over the connected network.
Decoder: Decoder recovers the original information signal from the coded bits.
Encoder: Encoder circuit basically converts the applied information signal into a coded digital bit stream.
Node: Any system or device connected to a network is also called a node.
Static IP and Dynamic IP: When a device is assigned a static IP address, the address does not change. Most devices use dynamic IP addresses, which are assigned by the network when they connect and change over time.
Brouter: brouter is a network device that works as a bridge and as a router. The brouter routes packets for known protocols and simply forwards all other packets as a bridge would. Brouters operate at both the network layer for routable protocols and at the data link layer for nonroutable protocols.
Piggybacking: In twoway communication, whenever a frame is received, the receiver waits and does not send the control frame (acknowledgement or ACK) back to the sender immediately. The receiver waits until its network layer passes in the next data packet. The delayed acknowledgement is then attached to this outgoing data frame. This technique of temporarily delaying the acknowledgement so that it can be hooked with next outgoing data frame is known as piggybacking.
Network Topology: Network topology is the topological structure of a network and may be depicted physically or logically. Network topology can be used to define or describe the arrangement of various types of networks,
Routers: A router receives and sends data on computer networks. It routes network packets, based on their addresses, to other networks or devices.
OSI reference model: The Open Systems Interconnection model is a conceptual model that characterises and standardises the communication functions of a telecommunication or computing system without regard to its underlying internal structure and technology. The OSI model characterizes computing functions into a universal set of rules and requirements in order to support interoperability between different products and software.
SNMP: Simple Network Management Protocol is an Internet Standard protocol for collecting and organizing information about managed devices on IP networks and for modifying that information to change device behavior.
Hub: A hub is a physical layer networking device which is used to connect multiple devices in a network.
Switch: A switch is a device in a computer network that connects other devices together. Multiple data cables are plugged into a switch to enable communication between different networked devices.
Data Encapsulation: Data encapsulation is the process of adding extra information to a data item in order to enhance its functionality. We use either the OSI or the TCP/IP model in our network.
VPN: VPN stands for \"Virtual Private Network\" and describes the opportunity to establish a protected network connection when using public networks. VPNs encrypt your internet traffic and disguise your online identity.
ipconfig: ipconfig stands for Internet Protocol Configuration. This command is used to view all the current TCP/IP network configurations values of the computer.
ifconfig: ifconfig is a system administration utility in Unixlike operating systems for network interface configuration.
TCP/IP Model: The Internet protocol suite is the conceptual model and set of communications protocols used in the Internet and similar computer networks. It is commonly known as TCP/IP because the foundational protocols in the suite are the Transmission Control Protocol and the Internet Protocol.
IP classes: TCP/IP defines five classes of IP addresses: Each class uses the 32bit IP address space differently, providing more or fewer bits for the network part of the address. The value of the first octet determines the class.
HTTP: The Hypertext Transfer Protocol (HTTP) is an applicationlevel protocol for distributed, collaborative, hypermedia information systems.
HTTPs: HTTPS stands for Hypertext Transfer Protocol Secure. It is the protocol where encrypted HTTP data is transferred over a secure connection.
UDP: User datagram protocol (UDP) operates on top of the Internet Protocol (IP) to transmit datagrams over a network.
Proxy Server: A proxy server is essentially a computer on the internet with its own IP address that your computer knows.
Firewall: A firewall is a network security system that monitors and controls incoming and outgoing network traffic based on predetermined security rules.
DNS: The Domain Name System (DNS) is a hierarchical and decentralized naming system for computers, services, or other resources connected to the Internet or a private network.