Unit 3
Unit 3
1. What is TCP?
TCP provides a connection oriented, reliable byte stream service. The connection oriented means the
two applications using TCP must establish a TCP connection with each other before they can exchange data.
2. Define congestion
When too many packets rushing to a node or a part of network ,the network performance degrades.
This situation is called as congestion.
6. What is multiplexing?
The job of gathering data chunks at the sources host from different sockets, encapsulating each data
chunks with header information to create segments, and passing the segments to the network layer is called
multiplexing.
7. What is de-multiplexing?
The job of delivering the data in a transport layer segment to the correct socket is called de-
multiplexing.
8. What is congestion?
When load on network is greater than its capacity, there is congestion of data Packets. Congestion occurs
because routers and switches have queues or buffers.
27.Define HTTP.
It is used mainly to access data on the World Wide Web. The protocol transfers data in the form
of plaintext, hypertext, audio, video and soon.
31.What is POP?
Post Office Protocol, version3 (POP3) and Internet Mail Access Protocol version4 (IMAP4) are
protocol used by a mail server in conjunction with SMTP to receive and hold mail for hosts.
38.Define Throughput.
It is defines as a number of packets passing through the network in a unit of time.
39.Define UDP
User data gram protocol is a Unreliable, connectionless protocol, used along with
the IP protocol.
43.Define jitter
Jitter is defined as a variation in the delay of received packets. The sending
side transmits packets in a continuous stream and spaces them evenly apart. Because of
network congestion, improper queuing, or configuration errors, the delay between
packets can vary instead of remaining constant.