NET 01 NETWORK FUNDAMENTALS Reviewer 1
NET 01 NETWORK FUNDAMENTALS Reviewer 1
Connection
- In networking, a connection refers to pieces of
related information that are transferred through a
network. Generally speaking, a connection is
established before data transfer (by following the
procedures laid out in a protocol) and may be
deconstructed at the end of the data transfer.
Packet
- A packet is the smallest unit that is intentionally
transferred over a network. When communicating
over a network, packets are the envelopes that
carry your data (in pieces) from one end point to
the other.
- have a header portion that contains information
about the packet including the source and
destination, timestamps, network hops, etc. The
main portion of a packet contains the actual data
being transferred. It is sometimes called the body
or the payload.
Network Interface
- A network interface can refer to any kind of
software interface to networking hardware. For
instance, if you have two network cards in your
computer, you can control and configure each
network interface associated with them
individually.