Computer Network
With a single bit parityscheme, withevenparity, which bit string would be correct?
INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS
-
With a single bit parityscheme, with evenparity, which bit string would be correct?
- 1110101011
- 0110101011
- 0110001011
- 0110101010
2 . What is the advantage of two-dimensional bit parity?
- It can detect an error in a two-dimensional array.
- It can detect and correct three bit errors.
- It can detect and correct two bit errors.
- It can detect and correct a single bit error.
- In any error checking scheme (pairity, CRC, checksum) which statement defines the correct description of a match and non-match?
- Check matches: The data is likely correct, but there is a chance it is not based on the size of the checksum. Check does not match: The data is likely bad, but there is a chance it is correct based on the size of the checksum.
- Check matches: The data must be correct. Check does not match: The data must not be correct.
- Check matches: The data is likely correct, but there is a chance it is not based on the size of the checksum. Check does not match: The data must not be correct.
- Check matches: The data must be correct. Check does not match: The data is likely bad, but there is a chance it is correct based on the size of the checksum.
- what is the relationship between G, D and R in the CRC?
- D can be any size, but G and R must match in length.
- D must be an even multiple of G, and R must be smaller than G.
- D can be any size, but G must be one larger than R.
- D can be any size, but R must be longer than G.
- Find the CRC remainder (R) for the following binary data (D) and generator (G) D = 10101010 G = 1001
- 011
- 101
- 100
- 000
- What is the primary operation in CRC?
- XOR
- Multiply
- Subtract
- Add
7. Which partitioning methods can not use all available bandwidth if some nodes do not use it?
- TDMA
- FDMA
- Slotted ALOAH
- CSMA
Related Questions
. The fundamental operations of create, read, update, and delete (CRUD) in either Python or Java
CS 340 Milestone One Guidelines and Rubric
Overview: For this assignment, you will implement the fundamental operations of create, read, update,
. Develop a program to emulate a purchase transaction at a retail store. This program will have two classes, a LineItem class and a Transaction class
Retail Transaction Programming Project
Project Requirements:
Develop a program to emulate a purchase transaction at a retail store. This
. The following program contains five errors. Identify the errors and fix them
7COM1028
Secure Systems Programming
Referral Coursework: Secure
. Accepts the following from a user: Item Name Item Quantity Item Price Allows the user to create a file to store the sales receipt contents
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
. The final project will encompass developing a web service using a software stack and implementing an industry-standard interface. Regardless of whether you choose to pursue application development goals as a pure developer or as a software engineer
CS 340 Final Project Guidelines and Rubric
Overview The final project will encompass developing a web service using a software stack and impleme