Showing posts with label ME. Show all posts
Showing posts with label ME. Show all posts

GTU paper solution of Advance computer Graphics (ACG) NOvember 2013

I provides GTU paper solution of Advance computer Graphics (ACG) NOvember 2013.I solve manually all the question which are given below: Explain axonometric projection. Derive the transformation matrix for diametric and trimetric projection. Write the advantages of B-spline curve over Bezier curves. Prove that C2 continuity is inherent...

Differentiate cookie and session………[December – 2012, May – 2013]

Cookies Session 1 Data on Client-side Data on server-side 2 Limited support for data handling Unlimited side of data as per as server capability 3 only text It can store any type of data 4 Age of data is fixed . Age of data is...

Difference between TCP and UDP

Several Internet socket types are available: ·       Datagram sockets, also known as connectionless sockets, which use User Datagram Protocol (UDP). ·       Stream sockets, also known as connection-oriented sockets, which use Transmission Control Protocol (TCP). The Transmission...

Installation and configuration of network simulator: NS2

NS-2 stands for Network Simulator version 2. NS-2 Is a discrete event simulator for networking research. It is work at packet level. It provides substantial support to simulate bunch of protocols like TCP, UDP, FTP, HTTP and DSR. It simulates wired and wireless network. It is primarily UNIX based. It uses TCL as its scripting language. NS-2 is a...