- When both ends of a serial WAN link are configured to run the PPP encapsulation method they establish a session based on the 3 steps below:
Step 1
- Link establishment and configuration negotiation
- In this phase LCP opens the connection between the two interfaces and negotiates configuration options. this phase is done once the receiving router sends a configuration-acknowledgment frame back to the router who first initiates the connection...
Step 2
- Link quality determination (optional)
- In this phase LCP tests the link between the routers to determine if the quality is sufficient to bring up the network layer protocol.
Step3
- Network Layer Protocol configuration negotiation
- After step 2 ends, the appropriate NCP can separately configure the network layer protocols, and bring the protocol up and down at any given time. If LCP closes the link between the routers it will inform the network layer protocol so that it can take action in regards to the interfaces.
- TERMS -
PPP = Point-to-Point Protocol
LCP = Link Control Protocol
NCP = Network Control Protocols
- hope this helps :)
- miirii
Encapsulation is not needed in Java, or any other language. But it's useful. Encapsulation is used to minimise the number of potential dependencies with the highest probability of change propagation.
Encapsulation is one of the four pillars of object-oriented programming. The other three are inheritance, polymorphism and abstraction.
it is a sim card configured with a service provider such as dth or mobile .through which you can do recharge and other functions
lmfao you really thought you where going to get the answer
Encapsulation.
No, because without a default gateway configured the packet will never get to the router, and thus never get to the other network.
Encapsulation also implements data hiding in an object oriented programming design. By encapsulating various methods & data objects into a single class they can also be hidden from all the other classes. You can declare the variables and methods as private and that way you can hide the data from the other classes in the application.
NAP
It depends on what your computer's sharing settings are configured to.
Planet Earth. or some other solar system body, depending on how it is painted and configured.
Planet Earth. or some other solar system body, depending on how it is painted and configured.
There are no statements as such. Encapsulation is a design concept. The basic principal of encapsulation is that an object should contain all the information necessary to use the object, nothing more and nothing less. In other words, an object is a self-contained entity.