Transport Layer
The transport layer of both the OSI and TCP/IP models is very important. At this layer the data being prepared to be sent over the internet is broken into pieces called segments.Overview
TCP
|
UDP
|
segments- sequence numbers,acknowledgements, many header
fields, lots of overhead |
datagrams- no sequence numbering, few header fields,little overhead = fast
|
reliability -due to sequence numbering, and resending of data if no acknowledgement is received
|
unreliable - sends all data regardless of whether or not it was received
|
connection oriented - Three way handshake receiving computer prior to sending data
|
connectionless - no handshake to establish connection
|
source and destination port numbers in the header
|
source and destination port numbers in the header
|
flow control - dynamically change the windows size to not overwhelm the receiver with data
|
no flow control
|
Here is a short list of some of the most useful port numbers. You should memorize these ports.
Port Number
|
Protocol
|
---|---|
80
|
HTTP
|
23
|
Telnet
|
20,21
|
FTP
|
22
|
SSH
|
25
|
SMTP
|
53
|
DNS
|
110
|
POP
|
Well Known Ports
|
0 - 1023
|
Registered Ports
|
1024 - 49151
|
Dynamic Ports
|
49152 - 65535
|
কোন মন্তব্য নেই:
একটি মন্তব্য পোস্ট করুন