- 115
- 315 479
Animated Study
India
Приєднався 21 чер 2020
Dear Friends, You are welcome to my channel Animated Study where I explain topics related to Computer Science and Technology with animated examples. The videos available here are carefully designed and prepared so you will enjoy the learning.
Thanks for all your support, subscribe, likes, share and comments.
-Dr. Jigar
Thanks for all your support, subscribe, likes, share and comments.
-Dr. Jigar
Network Address Translation (NAT) in TCP/IP
Network Address Translation (NAT) is used by organizations where they can use the TCP/IP protocol for internal and global communication. They use private block addresses for internal communication but, for communication with the world, organization needs at least one global internet address.
A technology that can provide the mapping between private and global addresses is known as Network Address Translation (NAT). So in this video, we will see how, many computers of one organization can communicate with the internet via a single global address via Network Address Translation.
See Full Playlist on Computer Networks: ua-cam.com/play/PLS1rTZkO2Djbwp9AL1zKkGQMPWELEmndA.html
See Full Playlist on HTML, CSS and JavaScript: ua-cam.com/play/PLS1rTZkO2DjYC9WZ9qoeg55avIyh5001g.html
See Full Playlist on Data Structures: ua-cam.com/play/PLS1rTZkO2DjZiSUk_vc7UYfkC0jT1-CKi.html
#NAT#TranslationTable#AnimatedStudy
A technology that can provide the mapping between private and global addresses is known as Network Address Translation (NAT). So in this video, we will see how, many computers of one organization can communicate with the internet via a single global address via Network Address Translation.
See Full Playlist on Computer Networks: ua-cam.com/play/PLS1rTZkO2Djbwp9AL1zKkGQMPWELEmndA.html
See Full Playlist on HTML, CSS and JavaScript: ua-cam.com/play/PLS1rTZkO2DjYC9WZ9qoeg55avIyh5001g.html
See Full Playlist on Data Structures: ua-cam.com/play/PLS1rTZkO2DjZiSUk_vc7UYfkC0jT1-CKi.html
#NAT#TranslationTable#AnimatedStudy
Переглядів: 358
Відео
How DHCP Works?
Переглядів 585Рік тому
The DHCP (Dynamic Host Configuration Protocol) is a client/server protocol designed to provide the four pieces of information for a diskless computer or computer that is booted for the first time. These four pieces are 1. The IP address of the computer 2. The subnet mask of the computer 3. The IP address of a router 4. The IP address of a name server Normally, a DHCP server has a database with ...
What is ChatGPT? How ChatGPT works?
Переглядів 178Рік тому
This youtube video explains ChatGPT, which is a large language model developed by OpenAI that uses deep learning algorithms to generate human-like responces. The name "GPT" stands for "Generative Pre-trained Transformer," which is a type of neural network architecture used to train the model. So in this video we will learn What is ChatGPT? What are the capabilities of ChatGPT? How to use ChatGP...
How Internet Control Message Protocol (ICMP) Works?
Переглядів 1,8 тис.Рік тому
Internet Control Message Protocol (ICMP) works as companion protocol of IP which used to convey the errors and information to original host. ICMP messages are of two types first is error-reporting messages and second is query messages. The error-reporting messages report problems that a router or a host may encounter when it processes an IP packet. The query messages help a host or a network ma...
ARP - Address Resolution Protocol Fully Explained
Переглядів 6522 роки тому
ARP (Address Resolution Protocol) is used to map Internet Addresses to Physical Addresses. The IP protocol delivers a packet from a source host to the destination host, so it needs to know how to deliver it to the next hop first. An IP packet can consult its routing table, to find the IP address of the next hop. But since IP uses the services of the data link layer, it needs to know the physica...
SQL SELECT with WHERE Clause
Переглядів 1082 роки тому
This video explains everything about basic Structured Query Language (SQL) statements like SELECT statement, use of SELECT DISTINCT and WHERE clause with different operators like AND, OR, NOT with example. See Full Playlist on SQL: ua-cam.com/play/PLS1rTZkO2DjaZceoFRqMy-7kZiPteNe7S.html See Full Playlist on Computer Networks: ua-cam.com/play/PLS1rTZkO2Djbwp9AL1zKkGQMPWELEmndA.html See Full Play...
How Checksum Calculated in IP
Переглядів 9 тис.2 роки тому
There is a chance of data corruption and error during the transmission of packets. The checksum is used to check such errors in most of the TCP IP protocols. The checksum is calculated at the sender and the value obtained is sent with the packet. The receiver repeats the same calculation on the packet including the checksum. If the result is satisfactory, the packet is accepted; otherwise, it i...
How Fragmentation Works?
Переглядів 2,1 тис.2 роки тому
This video explains about how the fields like identification, flags and fragmentation offset are important in the IP version 4 header. It shows how these fields set for datagram fragmentation as well as how they are useful for reassembly of original datagram at the receiving end. See Full Playlist on Computer Networks: ua-cam.com/play/PLS1rTZkO2Djbwp9AL1zKkGQMPWELEmndA.html See Full Playlist on...
Internet Protocol Version 4 (IPv4) Header Fully Explained
Переглядів 8112 роки тому
This video explains everything about the IPv4 header with all its fields, video also explains importance of each fields like version, total length of the datagram, type of service (TOS), total length, Time to live (TTL), protocol, checksum, IP address of the source and destination etc. See Full Playlist on Computer Networks: ua-cam.com/play/PLS1rTZkO2Djbwp9AL1zKkGQMPWELEmndA.html See Full Playl...
How Routers Forwarding the IP Packets using Routing Table?
Переглядів 1,7 тис.2 роки тому
This video discusses the delivery of packets in the network layer and explain difference between direct and indirect delivery. It discusses the forwarding of packets in the network layer and distinguish between destination address based forwarding and label-based forwarding. This also discuss different forwarding techniques, including next-hop, network-specific, host-specific, and default using...
Special Addresses in IPv4 Addressing Scheme
Переглядів 5782 роки тому
This video explains everything about special IPv4 addresses like All-Zeros Address, All-Ones Address or Limited Broadcast Address, Loopback Addresses, Private Addresses, Multicast Addresses, Network Address and Direct Broadcast Address which are reserved for special purposes in IPv4 addressing scheme. See Full Playlist on Computer Networks: ua-cam.com/play/PLS1rTZkO2Djbwp9AL1zKkGQMPWELEmndA.htm...
What is Classless Addressing (CIDR) | CIDR Vs Classful Addressing
Переглядів 1,8 тис.3 роки тому
In classless addressing in IPv4, we need to include the prefix length to each address if we need to find the block of the address. In this case, the prefix length, n, is added to the address separated by a slash. The notation is referred to as slash notation. The slash notation is formally referred to as Classless Inter Domain Routing or CIDR notation. This video explains not only CIDR but also...
Subnet Mask for Subnetting in Computer Networks
Переглядів 5603 роки тому
In classful addressing it was assumed that the whole Internet is divided into many networks and each network contains many hosts. Since all addresses in a network belong to a single block, each address in classful IPv4 addressing contains two parts like netid and hostid. The netid defines the network, and the hostid defines a particular host connected to such network. Router decides which packe...
What is IP Address? IPv4 Classful Addressing Explained
Переглядів 6393 роки тому
IP address is unique address given to each computer when we communicate on Internet, Here we understand about what is an IP address? What is classful addressing? and how can you identify the class A,B,C,D or E address as well as the network ID and host ID from given IP address. You will also learn how to give an IP address to computer for given block with an example. See Full Playlist on Comput...
Network Layer in Computer Networks
Переглядів 9083 роки тому
The network layer in OSI model provides four services like Packetizing, Finding the logical address of the next hop, Finding the physical i.e. MAC address of the next hop, and Fragmentation which are explained in this youtube video. See Full Playlist on Computer Networks: ua-cam.com/play/PLS1rTZkO2Djbwp9AL1zKkGQMPWELEmndA.html See Full Playlist on HTML, CSS and JavaScript: ua-cam.com/play/PLS1r...
UDP ( User Datagram Protocol ) Header and Applications
Переглядів 4,6 тис.3 роки тому
UDP ( User Datagram Protocol ) Header and Applications
TCP Data Transfer in Computer Networks
Переглядів 5 тис.3 роки тому
TCP Data Transfer in Computer Networks
TCP Connection Establishment by 3 Way Handshake
Переглядів 30 тис.3 роки тому
TCP Connection Establishment by 3 Way Handshake
Transmission Control Protocol | TCP Header Format
Переглядів 3,2 тис.3 роки тому
Transmission Control Protocol | TCP Header Format
Transport Layer Services in TCP/IP Model
Переглядів 6 тис.3 роки тому
Transport Layer Services in TCP/IP Model
How FTP (File Transfer Protocol) Works?
Переглядів 15 тис.3 роки тому
How FTP (File Transfer Protocol) Works?
Such a good video I don't know Why I skipped it first
Thank you very much, it couldn't get simpler than this. You explained lucidly 👏🏻👏🏻
Great to hear!
loved the bye bye at the end
Why do they call exponential increase slow start 😭😭
Sir you had explain this congestion control so well 😊 thanks you so much sir
You are most welcome! 😊
i watched 5 videos, asked GPT, .. didnt understand until i found this video!!! Thanks!
I'm so happy to hear that this video finally made good understanding for you! Thank you.
I only everyone could explain things as clearly as this guy!
great explanation
Glad you liked it!
Very perfect ☺️ thank you so much
Glad you like it!
GOAT
What a concise explaination. Thank you.
Glad you liked it.
Great video, what if the data is corrupted and the header isn't ? I think theoretically it is possible.
amazing
Thank you for putting all the effort into creating these animations.
I don't mean to be racist but this has to be the funniest English accent.
😲😮wow.... This is wonderful
Thank you so much....
Günaydın 234 14 73 nasılsın nasılsın merhaba için AVRUPA TIP OSGB
Great work thanks man
My pleasure!
Very helpful video 👌👍
Learn Network Address Translation (NAT) in just six minutes.
love from bangladesh, i am preparing myself for my final exam. your video helps me a lot.
Best of luck!
Underrated channel
which tool do you use to create this video
I use Blender for making my videos.
thank u for easy explanation
You are most welcome
2 hrs ka video smajh nahi aya ...apki video jo 6 MINS me hi sab smjha diya
Thanks Shashank for your motivation.
Always it is some random dude in india that clears all the doubts.
This is the besttttttttttttt. I finally understood. very well explained in simple terms. Thanks a lot
You are most welcome
i love your way of teaching, keep do more videos
extradinary explanation🙏🙏🙏🙏
Thank you so much 😀
very clear explanation
Thanks for liking
Thanks sir understanding better
Always welcome
Excellent
Thank you so much 😀
excellent video.
Thank you very much!
❤
Thanks man 👍
Welcome!!
your voice is so funny it keeps me engaged! Thanks so much!
Thank You For real
Welcome!!!
Good video!!
Glad you enjoyed it
Can I create my own ftp server app ? How to
Good
Stop adding music in the middle of the video, its annoying
😂😂
The harder the accent better the explanation xD Great video
Thank you..!
You're welcome!
Awesome explanation ..!!
Glad you liked it
Gives practical understanding. Just awesome man👍.
Thanks a ton man
I really thank this author who spent time to create this animation to explain the concept simple. Keep up your good work. I am subscribing to this channel and sharing to others
Thanks a lot!
you didnt mention 3 ack
nice
Thanks
wow it was really helpful thank u
You are welcome.
Great explanation
Glad you liked it.