Posts

Network Design Management ( 26 Sep. 2012 )

Stub router A Stub router , One-armed router or router on a stick is a router that routes traffic between virtual local area networks ( VLANs ). It has only a single Ethernet NIC that is part of two or more Virtual LANs, enabling them to be joined. A VLAN allows multiple virtual LANs to coexist on the same physical LAN . This means that two machines attached to the same switch cannot send Ethernet frames to each other even though they pass over the same wires. If they need to communicate, then a router must be placed between the two VLANs to forward packets, just as if the two LANs were physically isolated. The only difference is that the router in question may contain only a single Ethernet NIC that is part of both VLANs. Hence, "one-armed". Autonomous System Within the Internet , an Autonomous System ( AS ) is a collection of connected Internet Protocol (IP) routing prefixes under the control of one or more network operators that presents a common, c...

B.P ( 26 Sep. 2012 )

Process to get loan was draw by student in form of flow chart Document was provided by sir to study for exams and for modeling practice Click here for document

Linux O.S. ( 25 Sep. 2012 )

There are three default permission levels in linx user / creator level                               u group level                                           g others level                                          o collectively these are denoted with       a     there are three permission types in linux read                        r write  ...

Network Design and management ( 25 Sep. 2012 )

  Static routing was discussed in detail different commands for assigning ip address manually was discussed     A lab was done on packet tracer with 3 routers and 2 computers   Types of routing Static routing                   Static routing is a concept describing one way of configuring path selection of routers in computer networks . It is the type of routing characterized by the absence of communication between routers regarding the current topology of the network . [1] This is achieved by manually adding routes to the routing table. The opposite of static routing is dynamic routing , sometimes also referred to as adaptive routing . In these systems, routes through a data network are described by fixed paths (statically). These routes are usually entered into the router by the system administrator. An entire network can be configured using stati...

B.P. ( 25 Sep. 2012 )

Different models for modeling were discussed Sir told students to draw map to your home from uni to practice model designing Bottle neck are the hurdles you face during modeling 1. As is model 2. To be model SIPOC       Supplier input process output customer this model is assignment for tomorrow

Web engineering ( 24 Sep. 2012 )

Web server Web client Html Css Html language was started To create an web page open notepad and type desired tags than save it as name.html Than open the saved file in any web browser Different tags were explained Example <html> <body> <h1> </h1> <title> </title> </body> </html>   Example Explained -           The text between <html> and </html> describes the web page -           The text between <body> and </body> is the visible page content -           The text between <title> and </title> is displayed as a title -           The text between <h1> and </h1> is displayed as a heading you can change h1 to h6 it will increase the size of text What is ...