| Home | Sign up! | Projects | Seminars | Research Notes | Today's Lecture | About |
Member ID: 49

Shweta Agarwal

Email
shwetaks@hotmail.com

Profile: Graduation-B.Sc(Statistics) from Aligarh Muslim Univ., Aligarh.
I did M.Sc-I (Operations Research) from AMU, Aligarh.
Right now, I'm pursuing Masters in Business Administration from Tarleton State Univ., Texas in collaboration with AIT, Gurgaon.

Prof. Ashay Dharwadker's Courses (1):

CourseSemesterGrade
Computer NetworksSpring 2004View



Projects (0)



Seminars (0)



Research Notes (2)


Research Note ID: 60
Course: Computer Networks
Topic: Bayesian Networks
Description: Directed graphical models are called Bayesian networks or Belief Networks. In general terms we can say - Bayesian Networks are a model for representing uncertainty in our knowledge. This uncertainty arises in a variety of situations such as:
  • uncertainty in the experts themselves concerning their own knowledge,
  • uncertainty in the knowledge engineer trying to translate the knowledge, and
  • uncertainty about the actual availability of knowledge.
Reference: A Brief Introduction to Graphical Models and Bayesian Networks

Research Note ID: 67
Course: Computer Networks
Topic: TCP/IP
Description: TCP/IP is based on a four-layer reference model. All protocols that belong to the TCP/IP protocol suite are located in the top three layers of this model.
  • Application: Defines TCP/IP application protocols and how host programs interface with transport layer services to use the network.
  • Transport: Provides communication session management between host computers. Defines the level of service and status of the connection used when transporting data.
  • Internet: Packages data into IP datagrams, which contain source and destination address information that is used to forward the datagrams between hosts and across networks.
  • Network Interface: Specifies details of how data is physically sent through the network, including how bits are electrically signaled by hardware devices that interface directly with a network medium, such as coaxial cable, optical fiber, or twisted-pair copper wire.

Another feature of TCP/IP is testing of connections. Usually, when connecting Windows 95 systems, NetBEUI is used as network protocol, because the Microsoft "win95-server" can be most easily setup with NetBEUI protocol (you can also use TCP/IP or IPX/SPX, but that is a little more complicated). When you think that everything is setup properly, but you CANNOT get any connection, you need to establish first what went wrong in the complete setup.

You also need to decide whether you have a Hardware or Software problem. For that, the TCP/IP protocol supplied with Windows 95/98/ME/NT4/2000 offers a small, but powerful tool called : 'ping'. TCP/IP PING can also be used to test WAN connections.

Now the question arises: What is ping actually doing? Remember the old war movies with submarines, where they are searching for each other sending out a search-signal, which sounds like 'ping' and where they get back an echo from another submarine? That is EXACTLY, what the 'ping' utility does in searching for other computers on the network!

Last updated on Thursday, 4th March 2004, 11:47:00 AM.

Prof. Ashay Dharwadker