| OSI | TCP/IP |
|---|---|
| It Has Seven Layer | It Has Four Layer |
| Transparent Layer Granite Delivery Of Packets | Transport Layer Doesn't Granite Of Packets |
| Horizontal Approach In Transmission | Vertical Approach In Transmission |
| Separate Session Layer | No Session Layers |
| Separate Presentation Layer | No Presentation Layer |
| Network Layer Provide Both Connection Less And Oriented Services | Only Connection Less Services |
| OSI is truly a general model | it be used for any other application |
for is an looping statement.it used to execute the tast until reach the condition. syntax for(installation,condition,increment or decrement) { //statements or block of code. } example, main() { int i; for(i=1;i<=10;i++) { printf("\n %d",i); } }
Comments
Post a Comment