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.

No comments:

Post a Comment

Happy Birthday Priya Using Python Turtle Graphics

Happy Birthday Priya Using Python Turtle Graphics.... import  turtle  as  tech_habit from turtle import * from random import randint ankita ...