Question

Wireless and Mobile Networks 1) Briefly explain why IEEE 802.11 does not use collision detection. 2)Briefly...

Wireless and Mobile Networks

1) Briefly explain why IEEE 802.11 does not use collision detection.

2)Briefly describe the IEEE 802.11 CSMA/CA procedure.

3) Consider two senders in a CDMA network. The chipping codes of sender 1 and sender
2 are (1, 1, 1, 1, 1, 1, 1, 1) and (1, 1, 1, 1, 1, 1, 1, 1) respectively. Suppose that
the two sender send 1 bit each and the combined output is (2, 0, 2, 0, 2, 2, 0, 0).
Determine the two bits of the two senders.

4) Briefly explain the mobile IP registration procedure in Mobile IP.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

1). IEEE 802.11 is also known as wi- fi . These are the set of technical guidelines to set up the structure of wireless LANs. There is high rate of collision in IEEE802.11 and it require implementation of FULL DUPLEX RADIO capable of transmitting and receiving signal at once .

The implementation of full duplex radio increase the price thats why collision detection is not used in IEEE 802.11

2) IEEE 802.11 CSMA/CA procedure

CSMA/CA is Carrier Sense Multiple Access/Collision Avoidence . It is a MAC layer protocol for the carrier transmission in IEEE 802.11. CSMA/CA is based on the principle of "Listen Before Talk". On this line has to be checked if it is " idle" and then station start transmission.

When a wifi needs to transmit it senses the career and backoff in microseconds. If the receiver gets the frame intact it sends the acknowledgement ACK to the sender. If sender does not get ACK it retransmits the frame.

Collision avoidence technique use the packet system.

There is exchange of packets RTS ( ready to send) and CTS ( clear to send ) between the sender and the receiver end.  

simplified algorithmic approach to CSMA/CA is :

  1. start

  2. assemble a frame

  3. is the channel idle then go to step 5 else

  4. wait for random backoff time

  5. Transmit RTS

  6. CTS received . if yes transmit application data else go to step 4.

  7. END

3) sender 1 (1,1) (1,1) (1,1) (1,1)

SENDER 2 (1,-1) (1,-1) ( 1,1) (-1,-1)

2 BIT Representation of output is : 10101100

4) MOBILE IP REGISTRATION

IP address allows the computer to send and receieve the information. There are 4 types of IP address: public , private , static , dynamic.

Mobile IP registration is the process in which mobile nodes communicate with their home agent in order to provide the current reachability.

It allows the mobile to roam freely when visiting a foreign network side by side connectinh with a home network.

The mobile ip has following components:

  • Mobile Node ( MN)

  • Home Agent(HA)

  • Foreign Agent(FA)

  • Care of Address(COA)

  • Corresspondent Node(CN)

  • Home network

  • Foreign network

The register process allows the nodes to perform the following tasks :

  • Request forwarding services during roaming in foreign network.

  • Inform the home agent of the current care of address.

  • Renew the about to expire registration

  • De register when return back home

  • Request a reverse tunnel.


answered by: ANURANJAN SARSAM
Add a comment
Answer #2

1). IEEE 802.11 is also known as wi- fi . These are the set of technical guidelines to set up the structure of wireless LANs. There is high rate of collision in IEEE802.11 and it require implementation of FULL DUPLEX RADIO capable of transmitting and receiving signal at once .

The implementation of full duplex radio increase the price thats why collision detection is not used in IEEE 802.11

2) IEEE 802.11 CSMA/CA procedure

CSMA/CA is Carrier Sense Multiple Access/Collision Avoidence . It is a MAC layer protocol for the carrier transmission in IEEE 802.11. CSMA/CA is based on the principle of "Listen Before Talk". On this line has to be checked if it is " idle" and then station start transmission.

When a wifi needs to transmit it senses the career and backoff in microseconds. If the receiver gets the frame intact it sends the acknowledgement ACK to the sender. If sender does not get ACK it retransmits the frame.

Collision avoidence technique use the packet system.

There is exchange of packets RTS ( ready to send) and CTS ( clear to send ) between the sender and the receiver end.  

simplified algorithmic approach to CSMA/CA is :

  1. start
  2. assemble a frame
  3. is the channel idle then go to step 5 else
  4. wait for random backoff time
  5. Transmit RTS
  6. CTS received . if yes transmit application data else go to step 4.
  7. END

3) sender 1 (1,1) (1,1) (1,1) (1,1)

SENDER 2 (1,-1) (1,-1) ( 1,1) (-1,-1)

2 BIT Representation of output is : 10101100

4) MOBILE IP REGISTRATION

IP address allows the computer to send and receieve the information. There are 4 types of IP address: public , private , static , dynamic.

Mobile IP registration is the process in which mobile nodes communicate with their home agent in order to provide the current reachability.

It allows the mobile to roam freely when visiting a foreign network side by side connectinh with a home network.

The mobile ip has following components:

  • Mobile Node ( MN)
  • Home Agent(HA)
  • Foreign Agent(FA)
  • Care of Address(COA)
  • Corresspondent Node(CN)
  • Home network
  • Foreign network

The register process allows the nodes to perform the following tasks :

  • Request forwarding services during roaming in foreign network.
  • Inform the home agent of the current care of address.
  • Renew the about to expire registration
  • De register when return back home
  • Request a reverse tunnel.
Add a comment
Know the answer?
Add Answer to:
Wireless and Mobile Networks 1) Briefly explain why IEEE 802.11 does not use collision detection. 2)Briefly...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • QUESTION 7 The Direct Routing implementation of wireless network mobility results in the "triangle routing problem",...

    QUESTION 7 The Direct Routing implementation of wireless network mobility results in the "triangle routing problem", where a correspondent needs to send all communications through the destination node's Home Agent. True False 10 points    QUESTION 8 ARP requests are sent as a broadcast message to the network True False QUESTION 10 Which of the following assertions is true regarding the 802.11 protocol? The 802.11 protocol uses Collision Detection like the Ethernet protocol If a node is transmitting data using...

  • Question 3 (25 points): 1) (1pt) Explain briefly and in your own words why collision is...

    Question 3 (25 points): 1) (1pt) Explain briefly and in your own words why collision is an issue in random access protocols but not in controlled access protocols. 2) (2pts) Explain briefly and in your own words why collision is an issue in random access protocols but not in channelization protocols. 3) (2pts) What happens if there is a collision during the handshaking period? 4) (5pts) Give 2 reasons that CSMA/CD cannot be used in a wireless LAN? 5) (5pts)...

  • In this lab, we’ll investigate the 802.11 wireless network protocol. Follow the instructions and answers questions...

    In this lab, we’ll investigate the 802.11 wireless network protocol. Follow the instructions and answers questions 7 - 10. http://gaia.cs.umass.edu/wireshark-labs/wireshark-traces.zip In this lab, we'll investigate the 802.11 wireless network protocol. Before beginning this lab, you might want to re-read Section 6.3 in the text. Since we l1 be delving a bit deeper into 802.11 than is covered in the text, you might want to check out "A Technical Tutorial on the 802.11Protocol," by Pablo Brenner (Breezecom Communications) http://www.sss-mag.com/pdf802_11tut.pdf, and "Understanding...

  • Chapter 18: wireless networks TRUE OR FALSE                                    

    Chapter 18: wireless networks TRUE OR FALSE                                                                                                     T          F          1. As the demand for broadband Internet access has grown, providers of wired local loop service have responded with increasing reliance   on optical fiber and coaxial cable. T          F          2. A BWA provider services one or more cells. T          F          3. Wireless systems are more expensive than wired systems. T          F          4. IEEE 802.16 and the associated WiMAX specification now deal with      both fixed and mobile BWA. T          F         ...

  • Question 1. Explain briefly () Factors affecting head losses in water pipe networks Question 2 Water...

    Question 1. Explain briefly () Factors affecting head losses in water pipe networks Question 2 Water is fully flowing into a 120 m long and 50 mm diameter horizontal Circular pipe at 42°C and an average flow velocity of 3.6 m/sec. ps 1008 kg/m' and Ruestion 4 Given that Waste Water is flowing uniformly and Half Fully into a 24 m diameter channel made from smoothly finished concrete. What is the minimum required channel bed slope in mm) to reach...

  • Please answer me as soon as possible Quiz Question 1 (1 point) Saved What metric is...

    Please answer me as soon as possible Quiz Question 1 (1 point) Saved What metric is used to measure bandwidth? Question 1 options: a. msec b. bit/sec c. bytes d. number of packets/sec Question 2 (1 point) Saved Ethernet is one of access network technologies. Question 2 options: True False Question 3 (1 point) Saved Consider two hosts, A and B, connected by a single link of rate R bps. Suppose that the two hosts are separated by m meters,...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT