core-extra/wiki/FAQ.wiki
2011-08-18 23:10:32 +00:00

47 lines
No EOL
3.9 KiB
Text

#summary Frequently Asked Questions
== 1. What is CORE? ==
The Common Open Research Emulator (CORE) is a tool for emulating networks. You can turn one or more physical machines into networks of virtual nodes and connect these emulated networks to live networks. CORE consists of a GUI for drawing topologies of lightweight virtual machines, and Python modules for scripting network emulation.
== 2. Who produced CORE? ==
CORE is derived from the [http://www.tel.fer.hr/imunes/ Integrated Multiprotocol Network Emulator/Simulator] (IMUNES) emulator. CORE was developed primarily by [mailto:jeffrey.m.ahrenholz@boeing.com Jeff Ahrenholz] from Boeing Research & Technology. Boeing Research & Technology has contributed CORE as an open source project, and the [http://cs.itd.nrl.navy.mil/products/ Naval Research Laboratory] (NRL) has graciously agreed to host CORE source code and mailing lists as part of a broader Mobile Network Modeling effort.
See the [http://hipserver.mct.phantomworks.org/core/manual/Prior-Work.html Prior Work] and [http://hipserver.mct.phantomworks.org/core/manual/Acknowledgements.html Acknowledgements] section in the CORE manual for more details.
== 3. Who maintains CORE? ==
CORE is an open source project led by [mailto:jeffrey.m.ahrenholz@boeing.com Jeff Ahrenholz]. Boeing Research & Technology is supporting CORE in 2011 through a project led by Jeff.
== 4. How is CORE licensed? ==
CORE is open source software, licensed under the [http://en.wikipedia.org/wiki/BSD_license 3-clause BSD license].
== 5. Are there any technical publications about CORE? ==
A comparison of the CORE FreeBSD, OpenVZ, and netns platforms was published in the IEEE MILCOM 2010 Conference:
Comparison of CORE Network Emulation Platforms<br>
by: Jeff Ahrenholz<br>
Military Communications Conference, 2010. MILCOM 2010. IEEE (2010), pp. 864-869.
An overview of CORE was published in the IEEE MILCOM 2008 Conference:
CORE: A real-time network emulator<br>
by: Jeff Ahrenholz, Claudiu Danilov, Thomas R Henderson, Jae H Kim<br>
Military Communications Conference, 2008. MILCOM 2008. IEEE (2008), pp. 1-7
== 6. How many nodes can CORE emulate? ==
This is a popular question for which there is no easy answer. It depends on what the nodes are doing, what the host system resources are, etc. CORE is primarily focused on efficient, scalable network emulation for tens of nodes on standard laptops to hundreds of nodes on larger servers. It is a research question as to how to support larger topologies, portions of which are distributed on different hosts. CORE already allows these large topologies to be constructed and centrally managed; see the [http://pf.itd.nrl.navy.mil/core/core-html/Distributed-Emulation.html Distributed Emulation] section of the CORE manual.
== 7. How can I contribute? ==
See the [Contributing] page.
CORE is open source; if you find CORE useful for your work, please contribute back to the project. Contributions can be as simple as reporting a bug, dropping a line of encouragement or technical suggestions to the [http://pf.itd.nrl.navy.mil/mailman/listinfo/core-users mailing] [http://pf.itd.nrl.navy.mil/mailman/listinfo/core-dev lists], or can also include submitting patches or maintaining aspects of the tool. Patches must conform to the [Hacking code standards guide]. Please contact [mailto:jeffrey.m.ahrenholz@boeing.com Jeff Ahrenholz] if you would like to get involved in some way.
== 8. Why doesn't ping work? ==
There are a variety of reasons why one node in CORE cannot ping another. First start with the sample imn configs if you have a new CORE installation. Make sure that you have installed Quagga for routing as mentioned in the [Quickstart]. For new installations, check that iptables is not blocking traffic on the host bridges (`iptables -L`). For MDR wireless routers, you'll need to install OSPF MDR as described in the manual. It may be helpful to `tcpdump` along the expected path to determine connectivity and routing information.