DevOps

What is computer Network?

A computer network is a system that connects multiple computers and devices to share resources and information.

What is client and server?

sever client diagram

## Protocols: Protocols are some set of rule how data will send over network.

Ports

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 image

Port Number Process Uses
80 HTTP  
443 HTTPs  
3306 MySQl  

IP Address

IP is a protocol or set of rules for routing and addressing packets of data so they can reach to the correct destination.

Ipv6 version image

Structure of Network

OSI Model (Open system Interconnection):

OSI model is a conceptual framework that divices network communications into seven layers.

osi model image

TCP/IP Model:

TCP/IP model

DNS (Domain Name system):

Domain Name System (DNS) is a distributed database that translates domain names into IP addresses.

DNS sever image

UDP (User Datagram Protocol):

The User Datagram Protocol (UDP) is a communication protocol primarily used for fast, connectionless transmission of data over networks.

TCP (Trasmission control protocol):

TCP is a transport layer and connection oriented protocol that means its establish the connection befor start communication between devices.