End of Unit 2: Exam-Style Case Study Questions | 单元2末尾:考试风格案例研究问题

📚 End of Unit 2: Exam-Style Case Study Questions | 单元2末尾:考试风格案例研究问题

Case study questions in Cambridge A-Level Computer Science Unit 2 (Communication) ask you to apply networking, internet, and security concepts to a realistic scenario. They test more than memorisation: they test whether you can diagnose a situation, explain technical choices, and evaluate trade-offs.

剑桥A-Level计算机科学单元2(通信)的案例研究问题,要求你将网络、互联网与安全概念应用到现实场景中。它们考验的不只是记忆,更考验你是否能分析情境、解释技术选择并评估利弊得失。


1. Understanding the Case Study Format | 理解案例研究题型

A case study question begins with a short scenario. Common settings include a company setting up a LAN, a school adopting cloud storage, or a business recovering from a cyber attack. The scenario is followed by several sub-questions, which may be worth 2 to 8 marks each. You must read the scenario carefully and link each part of your answer to the details given.

案例研究题通常先给出一个简短场景,常见情境包括某公司搭建局域网、某学校采用云存储,或某企业从网络攻击中恢复。场景之后跟着若干小题,每题分值可能在2到8分之间。你必须仔细阅读场景,并将答案的每个部分与所给细节联系起来。

Start by underlining key facts: the number of users, the type of organisation, the devices mentioned, and the stated problem. These details are not decoration; they are clues that point toward the expected answer. For example, if a scenario mentions “remote employees”, you should immediately think about VPNs and encryption.

首先标出关键事实:用户数量、组织类型、提到的设备以及所述问题。这些细节不是装饰,而是指向预期答案的线索。例如,如果场景中提到“远程员工”,你应立即联想到VPN和加密。


2. Mapping the Scenario to Unit 2 Topics | 将场景映射到单元2考点

Unit 2 in the Cambridge syllabus covers four broad areas: network hardware and topologies, protocols and the TCP/IP stack, the internet and cloud computing, and cybersecurity. When you read a case study, classify the problem into one or more of these areas. This instantly narrows down the possible vocabulary and concepts you should use.

剑桥大纲的单元2涵盖四个大方向:网络硬件与拓扑、协议与TCP/IP协议栈、互联网与云计算、以及网络安全。当你阅读案例研究时,应将问题归类到其中一个或多个方向。这能立刻缩小你应使用的术语和概念范围。

  • Network hardware: switches, routers, NICs, wireless access points, repeaters, hubs, bridges.

    网络硬件:交换机、路由器、网卡、无线接入点、中继器、集线器、网桥。

  • Topologies: star, mesh, bus, ring. Virtual topology: client-server, peer-to-peer, VPN.

    拓扑:星型、网状、总线、环型。虚拟拓扑:客户机-服务器、对等网络、VPN。

  • Protocols: TCP/IP stack (application, transport, internet, link), HTTP/HTTPS, FTP, DNS.

    协议:TCP/IP协议栈(应用层、传输层、互联网层、链路层)、HTTP/HTTPS、FTP、DNS。

  • Security: threats (malware, phishing, DDoS), firewalls, encryption, digital signatures, certificates.

    安全:威胁(恶意软件、网络钓鱼、DDoS)、防火墙、加密、数字签名、数字证书。

Once you have mapped the scenario to a topic, your answer already has a structure. For example, a question about “slow internet in an office” maps to bandwidth, network congestion, and possibly faulty hardware, not to CPU speed or memory.

一旦你将场景映射到某一主题,答案就已经有了结构。例如,关于“办公室网速慢”的问题应映射到带宽、网络拥堵和可能的硬件故障,而不是CPU速度或内存。


3. Responding to “Explain” and “Describe” Questions | 应对“解释”和“描述”类问题

“Explain” and “describe” are common command words in case studies. A describe question asks for a factual account of what something is or how it works. An explain question asks for the reasons behind a process or the cause-effect chain. Do not mix up the two.

“解释”和“描述”是案例研究题中常见的指令词。描述题要求你客观说明某事物是什么或如何运作;解释题则要求说明过程背后的原因或因果链条。切勿将两者混为一谈。

For example, if the question says “Describe how a packet travels across the internet”, you should list the path through the layers of the TCP/IP stack. If it says “Explain why a VPN improves security”, you should state that encryption protects data in transit and that tunnelling hides data from third parties.

例如,如果题目要求“描述数据包如何在互联网上传输”,你应列出其在TCP/IP各层中穿行的路径。如果要求“解释为什么VPN能提高安全性”,你应说明加密保护传输中的数据,隧道技术则防止第三方窥探数据。

A useful technique is to use the word “because” in every explain answer. This forces a causal link. An examiner who sees “because” immediately recognises that you are explaining rather than describing.

一个实用技巧是在每个解释题答案中使用“因为”一词。这会促使你写出因果联系。考官看到“因为”时,会立即意识到你是在解释而不是在描述。


4. Tackling Calculation and Data-Based Sub-questions | 应对计算与数据类小题

Case studies often include a numeric sub-question. You may be asked to calculate a transmission time, a bandwidth, or the number of bits needed for an address. Always show your working; examiners award method marks even if the final answer is wrong.

案例研究常常包含数值型小题。你可能会被要求计算传输时间、带宽或地址所需的比特数。务必展示计算过程;即使最终答案错误,考官仍会给出步骤分。

transmission time = file size ÷ data rate

传输时间 = 文件大小 ÷ 数据传输速率

Example: A file of 1200 kilobytes is sent over a link with a data rate of 2 megabits per second. Convert the file size to bits: 1200 KB = 1200 × 1024 × 8 = 9,830,400 bits. Then divide by 2,000,000 bits per second to get approximately 4.92 seconds. If the question asks for the answer to one decimal place, write 4.9 seconds.

示例:一个1200千字节的文件通过数据速率为每秒2兆比特的链路发送。先将文件大小转换为比特:1200 KB = 1200 × 1024 × 8 = 9,830,400比特。再除以每秒2,000,000比特,得到约4.92秒。如果题目要求保留一位小数,就写4.9秒。

Watch out for unit mismatches. Some questions use megabytes, others use megabits. One byte equals 8 bits. Also remember that in networking, “kilo” is usually 1000, not 1024, but in file storage it is often 1024. Read the question carefully to see which convention it uses.

注意单位不匹配的问题。有些题用兆字节,有些用兆比特。1字节等于8比特。还要记住,在网络中“千”通常指1000而不是1024,但在文件存储中往往指1024。仔细阅读题目,判断它采用哪种约定。


5. Writing Evaluation and Discussion Answers | 撰写评估与讨论型答案

Higher-mark questions (6-8 marks) often use commands like “evaluate”, “discuss”, or “justify”. These require you to consider both advantages and disadvantages, or to compare alternatives before giving a reasoned conclusion. A one-sided answer cannot score full marks.

高分值题目(6到8分)常使用“评估”、“讨论”或“论证”等指令词。这些题目要求你兼顾优点与缺点,或在给出合理结论前比较不同方案。单方面的答案无法获得满分。

For a “discuss whether cloud storage is suitable” question, structure your answer in three parts. First, give advantages: scalability, reduced local hardware cost, remote access. Second, give disadvantages: dependence on internet connection, potential data privacy concerns, ongoing subscription costs. Third, make a judgement based on the scenario: if the company has employees in many countries, the remote access advantage may outweigh privacy concerns.

对于“讨论云存储是否合适”这类问题,将答案分为三部分。第一,列出优点:可扩展性、降低本地硬件成本、远程访问。第二,列出缺点:依赖互联网连接、潜在数据隐私问题、持续订阅费用。第三,根据场景作出判断:如果公司员工分布多国,远程访问的优势可能超过隐私方面的担忧。

Use comparison phrases such as “more reliable”, “faster but more expensive”, or “in this case, the security risk is more significant than the cost saving”. This proves that you are weighing evidence, not just listing ideas.

使用“更可靠”、“更快但更贵”或“在这种情况下,安全风险比节省成本更重要”等比较性表述。这证明你是在权衡证据,而不只是罗列观点。


6. Decoding Command Words in Unit 2 | 破解单元2中的指令词

Cambridge examination questions use specific command words, each with a precise expectation. Learning the distinction is essential for case study success.

剑桥考试题使用特定的指令词,每个词对应明确的答题要求。学会区分这些词对于案例研究题的成功至关重要。

Command word instruction词 Expected response
State | 陈述 State | 陈述 A single fact or definition, no explanation.
Describe | 描述 Describe | 描述 Give a detailed account of features or steps.
Explain | 解释 Explain | 解释 Give reasons or causes; use “because”.
Compare | 比较 Compare | 比较 Give similarities and differences between two items.
Evaluate | 评估 Evaluate | 评估 Give advantages and disadvantages, then judge.
Suggest | 建议 Suggest | 建议 Propose a reasonable solution using context clues.

For a 2-mark “state” question, write two separate short facts. For a 4-mark “explain” question, write two developed points, each with a reason. Do not give a long essay for a low-mark question; this wastes time and can lead to careless contradictions.

对于2分的“陈述”题,写出两个独立的简短事实。对于4分的“解释”题,写出两个有展开的点,每点都带有原因。不要为低分题写长篇大论;这会浪费时间,并可能因草率而出现前后矛盾。


7. Building a Model Answer: Step by Step | 构建模型答案:分步演示

Let us work through a realistic case study together. Scenario: “A small publishing company has 20 employees in one office. They use a wired star network with a central switch and one router connected to the internet. Employees complain that the internet is very slow when they upload large video files to a cloud service.” This scenario contains three clear hooks: the star topology, the cloud service, and the upload bottleneck.

让我们共同完成一个真实感十足的案例研究。场景:“一家小型出版公司有20名员工在同一办公室工作。他们使用星型有线网络,中心是一台交换机,一台路由器连接互联网。员工抱怨在向云服务上传大型视频文件时网速非常慢。”这个场景包含三个明确的线索:星型拓扑、云服务以及上传瓶颈。

A typical question would be: “Explain why uploading large video files is slower than downloading them in this network.” The answer should mention that most broadband connections are asymmetric: they provide a larger download bandwidth and a smaller upload bandwidth. This is because typical home and small office users download more than they upload. Therefore, even if the office has a 100 Mbps connection, the upload rate may only be 10 Mbps.

一个典型的问题可能是:“解释为什么在该网络中上传大型视频文件比下载更慢。”答案应提到大多数宽带连接是非对称的:其下载带宽更大,上传带宽更小。这是因为典型的家庭和小型办公室用户下载量大于上传量。因此,即使办公室有100 Mbps的连接,上传速率可能只有10 Mbps。

You could also mention that the cloud service uses protocols such as HTTPS over TCP, which adds overhead. TCP requires acknowledgements, and when uploads use a small uplink, the acknowledgement traffic competes for the same limited uplink bandwidth, worsening the congestion.

你还可以提到云服务使用HTTPS等基于TCP的协议,这会带来额外开销。TCP需要确认包,当上传使用较小的上行链路时,确认流量会与数据流争抢同样有限的上行带宽,从而加剧拥堵。


8. Answering a “Suggest” Question | 回答“建议”类问题

Another sub-question could be: “Suggest two ways the company could improve upload performance.” The word “suggest” means you must give plausible solutions grounded in the scenario. Do not invent unrealistic options.

另一个小题可能是:“建议两种该公司改善上传性能的方法。”“建议”一词意味着你必须给出以场景为基础且合理的解决方案。不要凭空编造不切实际的选项。

First, the company could contact its internet service provider to upgrade to a business broadband plan with a higher upload bandwidth. This directly addresses the asymmetry problem. Second, the company could compress the video files before upload, reducing the total data volume and thus the upload time.

第一,公司可以联系其互联网服务提供商,升级为具有更高上传带宽的企业宽带套餐。这直接解决非对称问题。第二,公司可以在上传前压缩视频文件,减少总数据量,从而缩短上传时间。

To score both marks, make each suggestion specific and explain the mechanism. “Better internet” is too vague. “Upgrade to a fibre broadband plan with at least 50 Mbps upload speed” is specific and shows understanding.

要获得满分,应让每条建议具体化并解释其机制。“更好的互联网”过于模糊。“升级为上传速度至少50 Mbps的光纤宽带套餐”则具体且能体现理解。


9. Handling Security-Focused Case Studies | 应对安全类案例研究

Security cases often ask about protecting data, diagnosing a breach, or choosing between security measures. A typical scenario: “An employee receives an email that appears to be from the IT manager, asking for their password. The employee replies and later the company suffers a data breach.” The relevant concepts are phishing, social engineering, and user awareness.

安全类案例常要求保护数据、诊断入侵原因或在多种安全措施中作出选择。一个典型场景:“一名员工收到一封看似来自IT经理的邮件,要求提供密码。该员工回复邮件后,公司发生数据泄露。”相关概念是钓鱼攻击、社会工程学和用户安全意识。

When explaining how the attack worked, mention that the email was a form of phishing, which uses deceptive messages to trick users into revealing sensitive information. The defence would be multi-layered: employee training to recognise suspicious emails, a spam filter to block phishing messages, and two-factor authentication so that a stolen password alone is not enough.

在解释攻击方式时,应指出该邮件是钓鱼攻击的一种形式,即利用欺骗性信息诱使用户泄露敏感信息。防御措施应是多层次的:对员工进行识别可疑邮件的培训、使用垃圾邮件过滤器阻止钓鱼信息,以及启用双因素认证,使仅凭被盗密码无法访问账户。

For a “compare firewall and encryption” question, remember that a firewall filters traffic entering and leaving a network based on rules, while encryption scrambles data into nonsense for anyone without the key. A firewall is a preventive barrier, whereas encryption protects confidentiality even if data is intercepted. Your conclusion should note that both are necessary, because they protect different aspects of security.

对于“比较防火墙与加密”的问题,应记住防火墙根据规则过滤进出网络的流量,而加密则把数据变成没有密钥就无法读懂的乱码。防火墙是预防性屏障,而加密即使在数据被截获的情况下也能保护机密性。你的结论应指出两者都必不可少,因为它们保护不同方面的安全。


10. Common Mistakes in Unit 2 Case Study Answers | 单元2案例研究答案的常见错误

Many students lose marks for avoidable reasons. One common mistake is confusing a switch with a router. A switch connects devices within the same LAN and uses MAC addresses; a router connects different networks and uses IP addresses. Another mistake is using the word “internet” when they mean “internet protocol” or saying “Wi-Fi” when they mean “wireless access point”. Precision matters.

许多学生因本可避免的原因而丢分。一个常见错误是混淆交换机和路由器。交换机在同一局域网内连接设备,使用MAC地址;路由器连接不同网络,使用IP地址。另一个错误是用“互联网”一词指代“互联网协议”,或者在想说“无线接入点”时却说“Wi-Fi”。术语的准确性至关重要。

In security questions, students sometimes say “firewall stops all viruses” or “anti-virus software prevents all attacks”. These are incorrect. A firewall mainly filters traffic by IP and port, and it cannot inspect every packet payload deeply. Anti-virus software detects known patterns of malware but may miss new or zero-day threats. Cambridge examiners reject absolute statements.

在安全类问题中,学生有时会说“防火墙能阻止所有病毒”或“杀毒软件能防止所有攻击”。这些都是错误的。防火墙主要按IP和端口过滤流量,无法深层次检查每个数据包的内容。杀毒软件能识别已知的恶意软件模式,但可能漏掉新型或零日威胁。剑桥考官不接受绝对化的表述。

Lastly, avoid irrelevant memorised content. If a question is about a LAN issue, do not write about satellite communication or Bluetooth. Answers must connect directly to the scenario.

最后,避免作答时堆砌无关的背诵内容。如果题目关于局域网问题,不要写卫星通信或蓝牙。答案必须直接联系场景。


11. Time Management During the Exam | 考试中的时间管理

Case study sub-questions vary in mark value, and you should allocate time roughly in proportion to marks. For a typical paper with 75 marks and 90 minutes, you have about 1.2 minutes per mark. A 6-mark question deserves about 7 minutes of writing time, not 15.

案例研究小题的分值各不相同,你应按分值大致分配时间。以一份75分90分钟的试卷为例,每分钟约对应1.2分。一道6分题应花约7分钟作答,而不是15分钟。

Read the entire case study before looking at any sub-question. The questions often reuse the same scenario facts, and reading once saves repeated re-reading later. Underline the command words and circle any numbers in the data. This becomes your answer map.

在阅读任何小题之前,应通读整个案例研究。各小题往往重复使用场景中的相同事实,先读一遍可以避免之后反复回头查找。用下划线标出指令词,圈出数据中的数字。这就是你的答题地图。

If a question seems too difficult, leave a small blank space and move on. Return to it only after finishing all other questions. That way, you never lose the easy marks while struggling over a difficult one.

如果某道题看起来太难,留一小块空白然后继续前进。只在完成其他所有题目后再回头处理。这样,你就不会因为苦攻难题而丢掉简单题的分数。


12. Final Revision Strategy for Unit 2 | 单元2的最终复习策略

To excel at case study questions, you must practise turning scenario clues into technical vocabulary. Take every past paper question from Unit 2 and write a one-sentence summary of what concept it tests. After a few papers, a pattern emerges: networks are tested through performance and setup scenarios, security through attack and defence scenarios, and cloud through cost and access scenarios.

要在案例研究题上取得成功,你必须练习将场景线索转化为技术词汇。拿单元2的每一道往年真题,用一句话概括它考查的概念。做过几套卷子后,模式就会出现:网络通过性能与搭建场景来考查,安全通过攻击与防御场景来考查,云则通过成本与访问场景来考查。

Build a glossary of Unit 2 terms in both English and Chinese. Include a definition and a “scenario example” for each term. For instance, “VPN” → “encrypted tunnel through the public internet” → “remote employee accessing the office intranet from a coffee shop”. Reviewing this glossary weekly will speed up your response time in the exam.

建立单元2术语表,中英文对照。每个术语写明定义和“场景示例”。例如,“VPN” → “通过公共互联网建立的加密隧道” → “远程员工在咖啡店访问办公室内网”。每周复习这个术语表能加快你在考场上的反应速度。

Finally, practice writing answers under timed conditions. Use a stopwatch, sit at a desk, and answer one full case study question in 15 minutes. Then mark yourself against the mark scheme. This activity is the closest possible simulation of the real exam, and it will build the endurance and confidence you need.

最后,在定时条件下练习作答。用秒表计时,坐在书桌前,在15分钟内完成一个完整的案例研究题。然后对照评分标准为自己打分。这项活动是最接近真实考试的模拟,它能培养你所需要的耐力和信心。


Published by TutorHao | Computer Science Revision Series | aleveler.com

更多咨询请联系16621398022(同微信)

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from aleveler.com

Subscribe now to keep reading and get access to the full archive.

Continue reading

Exit mobile version