Sockets in Operating System

preview_player
Показать описание
Operating System: Sockets
Topics discussed:
This lecture explains the sockets and how sockets are used for communication between processes in client-server based systems.

Follow Neso Academy on Instagram: @nesoacademy

Music:
Axol x Alex Skrindo - You [NCS Release]

#OperatingSystemByNeso #os #OperatingSystem #SocketsInOS
Комментарии
Автор

As a self-taught programmer, I thank you very much! As someone who cannot afford to get another degree but wants to not stay behind my degreed competition, channels like yours are saving me! Really looking forward to more videos.

calmsht
Автор

Here is what I understood:
In order establish a connection between client and server we need sockets. Sockets are end point of communication and it can be identified by IP address, port number. Each process that is communicating has a socket. Servers that have specific services listen to specific socket ports. So when connection request comes from a client the server would be listening to specific port and accepts the request from client socket to complete the connection.
From host side or client side the process's sockets port number must be above 1024 because below 1024 ports are reserved for specific purpose.

DaiMoscv
Автор

The best & simplest explanation of sockets I found! Thank you very much!

vitaliipaprotskyi
Автор

Amazing Work, more people like this is what the education system needs, people who really care and love what they do, Thanks !

bayroncabrera
Автор

Bro you are great, thanks for the tutorial, better explained than any technical book i have.

rafaeldias
Автор

God bless you guys, thanks for the course

human-
Автор

Great explanation!
Thanks for the video!

vladislavkaras
Автор

Very informative and detailed. Thanks for the video!

freakyshine
Автор

Awesome and quality video!!! no exaggeration

techtechlearn
Автор

Thank you for this. It was very informative.

deannalipowicz
Автор

Sockets are another way for the processes to communicate with each other. It's specifically used for client-server base systems.
A socket is a combination of an IP address and a port.
The port for a server is under 1024.

Servers implementing specific services listening to specific ports (telnet 23, HTTP 80, ftp 21)

hoangminhchau
Автор

Well explained.
So, sockets are used to establish communication between processes especially in client server model. Sockets are IP addresses concatenated with port number. When a process at client system wants to communicate and request for information from server, it is assigned a socket consisting of IP address of that system with port number. Port number should be greeter then 1024 as port numbers below this are standard.

quratraja
Автор

I think this is the better one. Thanks ❤🎉

mrpaasha
Автор

thanks very much for sharing to us these nkowledges

leroyvan
Автор

Thank you for the very great video <3

vanluutran
Автор

thanks a lot sir! your videos are really a boon for students :):):)

AtanuDebnath
Автор

I rarely comment on these videos but this saved me

michaelhierl
Автор

Sir, please send the link of filters and theorems chapter in network theory.

sonusambharwal
Автор

Please upload the videos of threads in OS n Deadlock

makejokeof-fununlimitedzon
Автор

Can you add the rest of the videos in playlist please??

harjapx