Animated Study
Animated Study
  • 115
  • 315 479
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
Переглядів: 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...
TCP vs UDP
Переглядів 1,8 тис.3 роки тому
TCP vs UDP
UDP ( User Datagram Protocol ) Header and Applications
Переглядів 4,6 тис.3 роки тому
UDP ( User Datagram Protocol ) Header and Applications
TCP Congestion Control
Переглядів 88 тис.3 роки тому
TCP Congestion Control
CSS Padding
Переглядів 2193 роки тому
CSS Padding
TCP Error Control by Retransmission
Переглядів 6 тис.3 роки тому
TCP Error Control by Retransmission
CSS Margin
Переглядів 1123 роки тому
CSS Margin
CSS Border
Переглядів 703 роки тому
CSS Border
CSS Selectors
Переглядів 703 роки тому
CSS Selectors
Flow Control in TCP
Переглядів 13 тис.3 роки тому
Flow Control in TCP
TCP Connection Termination
Переглядів 8 тис.3 роки тому
TCP Connection Termination
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?

КОМЕНТАРІ