皮皮学,免费搜题
登录
搜题
【多选题】
Can Burglars Jam Your Wireless Security System? [A]Any product that promises to protect your home deserves careful examination. So it isn’t surprising that you’ll find plenty of strong opinions about the potential vulnerabilities of popular home-security systems. [B]The most likely type of burglary (入室盗窃) by far is the unsophisticated crime of opportunity, usually involving a broken window or some forced entry. According to the FBI, crimes like these accounted roughly two-thirds of all household burglaries in the US in 2013.The wide majority of the rest were illegal, unforced entries that resulted from something like a window being left open. The odds of a criminal using technical means to bypass a security system are so small that the FBI doesn’t even track those statistics. [C]One of the main theoretical home-security concerns is whether or not a given system is vulnerable to being blocked from working altogether. With wired setups, the fear is that a burglar (入室盗贼) might be able to shut your system down simply by cutting the right cable. With a wireless setup, you stick battery-powered sensors up around your home that keep an eye on windows, doors, motion, and more. If they detect something wrong while the system is armed, they’ll transmit a wireless alert signal to a base station that will then raise the alarm. That approach will eliminate most cord-cutting concerns—but what about their wireless equivalent, jamming? With the right device tuned to the right frequency, what’s to stop a thief from jamming your setup and blocking that alert signal from ever reaching the base station? [D]Jamming concerns are nothing new, and they’re not unique to security systems. Any device that’s built to receive a wireless signal at a specific frequency can be overwhelmed by a stronger signal coming in on the same frequency. For comparison, let’s say you wanted to “jam” a conversation between two people—all you’d need to do is yell in the listener’s ear. [E] Security devices are required to list the frequencies they broadcast on—that means that a potential thief can find what they need to know with minimal Googling. They will, however, need so know what system they’re looking for. If you have a sign in your yard declaring what setup you use, that’d point them in the right direction, though at that point, we’re talking about a highly targeted, semi-sophisticated attack, and not the sort forced-entry attack that makes up the majority of burglaries. It’s easier to find and acquire jamming equipment for some frequencies than it is for others. [F] Wireless security providers will often take steps to help combat the threat of jamming attacks. SimpliSafe, winner of our Editor’s Choice distinction, utilizes a special system that’s capable of separating incidental RF interference from targeted jamming attacks. When the system thinks it’s being jammed, it’ll notify you via push alert(推送警报).From there, it’s up to you to sound the alarm manually. [G] SimpliSafe was singled out in one recent article on jamming, complete with a video showing the entire system being effectively bypassed with handheld jamming equipment. After taking appropriate measures to contain the RF interference to our test lab, we tested the attack out for ourselves, and were able to verify that it’s possible with the right equipment. However, we also verified that SimpliSafe’s anti-jamming system works. It caught us in the act, sent an alert to my smartphone, and also listed our RF interference on the system’s event log. The team behind the article and video in question make no mention of the system, or whether or not in detected them. [H]We like the unique nature of that software. It means that a thief likely wouldn’t be able to Google how the system works, then figure out a way around it. Even if they could, SimpliSafe claims that its system is always evolving, and that it varies slightly from system to system, which means there wouldn’t be a universal magic formula for cracking it. Other systems also seem confident on the subject of jamming. The team at Frontpoint addresses the issue in a blog on its site, citing their own jam protection software and claiming that there aren’t any documented cases of successful jam attack since the company began offering wireless security sensors in the 1980s. [I] Jamming attacks are absolutely possible. As said before, with the right equipment and the right know-how, it’s possible to jam any wireless transmission. But how probable is it that someone will successfully jam their way into your home and steal your stuff? [J] Let’s imagine that you live in a small home with a wireless security setup that offers a functional anti-jamming system. First, a thief is going to need to target your home, specifically. Then, he’s going to need to know the technical details of your system and acquire the specific equipment necessary for jamming your specific setup. Presumably, you keep your doors locked at night and while you’re away. So the thief will still need to break in. That means defeating the lock somehow, or breaking a window. He’ll need to be jamming you at this point, as a broken window or opened door would normally release the alarm. So, too, would the motion detectors in your home, so the thief will need to continue jamming once he’s inside and searching for things to steal. However, he’ll need to do so without tripping the anti-jamming system, the details of which he almost certainly does now have access to. [K]At the end of the day, these kinds of systems are primarily designed to protect against the sort of opportunistic smash-and-grab attack that makes up the majority of burglaries. They’re also only a single layer in what should ideally be a many-sided approach to securing your home, one that includes common sense things like sound locks and proper exterior lighting at night. No system is impenetrable, and none can promise to eliminate the worst case completely. Every one of them has vulnerabilities that a knowledgeable thief could theoretically exploit. A good system is one that keeps that worst-case setting as improbable as possible while also offering strong protection in the event of a less-extraordinary attack. 1. It is possible for burglars to make jamming attacks with the necessary equipment and skill. 2. Interfering with a wireless security system is similar to interfering with a conversation. 3. A burglar has to continuously jam the wireless security device to avoid triggering the alarm, both inside and outside the house. 4. SimpliSafe provides devices that are able to distinguish incidental radio interference from targeted jamming attacks. 5. Only a very small proportion of burglaries are committed by technical means. 6. It is difficult to crack SimpliSafe as its system keeps changing. 7. Wireless devices will transmit signals so as to activate the alarm once something wrong is detected. 8. Different measures should be taken to protect one’s home from burglary in addition to the wireless security system. 9. SimpliSafe’s device can send a warning to the house owner’s cellphone. 10. Burglars can easily get a security device’s frequency by Internet search.
A.
I
B.
D
C.
J
D.
F
E.
B
F.
H
G.
C
H.
K
I.
G
J.
E
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【简答题】在搭建MySQL组复制环境中,安装group_replication.so插件的命令是【】。
【简答题】在搭建MySQL组复制环境中,安装group_replication.so插件的命令是【】。
【判断题】1020位智力问题专家中有3/4的人同意智力的重要组成部分有抽象思维或推理能力、问题解决能力、知识获取能力、记忆力、对环境的适应能力 。
A.
正确
B.
错误
【简答题】简述我国小学教育目的确立的依据。【 2012 年下】
【单选题】休克病人中心静脉压为12cmH2O,血压80/65mmHg,处理原则为( )
A.
适当补液
B.
使用强心药物
C.
用扩血管药
D.
补液试验
E.
充分补液
【单选题】若有以下程序 #include<stdio.h> void f(int n); main() { void f(int n); f(5); } void f(int n) {printf(“%d/n”,n);} 则以下叙述中不正确的是
A.
若只在主函数中对函数f进行说明,则只能在主函数中正确调用函数f
B.
若在主函数前对函数f进行说明,则在主函数和其后的其他的其他函数中都可以正确调用函数f
C.
对于以上程序,编译时系统会提示出错信息;提示对f函数重复说明
D.
函数f无返回值,所以可用void将其类型定义为无值型
【判断题】1020 位智力问题专家中有 3/4 的人同意智力的重要组成部分有抽象思维或推理能力、问题解决能力、知识获取能力、记忆力、对环境的适应能力 。
A.
正确
B.
错误
【简答题】CentOS7系统在yum中提供了一款和MySQL兼容的数据库,名称为【】。
【单选题】计算机病毒感染的检测分为人工检测和()。
A.
自动检测
B.
还原检测
C.
网络检测
D.
系统盘检测
【单选题】若有以下程序: #include<stdio.h> void f(int n); main() { void f(int n); f(5); } void f(int n) { printf('%d/n',n);}则以下叙述中不正确的是( )。
A.
若只在主函数中对函数f进行说明,则只能在主函数中正确调用函数f
B.
若在主函数前对函数f进行说明,则在主函数和其后的其他函数中都可以正确调用函数f
C.
对于以上程序,编译时系统会提示出错信息:对f函数重复说明
D.
函数f无返回值,所以可用void将其类型定义为无返回值型
相关题目: