Lecture 4
Lecture 4
Physical Layer
• The physical layer is responsible for movements of individual bits from one node to
another node.
• The transmission medium does not carry bits; it carries electrical or optical signals.
• Data-link-layer (DLL) is responsible for moving frames from one node to another
node over a link.
• Some protocols provide complete error detection and correction; some protocols
provide only error correction.
Internet Layer
IP (Internetworking Protocol)
1) IP
IP is also responsible for routing a packet from its source to its destination.
i) Connection-less means there is no connection setup b/w the sender and the
receiver.
ii) Unreliable protocol means
Best effort means IP does its best to get the packet to its destination, but with no
guarantees.
flow control
error control
Congestion control services.
If an application requires above services, the application should rely only on the
transport- layer protocol.
2) ARP
ARP is used to find the physical-address of the node when its Internet-address is
known.
Physical address is the 48-bit address that is imprinted on the NIC or LAN card.
Internet address (IP address) is used to uniquely & universally identify a device in
the internet.
3) ICMP
ICMP is used to inform the sender about datagram-problems that occur during
transit.
4) IGMP
A connection is established b/w the sender and receiver before the data can be
transmitted.
TCP provides
flow control
error control and
congestion control
2) UDP
SCTP provides support for newer applications such as voice over the Internet.
Application Layer
1) SMTP (Simple Mail Transfer Protocol) is used to transport email between a source
and destination.
3) FTP (File Transfer Protocol) is used for transferring files from one host to another.
6) HTTP (Hyper Text Transfer Protocol) is used for accessing the World Wide Web
(WWW)