1
00:00:00,000 --> 00:00:18,480
Hey guys and welcome back. So now what I want to do is to turn your attention to the concept

2
00:00:18,480 --> 00:00:24,560
of wireless networks. Now for the L-PIC 2 examination we really don't have to understand

3
00:00:24,559 --> 00:00:31,599
wireless in too great a detail and this is I suppose pretty fortunate because when you happen to have

4
00:00:31,599 --> 00:00:37,920
a virtual machine setup the ability to be able to practice wireless commands is kind of off limits.

5
00:00:37,920 --> 00:00:46,159
For example if I happen to do my ifconfig command if you actually notice here my interface is apparently

6
00:00:46,159 --> 00:00:52,640
an ethernet interface this is actually not true what I'm connecting to is to my wireless router

7
00:00:52,640 --> 00:00:57,520
in the house so I actually have a wireless connection going on here but because I'm using a

8
00:00:57,520 --> 00:01:04,079
virtual machine it's actually being presented to my operating system as an ethernet interface so

9
00:01:04,079 --> 00:01:10,159
unless you happen to be working on a real Linux device connecting to a wireless network the commands

10
00:01:10,159 --> 00:01:15,200
that I'm going to talk to you about well you're not going to be able to get any meaningful information

11
00:01:15,200 --> 00:01:21,680
from due to the nature of this virtualization. Now like I say the good news is is that we just

12
00:01:21,760 --> 00:01:27,520
have to have a basic understanding of wireless networks for the L-PIC 2 examination. The commands

13
00:01:27,520 --> 00:01:31,920
I'm going to talk to you about we don't actually have to understand in any great detail we just

14
00:01:31,920 --> 00:01:38,320
have to understand their general purpose so that is exactly what we'll just focus in on within this

15
00:01:38,320 --> 00:01:44,640
nugget. Now obviously I am assuming in 2022 which is the year in which I am recording this I am

16
00:01:44,640 --> 00:01:51,600
hoping you as an IT enthusiast have actually heard of a wireless network in fact you probably are

17
00:01:51,679 --> 00:01:57,280
using one right now but despite this let me just highlight some of the terminology we want to be

18
00:01:57,280 --> 00:02:04,000
aware of one is called an access point otherwise known as a wireless access point and we want to

19
00:02:04,000 --> 00:02:08,560
know what this concept is because it does relate to one of the commands I want to talk to you about.

20
00:02:08,560 --> 00:02:16,959
Now all a wireless accent point does it allows us to effectively connect an un-wired network to a

21
00:02:16,960 --> 00:02:23,040
wired network. The way the setup is going right now in my house I have my little laptop here

22
00:02:23,040 --> 00:02:30,480
within my laptop I have a wireless network card that allows me to make a wireless connection

23
00:02:30,480 --> 00:02:36,640
and within my house I have one of these access points and that can pick up that signal so I can

24
00:02:36,640 --> 00:02:43,920
talk to the access point and the access point has a wire which is connected to my home router so

25
00:02:43,919 --> 00:02:51,679
really I talk wirelessly to my AP my AP is wired and connected into my router and my home

26
00:02:51,679 --> 00:02:58,719
router connection has a fiber connection to my ISP so simply put I can walk around my house with my

27
00:02:58,719 --> 00:03:05,839
laptop so long as I am within range of the access points and that will allow me to join my un-wired

28
00:03:05,839 --> 00:03:12,639
connection i.e this portion of the network join that to the wired portion without me over here

29
00:03:12,639 --> 00:03:18,319
having to be plugged in now again I am pretty sure that what I'm talking about is pretty familiar

30
00:03:18,319 --> 00:03:23,199
to many of you watching so with that said how about we talk about these two commands that we

31
00:03:23,199 --> 00:03:30,719
want to be aware of the first command is the IWconfig command this is kind of like the IFconfig

32
00:03:30,719 --> 00:03:36,959
command the difference here is that this is related to wireless connections hence the W so really if

33
00:03:36,960 --> 00:03:43,600
you happen to have a wireless network interface card within your computer which I actually do

34
00:03:43,600 --> 00:03:49,680
even though my Linux machine is not displaying this as a virtual machine if you have such a card in

35
00:03:49,680 --> 00:03:56,240
and you issue the IWconfig command on your Linux machine what this is going to do is going to

36
00:03:56,879 --> 00:04:03,600
display the settings and the parameters for that particular wireless interface so since I actually

37
00:04:03,599 --> 00:04:09,840
can't issue the command what I've done is I've got an image of what this command output would look

38
00:04:09,840 --> 00:04:16,639
like we can see the interfaces on the left we can see the look back interface we can see the wireless

39
00:04:16,639 --> 00:04:22,800
LAN interface wireless LAN 0 and similar to the IFconfig we can see information relating to

40
00:04:22,800 --> 00:04:30,079
transmit statistics and received statistics we can get a link quality score the signal level

41
00:04:30,079 --> 00:04:39,680
we can see the ESSID what this is is the extended service set identification quite simply this is

42
00:04:39,680 --> 00:04:46,719
the name given to the wireless device that you're connecting to so that it can be found and differentiated

43
00:04:46,719 --> 00:04:53,199
from other potential wireless networks and just like with the IFconfig command the IWconfig command

44
00:04:53,199 --> 00:04:59,680
does not just print out information you can actually make modifications and changes to the wireless

45
00:04:59,680 --> 00:05:05,519
configuration via this command if you so choose but again the details of that is outside the scope

46
00:05:05,519 --> 00:05:10,720
of the examination now the other command I want to give a brief mention to that we want to be aware

47
00:05:10,720 --> 00:05:18,000
of is the IWList command and this command actually has a very particular setting which is of great

48
00:05:18,000 --> 00:05:25,680
use to us and this is the IWListScan command what this command will actually do it will allow you

49
00:05:25,759 --> 00:05:32,480
to scan for wireless devices within your local range so if you happen to execute this command

50
00:05:32,480 --> 00:05:37,280
you will see all the wireless devices which are answering back within your range you'll get information

51
00:05:37,280 --> 00:05:44,000
such as the ESSID which we just talked about so not just the one that you're actually connected to

52
00:05:44,000 --> 00:05:49,680
these are just ones that are out there that you could potentially connect to you'll get the MAC

53
00:05:50,160 --> 00:05:56,879
information of that access point as well as a whole bunch of other information such as the

54
00:05:56,879 --> 00:06:03,920
type of encryption that it's using and the channel information as well as the exact frequency it's

55
00:06:03,920 --> 00:06:08,160
using so really the commands we want to be remembering for the purposes of the examination

56
00:06:08,160 --> 00:06:14,560
is the IWconfig command that will allow us to display our current wireless settings as well as

57
00:06:14,560 --> 00:06:22,160
modify those settings if we so need and we also have the IWListScan command which will allow us to

58
00:06:22,160 --> 00:06:28,560
scan for and then list the wireless networks nearby that we could potentially connect to

59
00:06:28,560 --> 00:06:35,040
and could potentially use as a wireless access point and really those are the main bullet points

60
00:06:35,040 --> 00:06:40,639
that we want to be remembering for the purposes of the LPIC2 examination okay dogs so I hope this

61
00:06:40,639 --> 00:06:47,519
has been informative for you and I'd like to thank you for viewing

