Advertisement
Guest User

Untitled

a guest
Jun 30th, 2015
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. TCP/IP
  2.  
  3. TCP/IP also known as Transmission Control Protocol/Internet Protocol is the communication protocol for communication between different computers via the internet. This set of protocols also states how devices such as computers should connect to the internet and states how the data should flow between them. TCP is the different communications between applications on the computer such as the internet browser and other network software, Whereas IP is the different communications between computers and how data is transferred between them. The TCP breaks down the packets of data before they are sent and also analyses the packets of data as they arrive to the computer. The IP is the part that sends the packets of data to the right destination. Other sections related to TCP/IP are:
  4. •UDP (User Datagram Protocol) The simple communication between different applications
  5. •ICMP (Internet Control Message Protocol)Used for errors and different statistics
  6. •DHCP (Dynamic Host Configuration Protocol) Used for dynamic addressing
  7.  
  8. TCP/IP is split into 4 main layers
  9. •Layer 1 - Network Access
  10. •Layer 2 - Internet
  11. •Layer 3 - Transport
  12. •Layer 4 - Application
  13.  
  14. There is also OSI short for Open System Interconnection and it defines a network framework to impliment protocols into seven layers. The controls are passed from one layer to the next. The layers are as follows:
  15. •Layer 1 - Physical
  16. •Layer 2 - Data Link
  17. •Layer 3 - Network
  18. •Layer 4 - Transport
  19. •Layer 5 - Session
  20. •Layer 6 - Presentation
  21. •Layer 7 - Application
  22.  
  23. All of these layers work together making the OSI,a ISO standard for worldwide communications work.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement