preview

Nt1310 Unit 1 Network Analysis

Satisfactory Essays

Written Assignment Unit 1

In general, on the internet, every packet follows 5 layers of structures (Application, Transport, Network, Data Link, and Physical). Since I have to talk about Connection-Oriented and Connectionless as a service, I will focus on the Transport layer because they are part of this layer. It allows multiple applications to use one network connection simultaneously, the layer will create ports on your computer allowing them to be reserved and used by the Application layer. Let's say that port 3600 will be used to send a message to port 80 of some other computer, whenever the port is ready to send a message, it passed on to Transport layer. In this layer, it wraps the message inside the Segment which contains some additional …show more content…

Also, UDP is connectionless which means that there is no need for creating a connection first before sending out data and have more control over when data is sent out. Because data corruption is a common occurrence on the internet, UDP has a primitive form of error detection but it is not that reliable because it doesn't recover the error it just will be discarded. Even if the network is busy, UDP will try to cram packets in the network and this is a bad strategy because it will cause more collisions. Here where TCP comes, for having certain features that make the connection more reliable. However, it also has a bigger communication over than UDP. TCP's connection is based on negotiating first before doing anything, this known as the three-way handshake. If any error is detected, TCP offers retransmission when a receiver doesn't get a delivery a package. So, it will send it again guaranteeing your data to reach its destination in time and without duplication. Since all the work is done by the operating system, It automatically breaks up data into packets for you. So you just need to sit back and watch the show. Even the debugging is taken care of by your OS and if there are bugs in your OS, then you will face many problems like problems in surfing and downloading contents from the net. I do prefer the TCP service because it does all the work for you

Get Access