The document provides an assignment on computer networks that includes 20 questions covering topics such as transport layer services, Stop and Wait protocol, Go-Back N protocol, Selective repeat protocol, UDP header format, TCP segment format, TCP connection establishment, congestion control algorithms, application layer paradigms, DNS, FTP, Telnet, and email transfer.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
26 views1 page
Computer Networks - Assignment: CB84000D001C001C
The document provides an assignment on computer networks that includes 20 questions covering topics such as transport layer services, Stop and Wait protocol, Go-Back N protocol, Selective repeat protocol, UDP header format, TCP segment format, TCP connection establishment, congestion control algorithms, application layer paradigms, DNS, FTP, Telnet, and email transfer.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1
COMPUTER NETWORKS – ASSIGNMENT
1. Describe connectionless and connection-oriented services provided by the transport layer
2. Explain Stop and Wait protocol with FSM and flow diagram. 3. Explain with a neat diagram, Go-Back N protocol 4. Explain why the size of the Send window in Go-Back N must be less than 2m 5. Explain with flow diagram, Selective repeat protocol 6. Explain why the size of the Send and Receive window in Selective repeat can be at most one half of 2m 7. Explain different field in user datagram packet format with a neat diagram. 8. Discuss general services provided by UDP 9. The following is the content of a UDP header in hexadecimal format CB84000D001C001C. a. What is the source port number? b. What is the destination port number? c. What is the total length of the user datagram? d. What is the length of the data? e. Is the packet directed from a client to a server or vice versa? 10. Explain sending and receiving buffers in TCP. 11. Suppose a TCP connection is transferring a file of 5000 bytes. The first byte is numbered 10001. What are the sequence numbers for each segment if data are sent in five segments, each carrying 1000 bytes? 12. Explain TCP segment format. 13. Explain TCP connection establishment and connection termination using three-way handshaking. 14. Describe Slow start algorithm for handling congestion in TCP. 15. Explain application layer paradigms. 16. Write a note on World Wide web. 17. Differentiate between Control and Data connections of FTP. 18. Explain briefly Resolution in DNS. 19. Write a note on TELNET. 20. Explain the different phases of mail transfer .