Monday, July 13, 2020

Transport and Application Layer | Quiz with Answers





LISTEN 

           Answer - LISTEN

Explanation - The LISTEN state means that a port is waiting for something to connect to it. 
  
2. 


IP 

Answer - TCP

Explanation - Other examples of connection-oriented protocols exist, but TCP is, by far, the most common. 

3. 




high five  

Answer - three-way handshake

Explanation - That series of flags is used to establish every TCP connection.




4. 



registered 

Answer - ephemeral

 Explanation - The exact ports used are different, depending on the operating system, but they're all known as ephemeral ports.

 5. 



12 

 Answer - 16

 Explanation - A port is a 16-bit number that's used to direct traffic to specific services running on a networked computer.


6. 



Demultiplexing 

Answer -  Multiplexing

 Explanation - Multiplexing in the transport layer means that nodes on a network have the ability to direct traffic toward many different receiving services.


7. 



CLOSED 

 Answer - CLOSED

 Explanation - The TCP socket will be in the CLOSED state when the connection has been fully terminated and no further communication is possible.


8. 



Acknowledgement number

Answer -  Source port


Explanation - A source port is a high-numbered port chosen from a special section of ports known as ephemeral ports.


9.





Answer - 6

Explanation - 6 bits are reserved for the 6 TCP control flags.


10.



Application 

Answer - 





































The SYN flag is used to make sure the receiving end knows how to examine the sequence number field.

Thursday, July 2, 2020

Steps of Name Resolution in DNS


Today we are going to discuss 
Steps of Name Resolution in DNS






Why do we need DNS?

Hello Guys,
Today we are going to discuss 
why we need DNS?

Happy Birthday Vaibhav(Love) Using Python Turtle

import  turtle  as  tech_habit ankita = tech_habit.Screen() ankita.bgcolor( "black" ) tech_habit.pencolor( "linen" ) col...