#networking
Read more stories on Hashnode
Articles with this tag
MAKING OF ECHO SERVER 1.import socket and sys library as we are going to use them as main building blocks import socket import sys 2.Set up the socket...
Introduction to application layer ยท EXAMPLES OF NETWORK APPLICATION Their are many apps which use networking concepts like web...
HOW CAN ATTACKER ATTACK NETWORK? 1.Network Sniffing -> Alice is talking to Bob & Eve will secretly listen their talks 2.Network Spoofing -> Eve will...
WHY WE REQUIRE LAYERING IN COMPUTER NETWORKS? It makes discussion easy It makes updating easy LAYERS OF COMPUTER NETWORKS Application layer ->...
LOSS Data loss occurs when queue is full or cache memory of router is full DELAY Due to 4 reasons we have delays Transmission delay -> (packet...
PACKET SWITCHING Data is broken into small packets Route is decided by collection of routers by using routing algorithm Next router is decided by...