Select one of the objectives below, do some additional research on the topic. Then write a two or three paragraph post expanding on the topic.
Objectives:
• the need for a transport layer
• Transmission Control Protocol (TCP), the popular transport layer protocol
• TCP functions, including segmentation, reliability, flow control, multiplexing, and connection establishment
• the fields of the TCP header
• UDP, a simpler protocol at the transport layer
I have picked second objective Transmission Control Protocol (TCP) :
It is used to provide a network connection between the applications.It works with Internet Protocol(IP) to send/receive messages through a network.It is connection-oriented protocol.That is the connection between sender and receiver will be kept alive till all the processing of the data is done.
It is more secured way of transmitting the data.the most important process of TCP incudes , it knows how to divide the data into several chunk packets , That deliver to network packet.
It also takes care of following functions:
i)delivers Error-free messages
ii) flow control
iii)Packet transmission
The TCP protocol is very secure way of delivering packets. As we know it divides the messages into several segments which are called packets , it also takes care of those delivery to the mentioned destination by use of ip address in the header.
TCP also takes care of flow control of the packets.As we have already mentioned , It is connection oriented protocol , that means it will be having all acknowledgements of the sending and receiving end points information.If something goes wrong , it will immediately reports the error to the sender.
Select one of the objectives below, do some additional research on the topic. Then write a...
Select one of the objectives below, do some additional research on the topic. Then write a two or three paragraph post expanding on the topic. Objectives: • the services provided by the application layer • the Hypertext Transfer Protocol (HTTP), used to retrieve web pages • the Simple Mail Transfer Protocol (SMTP), used to exchange e-mails • the File Transfer Protocol (FTP), used for transferring large amounts of data • Instant Messaging and presence services
Question 34 A TCP socket contain …………………… that uniquely identifies it on a network TCP ID Port number UDP HTTP ( ) a ( ) b ( ) c ( ) d 2 points Question 35 Mail server port number is usually 8080 80 2525 25 ( ) a ( ) b ( ) c ( ) d 2 points Question 36 TCP Head length indicates ( ) The size of the segment ( ) The capacity of data that...
I am studying the CCNA 200-125 books written by WENDELL
ODOM.
Here it talks about the Link layer in TCP/IP model.
Figure 1-11 shows four steps, in the first step Larry
encapsulates the IP packet between an Ethernet header and Ethernet
trailer, creating an Ethernet frame.
Larry encapsulates the IP packet, what does this mean?
Is it like compressing a file into a zip and compressing the IP
packet into a frame?
I've read the previous pages about the upper...
Q1 Error detection/correction Can these schemes correct bit errors: Internet checksums, two-dimendional parity, cyclic redundancy check (CRC) A. Yes, No, No B. No, Yes, Yes c. No, Yes, No D. No, No, Yes E. Ho, hum, ha Q2 CRC vs Internet checksums Which of these is not true? A. CRC's are commonly used at the link layer B. CRC's can detect any bit error of up to r bits with an r-bit EDC. c. CRC's are more resilient to bursty...