--
You received this message because you are subscribed to the Google Groups "Bits MSSS-2009-2011 batch" group.
To post to this group, send an email to bits-msss-20...@googlegroups.com.
To unsubscribe from this group, send email to bits-msss-2009-201...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bits-msss-2009-2011-batch?hl=en-GB.
Sender will send : 11010 11111 0 010 11111 0 1010 11111 0 110.
B) Now suppose that the following bit sequence arrived over a link.1101011111010111110010111110110 Show the resulting frame after any stuffed bits have been removed.
WebMail neither uses IMAP nor POP3. But it is fairly similar in spirit to IMAP because
both of them(Webmail and IMAP) allow a remote client to examine and manage a remote mailbox.
In contrast, POP3 just sends the mailbox to the client for processing there.
--
Thanks Ankita..
Additional info on webmail/pop3/imap
What is WebMail?
WebMail is an email client that allows you to check your mail using a web browser. This means you can check your email using any computer that is connected to the Internet. WebMail has several features including address books, personalized display settings, and support for mail folders. Because WebMail includes all of these features, you can choose to use WebMail instead of your normal email software.
Can I use WebMail and my normal email software?
WebMail will work fine on its own or
in conjunction with most other email clients, such as Microsoft Outlook
Express. However, it is important to understand that most email clients are
configured to use the POP protocol, where as WebMail used the IMAP protocol. If
you try to check your mail with two clients at the same time (i.e. WebMail and
Microsoft Outlook Express) you run the risk of corrupting your mail file. You
can avoid this problem by changing you email client software to use the IMAP
protocol. FRII Customer Support strongly recommends this option because it will
prevent any possible problems between the two different protocols.
If you have multiple clients (say Outlook at home and WebMail on your laptop)
make sure that only one is ever active at a given time.
What happens if I forget to change my email software settings to IMAP?
If your normal software is using the POP protocol instead of the IMAP protocol you will be unable to view messages in one system that have previously been read in the other. Additionally, under specific conditions, all previously read mail may become inaccessible. Another drawback to not using IMAP for all email clients is that any folders created within the IMAP-based client will not be accessible to the software configured for POP. FRII recommends that you use the IMAP protocol whenever checking email from multiple email clients.
1 Assume that you have been assigned the 200.35.1.0/24 network
block. Define an extended network prefix that allows the creation of
20 hosts on each subnet.
A minimum of 5 bits are required to define 20 hosts so the extended
network prefix is /27 (27 = 32-5). Mask is 255.255.255.224.
2 What is the maximum number of hosts that can be assigned to each
subnet?
The maximum number of hosts on each subnet is 2^5 -2, or 30.
3 What is the maximum number of subnets that can be defined?
The maximum number of subnets is 23, or 8.
4 Specify the subnets of 200.35.1.0/24 in binary format and dotted-decimal
notation.
Subnet #0: 11001000.00100011.00000001. 000 00000 = 200.35.1.0/27
Subnet #1: 11001000.00100011.00000001. 001 00000 = 200.35.1.32/27
Subnet #2: 11001000.00100011.00000001. 010 00000 = 200.35.1.64/27
Subnet #3: 11001000.00100011.00000001. 011 00000 = 200.35.1.96/27
Subnet #4: 11001000.00100011.00000001. 100 00000 = 200.35.1.128/27
Subnet #5: 11001000.00100011.00000001. 101 00000 = 200.35.1.160/27
Subnet #6: 11001000.00100011.00000001. 110 00000 = 200.35.1.192/27
Subnet #7: 11001000.00100011.00000001. 111 00000 = 200.35.1.224/27
5 List the range of host addresses that can be assigned to Subnet #6
Subnet #6: 11001000.00100011.00000001. 110 00000 = 200.35.1.192/27
Host #1: 11001000.00100011.00000001.110 00001 = 200.35.1.193/27
Host #2: 11001000.00100011.00000001.110 00010 = 200.35.1.194/27
Host #3: 11001000.00100011.00000001.110 00011 = 200.35.1.195/27
:
Host #29: 11001000.00100011.00000001.110 11101 = 200.35.1.221/27
Host #30: 11001000.00100011.00000001.110 11110 = 200.35.1.222/27
6 What is the broadcast address for subnet 200.35.1.192/27?
11001000.00100011.00000001.110 11111 = 200.35.1.223
Thanks Ankita.. :)
Thanks,
Arun
--