GITHUB FOR TASK SUBMISSION
May be Next week they have a separate session for GITHUB Beginners.
INTERNET PROTOCOL
In general Protocol means set of rules.
Internet protocols have a set of rules for transmission of data using Internet
Normally whatever data we are transferring through internet it will divided into packets and received at receiver end after that those packets are assembled and displayed for Receiver
These happen either by TCP (TRANSMISSION CONTROL PROTOCOL) or UDP (USER DATAGRAM PROTOCOL)
TCP (TRANSMISSION CONTROL PROTOCOL)
Connection Oriented --> 3 step process
Handshake -- Synchronization -- Acknowledgement
Handshake in sense establishing connection with the receiver after that it will check whether all the packets are received and rearrange them(synchronization) then it will send the acknowledgement to the sender.
if any pockets missed then it will send acknowledgement that it need to send once again similarly if itsperfect for that too its send acknowldgement
if any pockets missed then it will send acknowledgement that it need to send once again similarly if itsperfect for that too its send acknowldgement
Reliable
Slower than UDP because it need to do the three step process so its take some extra time
UDP (USER DATAGRAM PROTOCOL)
Connection Less Protocol --> Never synchronize/Acknowledge
Not reliable
Faster than TCP
HTTP / HTTPS
HTTP - HyperTextTransferProtocol
HTTPS - HyperTextTransferProtocolSecured
HTTP/HTTPS are the protocols used in web.Maximum they use TCP method.TCP is responsible for transmission of data and HTTP is responsible presenting that data to the end user.In addition to presenting HTTPS will take care of security also.
IP ADDRESS & MAC ADDRESS
MAC ADDRESS -- Physical Address of a device whenever the company manufacture the device (Laptop/Pc) it will give a separate MAC address for each device to identify the device.This one is fixed
IP ADDRESS -- IP address will be provided by Internet Provider. Its varaiable depend upon the service provider.And it helps to locate the address of the Device
MAC & IP address are simillar to phone IMEI No and Phone No
MYTH
The same IP address will be used by more than one device
FACT
The same IP address will be used by more than one device but not at the same time .If suppose i gets logout from the internet then that particular IP address will be given to the other device but not at the same time when i am working.If suppose multiple devices are connected with WiFi and working at the same time every devices will get different IP address only
REST COUNTRIES JSON SIMPLE TASK
Comments
Post a Comment