Hi Neso academy, just want to know how many of your viewers are from India? Great work!
@bhanushah98494 жыл бұрын
all CS students watch neso
@AshokKumar-bv4kh2 жыл бұрын
Hi abhiram sir big fan !
@Lokesh_yadav__2 жыл бұрын
Almost
@drashtypatel42 Жыл бұрын
Bhai ye Indian channel hi h
@leftover3857 Жыл бұрын
@@bhanushah9849ECE students also
@020hamza2 Жыл бұрын
You are teaching very well because you are telling problem statement and teaching in Laman language
@mohamadzaytoun45662 жыл бұрын
best educational channel ever. good job legends
@pranavi.yalamanchili2674 Жыл бұрын
U are one who saves my life thank you 🙏💕
@yugendhiran.d17202 жыл бұрын
I have never seen this type of clear explanation ever.. Great job 👏 👍
@levox7189 Жыл бұрын
Best Explanation in the world!
@mannambhavani42664 жыл бұрын
Tks a lot. Very well explained☺️
@ShivamSingh-te9tl Жыл бұрын
Explained very well sir nn
@arthiannamalla89994 жыл бұрын
Clear and superb explanation
@yagzyalcntas5534 жыл бұрын
I am doing master in TUM for communication engineering, this was way more clear then the lecture thanks :D i looked over the slides again and again but couldnt relate how 1 persistent differs from non-persistant except the behavior after collision.
@user-mi8ew2to8e4 жыл бұрын
1-persistent - while(!idle) { //keeps on sensing } //sends its data Non-persistent - while(!idle) { //senses time = random() wait(time) } //Sends its data
@inanccan9969 Жыл бұрын
GRVNS Student, same here
@harisreereddy72043 жыл бұрын
You said that, In O- persistent CSMA( sub part of Random access protocol), supervisory node decides the order of transmission. Whereas in Random access protocol u said there is no superior node, every node is equal. Can you please explain how this is possible?
@krishma16809 ай бұрын
Same doubt 😕
@killMan57469 ай бұрын
my teacher does not respond to any doubts, but makes sure to like all those "best explanation in the world" comment😀🤑
@taufiqueengineer11 ай бұрын
mazaaa aagya 🥰🙂
@vladislavkaras4917 ай бұрын
Very great explanation! Thank you!
@kautukraj4 жыл бұрын
Very helpful!
@vu57003 жыл бұрын
Svaka cast brate moj
@AbhishekSingh-cu1fe3 жыл бұрын
Thank you ❤🌹
@umairalvi73824 жыл бұрын
You didn't explain p-persistent properly, especially the concept of probability.the probability is calculated randomly and has no relationship with time slots.
@felixreibold88913 жыл бұрын
Correct me if I am wrong: I think P-Persistant means, after checking that the channel is free it checks if the current time slot allocated to the receiver station it wants to send a frame to. Then it only sends the frame with a certain probability. This is necessary because, if another sender has queued messages for this receiver and both senders would send their frames with a probability of 1 it would always lead to collisions. With a probability < 1 there is a chance to work off the transmission queues slowly.
@vengalrao57722 жыл бұрын
@@felixreibold8891 which country u all are from ?
@NishiReacts4 жыл бұрын
Superb love from Pakistan
@deekshabhat51948 ай бұрын
The first carrier sense protocol that we will study here is called 1-persistent CSMA (Carrier Sense Multiple Access). When a station has data to send, it first listens to the channel to see if anyone else is transmitting at that moment. If the channel is busy, the station waits until it becomes idle. When the station detects an idle channel, it transmits a frame. If a collision occurs, the station waits a random amount of time and starts all over again. The protocol is called 1-persistent because the station transmits with a probability of 1 when it finds the channel idle. A second carrier sense protocol is nonpersistent CSMA. In this protocol, a conscious attempt is made to be less greedy than in the previous one. Before sending, a station senses the channel. If no one else is sending, the station begins doing so itself. However, if the channel is already in use, the station does not continually sense it for the purpose of seizing it immediately upon detecting the end of the previous transmission. Instead, it waits a random period of time and then repeats the algorithm. Consequently, this algorithm leads to better channel utilization but longer delays than 1-persistent CSMA. The last protocol is p-persistent CSMA. It applies to slotted channels and works as follows. When a station becomes ready to send, it senses the channel. If it is idle, it transmits with a probability p. With a probability q = 1 - p, it defers until the next slot. If that slot is also idle, it either transmits or defers again, with probabilities p and q. This process is repeated until either the frame has been transmitted or another station has begun transmitting. In the latter case, the unlucky station acts as if there had been a collision (i.e., it waits a random time and starts again). If the station initially senses the channel busy, it waits until the next slot and applies the above algorithm.
@emmanuelkiptoo95583 жыл бұрын
Quite helpful
@vinayaksharma-ys3ip2 жыл бұрын
Thank You Sir!!
@himalthapa57093 жыл бұрын
Jay gurudev!
@shaikahamedmj98782 жыл бұрын
Well said
@harshinirao77413 жыл бұрын
Thank u
@ith3r7 Жыл бұрын
I LOVE YOU
@businessideas91972 жыл бұрын
Super sir
@lanstondavisrobert54063 жыл бұрын
Hello, Is the O Persistent continuously checking or randomly checking ?
@GOODBOY-vt1cf2 жыл бұрын
5:00
@cornelliusbonongwe8932 жыл бұрын
The best
@anisht18383 жыл бұрын
Thankyou dear for the great work, I had a doubt, CSMA/CD is used by Ethernet. Ethernet is end to end, like between two nodes. It has different channel for transmission and receiption, I hope. Then how could a collision occur. Can't understand, correct me if I am wrong. Tell me what I am missing.
@mohansurendar74293 жыл бұрын
sorry I don't Know whether it is correct or not, I think we use different applications(stations) to get data from same point(channel)
@anisht18383 жыл бұрын
@@mohansurendar7429 different applications connecting same point is a bigger picture, my doubt is about node-to-node connection, where single Ethernet cable is connected.
@ShubhamKumar-gk2wl2 жыл бұрын
An ethernet cable can be used in a bus topology as the backbone cable, so there will be collisions.
@glazefrect1337 Жыл бұрын
Why does P persistent CSMA needs to sense the carries if it has specific time slots?
@sajidali_6567 Жыл бұрын
A specified time might be assigned to multiple nodes, and another node might use the channel in that time slot so it is a good idea to sense the carrier before transmitting the data.
@krishnakumarsaw49173 жыл бұрын
Suggest a book that contains all the topics you have covered ??? If any then comment
@rakeshkumarreddypothireddy81593 жыл бұрын
Computer networks A top to down approach
@ahmetm.4648 Жыл бұрын
What is the limit of that random time exactly ? I mean is it possible to take 1 day or more ? or is it depends
@ScottBooker-v1q3 ай бұрын
Hall Scott Williams George Anderson Jose
@hiraansari67143 жыл бұрын
Plsss make little more easy notes😥...its more bulky #onourhead.. Less points ...Bt need main point
@machinesonearth2 жыл бұрын
Sir you said that collision occurs in csma but cant the node sense the channel
@subhadeepbhakat77652 жыл бұрын
Sir ig the channel utilisation in case of non persistent is much lesser than 1persistant csma
@lunavathsainaik444311 ай бұрын
Sir please complete the full syllabus of computer networks ( network layer design issues) and other transport layer , session layer , presentation layer , application layer 🎉)
@karthi97223 жыл бұрын
Are they referring the station as node or a station has many nodes?
@glazefrect1337 Жыл бұрын
station as node
@slingshot7602 Жыл бұрын
11:50 didn't get the point?
@myplays74536 ай бұрын
Time period appointed for each station,,, so other stations wait for their time.
@mynamestgija3 ай бұрын
In p persistent csma it should be checking for two things. One is is it in the beginning of the time slot, and also check whether the channel is free. It is checking continuously right? Why can’t you send it the second time slot instead of sending at the beginning of the fourth time slot, I’m asking with respect to the picture 11:51
@whois25172 жыл бұрын
Ycce gang wya
@brawny_am5194 жыл бұрын
your voice is very cute
@rogue827510 ай бұрын
is anyone else having trouble viewing this particular video on their website ?
@nesoacademy10 ай бұрын
Thank you for pointing this. The issue is now resolved.
@neeluperumalla194 жыл бұрын
Gud
@kalyansunkara94644 жыл бұрын
Which book are you using for reference?
@itians28174 жыл бұрын
According to me------Data Communications and Networking by forouzan
@prabhusubramanianlectures43073 жыл бұрын
Data Communication and Networking by Behrouz Forouzan