A computer network is a system that connects multiple computers and devices to share resources and information.
## Protocols: Protocols are some set of rule how data will send over network.
A port is a virtual point where network connections start and end. Ports are software-based and managed by a computer’s operating system.
Port Number | Process | Uses |
---|---|---|
80 | HTTP | |
443 | HTTPs | |
3306 | MySQl |
IP is a protocol or set of rules for routing and addressing packets of data so they can reach to the correct destination.
OSI model is a conceptual framework that divices network communications into seven layers.
Domain Name System (DNS) is a distributed database that translates domain names into IP addresses.
The User Datagram Protocol (UDP) is a communication protocol primarily used for fast, connectionless transmission of data over networks.
TCP is a transport layer and connection oriented protocol that means its establish the connection befor start communication between devices.