subject

I ran the command, "ifconfig" on my Macbook and got the following output:lo0: flags=8049 mtu 16384 options=1203 inet 127.0.0.1 netmask 0xff000000 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1 nd6 options=201gif0: flags=8010 mtu 1280stf0: flags=0<> mtu 1280en1: flags=8863 mtu 1500 options=400 ether 5c:96:9d:7d:a3:d1 inet6 fe80::101b:f67f:c1af:6f17%en1 prefixlen 64 secured scopeid 0x4 inet 192.168.0.18 netmask 0x00 broadcast 192.168.0.255 inet6 2601:281:8200:a1a0:1043:3f0:759:e45 2 prefixlen 64 autoconf secured inet6 2601:281:8200:a1a0:79d7:1de6:d2f7:6 6aa prefixlen 64 autoconf temporary nd6 options=201 media: autoselect status: activep2p0: flags=8843 mtu 2304 options=400 ether 0e:96:9d:7d:a3:d1 media: autoselect status: inactiveawdl0: flags=8943 mtu 1484 options=400 ether 56:e7:57:62:50:29 inet6 fe80::54e7:57ff:fe62:5029%awdl0 prefixlen 64 scopeid 0x6 nd6 options=201 media: autoselect status: activeen0: flags=8863 mtu 1500 options=50b ether a8:20:66:42:32:2f nd6 options=201 media: autoselect (none) status: inactiveen2: flags=8963 mtu 1500 options=460 ether 82:0a:42:96:07:80 media: autoselect status: inactivefw0: flags=8863 mtu 4078 lladdr 10:dd:b1:ff:fe:0a:58:1e nd6 options=201 media: autoselect status: inactivebridge0: flags=8863 mtu 1500 options=63 ether 82:0a:42:96:07:80 Configuration: id 0:0:0:0:0:0 priority 0 hellotime 0 fwddelay 0 maxage 0 holdcnt 0 proto stp maxaddr 100 timeout 1200 root id 0:0:0:0:0:0 priority 0 ifcost 0 port 0 ipfilter disabled flags 0x0 member: en2 flags=3 ifmaxaddr 0 port 8 priority 0 path cost 0 nd6 options=201 media: status: inactiveutun0: flags=8051 mtu 1380 inet6 fe80::aca:f4be:af81:cb67%utun0 prefixlen 64 scopeid 0xb nd6 options=201utun1: flags=8051 mtu 2000 inet6 fe80::986f:3f52:3493:612a%utun1 prefixlen 64 scopeid 0xc nd6 options=201Which network interface is my Macbook using to communicate over WiFi? In other words, which interface should I monitor in order to capture my web traffic in Wireshark? (Hint: it has an IPv4 address)Select one:a. lo0b. en2c. en0d. fw0e. en1f. awdl0g. bridge0h. p2p0

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 19:00
How is the number 110 written when expanded out to place values in the base 2 (binary) number system? options: 2 x 4 + 3 x 2 + 4 x 1 1 x 2 + 1 x 2 + 0 x 2 1 x 100 + 1 x 10 + 0 x 1 1 x 4 + 1 x 2 + 0 x 1
Answers: 1
question
Computers and Technology, 22.06.2019 20:00
Need asap write a short paper describing the history and differences between six sigma, waterfall, agile, and scrum models. understanding these models can give you a good idea of how diverse and interesting it development projects can be. describe what the rationale for them is and describe their key features. describe the history behind their development. at least 400 words
Answers: 1
question
Computers and Technology, 23.06.2019 06:00
Which statistical function in a spreadsheet you to see how far each number varies, on average, from the average value of the list?
Answers: 2
question
Computers and Technology, 23.06.2019 07:30
Write a program that inserts the digits of an integer into an array in originalorderfollowed by reverse order. first, promptthe user to enter a positive integer(> 0). determine the number of digits of the integer. create a dynamically allocated integer arrayof a size twice the number of digits.now insert the digits in original order which will occupy half of the array. then, insert the digits in reverse order.finally, output thedigits in thearray.use at least two functions to organize your program.
Answers: 3
You know the right answer?
I ran the command, "ifconfig" on my Macbook and got the following output:lo0: flags=8049 mtu 16384 o...
Questions