WEBVTT 0:00:03.740000 --> 0:00:10.500000 So email, probably one of the most well-known popular network-based applications. 0:00:10.500000 --> 0:00:15.180000 And you probably most likely have some familiarity with email. 0:00:15.180000 --> 0:00:19.260000 I can almost guarantee you've used it in some form or fashion. 0:00:19.260000 --> 0:00:22.980000 But if you're new to the world of computing, new to the world of networking, 0:00:22.980000 --> 0:00:27.720000 you might know how to open up your email and check for messages, but you 0:00:27.720000 --> 0:00:30.880000 probably don't know what's happening under the hood. 0:00:30.880000 --> 0:00:33.320000 How's email actually do what it does? 0:00:33.320000 --> 0:00:35.740000 And so I want to give you sort of an overview of that in this particular 0:00:35.740000 --> 0:00:40.700000 section. So let's start with like a little history lesson here of email, 0:00:40.700000 --> 0:00:44.480000 which will help sort of give us ideas where it's come from and where it's 0:00:44.480000 --> 0:00:52.700000 gone to today. So back in the day, early computing, we had dumb terminals 0:00:52.700000 --> 0:00:56.200000 that were connected to a common mainframe. 0:00:56.200000 --> 0:01:00.160000 And let me just scroll forward here a little bit. 0:01:00.160000 --> 0:01:02.240000 So I've got a good graphic. 0:01:02.240000 --> 0:01:07.240000 If you've never heard that term dumb terminal before, this is an example. 0:01:07.240000 --> 0:01:10.180000 Now this is from the telnet video and I'll show this again. 0:01:10.180000 --> 0:01:11.680000 But this is an example of a dumb terminal. 0:01:11.680000 --> 0:01:17.000000 So back in the day, you had this idea of a mainframe, which was a big 0:01:17.000000 --> 0:01:18.340000 massive computer. 0:01:18.340000 --> 0:01:21.460000 And what you as a human being sat in front of was a dumb terminal. 0:01:21.460000 --> 0:01:23.080000 It had a keyboard. 0:01:23.080000 --> 0:01:27.200000 It had possibly a mouse, but I don't think even mouse mice were invented 0:01:27.200000 --> 0:01:30.880000 back then. And it had a monitor. 0:01:30.880000 --> 0:01:34.460000 But that thing that you were sitting in front of didn't have any memory. 0:01:34.460000 --> 0:01:36.600000 It didn't have any processor. 0:01:36.600000 --> 0:01:39.760000 If you disconnected it, it couldn't do anything. 0:01:39.760000 --> 0:01:43.100000 It had to have a cable leading back to that big mainframe because the 0:01:43.100000 --> 0:01:45.080000 mainframe was the actual computer. 0:01:45.080000 --> 0:01:48.000000 The dumb terminal was just the peripheral device, the device that gave 0:01:48.000000 --> 0:01:51.900000 you as a human access to that computer. 0:01:51.900000 --> 0:01:55.540000 And you can see here, back in those days, you could have several dozens 0:01:55.540000 --> 0:01:58.800000 or even hundreds of terminals if you're talking about a government institution 0:01:58.800000 --> 0:02:04.080000 or a large college or university all connected into this one central computer, 0:02:04.080000 --> 0:02:06.360000 this large mainframe back then. 0:02:06.360000 --> 0:02:17.700000 So that was back in early computers. 0:02:17.700000 --> 0:02:22.760000 And back in these days, actually the first form of email was really simply 0:02:22.760000 --> 0:02:28.920000 that on this mainframe, I would have some directories in memory, in that 0:02:28.920000 --> 0:02:31.800000 same section of memory, you would have directories for whatever project 0:02:31.800000 --> 0:02:35.140000 you were working on, Sally would have some directories, some files in 0:02:35.140000 --> 0:02:41.000000 there. And maybe in my directory, I might have a subfolder called mailbox. 0:02:41.000000 --> 0:02:45.120000 And so if you want to send email to me from your dumb terminal, you would 0:02:45.120000 --> 0:02:50.700000 just open up my mailbox file and put a text file in there. 0:02:50.700000 --> 0:02:53.600000 And so you're basically just putting a file into my directory and that 0:02:53.600000 --> 0:02:55.480000 was the first early forms of email. 0:02:55.480000 --> 0:02:58.260000 We're all connected to the same computer and we're just opening up each 0:02:58.260000 --> 0:03:01.460000 other's files and putting text files in there to read them. 0:03:01.460000 --> 0:03:06.900000 So it's just basically placing a message into another user's directory. 0:03:06.900000 --> 0:03:11.680000 So the mailbox was the first email system used at MIT, the Massachusetts 0:03:11.680000 --> 0:03:15.740000 Institute of Technology back in 1965. 0:03:15.740000 --> 0:03:19.620000 And then another early program that was used, the send message program, 0:03:19.620000 --> 0:03:22.200000 to send messages from one terminal to another. 0:03:22.200000 --> 0:03:24.720000 So this is a way of sending a live message to someone. 0:03:24.720000 --> 0:03:27.340000 You know, back in the day you could sit a dumb terminal, actually type 0:03:27.340000 --> 0:03:29.680000 in a message and boop, it would show up on the other person's terminal 0:03:29.680000 --> 0:03:33.960000 live real time. So if a crude form of actually instant messaging more 0:03:33.960000 --> 0:03:39.580000 than email, then internet works involved. 0:03:39.580000 --> 0:03:43.820000 Evolved. Now we had this idea of disparate computer systems. 0:03:43.820000 --> 0:03:48.980000 You know, my terminal and my computer is different, geographically separate 0:03:48.980000 --> 0:03:51.520000 from your terminal and your computer. 0:03:51.520000 --> 0:03:54.280000 And so somebody said, okay, well, we need to have a way of putting electronic 0:03:54.280000 --> 0:03:57.000000 messages between people, between devices. 0:03:57.000000 --> 0:03:59.920000 And so we have to somehow have some way of putting these messages into 0:03:59.920000 --> 0:04:03.980000 envelopes and addressing them so it can get to the right computer, because 0:04:03.980000 --> 0:04:06.980000 we're not all connected to the same computer anymore. 0:04:06.980000 --> 0:04:13.000000 So in 1972, one of the big moments in email history, Ray Tomlinson decided 0:04:13.000000 --> 0:04:17.380000 that he was going to use the at symbol on the keyboard to denote sending 0:04:17.380000 --> 0:04:20.620000 messages from one computer to another. 0:04:20.620000 --> 0:04:24.400000 So something you can impress your friends with at your cocktail party 0:04:24.400000 --> 0:04:29.960000 on Friday night, you know when the at symbol was first used in emails, 0:04:29.960000 --> 0:04:34.220000 1972. And of course, they will think that you're just amazing and wonderful 0:04:34.220000 --> 0:04:35.920000 that you know that knowledge. 0:04:35.920000 --> 0:04:38.620000 So that's when that was first came out. 0:04:38.620000 --> 0:04:43.880000 So now we're familiar with the email, kbogart at i and e.com. 0:04:43.880000 --> 0:04:47.880000 And if we break that down, we probably know in case you didn't know this. 0:04:47.880000 --> 0:04:51.500000 So kbogart, that is the name of the users that we now know that the at 0:04:51.500000 --> 0:04:57.420000 symbol says this user is on a remote computer and i need.com is the name 0:04:57.420000 --> 0:05:02.740000 of the email server that stores my messages. 0:05:02.740000 --> 0:05:08.120000 Now the technical term is the user at and then we have domain.extension. 0:05:08.120000 --> 0:05:14.400000 So i and e would be the domain and com.com would be the extension. 0:05:14.400000 --> 0:05:18.560000 Okay, so what are some common protocols that are used with email? 0:05:18.560000 --> 0:05:24.360000 A lot of email these days actually uses HTTP or HTTPS. 0:05:24.360000 --> 0:05:30.340000 If you go into some web based email like Gmail or Hotmail or Microsoft 0:05:30.340000 --> 0:05:33.820000 Exchange, you know, online, that's all HTTP. 0:05:33.820000 --> 0:05:35.420000 It's all web based. 0:05:35.420000 --> 0:05:39.100000 But if you have a standalone email application, then you're going to be 0:05:39.100000 --> 0:05:40.600000 using one of these protocols. 0:05:40.600000 --> 0:05:46.880000 You might be using SMTP, which is the simple mail transfer protocol. 0:05:46.880000 --> 0:05:48.880000 SMTP is used for outgoing email. 0:05:48.880000 --> 0:05:52.660000 So when you're pushing, when you're sending an outgoing email, SMTP is 0:05:52.660000 --> 0:05:53.760000 what would be used for that. 0:05:53.760000 --> 0:05:56.400000 It's not used for retrieving emails. 0:05:56.400000 --> 0:05:58.440000 We'll look at that in just a second. 0:05:58.440000 --> 0:06:00.560000 SMTP is TCP based. 0:06:00.560000 --> 0:06:04.900000 All these email applications are TCP based. 0:06:04.900000 --> 0:06:06.860000 It uses port number 25. 0:06:06.860000 --> 0:06:12.860000 And if you want to look at the RFC for it, you can see here it's RFC 5321. 0:06:12.860000 --> 0:06:16.220000 What protocols are actually used for retrieving email? 0:06:16.220000 --> 0:06:17.080000 This might be new to you. 0:06:17.080000 --> 0:06:19.740000 So you might be the first time you've ever heard there's actually one 0:06:19.740000 --> 0:06:23.800000 protocol for sending email and another protocol for receiving emails for 0:06:23.800000 --> 0:06:27.960000 sending. We have SMTP for receiving email. 0:06:27.960000 --> 0:06:29.560000 There's actually a couple of protocols. 0:06:29.560000 --> 0:06:33.340000 Once again, we're talking about not web based emails. 0:06:33.340000 --> 0:06:38.960000 So one protocol for receiving emails is the post office protocol or POP3. 0:06:38.960000 --> 0:06:42.940000 Also TCP based and you can see some facts about that right here. 0:06:42.940000 --> 0:06:46.760000 The RFC number and the port numbers for that. 0:06:46.760000 --> 0:06:54.100000 Another form of receiving emails is IMAP, the Internet Message Exchange 0:06:54.100000 --> 0:07:02.020000 Protocol. So and I'll talk a little bit more in a little bit about what 0:07:02.020000 --> 0:07:04.360000 the differences are between POP and IMAP. 0:07:04.360000 --> 0:07:06.440000 I'm not going to spend time on that right now. 0:07:06.440000 --> 0:07:07.660000 We'll get to that though in just a minute. 0:07:07.660000 --> 0:07:09.240000 So we will get back to that. 0:07:09.240000 --> 0:07:12.120000 So let's look at, let me zoom in here. 0:07:12.120000 --> 0:07:16.280000 And so this process from a graphical perspective. 0:07:16.280000 --> 0:07:22.520000 Okay, so in step number one, you are, or I should say should say I am 0:07:22.520000 --> 0:07:26.320000 on a laptop. Here I am at Keith at INE.com. 0:07:26.320000 --> 0:07:34.300000 So that's me. And I send an outgoing email to Joe at 777.com. 0:07:34.300000 --> 0:07:39.480000 So in my laptop then, my laptop, now if I'm using a standalone, a standalone 0:07:39.480000 --> 0:07:44.360000 email program, not web based, like Eudora as an example. 0:07:44.360000 --> 0:07:48.000000 And that means I'm going to invoke the simple mail transfer protocol, 0:07:48.000000 --> 0:07:52.040000 SMTP. So that's step number one here. 0:07:52.040000 --> 0:07:55.720000 Now I'm going to be sending this outgoing message to what's called a mail 0:07:55.720000 --> 0:08:03.040000 transport agent. 0:08:03.040000 --> 0:08:05.160000 Mail transport agent. 0:08:05.160000 --> 0:08:10.860000 That's the MTA. And this is a response for pushing outgoing emails out 0:08:10.860000 --> 0:08:17.520000 of the company. So in step number two, the mail transport agent says, 0:08:17.520000 --> 0:08:24.820000 okay, well, I need to find what the mail transport agent is at 777.com. 0:08:24.820000 --> 0:08:27.440000 I'm going to have to do a DNS query. 0:08:27.440000 --> 0:08:29.560000 So here in step number two is doing a DNS query. 0:08:29.560000 --> 0:08:32.500000 Notice it's doing a query not for an A record because we're not looking 0:08:32.500000 --> 0:08:36.460000 up a website. We're doing a query for an MX record. 0:08:36.460000 --> 0:08:43.000000 We want to find the mail exchange server, 4777.com. 0:08:43.000000 --> 0:08:52.060000 And so that's step number two. 0:08:52.060000 --> 0:08:59.660000 Once the DNS server responds back with the IP address of this right here. 0:08:59.660000 --> 0:09:03.480000 So this is the mail exchange server, otherwise known as the mail transfer 0:09:03.480000 --> 0:09:11.980000 agent. Now the mail transfer agent for INE sends once again the SMTP that 0:09:11.980000 --> 0:09:14.240000 outgoing email. That's step number three here. 0:09:14.240000 --> 0:09:20.940000 So now it's going over a TCP IP connection SMTP to the mail transfer agent. 0:09:20.940000 --> 0:09:26.920000 The mail transfer agent then in step number four sends it to the mail 0:09:26.920000 --> 0:09:37.960000 delivery agent. That's what MDA stands for mail delivery agent. 0:09:37.960000 --> 0:09:42.720000 So when you actually go into your email and you query for your email, 0:09:42.720000 --> 0:09:48.100000 like we see right here in this next slide, you're not actually sending 0:09:48.100000 --> 0:09:50.700000 a query to your mail transfer agent. 0:09:50.700000 --> 0:09:54.800000 You only contact your mail transfer agent when you're trying to send a 0:09:54.800000 --> 0:09:58.080000 message. But when you're saying, hey, what do you have for me? 0:09:58.080000 --> 0:09:59.400000 Tell me what's in my inbox. 0:09:59.400000 --> 0:10:04.240000 You're going to a different server, which is your mail delivery agent. 0:10:04.240000 --> 0:10:06.400000 And so that's step number five and six right here. 0:10:06.400000 --> 0:10:10.020000 So MUA is mail user agent. 0:10:10.020000 --> 0:10:11.520000 So that's your laptop, your PC. 0:10:11.520000 --> 0:10:16.180000 So the mail user agent is using pop or IMAP. 0:10:16.180000 --> 0:10:20.520000 So now we're using a different protocol here to retrieve our email from 0:10:20.520000 --> 0:10:25.060000 the MDA server, which then responds back to us. 0:10:25.060000 --> 0:10:28.680000 So let's just look real quickly here at the differences between IMAP and 0:10:28.680000 --> 0:10:32.920000 POP, because we can now see that IMAP and POP is used as we saw when you're 0:10:32.920000 --> 0:10:37.600000 retrieving emails from your mail delivery agent. 0:10:37.600000 --> 0:10:38.820000 So what's the difference between them? 0:10:38.820000 --> 0:10:43.140000 Because if you've ever gone into a standalone email program like Eudora 0:10:43.140000 --> 0:10:46.860000 or something, you had to set it up from scratch, one of the things that 0:10:46.860000 --> 0:10:51.200000 probably asked you was, do you want to use POP3 or do you want to use 0:10:51.200000 --> 0:10:56.020000 IMAP? And so where the difference is if you actually do have a choice. 0:10:56.020000 --> 0:11:00.580000 So both IMAP and POP3, as it says, are protocols which allow you to receive 0:11:00.580000 --> 0:11:05.760000 email messages from the mail transfer agent. 0:11:05.760000 --> 0:11:07.120000 Actually hold on a second. 0:11:07.120000 --> 0:11:08.400000 I don't think that is correct. 0:11:08.400000 --> 0:11:11.040000 I think it should be the mail delivery agent. 0:11:11.040000 --> 0:11:14.660000 Let me change that. 0:11:14.660000 --> 0:11:18.900000 There we go. From the MDA. 0:11:18.900000 --> 0:11:23.740000 Both support using third party email clients. 0:11:23.740000 --> 0:11:27.400000 So IMAP and POP, if you actually looked in the specifications, it would 0:11:27.400000 --> 0:11:31.280000 not say here are the drop down windows you should have. 0:11:31.280000 --> 0:11:33.960000 Here's the buttons you should press on the GUI. 0:11:33.960000 --> 0:11:36.440000 Here's the colors the GUI should use. 0:11:36.440000 --> 0:11:40.120000 That's all up to the designer of the third party email client, such as 0:11:40.120000 --> 0:11:44.560000 Eudora or Outlook or whatever. 0:11:44.560000 --> 0:11:47.380000 Big main difference is here. 0:11:47.380000 --> 0:11:52.400000 POP, the post office protocol, is designed that when you contact your 0:11:52.400000 --> 0:11:56.140000 mail delivery agent and say, give me my email. 0:11:56.140000 --> 0:12:01.380000 You're actually removing it from that server so the server no longer has 0:12:01.380000 --> 0:12:04.900000 it and it's downloaded onto your laptop. 0:12:04.900000 --> 0:12:09.760000 Remember your laptop or your tablet is considered the mail user agent. 0:12:09.760000 --> 0:12:11.860000 That's you, the mail user agent. 0:12:11.860000 --> 0:12:15.980000 So the default behavior of POP is that once you've downloaded your email, 0:12:15.980000 --> 0:12:17.360000 the server no longer has it. 0:12:17.360000 --> 0:12:20.560000 It's just on your own local device. 0:12:20.560000 --> 0:12:25.580000 IMAP on the other hand, retains a copy of that message on the server while 0:12:25.580000 --> 0:12:29.700000 temporarily caching a copy on your machine. 0:12:29.700000 --> 0:12:34.700000 In addition to that, IMAP has the ability to mark a message as being either 0:12:34.700000 --> 0:12:39.380000 read or unread. So your machine via IMAP will say, okay, I've read this 0:12:39.380000 --> 0:12:42.940000 message or I've not read it or I've marked it as urgent or I've categorized 0:12:42.940000 --> 0:12:47.180000 it in some way. POP doesn't do that but IMAP can because it's stored, 0:12:47.180000 --> 0:12:51.140000 the original message is stored on the server for a predefined amount of 0:12:51.140000 --> 0:12:54.980000 time. So what's sort of the differences between the workflow here? 0:12:54.980000 --> 0:12:59.280000 Well, with the post office protocol, you connect to the server. 0:12:59.280000 --> 0:13:01.000000 So that's step number one. 0:13:01.000000 --> 0:13:05.680000 Then you retrieve your email, which means now it has been deleted. 0:13:05.680000 --> 0:13:09.660000 You store the locally as new email, it's deleted from the server and you 0:13:09.660000 --> 0:13:13.680000 disconnect. So that point, the server doesn't have it anymore. 0:13:13.680000 --> 0:13:15.620000 Now POP does have the ability. 0:13:15.620000 --> 0:13:19.540000 There are optional ways within POP to get it to store a copy of the email 0:13:19.540000 --> 0:13:21.980000 even after you've downloaded it. 0:13:21.980000 --> 0:13:24.120000 But that's not the default behavior. 0:13:24.120000 --> 0:13:30.440000 Whereas with IMAP, you connect to the server, that's step number one. 0:13:30.440000 --> 0:13:33.340000 You fetch the content and cache it locally. 0:13:33.340000 --> 0:13:36.460000 For example, a list of the new messages, message summary. 0:13:36.460000 --> 0:13:39.260000 Maybe you've seen that when you open up your email, you've got a message 0:13:39.260000 --> 0:13:42.340000 summary but you don't actually see the whole thing until you double click 0:13:42.340000 --> 0:13:47.880000 on the email. And then IMAP processes the user edits. 0:13:47.880000 --> 0:13:52.700000 For example, when you read the email, it marks it as red or marks an email 0:13:52.700000 --> 0:13:57.760000 as deleted. For example, gives that message back to the mail delivery 0:13:57.760000 --> 0:14:02.340000 agent server and then you disconnect. 0:14:02.340000 --> 0:14:06.100000 So where are some pros and cons of the differences between these? 0:14:06.100000 --> 0:14:10.100000 Well, with the post office protocol, the mail is stored locally. 0:14:10.100000 --> 0:14:14.480000 In other words, once you download it, it's on your laptop. 0:14:14.480000 --> 0:14:18.180000 And some people have said this makes it more secure. 0:14:18.180000 --> 0:14:21.640000 From a security perspective, it's more secure that's not saved on the 0:14:21.640000 --> 0:14:23.960000 server that's now just on your laptop. 0:14:23.960000 --> 0:14:26.140000 Other people say, oh, that's not really a big concern. 0:14:26.140000 --> 0:14:28.420000 That's a bunch of overblown hype. 0:14:28.420000 --> 0:14:30.840000 So that just depends on you. 0:14:30.840000 --> 0:14:36.720000 With pop, we only need an internet connection to send and receive mail. 0:14:36.720000 --> 0:14:40.080000 Once I've downloaded the mail, I don't need my internet connection anymore. 0:14:40.080000 --> 0:14:43.380000 Once again, this is not a big deal in these days where most people have 0:14:43.380000 --> 0:14:46.980000 always up connections like DSL or cable modem. 0:14:46.980000 --> 0:14:50.220000 But back in the days when people had dial up connections using modems 0:14:50.220000 --> 0:14:54.260000 or ISDN or something, this could be a big deal where you are charged every 0:14:54.260000 --> 0:14:56.820000 single minute for your internet connectivity. 0:14:56.820000 --> 0:14:59.620000 You want to minimize your internet usage. 0:14:59.620000 --> 0:15:04.060000 So pop was good because you could grab your email, bring down your internet 0:15:04.060000 --> 0:15:08.480000 connection, and now you could read your email locally on your machine. 0:15:08.480000 --> 0:15:12.620000 So it saved server space because it was deleting emails from the server 0:15:12.620000 --> 0:15:14.480000 as they were being downloaded. 0:15:14.480000 --> 0:15:20.760000 But it had an option to leave a copy of the mail on the server. 0:15:20.760000 --> 0:15:24.740000 Whereas iMap, the mail is stored on the remote server. 0:15:24.740000 --> 0:15:27.160000 You need an internet connection to read email. 0:15:27.160000 --> 0:15:32.560000 So the big benefit of this is with iMap, you can read your emails from 0:15:32.560000 --> 0:15:34.000000 multiple different devices. 0:15:34.000000 --> 0:15:38.140000 For example, I could open up an email on my tablet and read it. 0:15:38.140000 --> 0:15:42.360000 And then later on, I could open up that same email on my smartphone if 0:15:42.360000 --> 0:15:43.760000 I left my tablet at home. 0:15:43.760000 --> 0:15:47.640000 Because the email was stored or cached on the server itself. 0:15:47.640000 --> 0:15:52.420000 So I can access server with my smartphone, my laptop, my tablet, so I 0:15:52.420000 --> 0:15:56.480000 can read and access my emails from multiple different devices. 0:15:56.480000 --> 0:16:01.380000 So how would we troubleshoot some basic problems with email? 0:16:01.380000 --> 0:16:04.560000 Well as far as the mail delivery agent is concerned, right? 0:16:04.560000 --> 0:16:08.840000 So we're talking now about a standalone email application on your laptop 0:16:08.840000 --> 0:16:14.760000 like Eudora or something, not web-based, not like Gmail. 0:16:14.760000 --> 0:16:20.300000 Well we know that your client, the mail user agent, that's you, that's 0:16:20.300000 --> 0:16:24.600000 your laptop, it has to know where the mail delivery agent is and how to 0:16:24.600000 --> 0:16:28.720000 reach it. So maybe on your client you haven't given it that information. 0:16:28.720000 --> 0:16:33.260000 You haven't given your client the DNS resolvable name or the IP address 0:16:33.260000 --> 0:16:36.340000 of the mail delivery agent. 0:16:36.340000 --> 0:16:40.180000 Or perhaps you have given it a name, but the name is wrong. 0:16:40.180000 --> 0:16:42.840000 You mistyped it somehow. 0:16:42.840000 --> 0:16:48.360000 Or maybe on the mail user agent, your client, your laptop, actually it 0:16:48.360000 --> 0:16:52.520000 says here on the mail delivery agent there is no user name account configured. 0:16:52.520000 --> 0:16:55.520000 In other words, the mail delivery agent doesn't know about you. 0:16:55.520000 --> 0:16:58.000000 It doesn't have a mailbox set up for you. 0:16:58.000000 --> 0:17:01.560000 You know this would be an example of a new employee who comes into a company 0:17:01.560000 --> 0:17:04.800000 and their mail isn't set up yet because it has not yet been configured 0:17:04.800000 --> 0:17:07.820000 on the mail delivery agent. 0:17:07.820000 --> 0:17:13.520000 Certainly if the client has no internet connectivity, can't get your email. 0:17:13.520000 --> 0:17:19.200000 If you typed in the name of the mail delivery agent correctly, but if 0:17:19.200000 --> 0:17:22.920000 it can't be resolved via DNS, well then your client's not going to be 0:17:22.920000 --> 0:17:24.220000 able to reach it. 0:17:24.220000 --> 0:17:26.640000 Possibly the email server is just unreachable. 0:17:26.640000 --> 0:17:29.960000 Maybe it's down right now or there's something in the network that's preventing 0:17:29.960000 --> 0:17:33.220000 reachability. Just try pinging it. 0:17:33.220000 --> 0:17:35.460000 Or maybe you're just simply using the wrong credentials. 0:17:35.460000 --> 0:17:40.360000 Your user name and password are not right to get to that mail delivery 0:17:40.360000 --> 0:17:45.940000 agent. So that concludes this basic overview here on email as a common 0:17:45.940000 --> 0:17:46.860000 network application. 0:17:46.860000 --> 0:17:49.940000 In the next video we're going to talk about web browsing.