Answer:
Using the DNS service.
Explanation:
The computer sends a UDP packet with the domain name in it to port 53 of the configured DNS server, and expects a reply with the IP address of that domain.
Answer:
Check the explanation
Explanation:
For 9th byte , it is from 8*8 bit to 9"8th bit so each word consists of 64 bits , to find word address u have to divide 8*8 by 64.
Offset within word = 9*8modulo 64.
For 27th byte , word address = 8*27/64.
Offset within word = 27* 8 modulo 64
For 21th byte , word address = 8*31/64
Offset within the word = 31*8 modulo 64
For 120 , word address = 8*120/64
Offset within the word = 120*8 modulo 64.
Answer:
that's just what we do :D
Explanation: because we're awesome UvU
Answer:
Opcode = 3
Mode =2
RegisterRegister =7
AR = 20
Explanation:
a) Number of addressing modes = 4 = 22 , So it needs 2 bits for 4 values
Number of registers = 65 = 1000001 in binary , So it needs 7 bits
AR = 20
Bits left for opcode = 32 -(2+7+20) = 3