Asked in Jobs & EducationWeb Browsers
Jobs & Education
Web Browsers
When a server responds to a web request what occurs next in the encapsulation process after the web page data is formatted and separated into TCP segment?
Answer

Wiki User
April 21, 2008 5:48PM
The server adds the source and destination IP address to each segment header to deliver the packets to the destination.
Related Questions
Asked in Computer Networking
What is the name of the process of building a frame around network layer information?

Encapsulation. Actually, this is one type of encapsulation;
encapsulation occurs at several layers.
Encapsulation. Actually, this is one type of encapsulation;
encapsulation occurs at several layers.
Encapsulation. Actually, this is one type of encapsulation;
encapsulation occurs at several layers.
Encapsulation. Actually, this is one type of encapsulation;
encapsulation occurs at several layers.
Asked in Jobs & Education
What occurs next in the encapsulation process after the web page data is formatted and separated into TCP segments?

The server adds the source and destination IP addresses to the
packet header.
TCP------>Transmission control protocol is used in Transport
layer which is the fourth layer.The Network layer is the third
layer's data segments is converted into Packets in the network
layer.In network layer packets are created and addressed them to
transport across the other networks.
Asked in Java Programming, Computer Terminology, C Programming
What is the process of encapsulation?

Encapsulation is a process of binding or wrapping the data and
the codes that operates on the data into a single entity. This
keeps the data safe from outside interface and misuse. One way to
think about encapsulation is as a protective wrapper that prevents
code and data from being arbitrarily accessed by other code defined
outside the wrapper.
Asked in Psychology, Sociology
What is cultural encapsulation?

Wrenn first referred to cultural encapsulation in his 1962 work,
The Culturally Encapsulated Counselor. His term is cited in
numerous current works referring to culturally competent
counseling. Cultural encapsulation is the process of working with
clients from an ethnocentric perspective, where one does not
effectively understand the world view and culture of origin of the
client, nor do they integrate this knowledge into the counseling
process. Thus, cultural encapsulation is problematic in therapy and
can negatively impact the therapeutic alliance.
Asked in Computer Terminology, Computer Programming, Java Programming, Windows 7
What is encapsulation?

(1) In programming, the process of combining elements to create
a new entity. For example, a procedure is a type of encapsulation
because it combines a series of computer instructions. Likewise, a
complex data type, such as a record or class, relies on
encapsulation. Object-oriented programming languages rely heavily
on encapsulation to create high-level objects. Encapsulation is
closely related to abstraction and information hiding. (2) In
networking, same as tunneling. ANSWER: Binding of
data and functions into a single unit called class is known as
Encapsulation.
1. Encapsulate means to enclose or to
cover, in a small container like a capsule.
2. Encapsulate means to explain an object or event
briefly but precisely.
My boss wasn't one for giving long, drawn out explanations, he
had encapsulation down to an art form when he described the
new product in just 3 three words.
3. Encapsulation: in medical terms
encapsulation means contained.
During surgery the doctor found the tumour was completely
encapsulated in one kidney, not throughout his patients
abdomen as he feared.
4. Encapsulation - In computer science,
encapsulation is the hiding of the internal mechanisms and
data structures of a software component behind a defined interface,
in such a way that users of the component (other pieces of
software) only need to know what the component does, and cannot
make themselves dependent ...
5. Encapsulation - In the manufacture of pharmaceuticals,
encapsulation refers to a range of techniques used to
enclose medicines in a relatively stable shell known as a
capsule, allowing them to, for example, be taken orally or be
used as suppositories. ...
*******************************************************
Encapsulation is one of the fundamental principles of
object-oriented programming.
Encapsulation is a process of hiding all the internal details
of an object from the outside world
Encapsulation is the ability to hide its data and methods from
outside the world and only expose data and methods that are
required
Encapsulation is a protective barrier that prevents the code
and data being randomly accessed by other code or by outside the
class
Encapsulation gives us maintainability, flexibility and
extensibility to our code.
Encapsulation makes implementation inaccessible to other parts
of the program and protect from whatever actions might be taken
outside the function or class.
Encapsulation provides a way to protect data from accidental
corruption
Encapsulation hides information within an object
Encapsulation is the technique or process of making the fields
in a class private and providing access to the fields using public
methods
Encapsulation gives you the ability to validate the values
before the object user change or obtain the value
Encapsulation allows us to create a "black box" and protects an
objects internal state from corruption by its clients.
LEarn Design Pattern,C#,ASP.NET,LINQ,Sharepoint,WCF,WPF,WWF