Pages

4 May 2012

Cs304 2nd assignment solution spring 2012

#include<iostream.h>
#include<conio.h>

   class Lesson{
  
   
    int ID;    
    topic * title;
    int NoOfLessons;
  
    public:
   
    void add();
    void remove();
    bool select();
    void search();
    void View();
    void print();
    void download();
    };
 
  
class course{
  
   char * code;     
   topic  title;   
   char * courseName;
   int duration;
   Lesson NoOfLessons;

    public:

   
    void add();
    bool select();
    void View();
    void read();
  
    };
  

class StudyProgram{
   
    char * Code;
    char * title;
    char * ProgramName;
    course duration;
  
    public:
    bool select();
    char * ViewCourseList;
    };

class topic{
   
    int ID;      
    char * title;   

    public:
   
    void add();
    void remove();
    bool select();
    void search();
    void View();
    void print();
    void download();
    };
  

Eco401 mega solved quizzes file

Here you can download Eco401 mega solved quizzes file..........

Click here to download Eco401 mega solved quizzes file

3 May 2012

Cs101 solved midterm past paper's

Eng201 solved midterm past paper's

Here you can download solved midterm past paper's.........
here is the mega solved midterm past paper's.......

Eng201 mega solved midterm past paper's
Eng201 midterm solved mcq's with reference past paper's
Eng201 midterm solved subjective past paper's

Cs403 solved midterm past paper's

Mkt501 16 solved Midterm past paper's

Here you can download 16 solved Midterm past paper's.........

Cs302 2nd assignment solution spring 2012

Here you can download Cs302 2nd assignment solution spring 2012......

Click here to download Cs302 2nd assignment solution spring 2012

2 May 2012

Mth301 2nd assignment solution spring 2012

Here you can download Mth301 2nd assignment solution spring 2012.......



It430 2nd assignment solution spring 2012


<html>
<head>

<title>MC100403428</title>
<style type="text/css">
body {
height:500px;
background-image:url('your image.GIF');
background-position:center;
background-repeat:no-repeat;

}
#css1{
color:#333399;
font-weight:bold;
float:left;
}
#css2{
color:#0033CC;
font-weight:bold;
background-color:#999999;
width: 400px;
float:right;
}
.bgcolor {
background-color:#6699FF;
color:#000000;


}
.bgimage{
margin:100px;

background-repeat:repeat-x;


}

</style>
</head>


<body>
<table border="0">
<tr>
<td>
<div id="css1">
<script>
document.write ("<p>" + Date() + "</p>");

function Dividmrk()
{
var num1=document.divide.tmrk.value;
var num2=document.divide.smrk.value;
var num3=(parseFloat(num1)/parseFloat(num2));
var num4=document.divide.rmrk.value;
var ok=confirm(parseFloat(num4)/parseFloat(num3))
if(ok=true){
alert("THANKS FOR USING OUR SERVICE");
}
}


</script>
</div>
</td>
<td><marquee direction="left" scrollamount="3" behavior="scroll" id="css2">WELCOME FOR OUR SERVICES BY </marquee></td>
</tr>
</table>
<form name="divide">
<table>
<tr>
<td>
<div class="bgcolor">Total Marks:</div></td><td><input type="text" name="tmrk"/>
</td>
</tr>

<tr>
<td class="bgcolor">Secured Marks:</td>
<td><input type="text" name="smrk" /></td>
</tr>

<tr>
<td class="bgcolor">Rescale Marks:</td>
<td><input type="text" name="rmrk" /></td>
</tr>


</table>
<input type="button" value="Secured_rescale_Marks" onclick="Dividmrk()"><input type="reset" value="Reset" />
</form>

</body>
</html>

Cs601 2nd assignment solution spring 2012


CS601 Assignment 02 Solution


Question 01

Match the protocols given in Column B with its associated layers given in Column A and write the correct protocol against each layer of Column A in Column C.
Solution:

LAYERS
PROTOCOLS
Correct Choice
Application layer
TCP
FTP
Transport layer
Line code
TCP
Network layer
ARP
IP
Data link layer
FTP
ARP
Physical layer
IP
Line Code







Question 02

In 3rd column specify / write the appropriate choice from these three choices (header, trailer and N/A). For example, if a layer does not deal with header or trailer, write N/A in front of that particular layer and so on.
In 4th column, specify the appropriate choice from these five choices (data, segment, packet, frame, bits) to its respective layer.
Give short description of the functionality of each layer of OSI model within the provided area in column 5.
Solution:




    1
2
3
4
                                      5
Sr. No.
 Layer Name
Header/Trailer/ N/A
Data Unit
Functionality

1

Application


N/A

Data

Network process to application

2

Presentation


Header

Data
Data representation, encryption and decryption, convert machine dependent data to machine independent data

3

Session


Header

Data
Inter host communication, managing sessions between applications

4

Transport


Header

Segment
End-to-end connections, reliability and flow control

5

Network


Header

Packets
Path determination and logical addressing

6

Data Link


Header/Trailer

Frames


7

Physical


N/A

Bits

Media, signal and binary transmission

Cs610 2nd assignment solution spring 2012


Assignment No. 02             
Semester Spring 2012
Computer Networks – CS610


Q.1. Fill the following table with properties mentioned in 1st row of table against each Ethernet type. [10 Marks]

Solution:
Ethernet Type
Name
Cable
Connector
Segment Length
Data Rate
10BASE5
Thick wear
Coaxial
Nconnector,
D connector
500M
10mbps
10BASE2
Thickener
Coaxial
BNC
connector
185M
10mb
10BASET
Broad Band
UTP
connector
100M
10mbps

Q.2. Write the MAC address of your system and mentioned how much portion of it is used for vendor identification also tell the vendor name of your LAN card.                                                                                   [5 Marks]

Answer:-
Find your pc physical Address or MAC address and LAN card name (vendor name) check your vendor detail here

 MAC address finds method:

Open my network places à right click on Ethernet card àclick on properties àclick on detail and get
Physical address (MAC)

Vendor name find method:

Right click on my computer à click on propertiesàselect hardware tabàthen open the device mangerà
Double click on Ethernet cardà click on detail tabàselect device instance pathà the vendor name will b show there