Unit 2
Unit 2
PART A
1. What is CSMA/CD? .(Nov Dec 2011)
Carrier sense multiple access with collision detection (CSMA/CD) is a Media
Access Control method,a carrier sensing scheme is used. a transmitting data station that
detects another signal while transmitting a frame, stops transmitting that frame, transmits a
jam signal, and then waits for a random time interval before trying to resend the frame.
2. Define CSMA/CA.
CSMA/CA (Carrier Sense Multiple Access/Collision Avoidance) is a protocol for
carrier transmission in 802.11 networks. Unlike CSMA/CD (Carrier Sense Multiple
Access/Collision Detect) which deals with transmissions after a collision has occurred,
CSMA/CA acts to prevent collisions before they happen.
In CSMA/CA, as soon as a node receives a packet that is to be sent, it checks to be
sure the channel is clear (no other node is transmitting at the time). If the channel is clear,
then the packet is sent. If the channel is not clear, the node waits for a randomly chosen
period of time, and then checks again to see if the channel is clear. This period of time is
called the backoff factor, and is counted down by a backoff counter. If the channel is clear
when the backoff counter reaches zero, the node transmits the packet. If the channel is not
clear when the backoff counter reaches zero, the backoff factor is set again, and the process is
repeated.
3. Define IP Protocol.
The Internet Protocol (IP) is the method or protocol by which data is sent from one computer
to another on the Internet. Each computer (known as a host) on the Internet has at least one IP
address that uniquely identifies it from all other computers on the Internet.
4. What is an IP Address?
An IP address (abbreviation of Internet Protocol address) is an identifier assigned to each
computer and other device (e.g., printer, router, mobile device, etc.) connected to a
TCP/IP network that is used to locate and identify the node in communications with other
nodes on the network
IP Address - numerical label assigned to each device (e.g., computer, printer) participating in
a computer network that uses the Internet Protocol
Eg. (a) 157.143.252.207 (b) 93.31.1.245
5. List the Classes in IP Address?
6. Draw IPv4 header?