A computer network is a group of interconnected computers and devices that communicate with each other and share resources, such as files, printers, and internet connections.
An IP address (Internet Protocol address) is a unique identifier assigned to each device connected to a network that uses the Internet Protocol for communication. It allows devices to locate and communicate with each other.
The OSI (Open Systems Interconnection) model is a conceptual framework used to understand and implement network protocols in seven layers: Physical, Data Link, Network, Transport, Session, Presentation, and Application. It standardizes networking functions to allow interoperability between different systems and protocols.
TCP/IP (Transmission Control Protocol/Internet Protocol) is a suite of communication protocols used to interconnect network devices on the internet. It roughly maps to the OSI model but uses four layers: Link, Internet, Transport, and Application.
A subnet mask is used to divide an IP address into a network and host portion. It helps in determining the subnet to which an IP address belongs, facilitating routing and efficient IP address management. For example, a subnet mask of 255.255.255.0 indicates that the first three octets are the network part, and the last octet is for host addresses.
A default gateway is a network node that serves as an access point to other networks, typically used to route traffic from a local network to external networks or the internet. It is usually the IP address of a router on the local network.