Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
32 views6 pages

Database Design & Internet Concepts

This document contains two assignments related to database design for students and workers. It also contains questions about defining the internet and intranet, their differences and applications, as well as explaining the role of TCP/IP protocols.

Uploaded by

Ujjwal Choudhary
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
32 views6 pages

Database Design & Internet Concepts

This document contains two assignments related to database design for students and workers. It also contains questions about defining the internet and intranet, their differences and applications, as well as explaining the role of TCP/IP protocols.

Uploaded by

Ujjwal Choudhary
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 6

ASSIGNMENT-1(A)

Ques.1- Design a database for student and store minimum 5 records in it.
A).Design view
B). Datasheet view
ASSIGNMENT-1(B)
Ques.2- Design a database for workers and store minimum 5 records.
A).Design view
B). Datasheet view
ASSIGNMENT-2

Ques.1- Define Internet and differentiate between Intranet and internet along with its
application and uses?
Answer- Internet is a huge network of computer that links many different types of
computer all over the world. It is a network that shares a common mechanism for
addressing (identifying) computers and a set of communications between two computers
on a network.

Internet Intranet
1.Internet is wide network of 1.Intranet is a network of computer
computers and is open for all. Designed for specific group of people.
2. Internet itself contains a large 2.Intranet can be accessed from from
number of intranets. Internet but with restriction.
3. The number of users who use 3.The number of users are unlimited.
internet is Unlimited.
4. The Visitors traffic is unlimited. 4.The traffic allowed is also limited.
5. Internet contains different 5.Intranet contain only specific group
Source of information and is of information.
available for all.
Ques.2- Explain the role of TCP/IP?

Answer-TCP/IP is two most important communication protocols in the suit called


Internet protocol suit.
TCP and IP are software component of operating system’s kernel.
It is responsible for –
1. A connection oriental protocol which is responsible for establishing a
connection before application which uses TCP starts exchange data.
2. Disassemble the actual data (pay load) into pocket of fixed sized bytes from
the source computer or node.
3. Assemble received packets back to its original form.
4. If packet is missed, TCP is responsible to resend (Data can be lost in
intermediate network).
5. If data is duplicated, TCP is responsible to truncate.
6. Handle error.
TCP is a connection oriented (setting up and maintaining reliable connection)
protocol responsible for correct delivery of data.
IP is responsible for moving (routing) packet of data from node to node using
four byte destination address.

You might also like